-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1.01 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
{
"name": "tch-exploit",
"version": "2.0.0-rc3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"argp": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/argp/-/argp-1.0.4.tgz",
"integrity": "sha1-sxxzB1rW1syx2MhqzWn/MAMFsZQ="
},
"progress-bar-formatter": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/progress-bar-formatter/-/progress-bar-formatter-2.0.1.tgz",
"integrity": "sha1-DZfrsWRn4sIwg3NXIXa3w1UeVW4="
},
"status-bar": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/status-bar/-/status-bar-2.0.3.tgz",
"integrity": "sha1-DSaAIixFfhLeN86+FDjdScTgbhQ=",
"requires": {
"progress-bar-formatter": "^2.0.1"
}
},
"tftp": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/tftp/-/tftp-0.1.2.tgz",
"integrity": "sha1-lWdMCn/Ku1N1Wr7wutP55U/gt7U=",
"requires": {
"argp": "1.0.x",
"status-bar": "2.0.x"
}
}
}
}