forked from rsmeral/node-red-contrib-scd30
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
49 lines (49 loc) · 1.81 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
{
"name": "node-red-contrib-scd30",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"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"
}
},
"crc-full": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/crc-full/-/crc-full-1.1.0.tgz",
"integrity": "sha512-7YK4t8C9PiekOSnBotYjU2roaaorUXHyT+Xzb12Zgg4DsfG58AxmPk2/wx7XnC9UXyriqRvl3c+U0zFsZkdVYg=="
},
"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=="
},
"i2c-bus": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/i2c-bus/-/i2c-bus-5.1.0.tgz",
"integrity": "sha512-u/q1fuZ5xrG77y3uo1rAANycboXsRNjneN+6jXRNMT2yRNpanVkbAP+IArwgsPRCHaY/zKxw7x5G8Y2fSPNseA==",
"requires": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
}
},
"nan": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
},
"scd30-node": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/scd30-node/-/scd30-node-1.0.3.tgz",
"integrity": "sha512-e7LLKVXhdN2w84jrT8TkniZmInLiRaRIAsiQG29QUWbpCW03b+AKjLS43IK//tp8mEhOJIMkJ/S7gI55L3b3bQ==",
"requires": {
"crc-full": "^1.1.0",
"i2c-bus": "^5.1.0"
}
}
}
}