You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.6 KiB
60 lines
1.6 KiB
{
|
|
"name": "china-division",
|
|
"version": "2.7.0",
|
|
"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": "modood@qq.com",
|
|
"url": "https://github.com/modood"
|
|
},
|
|
"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.2.0"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/modood/Administrative-divisions-of-China/issues"
|
|
},
|
|
"homepage": "https://github.com/modood/Administrative-divisions-of-China#readme"
|
|
}
|
|
|