forked from modood/Administrative-divisions-of-China
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 KB
/
package.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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "china-division",
"version": "2.3.1",
"description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)、村(居)委会",
"main": "lib/export.js",
"scripts": {
"test": "eslint . && mocha -t 5000",
"fetch": "node lib/fetch.js",
"csv": "./export_csv.sh",
"json": "./export_json.sh",
"format": "node lib/build.js",
"build": "npm run csv && npm run json && npm run format",
"precommit": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/modood/Administrative-divisions-of-China.git"
},
"keywords": [
"中国",
"行政区划",
"省市",
"省市区",
"联动",
"省份",
"城市",
"区县",
"乡镇",
"街道",
"村委会",
"居委会"
],
"Author": {
"name": "modood",
"email": "[email protected]",
"url": "https://github.com/modood"
},
"dependencies": {},
"devDependencies": {
"bufferhelper": "^0.2.1",
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"html-minifier": "^3.5.20",
"husky": "^0.13.4",
"iconv-lite": "^0.4.15",
"lodash": "^4.17.4",
"mocha": "^7.1.0",
"sequelize": "^5.15.1",
"sequelize-cursor-pagination": "^1.0.3",
"sqlite3": "^4.0.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/modood/Administrative-divisions-of-China/issues"
},
"homepage": "https://github.com/modood/Administrative-divisions-of-China#readme"
}