-
Notifications
You must be signed in to change notification settings - Fork 231
/
package-lock.json
61 lines (61 loc) · 1.45 KB
/
package-lock.json
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
{
"name": "vsts-node-api-samples",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vsts-node-api-samples",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"azure-devops-node-api": "file:../_build"
}
},
"../_build": {
"name": "azure-devops-node-api",
"version": "14.0.2",
"license": "MIT",
"dependencies": {
"tunnel": "0.0.6",
"typed-rest-client": "^2.0.1"
},
"devDependencies": {
"@types/glob": "5.0.35",
"@types/minimatch": "3.0.3",
"@types/mocha": "^2.2.44",
"@types/node": "16.11.7",
"@types/shelljs": "0.8.5",
"mocha": "^10.4.0",
"nock": "9.6.1",
"shelljs": "^0.8.5",
"typescript": "4.0.2"
},
"engines": {
"node": ">= 16.0.0"
}
},
"node_modules/azure-devops-node-api": {
"resolved": "../_build",
"link": true
}
},
"dependencies": {
"azure-devops-node-api": {
"version": "file:../_build",
"requires": {
"@types/glob": "5.0.35",
"@types/minimatch": "3.0.3",
"@types/mocha": "^2.2.44",
"@types/node": "16.11.7",
"@types/shelljs": "0.8.5",
"mocha": "^10.4.0",
"nock": "9.6.1",
"shelljs": "^0.8.5",
"tunnel": "0.0.6",
"typed-rest-client": "^2.0.1",
"typescript": "4.0.2"
}
}
}
}