{
  "_args": [
    [
      "tap-parser@^1.2.2",
      "/usr/share/npm/node_modules/tap"
    ]
  ],
  "_from": "tap-parser@>=1.2.2 <2.0.0",
  "_id": "tap-parser@1.3.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/tap-parser",
  "_nodeVersion": "4.4.4",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/tap-parser-1.3.2.tgz_1470936914647_0.9486940626520663"
  },
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.10.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "tap-parser",
    "raw": "tap-parser@^1.2.2",
    "rawSpec": "^1.2.2",
    "scope": null,
    "spec": ">=1.2.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tap",
    "/tap-mocha-reporter"
  ],
  "_resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-1.3.2.tgz",
  "_shasum": "120c5089c88c3c8a793ef288867de321e18f8c22",
  "_shrinkwrap": null,
  "_spec": "tap-parser@^1.2.2",
  "_where": "/usr/share/npm/node_modules/tap",
  "author": {
    "email": "mail@substack.net",
    "name": "James Halliday",
    "url": "http://substack.net"
  },
  "bin": {
    "tap-parser": "bin/cmd.js"
  },
  "bugs": {
    "url": "https://github.com/substack/tap-parser/issues"
  },
  "dependencies": {
    "events-to-array": "^1.0.1",
    "inherits": "~2.0.1",
    "js-yaml": "^3.2.7",
    "readable-stream": "^2"
  },
  "description": "parse the test anything protocol",
  "devDependencies": {
    "glob": "^5.0.2",
    "tap": "^1.2.0",
    "tape": "^3.5.0"
  },
  "directories": {},
  "dist": {
    "shasum": "120c5089c88c3c8a793ef288867de321e18f8c22",
    "tarball": "https://registry.npmjs.org/tap-parser/-/tap-parser-1.3.2.tgz"
  },
  "files": [
    "bin/cmd.js",
    "bin/usage.txt",
    "index.js"
  ],
  "gitHead": "8a5751a9404742b0a46dc1233a67bd66ed01d94d",
  "homepage": "https://github.com/substack/tap-parser",
  "keywords": [
    "parser",
    "tap",
    "test"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "mail@substack.net"
    },
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    }
  ],
  "name": "tap-parser",
  "optionalDependencies": {
    "readable-stream": "^2"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/tap-parser.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "testling": {
    "browsers": [
      "chrome/10",
      "chrome/latest",
      "firefox/3.5",
      "firefox/latest",
      "ie/6..latest",
      "opera/latest",
      "safari/latest"
    ],
    "files": "test/*.js"
  },
  "version": "1.3.2"
}
