moval
Version:
fast de duplication of different types of arrays
36 lines (35 loc) • 859 B
JSON
{
"name": "moval",
"version": "1.0.0",
"description": "不同类型的数组快速去重",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"release": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wushuxuan/moval.git"
},
"keywords": [
"array","去重","数组去重"
],
"author": "https://github.com/wushuxuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/wushuxuan/moval/issues"
},
"homepage": "https://github.com/wushuxuan/moval#readme",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"mocha": "^6.2.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"@babel/polyfill": "^7.6.0"
}
}