-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage-lock.json
90 lines (90 loc) · 2.84 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
{
"name": "acc-node-wrapper",
"version": "1.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.5",
"license": "MIT",
"dependencies": {
"@fynnix/node-easy-ipc": "^1.0.8",
"binutils": "^0.1.0",
"moment": "^2.29.1",
"utf8-bytes": "^0.0.1"
}
},
"node_modules/@fynnix/node-easy-ipc": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@fynnix/node-easy-ipc/-/node-easy-ipc-1.0.8.tgz",
"integrity": "sha512-jo7nkf633Ugmc6WZ35fHbly6UD20NryfhHhF5lnJX0ua9OiWFr08AzqGMMWNzShRDxcucQyrBAjih56EL8pxwg==",
"hasInstallScript": true,
"dependencies": {
"node-addon-api": "^3.1.0",
"node-gyp-build": "^4.2.3"
}
},
"node_modules/binutils": {
"version": "0.1.0",
"engines": {
"node": ">=0.10"
}
},
"node_modules/moment": {
"version": "2.29.1",
"license": "MIT",
"engines": {
"node": "*"
}
},
"node_modules/node-addon-api": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.0.tgz",
"integrity": "sha512-kcwSAWhPi4+QzAtsL2+2s/awvDo2GKLsvMCwNRxb5BUshteXU8U97NCyvQDsGKs/m0He9WcG4YWew/BnuLx++w=="
},
"node_modules/node-gyp-build": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==",
"bin": {
"node-gyp-build": "bin.js",
"node-gyp-build-optional": "optional.js",
"node-gyp-build-test": "build-test.js"
}
},
"node_modules/utf8-bytes": {
"version": "0.0.1",
"license": "MIT"
}
},
"dependencies": {
"@fynnix/node-easy-ipc": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@fynnix/node-easy-ipc/-/node-easy-ipc-1.0.8.tgz",
"integrity": "sha512-jo7nkf633Ugmc6WZ35fHbly6UD20NryfhHhF5lnJX0ua9OiWFr08AzqGMMWNzShRDxcucQyrBAjih56EL8pxwg==",
"requires": {
"node-addon-api": "^3.1.0",
"node-gyp-build": "^4.2.3"
}
},
"binutils": {
"version": "0.1.0"
},
"moment": {
"version": "2.29.1"
},
"node-addon-api": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.0.tgz",
"integrity": "sha512-kcwSAWhPi4+QzAtsL2+2s/awvDo2GKLsvMCwNRxb5BUshteXU8U97NCyvQDsGKs/m0He9WcG4YWew/BnuLx++w=="
},
"node-gyp-build": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg=="
},
"utf8-bytes": {
"version": "0.0.1"
}
}
}