forked from cellengine/bindns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
33 lines (33 loc) · 1001 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
27
28
29
30
31
32
33
{
"name": "@connectedcars/bindns",
"version": "0.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@connectedcars/bindns",
"version": "0.4.1",
"license": "ISC",
"dependencies": {
"@connectedcars/logutil": "^5.0.3"
},
"devDependencies": {
"@types/node": "^10.7.1"
}
},
"node_modules/@connectedcars/logutil": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/@connectedcars/logutil/-/logutil-5.0.3.tgz",
"integrity": "sha512-CbzROJnwXRH7zVOVQDTDCutiBBZsLjA8s8G0WvdtGHuQ83iENAzEXy4qneo3teVvBxsCIhZxJ/QoOpNYXFPtoQ==",
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@types/node": {
"version": "10.17.60",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz",
"integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==",
"dev": true
}
}
}