-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage-lock.json
26 lines (26 loc) · 935 Bytes
/
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
{
"name": "node-red-contrib-lutron",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
},
"events": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz",
"integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg=="
},
"telnet-client": {
"version": "1.4.6",
"resolved": "https://registry.npmjs.org/telnet-client/-/telnet-client-1.4.6.tgz",
"integrity": "sha512-ukejw2Fv02oIRJ18jJw3m7TpEglbtBkrCM7Ci75H9zl7MZIKpaV+1L/TKC3Wy9KDk4tfidIJllv4jhGBBjTZBA==",
"requires": {
"bluebird": "^3.5.4"
}
}
}
}