78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"_from": "auto-bind@^2.0.0",
|
|
"_id": "auto-bind@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-qZuFvkes1eh9lB2mg8/HG18C+5GIO51r+RrCSst/lh+i5B1CtVlkhTE488M805Nr3dKl0sM/pIFKSKUIlg3zUg==",
|
|
"_location": "/auto-bind",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "auto-bind@^2.0.0",
|
|
"name": "auto-bind",
|
|
"escapedName": "auto-bind",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ink"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-2.1.0.tgz",
|
|
"_shasum": "254e12d53063d7cab90446ce021accfb3faa1464",
|
|
"_spec": "auto-bind@^2.0.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/ink",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/auto-bind/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@types/react": "^16.8.12"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Automatically bind methods to their class instance",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"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.0"
|
|
}
|