1 Star 0 Fork 2

Fourteen/zh-address-parse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
wondaywang 提交于 2022-07-21 10:49 . fix: trim +86 of parsed mobile number
{
"name": "zh-address-parse",
"version": "1.3.13",
"description": "chinese address parse",
"author": "wonday",
"license": "MIT",
"homepage": "https://github.com/ldwonday/zh-address-parse",
"main": "./index.js",
"typings": "./index.d.ts",
"files": ["app", "dist", "index.js", "index.d.ts"],
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --progress --mode development --config webpack.config.dev.js",
"build": "cross-env NODE_ENV=production webpack -p --progress --mode production --config webpack.config.build.js",
"build-lib": "cross-env NODE_ENV=production webpack -p --progress --mode production --config webpack.config.build.lib.js",
"push-release": "sh ./scripts/release.sh",
"push-dev": "sh ./scripts/dev.sh",
"fetch-data": "babel-node app/lib/getMcaGovData.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ldwonday/zh-address-parse.git"
},
"dependencies": {
"jquery": "^3.4.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/node": "^7.8.4",
"@babel/preset-env": "^7.6.0",
"babel-loader": "^8.0.6",
"cheerio": "^1.0.0-rc.3",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"sass": "^1.30.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"url-loader": "^2.1.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/FourteenD/zh-address-parse.git
git@gitee.com:FourteenD/zh-address-parse.git
FourteenD
zh-address-parse
zh-address-parse
master

搜索帮助