-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
39 lines (39 loc) · 1.31 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
{
"name": "node-fusionapi",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"crypto-js": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.3.0.tgz",
"integrity": "sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q=="
},
"hwid": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/hwid/-/hwid-0.4.0.tgz",
"integrity": "sha512-8TlHiQsrWWh69RhlhaA62OsiuPdM/BPyLw6U+/WqJK5aRMdo9Jl84Q64J4jxdPVMqyHGtE6thbW+x8zPHb2RAw==",
"requires": {
"winreg": "^1.2.4"
}
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"node-hwid": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/node-hwid/-/node-hwid-0.1.0.tgz",
"integrity": "sha1-/F2HJ/xUEeH+DsgYdc8RjXmUhik=",
"requires": {
"crypto-js": "^3.1.9-1"
}
},
"winreg": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.4.tgz",
"integrity": "sha1-ugZWKbepJRMOFXeRCM9UCZDpjRs="
}
}
}