12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "china-division",
- "version": "1.0.4",
- "description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)",
- "main": "index.js",
- "scripts": {
- "test": "mocha -t 5000"
- },
- "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": {
- "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"
- }
|