UNPKG

choo-shortcache

Version:

choo nanocomponent cache shortcut

57 lines (56 loc) 1.55 kB
{ "_from": "remove-array-items@^1.0.0", "_id": "remove-array-items@1.0.0", "_inBundle": false, "_integrity": "sha1-B79CyzMvTPboXq2DteToltIyayE=", "_location": "/remove-array-items", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "remove-array-items@^1.0.0", "name": "remove-array-items", "escapedName": "remove-array-items", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/nanobus" ], "_resolved": "https://registry.npmjs.org/remove-array-items/-/remove-array-items-1.0.0.tgz", "_shasum": "07bf42cb332f4cf6e85ead83b5e4e896d2326b21", "_spec": "remove-array-items@^1.0.0", "_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/nanobus", "author": { "name": "Mike Reinstein" }, "bugs": { "url": "https://github.com/mreinstein/remove-array-items/issues" }, "bundleDependencies": false, "deprecated": false, "description": "remove items from a javascript array without generating memory garbage", "devDependencies": { "tap": "^10.3.2" }, "homepage": "https://github.com/mreinstein/remove-array-items#readme", "keywords": [ "array", "splice", "remove", "nogarbage", "gcfriendly" ], "license": "MIT", "main": "index.js", "name": "remove-array-items", "repository": { "type": "git", "url": "git+https://github.com/mreinstein/remove-array-items.git" }, "scripts": { "test": "tap ./test" }, "version": "1.0.0" }