{
  "_args": [
    [
      "tape@2.3.0",
      "/usr/share/npm/node_modules/urlgrey"
    ]
  ],
  "_from": "tape@2.3.0",
  "_id": "tape@2.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/tape",
  "_npmUser": {
    "email": "mail@substack.net",
    "name": "substack"
  },
  "_npmVersion": "1.3.14",
  "_phantomChildren": {},
  "_requested": {
    "name": "tape",
    "raw": "tape@2.3.0",
    "rawSpec": "2.3.0",
    "scope": null,
    "spec": "2.3.0",
    "type": "version"
  },
  "_requiredBy": [
    "/urlgrey"
  ],
  "_resolved": "https://registry.npmjs.org/tape/-/tape-2.3.0.tgz",
  "_shasum": "0dfeec709227fbcc9170abe7f046962b271431db",
  "_shrinkwrap": null,
  "_spec": "tape@2.3.0",
  "_where": "/usr/share/npm/node_modules/urlgrey",
  "author": {
    "email": "mail@substack.net",
    "name": "James Halliday",
    "url": "http://substack.net"
  },
  "bin": {
    "tape": "./bin/tape"
  },
  "bugs": {
    "url": "https://github.com/substack/tape/issues"
  },
  "dependencies": {
    "deep-equal": "~0.1.0",
    "defined": "~0.0.0",
    "inherits": "~2.0.1",
    "jsonify": "~0.0.0",
    "resumer": "~0.0.0",
    "split": "~0.2.10",
    "stream-combiner": "~0.0.2",
    "through": "~2.3.4"
  },
  "description": "tap-producing test harness for node and browsers",
  "devDependencies": {
    "falafel": "~0.1.4",
    "tap": "~0.3.0"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dist": {
    "shasum": "0dfeec709227fbcc9170abe7f046962b271431db",
    "tarball": "https://registry.npmjs.org/tape/-/tape-2.3.0.tgz"
  },
  "homepage": "https://github.com/substack/tape",
  "keywords": [
    "assert",
    "browser",
    "harness",
    "tap",
    "test"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "mail@substack.net"
    }
  ],
  "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": {
    "browsers": [
      "chrome/20..latest",
      "firefox/10..latest",
      "ie/6..latest",
      "ipad/6",
      "iphone/6",
      "opera/11.0..latest",
      "safari/latest"
    ],
    "files": "test/browser/*.js"
  },
  "version": "2.3.0"
}
