-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
49 lines (49 loc) · 1.52 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "aluhut",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aluhut",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"ping": "^0.4.2",
"tld-list": "^1.0.1"
}
},
"node_modules/ping": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/ping/-/ping-0.4.2.tgz",
"integrity": "sha512-1uAw0bzHtrPbPo2s6no06oZAzY6KqKclEJR1JRZKIHKXKlPdrz9N0/1MPPB+BbrvMjN3Mk0pcod3bfLNZFRo9w==",
"dependencies": {
"q": "1.x",
"underscore": "^1.12.0"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/q": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
"integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
"engines": {
"node": ">=0.6.0",
"teleport": ">=0.2.0"
}
},
"node_modules/tld-list": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tld-list/-/tld-list-1.0.1.tgz",
"integrity": "sha512-1X85AMklt2BsnJ0lsdIFkWpDQTFMQEVTy2UiOsKUUXOKe/60Nl6g6SMgFCzCcd+LaEos81aJPVnm7cc15Mlrhw==",
"hasInstallScript": true
},
"node_modules/underscore": {
"version": "1.13.6",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
}
}
}