-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
141 lines (141 loc) · 4.05 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "sap-cf-socks",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sap-cf-socks",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@sap/xsenv": "^3.1.0",
"socks": "^2.6.0"
}
},
"node_modules/@sap/xsenv": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@sap/xsenv/-/xsenv-3.1.1.tgz",
"integrity": "sha512-7UOnJNRdvb6d+LqgLf0qZLtcG18Fo7ZquxaQ5Pk33wGtpB0pTDCuV7z7JgAv2QTLx4aqtxTI435YFwa4kCnWzA==",
"hasShrinkwrap": true,
"dependencies": {
"debug": "4.2.0",
"verror": "1.10.0"
},
"engines": {
"node": "^8.0.0 || ^10.0.0 || ^12.0.0 || ^14.0.0"
}
},
"node_modules/@sap/xsenv/node_modules/assert-plus": {
"version": "1.0.0"
},
"node_modules/@sap/xsenv/node_modules/core-util-is": {
"version": "1.0.2"
},
"node_modules/@sap/xsenv/node_modules/debug": {
"version": "4.2.0",
"dependencies": {
"ms": "2.1.2"
}
},
"node_modules/@sap/xsenv/node_modules/extsprintf": {
"version": "1.4.0"
},
"node_modules/@sap/xsenv/node_modules/ms": {
"version": "2.1.2"
},
"node_modules/@sap/xsenv/node_modules/verror": {
"version": "1.10.0",
"dependencies": {
"assert-plus": "^1.0.0",
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
}
},
"node_modules/ip": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
"integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
},
"node_modules/smart-buffer": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
},
"node_modules/socks": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/socks/-/socks-2.6.1.tgz",
"integrity": "sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==",
"dependencies": {
"ip": "^1.1.5",
"smart-buffer": "^4.1.0"
},
"engines": {
"node": ">= 10.13.0",
"npm": ">= 3.0.0"
}
}
},
"dependencies": {
"@sap/xsenv": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@sap/xsenv/-/xsenv-3.1.1.tgz",
"integrity": "sha512-7UOnJNRdvb6d+LqgLf0qZLtcG18Fo7ZquxaQ5Pk33wGtpB0pTDCuV7z7JgAv2QTLx4aqtxTI435YFwa4kCnWzA==",
"requires": {
"debug": "4.2.0",
"verror": "1.10.0"
},
"dependencies": {
"assert-plus": {
"version": "1.0.0"
},
"core-util-is": {
"version": "1.0.2"
},
"debug": {
"version": "4.2.0",
"requires": {
"ms": "2.1.2"
}
},
"extsprintf": {
"version": "1.4.0"
},
"ms": {
"version": "2.1.2"
},
"verror": {
"version": "1.10.0",
"requires": {
"assert-plus": "^1.0.0",
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
}
}
}
},
"ip": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
"integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
},
"smart-buffer": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg=="
},
"socks": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/socks/-/socks-2.6.1.tgz",
"integrity": "sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==",
"requires": {
"ip": "^1.1.5",
"smart-buffer": "^4.1.0"
}
}
}
}