@dillonkearns/elm-graphql
Version:
<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">
33 lines (32 loc) • 862 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"
}
,"_resolved": "https://registry.npmjs.org/remove-array-items/-/remove-array-items-1.0.0.tgz"
,"_integrity": "sha1-B79CyzMvTPboXq2DteToltIyayE="
,"_from": "remove-array-items@1.0.0"
}