| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "area-data",
- "version": "1.0.0",
- "author": "pomysky@gmail.com",
- "description": "中国省、市、区、街道数据",
- "license": "MIT",
- "main": "./data.js",
- "private": false,
- "repository": {
- "type": "git",
- "url": "https://github.com/dwqs/area-data.git"
- },
- "bugs": {
- "url": "https://github.com/dwqs/area-data/issues"
- },
- "files": ["data.js"],
- "keywords": [
- "china",
- "area",
- "行政区域代码",
- "china area",
- "picker",
- "area picker",
- "中国省份"
- ],
- "devDependencies": {
- "china-area-data": "^3.0.0",
- "lodash": "^4.17.4"
- }
- }
|