-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage-lock.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package-lock.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"name": "node-red-contrib-tingodb",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bson": {
"version": "0.2.22",
"resolved": "https://registry.npmjs.org/bson/-/bson-0.2.22.tgz",
"integrity": "sha1-/NoQPybQwHTVpS1Qkn24D9ArSzk=",
"optional": true,
"requires": {
"nan": "1.8.4"
}
},
"lodash": {
"version": "4.11.2",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.11.2.tgz",
"integrity": "sha1-1rQzixEKWOIdrlzrz9u/0rxM2zs="
},
"nan": {
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/nan/-/nan-1.8.4.tgz",
"integrity": "sha1-PHa1OC6rM+RLdY0oE8qdkuk0LzQ=",
"optional": true
},
"safe": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/safe/-/safe-0.3.9.tgz",
"integrity": "sha1-F4FZvuRXkawhYoruLau3SlLV0HI="
},
"tingodb": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/tingodb/-/tingodb-0.5.1.tgz",
"integrity": "sha1-U8rlLLTUMQgImMwZ/F0EMzoDAck=",
"requires": {
"bson": "0.2.22",
"lodash": "4.11.2",
"safe": "0.3.9"
}
}
}
}