-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 869 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 869 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
{
"name": "node-red-contrib-edge",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"edge-cs": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/edge-cs/-/edge-cs-1.2.1.tgz",
"integrity": "sha1-vRqezblO8O1AyJRYIEZ0nlcEXlo="
},
"edge-js": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/edge-js/-/edge-js-10.3.1.tgz",
"integrity": "sha512-jMP3jw8L00PKIMylyr4PWDACvADPnAHxdx9aIiKRRLHJ6Y+TYv+nmmtxs3JA/dJVz4kllvIMR/axpEDetGQOaQ==",
"requires": {
"edge-cs": "1.2.1",
"nan": "^2.10.0"
}
},
"nan": {
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.11.1.tgz",
"integrity": "sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA=="
}
}
}