forked from microsoft/azure-devops-node-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
86 lines (86 loc) · 2.05 KB
/
Copy pathpackage-lock.json
File metadata and controls
86 lines (86 loc) · 2.05 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "vsts-node-api-samples",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"azure-devops-node-api": {
"version": "file:../_build",
"requires": {
"tunnel": "0.0.6",
"typed-rest-client": "^1.8.4"
},
"dependencies": {
"call-bind": {
"version": "1.0.2",
"bundled": true,
"requires": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
}
},
"function-bind": {
"version": "1.1.1",
"bundled": true
},
"get-intrinsic": {
"version": "1.1.3",
"bundled": true,
"requires": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.3"
}
},
"has": {
"version": "1.0.3",
"bundled": true,
"requires": {
"function-bind": "^1.1.1"
}
},
"has-symbols": {
"version": "1.0.3",
"bundled": true
},
"object-inspect": {
"version": "1.12.3",
"bundled": true
},
"qs": {
"version": "6.11.0",
"bundled": true,
"requires": {
"side-channel": "^1.0.4"
}
},
"side-channel": {
"version": "1.0.4",
"bundled": true,
"requires": {
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
}
},
"tunnel": {
"version": "0.0.6",
"bundled": true
},
"typed-rest-client": {
"version": "1.8.9",
"bundled": true,
"requires": {
"qs": "^6.9.1",
"tunnel": "0.0.6",
"underscore": "^1.12.1"
}
},
"underscore": {
"version": "1.13.6",
"bundled": true
}
}
}
}
}