-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage-lock.json
77 lines (77 loc) · 2.22 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
{
"name": "bcrypto",
"version": "5.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bcrypto",
"version": "5.5.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"bufio": "~1.2.3",
"loady": "~0.0.5"
},
"devDependencies": {
"bmocha": "^2.2.1",
"bsert": "~0.0.13",
"bslintrc": "~0.0.3"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bmocha": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/bmocha/-/bmocha-2.2.1.tgz",
"integrity": "sha512-gzyrUTo5ZnPHk2I45E2iO9z4HAVYIfGepJQ4DaXU1pSi4lI2dsPadAdnKSj3cJjnzX3yDxQdGyrc3HNH5bUEfw==",
"dev": true,
"license": "MIT",
"bin": {
"_bmocha": "bin/_bmocha",
"bmocha": "bin/bmocha"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bsert": {
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/bsert/-/bsert-0.0.13.tgz",
"integrity": "sha512-gYzSj8I2lDTKvl4aRSYs2CZIpeJugq7RjGhLRG+Jl//gEW5B2u1MKB6exVCL09FqYj6JRQAAgRwQHMOWvr7A8A==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bslintrc": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/bslintrc/-/bslintrc-0.0.3.tgz",
"integrity": "sha512-h95ityvrnwr5fMgX7OjyOqYXIRjWXKcZB/+RhkaKuoGlgNUOAkYnPaF5DYJ+BO6WfWkKsLeZfFWq0gU8OfWhpQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bufio": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/bufio/-/bufio-1.2.3.tgz",
"integrity": "sha512-5Tt66bRzYUSlVZatc0E92uDenreJ+DpTBmSAUwL4VSxJn3e6cUyYwx+PoqML0GRZatgA/VX8ybhxItF8InZgqA==",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/loady": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/loady/-/loady-0.0.5.tgz",
"integrity": "sha512-uxKD2HIj042/HBx77NBcmEPsD+hxCgAtjEWlYNScuUjIsh/62Uyu39GOR68TBR68v+jqDL9zfftCWoUo4y03sQ==",
"engines": {
"node": ">=8.0.0"
}
}
}
}