{
  "_args": [
    [
      "tap@2.2.1",
      "/usr/share/npm"
    ]
  ],
  "_from": "tap@2.2.1",
  "_id": "tap@2.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/tap",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.3.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "tap",
    "raw": "tap@2.2.1",
    "rawSpec": "2.2.1",
    "scope": null,
    "spec": "2.2.1",
    "type": "version"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tap/-/tap-2.2.1.tgz",
  "_shasum": "9e8b1a745ba63c1879cc64e42b1dadf818238af2",
  "_shrinkwrap": null,
  "_spec": "tap@2.2.1",
  "_where": "/usr/share/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me"
  },
  "bin": {
    "tap": "bin/run.js"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-tap/issues"
  },
  "bundleDependencies": [
    "deep-equal"
  ],
  "config": {
    "nyc": {
      "exclude": [
        "\\bnode_modules\\b",
        "\\btest[\\/]"
      ]
    }
  },
  "contributors": [
    {
      "name": "Stein Martin Hustad",
      "email": "stein@hustad.com"
    },
    {
      "name": "Isaac Z. Schlueter",
      "email": "i@izs.me"
    },
    {
      "name": "James Halliday",
      "email": "mail@substack.net"
    },
    {
      "name": "Jason Smith",
      "email": "jhs@iriscouch.com",
      "url": "air"
    },
    {
      "name": "Pedro P. Candel",
      "email": "kusorbox@gmail.com"
    },
    {
      "name": "baudehlo",
      "email": "helpme+github@gmail.com"
    },
    {
      "name": "Trent Mick",
      "email": "trentm@gmail.com"
    },
    {
      "name": "Corey Richardson",
      "email": "kb1pkl@aim.com"
    },
    {
      "name": "Raynos",
      "email": "raynos2@gmail.com"
    },
    {
      "name": "Siddharth Mahendraker",
      "email": "siddharth_mahen@me.com"
    },
    {
      "name": "Ryan Graham",
      "email": "r.m.graham@gmail.com"
    }
  ],
  "dependencies": {
    "codecov.io": "^0.1.6",
    "coveralls": "^2.11.2",
    "deep-equal": "*",
    "deeper": "^2.1.0",
    "foreground-child": "^1.2.0",
    "glob": "^5.0.15",
    "js-yaml": "^3.3.1",
    "mkdirp": "^0.5.0",
    "nyc": "^3.1.0",
    "only-shallow": "^1.0.2",
    "opener": "^1.4.1",
    "readable-stream": "^2.0.2",
    "signal-exit": "^2.0.0",
    "supports-color": "^1.3.1",
    "tap-mocha-reporter": "0.0 || 1",
    "tap-parser": "^1.2.2",
    "tmatch": "^1.0.2"
  },
  "description": "A Test-Anything-Protocol library",
  "devDependencies": {
    "bluebird": "^2.9.34",
    "which": "^1.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "9e8b1a745ba63c1879cc64e42b1dadf818238af2",
    "tarball": "https://registry.npmjs.org/tap/-/tap-2.2.1.tgz"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "bin/mochatap.js",
    "bin/run.js",
    "bin/usage.txt",
    "lib/assert.js",
    "lib/mocha.js",
    "lib/root.js",
    "lib/stack.js",
    "lib/synonyms.js",
    "lib/test.js"
  ],
  "gitHead": "5e96afd74a0ce803562274741dd9eb24a6404064",
  "homepage": "https://github.com/isaacs/node-tap#readme",
  "keywords": [
    "assert",
    "tap",
    "test"
  ],
  "license": "ISC",
  "main": "lib/root.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "tap",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/node-tap.git"
  },
  "scripts": {
    "regen-fixtures": "node scripts/generate-test-test.js test/test/*.js",
    "test": "node bin/run.js test/*.* --coverage"
  },
  "version": "2.2.1"
}
