arr-del
Version:
Delete array elements in one time by array consists of their indexes
24 lines • 629 B
JSON
{
"name": "arr-del",
"version": "1.3.6",
"keywords": ["array", "arr", "delete", "del", "elements", "element"],
"description": "Delete array elements in one time by array consists of their indexes",
"main": "index.js",
"author": "tywei90 <tywei90@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"dependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"url": "https://github.com/tywei90/arr-del"
},
"bugs": {
"url": "https://github.com/tywei90/arr-del/issues"
},
"homepage": "https://github.com/tywei90/arr-del#readme"
}