{
  "_args": [
    [
      "function-bind@~1.0.2",
      "/home/dominic/c/level-stream-view/node_modules/tape"
    ]
  ],
  "_from": "function-bind@>=1.0.2 <1.1.0",
  "_id": "function-bind@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/function-bind",
  "_npmUser": {
    "email": "ljharb@gmail.com",
    "name": "ljharb"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "function-bind",
    "raw": "function-bind@~1.0.2",
    "rawSpec": "~1.0.2",
    "scope": null,
    "spec": ">=1.0.2 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/es-abstract",
    "/has",
    "/string.prototype.trim",
    "/tape"
  ],
  "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.0.2.tgz",
  "_shasum": "c2873b69c5e6d7cefae47d2555172926c8c2e05e",
  "_shrinkwrap": null,
  "_spec": "function-bind@~1.0.2",
  "_where": "/home/dominic/c/level-stream-view/node_modules/tape",
  "author": {
    "email": "raynos2@gmail.com",
    "name": "Raynos"
  },
  "bugs": {
    "email": "raynos2@gmail.com",
    "url": "https://github.com/Raynos/function-bind/issues"
  },
  "contributors": [
    {
      "name": "Raynos"
    },
    {
      "name": "Jordan Harband",
      "url": "https://github.com/ljharb"
    }
  ],
  "dependencies": {},
  "description": "Implementation of Function.prototype.bind",
  "devDependencies": {
    "covert": "~1.0.0",
    "jscs": "~1.6.2",
    "tape": "~3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c2873b69c5e6d7cefae47d2555172926c8c2e05e",
    "tarball": "http://registry.npmjs.org/function-bind/-/function-bind-1.0.2.tgz"
  },
  "gitHead": "71784cd83079ccd7f20684e959e1958936a0e3ff",
  "homepage": "https://github.com/Raynos/function-bind",
  "keywords": [
    "bind",
    "es5",
    "function",
    "shim"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/function-bind/raw/master/LICENSE"
    }
  ],
  "main": "index",
  "maintainers": [
    {
      "name": "raynos",
      "email": "raynos2@gmail.com"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "function-bind",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/Raynos/function-bind.git"
  },
  "scripts": {
    "coverage": "covert test/*.js",
    "coverage-quiet": "covert test/*.js --quiet",
    "lint": "jscs *.js */*.js",
    "test": "npm run lint && node test/index.js && npm run coverage-quiet"
  },
  "testling": {
    "browsers": [
      "android-browser/4.2..latest",
      "chrome/22..latest",
      "chrome/canary",
      "firefox/16..latest",
      "firefox/nightly",
      "ie/8..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest"
    ],
    "files": "test/index.js"
  },
  "version": "1.0.2"
}
