forked from bbx10/node-htu21d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
61 lines (61 loc) · 2.35 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
{
"name": "@abandonware/htu21d-i2c",
"version": "0.1.1-0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@abandonware/i2c": {
"version": "0.2.4-1",
"resolved": "https://registry.npmjs.org/@abandonware/i2c/-/i2c-0.2.4-1.tgz",
"integrity": "sha512-9Q3Vlwuqog8kbW6LaQ5962QHNcaA0T444WbdVnnzA84NXuiqcjaV5B9dPPYZbQhgddJRzf7LtVRAbz1ksRlSKg==",
"requires": {
"bindings": "1.5.0",
"coffee-script": "1.12.7",
"nan": "~2.14.0",
"repl": "0.1.3",
"underscore": "1.9.2"
}
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"coffee-script": {
"version": "1.12.7",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz",
"integrity": "sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw=="
},
"color-sensor-js": {
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/color-sensor-js/-/color-sensor-js-0.0.11.tgz",
"integrity": "sha512-iuAdHx8VEWiKUCg0WtaVgY9vqTDg7JOihQCuh0y+d2sQguhvIPtZ73l0LriLR5bfvpxgkRAEUPrKD+et1TPn6g==",
"requires": {
"@abandonware/i2c": "^0.2.4-1"
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
},
"nan": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
},
"repl": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/repl/-/repl-0.1.3.tgz",
"integrity": "sha1-LwXUKwyItD0FzL2hDtFK7/Vpm2A="
},
"underscore": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz",
"integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ=="
}
}
}