-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage-lock.json
More file actions
29 lines (29 loc) · 872 Bytes
/
package-lock.json
File metadata and controls
29 lines (29 loc) · 872 Bytes
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
{
"name": "ring-doorbell",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"doorbot": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/doorbot/-/doorbot-5.0.0.tgz",
"integrity": "sha512-Q+aoHyseGGJ+KPyrDIwEA7sR9QFWeWVmok55daHI5mTaQeAqxZk34FeOTJpm7jT8GDIp9sW15h/LwrR9FzRPkQ==",
"requires": {
"debug": "^2.6.8"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}
}
}