{
  "_from": "bind-obj-methods@^3.0.0",
  "_id": "bind-obj-methods@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-nLEaaz3/sEzNSyPWRsN9HNsqwk1AUyECtGj+XwGdIi3xABnEqecvXtIJ0wehQXuuER5uZ/5fTs2usONgYjG+iw==",
  "_location": "/bind-obj-methods",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bind-obj-methods@^3.0.0",
    "name": "bind-obj-methods",
    "escapedName": "bind-obj-methods",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/libtap"
  ],
  "_resolved": "https://registry.npmjs.org/bind-obj-methods/-/bind-obj-methods-3.0.0.tgz",
  "_shasum": "65b66544d9d668d80dfefe2089dd347ad1dbcaed",
  "_spec": "bind-obj-methods@^3.0.0",
  "_where": "/home/mars/current-universe/tappity-tap/node_modules/libtap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/bind-obj-methods/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Bind methods to an object from that object or some other source. Optionally specify a set of methods to skip over.",
  "devDependencies": {
    "tap": "^15.0.0-2"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [],
  "homepage": "https://github.com/isaacs/bind-obj-methods#readme",
  "keywords": [],
  "license": "ISC",
  "main": "bind-obj-methods.js",
  "name": "bind-obj-methods",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/bind-obj-methods.git"
  },
  "scripts": {
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap test.js --100"
  },
  "version": "3.0.0"
}
