mirror of
https://github.com/modood/Administrative-divisions-of-China.git
synced 2026-02-03 02:24:18 +08:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "china-division",
|
|
"version": "1.0.4",
|
|
"description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "eslint . && mocha -t 5000",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.1.4",
|
|
"bufferhelper": "^0.2.1",
|
|
"iconv-lite": "^0.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-plugin-import": "^2.3.0",
|
|
"eslint-plugin-node": "^4.2.2",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"husky": "^0.13.4",
|
|
"mocha": "^3.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/modood/Administrative-divisions-of-China/issues"
|
|
},
|
|
"homepage": "https://github.com/modood/Administrative-divisions-of-China#readme"
|
|
}
|