-
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) · 961 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 961 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": "can-i-see-fuji",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "can-i-see-fuji",
"version": "1.2.0",
"dependencies": {
"pebble-events": "^1.0.0"
}
},
"node_modules/@smallstoneapps/linked-list": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@smallstoneapps/linked-list/-/linked-list-1.4.0.tgz",
"integrity": "sha512-UfGJfnRgb5eB/Mm1ZppupO7oEMgXD23mKs/T/QD0BiA23EPEju7xIdhDI1e7uiqdxuwBRHApg6iLB9Sy7HciWg==",
"license": "MIT"
},
"node_modules/pebble-events": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pebble-events/-/pebble-events-1.2.0.tgz",
"integrity": "sha512-lxHrEfxGQw7umptcwhIzGfPvo6QRpgwT570DuMN3lham1HCPOSkzEqrOOQz/LPyuZpBgzuymEKrHwbLLK0hcwg==",
"license": "MIT",
"dependencies": {
"@smallstoneapps/linked-list": "^1.3.0"
}
}
}
}