forked from dbushell/rpi-gpio-epaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
63 lines (63 loc) · 1.77 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "rpi-gpio-epaper",
"version": "0.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
},
"bindings": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz",
"integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE="
},
"debug": {
"version": "2.6.8",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz",
"integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=",
"requires": {
"ms": "2.0.0"
}
},
"epoll": {
"version": "0.1.22",
"resolved": "https://registry.npmjs.org/epoll/-/epoll-0.1.22.tgz",
"integrity": "sha1-GrmmN8/xGiCXDIiLHKIXi2TPUpE=",
"requires": {
"bindings": "1.2.1",
"nan": "2.6.2"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"nan": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.6.2.tgz",
"integrity": "sha1-5P805slf37WuzAjeZZb0NgWn20U="
},
"rpi-gpio": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/rpi-gpio/-/rpi-gpio-0.8.1.tgz",
"integrity": "sha1-jVHUHsDs4C7Hy6JumItg7ecokKc=",
"requires": {
"async": "1.5.2",
"debug": "2.6.8",
"epoll": "0.1.22"
}
},
"spi": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/spi/-/spi-0.2.0.tgz",
"integrity": "sha1-LcmFaj0GylbfaUgx30LIidsbfrI=",
"requires": {
"bindings": "1.2.1"
}
}
}
}