yzflhez-js-function
Version:
js常用函数
40 lines (39 loc) • 911 B
JSON
{
"name": "yzflhez-js-function",
"version": "0.2.3",
"description": "js常用函数",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rem -rf dist && mkdir dist",
"dist": "mkdir dist && babel src --out-dir dist --copy-files",
"distClear": "npm run clean && babel src --out-dir dist --copy-files",
"prepublish": "npm run distClear"
},
"files": [
"LICENSE",
"README.md",
"dist",
"src",
"test"
],
"keywords": [
"js",
"function",
"函数",
"常用函数",
"深度拷贝",
"cookie",
"js运动"
],
"author": "yzflhez",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}