8d6391194026909be8833fa67b081e24343eee49.svn-base 1.79 KB
{
  "_from": "auto-bind@^4.0.0",
  "_id": "auto-bind@4.0.0",
  "_inBundle": true,
  "_integrity": "sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==",
  "_location": "/tap/auto-bind",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "auto-bind@^4.0.0",
    "name": "auto-bind",
    "escapedName": "auto-bind",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/tap/ink"
  ],
  "_resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz",
  "_shasum": "e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb",
  "_spec": "auto-bind@^4.0.0",
  "_where": "/Users/isaacs/dev/js/tap/node_modules/ink",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/auto-bind/issues"
  },
  "deprecated": false,
  "description": "Automatically bind methods to their class instance",
  "devDependencies": {
    "@types/react": "^16.9.9",
    "ava": "^2.4.0",
    "tsd": "^0.11.0",
    "xo": "^0.25.3"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "react.js",
    "react.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/auto-bind#readme",
  "keywords": [
    "auto",
    "bind",
    "class",
    "methods",
    "method",
    "automatically",
    "prototype",
    "instance",
    "function",
    "this",
    "self",
    "react",
    "component"
  ],
  "license": "MIT",
  "name": "auto-bind",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/auto-bind.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "4.0.0"
}