加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
airyland 提交于 2020-07-01 10:07 . -> 5.0.1
{
"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": {
"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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化