-
Notifications
You must be signed in to change notification settings - Fork 4
/
package-lock.json
67 lines (67 loc) · 1.83 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
{
"name": "bsocks",
"version": "0.2.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bsocks",
"version": "0.2.6",
"license": "MIT",
"dependencies": {
"binet": "~0.3.8",
"bsert": "~0.0.12"
},
"devDependencies": {
"bmocha": "^2.1.8"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/binet": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/binet/-/binet-0.3.8.tgz",
"integrity": "sha512-CwlJO3HU7+9iGO+OS1PHWS2GPDMW6qCjdtnTkAO+AEX2QVut7M8pkYJNOMebhJ39Bi0fcAj/wyngpU10Bc58rg==",
"dependencies": {
"bs32": "~0.1.7",
"bsert": "~0.0.12"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bmocha": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/bmocha/-/bmocha-2.1.8.tgz",
"integrity": "sha512-bog23Ckl9lRyBxrsi4FmX1rTz4d1WhHRpIA+q2lpoiXmNuroMHr1JUOU5sPiMZwvhLCxqffvWv3xCJC7PC126w==",
"dev": true,
"bin": {
"_bmocha": "bin/_bmocha",
"bmocha": "bin/bmocha"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bs32": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/bs32/-/bs32-0.1.7.tgz",
"integrity": "sha512-I0aKZCBneFTkcVNUIALzsOevqPIF93ynGPX6wj6pXmIBpXVGCqTgdvMx2QyR/NwgOIqMLH++Ovyum28abVG6QA==",
"dependencies": {
"bsert": "~0.0.10"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bsert": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/bsert/-/bsert-0.0.12.tgz",
"integrity": "sha512-lUB0EMu4KhIf+VQ6RZJ7J3dFdohYSeta+gNgDi00Hi/t3k/W6xZlwm9PSSG0q7hJ2zW9Rsn5yaMPymETxroTRw==",
"engines": {
"node": ">=8.0.0"
}
}
}
}