{
  "_args": [
    [
      "events-to-array@1.1.2",
      "/Users/johno/c/ember-cli-gravatar"
    ]
  ],
  "_development": true,
  "_from": "events-to-array@1.1.2",
  "_id": "events-to-array@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-LUH1Y+H+QA7Uli/hpNXGp1Od9/Y=",
  "_location": "/events-to-array",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "events-to-array@1.1.2",
    "name": "events-to-array",
    "escapedName": "events-to-array",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/tap-parser"
  ],
  "_resolved": "https://registry.npmjs.org/events-to-array/-/events-to-array-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/Users/johno/c/ember-cli-gravatar",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "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"
  },
  "homepage": "https://github.com/isaacs/events-to-array",
  "license": "ISC",
  "main": "etoa.js",
  "name": "events-to-array",
  "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"
}
