{
  "_from": "tape@~0.1.5",
  "_id": "tape@0.1.5",
  "_inBundle": false,
  "_integrity": "sha1-GP2bFkUu5cj+G+Xys64k9VJF628=",
  "_location": "/tape",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tape@~0.1.5",
    "name": "tape",
    "escapedName": "tape",
    "rawSpec": "~0.1.5",
    "saveSpec": null,
    "fetchSpec": "~0.1.5"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tape/-/tape-0.1.5.tgz",
  "_shasum": "18fd9b16452ee5c8fe1be5f2b3ae24f55245eb6f",
  "_spec": "tape@~0.1.5",
  "_where": "/Users/jandvorak/Development/feedbot/packages/redux-scuttlebutt",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bin": {},
  "bugs": {
    "url": "https://github.com/substack/tape/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "deep-equal": "~0.0.0",
    "defined": "~0.0.0",
    "jsonify": "~0.0.0"
  },
  "deprecated": false,
  "description": "tap-producing test harness for node and browsers",
  "devDependencies": {
    "falafel": "~0.1.4",
    "tap": "~0.3.0"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "homepage": "https://github.com/substack/tape",
  "keywords": [
    "tap",
    "test",
    "harness",
    "assert",
    "browser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "tape",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/tape.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "0.1.5"
}
