30 lines
681 B
JSON
30 lines
681 B
JSON
{
|
|
"name": "remove-array-items",
|
|
"version": "1.0.0",
|
|
"description": "remove items from a javascript array without generating memory garbage",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap ./test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mreinstein/remove-array-items.git"
|
|
},
|
|
"keywords": [
|
|
"array",
|
|
"splice",
|
|
"remove",
|
|
"nogarbage",
|
|
"gcfriendly"
|
|
],
|
|
"author": "Mike Reinstein",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mreinstein/remove-array-items/issues"
|
|
},
|
|
"homepage": "https://github.com/mreinstein/remove-array-items#readme",
|
|
"devDependencies": {
|
|
"tap": "^10.3.2"
|
|
}
|
|
}
|