-
Notifications
You must be signed in to change notification settings - Fork 427
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.67 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vsts-iiswebapp",
"version": "1.0.1",
"description": "IIS web application extension for deploying asp.net website.",
"main": "app.js",
"author": "Microsoft",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vsts-iiswebdeploy.git"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/del": "^2.2.33",
"@types/fs-extra": "^0.0.28",
"@types/gulp": "^4.0.17",
"@types/gulp-mocha": "^0.0.37",
"@types/gulp-util": "^3.0.41",
"@types/minimist": "^1.2.5",
"@types/q": "^1.5.8",
"@types/request": "^2.48.12",
"@types/semver": "^4.3.27",
"@types/shelljs": "^0.8.17",
"@types/through2": "^2.0.41",
"@types/validator": "^5.7.35",
"@types/xml2js": "^0.4.14",
"@types/yargs": "^17.0.33",
"adm-zip": "0.4.11",
"del": "^2.2.0",
"fs-extra": "^0.28.0",
"gulp": "^4.0.2",
"gulp-mocha": "^6.0.0",
"gulp-typescript": "^5.0.1",
"gulp-unzip": "^1.1.0",
"gulp-util": "^3.0.7",
"minimatch": "3.1.5",
"minimist": "1.2.6",
"q": "^1.4.1",
"request": "^2.88.0",
"semver": "^5.7.2",
"shelljs": "^0.10.0",
"sync-request": "3.0.1",
"through2": "^2.0.1",
"typescript": "^4.9.5",
"validator": "^13.15.22",
"vsts-task-lib": "^2.0.5",
"xml2js": "^0.4.17",
"yargs": "^4.7.1"
},
"dependencies": {
"natives": "^1.1.6",
"shell-quote": "^1.8.2"
},
"overrides": {
"qs": "6.14.1",
"mocha@5.2.0": {
"minimatch": "3.1.5"
},
"vsts-task-lib": {
"minimatch": "3.1.5"
},
"gulp-typescript": {
"braces": "3.0.3"
},
"request": {
"form-data": "2.5.4"
}
}
}