-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
41 lines (41 loc) · 1.43 KB
/
Copy pathpackage-lock.json
File metadata and controls
41 lines (41 loc) · 1.43 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
40
41
{
"name": "sample-nodejs-raspberry-pi",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bindings": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.3.0.tgz",
"integrity": "sha512-DpLh5EzMR2kzvX1KIlVC0VkC3iZtHKTgdtZ0a3pglBZdaQFjt5S9g9xd1lE+YvXyfd6mtCeRnrUfOLYiTMlNSw=="
},
"epoll": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/epoll/-/epoll-2.0.6.tgz",
"integrity": "sha512-CtTAsX+Q+mpz6VHVtOSzbempais+FoDyrM6vBtvp+322YB93os/ZucdV8LTP4J1jZxaO1TPMSxWGKglc2P4PHA==",
"requires": {
"bindings": "^1.3.0",
"nan": "^2.11.1"
}
},
"lodash.debounce": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
"integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
},
"nan": {
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.11.1.tgz",
"integrity": "sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA=="
},
"onoff": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/onoff/-/onoff-3.2.2.tgz",
"integrity": "sha512-wLxeB03QLSsbIhIqR24Ia137uyCKNR7O8SEnUhN4kmsrDrhZNVpSWfOC7Tp1bvz7qKLwfYICGYbPMjzun4opLg==",
"requires": {
"epoll": "^2.0.4",
"lodash.debounce": "^4.0.8"
}
}
}
}