hwplugins
Version:
二次封装扩展随机数、手机号码/身份证号码脱敏、时间格式化等...
30 lines (29 loc) • 795 B
JSON
{
"name": "hwplugins",
"version": "1.1.36",
"description": "二次封装扩展随机数、手机号码/身份证号码脱敏、时间格式化等...",
"main": "src/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"author": "Michael的小木屋",
"license": "MIT",
"keywords": [
"hw",
"plugins",
"hwplugins",
"methods",
"ES6+"
],
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/haiwang024/hwplugins.git"
},
"bugs": {
"url": "https://github.com/haiwang024/hwplugins/issues"
},
"homepage": "https://github.com/haiwang024/hwplugins#readme"
}