{
  "_args": [
    [
      "remove-array-items@1.0.0",
      "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription"
    ]
  ],
  "_development": true,
  "_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": "version",
    "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",
  "_spec": "1.0.0",
  "_where": "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription",
  "author": {
    "name": "Mike Reinstein"
  },
  "bugs": {
    "url": "https://github.com/mreinstein/remove-array-items/issues"
  },
  "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"
}
