-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
61 lines (61 loc) · 1.95 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": "busb",
"version": "1.0.0-beta.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0-beta.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"loady": "git+https://github.com/chjj/loady#semver:~0.0.1",
"node-addon-api": "git+https://github.com/nodech/node-addon-api#semver:3.0.2"
},
"devDependencies": {
"bmocha": "git+https://github.com/bcoin-org/bmocha.git#semver:^2.1.2"
}
},
"node_modules/bmocha": {
"version": "2.1.5",
"resolved": "git+ssh://git@github.com/bcoin-org/bmocha.git#4ec0e4fd990871105fc2f0da55cf809276bc49bf",
"dev": true,
"license": "MIT",
"bin": {
"_bmocha": "bin/_bmocha",
"bmocha": "bin/bmocha"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/loady": {
"version": "0.0.5",
"resolved": "git+ssh://git@github.com/chjj/loady.git#b94958b7ee061518f4b85ea6da380e7ee93222d5",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/node-addon-api": {
"version": "3.0.2",
"resolved": "git+ssh://git@github.com/nodech/node-addon-api.git#79a777e1f85305b374878d757fd4a2c60e70abe7",
"license": "MIT"
}
},
"dependencies": {
"bmocha": {
"version": "git+ssh://git@github.com/bcoin-org/bmocha.git#4ec0e4fd990871105fc2f0da55cf809276bc49bf",
"dev": true,
"from": "bmocha@git+https://github.com/bcoin-org/bmocha.git#semver:^2.1.2"
},
"loady": {
"version": "git+ssh://git@github.com/chjj/loady.git#b94958b7ee061518f4b85ea6da380e7ee93222d5",
"from": "loady@git+https://github.com/chjj/loady#semver:~0.0.1"
},
"node-addon-api": {
"version": "git+ssh://git@github.com/nodech/node-addon-api.git#79a777e1f85305b374878d757fd4a2c60e70abe7",
"from": "node-addon-api@git+https://github.com/nodech/node-addon-api#semver:3.0.2"
}
}
}