tap
Version:
A Test-Anything-Protocol library for JavaScript
81 lines (80 loc) • 1.74 kB
JSON
{
"_args": [
[
"auto-bind@2.1.1",
"/Users/isaacs/dev/js/tap"
]
],
"_from": "auto-bind@2.1.1",
"_id": "auto-bind@2.1.1",
"_inBundle": false,
"_integrity": "sha512-NUwV1i9D3vxxY1KnfZgSZ716d6ovY7o8LfOwLhGIPFBowIb6Ln6DBW64+jCqPzUznel2hRSkQnYQqvh7/ldw8A==",
"_location": "/auto-bind",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "auto-bind@2.1.1",
"name": "auto-bind",
"escapedName": "auto-bind",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/ink"
],
"_resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/Users/isaacs/dev/js/tap",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/auto-bind/issues"
},
"dependencies": {
"@types/react": "^16.8.12"
},
"description": "Automatically bind methods to their class instance",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.3",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"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": "2.1.1"
}