-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage-lock.json
More file actions
54 lines (54 loc) · 2.32 KB
/
package-lock.json
File metadata and controls
54 lines (54 loc) · 2.32 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "brew3",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bent": {
"version": "7.3.12",
"resolved": "https://registry.npmjs.org/bent/-/bent-7.3.12.tgz",
"integrity": "sha512-T3yrKnVGB63zRuoco/7Ybl7BwwGZR0lceoVG5XmQyMIH9s19SV5m+a8qam4if0zQuAmOQTyPTPmsQBdAorGK3w==",
"requires": {
"bytesish": "^0.4.1",
"caseless": "~0.12.0",
"is-stream": "^2.0.0"
}
},
"bytesish": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/bytesish/-/bytesish-0.4.4.tgz",
"integrity": "sha512-i4uu6M4zuMUiyfZN4RU2+i9+peJh//pXhd9x1oSe1LBkZ3LEbCoygu8W0bXTukU1Jme2txKuotpCZRaC3FLxcQ=="
},
"caseless": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
},
"ds18b20": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/ds18b20/-/ds18b20-0.1.0.tgz",
"integrity": "sha1-tXHU2j9/kt1c2K72kut3fjBpavE="
},
"is-stream": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
},
"node-red-contrib-brewers-chronicle": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/node-red-contrib-brewers-chronicle/-/node-red-contrib-brewers-chronicle-0.9.0.tgz",
"integrity": "sha512-A+/0JYEMBpTFsjZqH56ctPKjCsN//GEwtBsWYxAm1FXVY0u4S3NJXVQV1ew1mtZNM4x5Le654MI60TdKwT+YMw==",
"requires": {
"bent": "^7.3.10"
}
},
"node-red-contrib-sensor-dynamic-ds18b20": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/node-red-contrib-sensor-dynamic-ds18b20/-/node-red-contrib-sensor-dynamic-ds18b20-0.2.0.tgz",
"integrity": "sha512-qCWOblSL5lXhOVo9IsgmSycsKMArfyyrBnxz4xXnoMrle0gkPuMitQyglAWghOof0YWLrUwRm1h0RbrE7M6VcA==",
"requires": {
"ds18b20": "0.1.0"
}
}
}
}