-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
65 lines (65 loc) · 2.17 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
{
"name": "bad-apple",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bad-apple",
"dependencies": {
"@chipcode/octopus": "^0.2.1",
"octo-assembler": "^0.1.4",
"pngjs": "^6.0.0"
}
},
"../../chipcode": {
"version": "0.1.0",
"extraneous": true,
"license": "GPLv3",
"bin": {
"chc": "compiler/chc.js",
"octopus": "octopus.js"
}
},
"node_modules/@chipcode/octopus": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@chipcode/octopus/-/octopus-0.2.1.tgz",
"integrity": "sha512-kbm5xpkntB5p/YdPcJNqxTIhlt2kUn+B7TojTh/jrflxUcggYkNi19ZRuYLI4kMaB8dIhw5pM3kRpc8THlcwWw==",
"bin": {
"octopus": "index.js"
}
},
"node_modules/octo-assembler": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/octo-assembler/-/octo-assembler-0.1.4.tgz",
"integrity": "sha512-a9CFtYHmdqPKe3t3dwSnt2OiS1+s9ozbqUW12a3IH5Y1w4ZDeDsGR+hyFDtODr++HfLYV2LMGvzJxj4AePKeNQ==",
"bin": {
"octo": "octo/octo"
}
},
"node_modules/pngjs": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz",
"integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==",
"engines": {
"node": ">=12.13.0"
}
}
},
"dependencies": {
"@chipcode/octopus": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@chipcode/octopus/-/octopus-0.2.1.tgz",
"integrity": "sha512-kbm5xpkntB5p/YdPcJNqxTIhlt2kUn+B7TojTh/jrflxUcggYkNi19ZRuYLI4kMaB8dIhw5pM3kRpc8THlcwWw=="
},
"octo-assembler": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/octo-assembler/-/octo-assembler-0.1.4.tgz",
"integrity": "sha512-a9CFtYHmdqPKe3t3dwSnt2OiS1+s9ozbqUW12a3IH5Y1w4ZDeDsGR+hyFDtODr++HfLYV2LMGvzJxj4AePKeNQ=="
},
"pngjs": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz",
"integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg=="
}
}
}