-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
48 lines (48 loc) · 1.68 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
{
"name": "Chipception",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Chipception",
"devDependencies": {
"@chipcode/fonts": "^0.1.2",
"@chipcode/octopus": "file:../chipcode/octopus",
"octo-assembler": "^0.1.4"
}
},
"../chipcode/octopus": {
"name": "@chipcode/octopus",
"version": "0.3.5",
"dev": true,
"license": "GPLv3",
"bin": {
"octopus": "index.js"
},
"devDependencies": {
"colors": "^1.4.0",
"diff": "^5.1.0"
}
},
"node_modules/@chipcode/fonts": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@chipcode/fonts/-/fonts-0.1.2.tgz",
"integrity": "sha512-bq274QR8pX+yO1oydXyOeBNWcSlox6dGNh+GiHhGuJ3BLsW5MhoMPhjYjXuxEZnMRNY4SvGuTolXp2bISWQrQw==",
"dev": true
},
"node_modules/@chipcode/octopus": {
"resolved": "../chipcode/octopus",
"link": true
},
"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==",
"deprecated": "WARNING: This project has been renamed to @chipcode/octo-assembler. Install using @chipcode/octo-assembler instead.",
"dev": true,
"bin": {
"octo": "octo/octo"
}
}
}
}