tongtong-utils
Version:
String类
35 lines (34 loc) • 864 B
JSON
{
"name": "tongtong-utils",
"version": "0.2.11",
"description": "",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"tongtong",
"hezhanglin",
"egova",
"utils"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf lib && mkdir lib",
"lib": "npm run clean && babel src --out-dir lib --copy-files"
},
"author": "hezhanglin",
"license": "MIT",
"devDependencies": {
"axios": "^0.19.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"mockjs": "^1.1.0",
"moment": "^2.24.0",
"qs": "^6.9.1"
}
}