-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 733 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
30
31
32
33
34
35
36
37
{
"name": "lib-qqwry",
"version": "1.3.4",
"description": "Using NodeJS analytical IP Library (qqwry.dat) module.",
"main": "lib/qqwry",
"scripts": {
"test": "node ./test/test_v.js"
},
"bin": {
"qqwry": "./bin/qqwry",
"lib-qqwry": "./bin/qqwry"
},
"repository": {
"type": "git",
"url": "https://github.com/cnwhy/lib-qqwry.git"
},
"keywords": [
"qqwry",
"纯真IP库",
"IP地址"
],
"author": {
"name": "cnwhy"
},
"license": "BSD",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.19.0",
"gbk.js": "^0.2.0",
"progress": "^2.0.3",
"to-regex": "^3.0.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4"
}
}