-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 935 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 935 Bytes
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
{
"name": "@appsweet-co/bones-css",
"version": "0.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@appsweet-co/bones-css",
"version": "0.2.1",
"license": "MIT",
"devDependencies": {
"@appsweet-co/spock-css": "^0.6.0"
}
},
"node_modules/@appsweet-co/spock-css": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@appsweet-co/spock-css/-/spock-css-0.6.0.tgz",
"integrity": "sha512-LqlCU2lB6w3kO2GZuXq9/NbnPz9wWkEfhIrn7ynprax4fdfYlWRaX8HT1rZPrgRLBmTZ6xC+EVmam1231drz7g==",
"dev": true
}
},
"dependencies": {
"@appsweet-co/spock-css": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@appsweet-co/spock-css/-/spock-css-0.6.0.tgz",
"integrity": "sha512-LqlCU2lB6w3kO2GZuXq9/NbnPz9wWkEfhIrn7ynprax4fdfYlWRaX8HT1rZPrgRLBmTZ6xC+EVmam1231drz7g==",
"dev": true
}
}
}