28 lines
568 B
JSON
28 lines
568 B
JSON
|
{
|
||
|
"name": "china-area-data",
|
||
|
"version": "5.0.1",
|
||
|
"description": "中国省份城市区数据",
|
||
|
"main": "data.js",
|
||
|
"scripts": {
|
||
|
"build": "node scripts/format && node scripts/vux"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"中国省份",
|
||
|
"行政区域",
|
||
|
"城市",
|
||
|
"省市区",
|
||
|
"vux"
|
||
|
],
|
||
|
"author": "airyland@qq.com",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"async-retry": "^1.3.1",
|
||
|
"cheerio": "^1.0.0-rc.3",
|
||
|
"iconv": "^3.0.0",
|
||
|
"iconv-lite": "^0.6.0",
|
||
|
"md5": "^2.2.1",
|
||
|
"request": "^2.88.2",
|
||
|
"request-promise": "^4.2.5"
|
||
|
}
|
||
|
}
|