{
  "_args": [
    [
      {
        "raw": "tape@4.6.0",
        "scope": null,
        "escapedName": "tape",
        "name": "tape",
        "rawSpec": "4.6.0",
        "spec": "4.6.0",
        "type": "version"
      },
      "C:\\src\\pnpm"
    ]
  ],
  "_from": "tape@4.6.0",
  "_id": "tape@4.6.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/tape",
  "_nodeVersion": "6.2.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/tape-4.6.0.tgz_1466402260747_0.020768067566677928"
  },
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "3.9.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "tape@4.6.0",
    "scope": null,
    "escapedName": "tape",
    "name": "tape",
    "rawSpec": "4.6.0",
    "spec": "4.6.0",
    "type": "version"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tape/-/tape-4.6.0.tgz",
  "_shasum": "0188641150e4fa28ba791114190733f47e3743bf",
  "_shrinkwrap": null,
  "_spec": "tape@4.6.0",
  "_where": "C:\\src\\pnpm",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bin": {
    "tape": "./bin/tape"
  },
  "bugs": {
    "url": "https://github.com/substack/tape/issues"
  },
  "dependencies": {
    "deep-equal": "~1.0.1",
    "defined": "~1.0.0",
    "function-bind": "~1.1.0",
    "glob": "~7.0.4",
    "has": "~1.0.1",
    "inherits": "~2.0.1",
    "minimist": "~1.2.0",
    "object-inspect": "~1.2.1",
    "resolve": "~1.1.7",
    "resumer": "~0.0.0",
    "string.prototype.trim": "~1.1.2",
    "through": "~2.3.8"
  },
  "description": "tap-producing test harness for node and browsers",
  "devDependencies": {
    "concat-stream": "~1.5.1",
    "falafel": "~1.2.0",
    "js-yaml": "~3.6.1",
    "tap": "~0.7.1",
    "tap-parser": "~1.2.2"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dist": {
    "shasum": "0188641150e4fa28ba791114190733f47e3743bf",
    "tarball": "https://registry.npmjs.org/tape/-/tape-4.6.0.tgz"
  },
  "gitHead": "3c41af57070f9a6cedfb62e2a6d543b0b15e69ba",
  "homepage": "https://github.com/substack/tape",
  "keywords": [
    "tap",
    "test",
    "harness",
    "assert",
    "browser"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "substack@gmail.com"
    },
    {
      "name": "raynos",
      "email": "raynos2@gmail.com"
    },
    {
      "name": "domenic",
      "email": "d@domenic.me"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "tape",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/tape.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "testling": {
    "files": "test/browser/*.js",
    "browsers": [
      "ie/6..latest",
      "chrome/20..latest",
      "firefox/10..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6"
    ]
  },
  "version": "4.6.0"
}
