{
  "_args": [
    [
      "events-to-array@^1.0.1",
      "/usr/share/npm/node_modules/tap-parser"
    ]
  ],
  "_from": "events-to-array@>=1.0.1 <2.0.0",
  "_id": "events-to-array@1.1.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/events-to-array",
  "_nodeVersion": "8.0.0-pre",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/events-to-array-1.1.2.tgz_1491848924731_0.5634824349544942"
  },
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "4.5.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "events-to-array",
    "raw": "events-to-array@^1.0.1",
    "rawSpec": "^1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tap-parser"
  ],
  "_resolved": "https://registry.npmjs.org/events-to-array/-/events-to-array-1.1.2.tgz",
  "_shasum": "2d41f563e1fe400ed4962fe1a4d5c6a7539df7f6",
  "_shrinkwrap": null,
  "_spec": "events-to-array@^1.0.1",
  "_where": "/usr/share/npm/node_modules/tap-parser",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/events-to-array/issues"
  },
  "dependencies": {},
  "description": "Put a bunch of emitted events in an array, for testing.",
  "devDependencies": {
    "tap": "^10.3.2"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "2d41f563e1fe400ed4962fe1a4d5c6a7539df7f6",
    "tarball": "https://registry.npmjs.org/events-to-array/-/events-to-array-1.1.2.tgz"
  },
  "gitHead": "00039bdbfed0505824a5756f9fb2b8827be62702",
  "homepage": "https://github.com/isaacs/events-to-array",
  "license": "ISC",
  "main": "etoa.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "events-to-array",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/events-to-array.git"
  },
  "scripts": {
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap test/*.js --100"
  },
  "version": "1.1.2"
}
