-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
39 lines (39 loc) · 1.29 KB
/
package-lock.json
File metadata and controls
39 lines (39 loc) · 1.29 KB
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": "rotation",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rotation",
"version": "1.0.0",
"dependencies": {
"pebble-events": "^1.2.0",
"pebble-packet": "^1.3.2"
}
},
"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"
}
},
"node_modules/pebble-packet": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/pebble-packet/-/pebble-packet-1.3.2.tgz",
"integrity": "sha512-xXwnJJz/jkuQdaI/hNFgSUgaUp04/360YO8SmUatuVIhMQlWUuxxspc38UmVCfHCxwrm5sWq3Lb4ler0xup8vw==",
"dependencies": {
"pebble-events": "^1.1.0"
}
}
}
}