UNPKG

791 BJSONView Raw
1{
2 "name": "auto-bind",
3 "version": "4.0.0",
4 "description": "Automatically bind methods to their class instance",
5 "license": "MIT",
6 "repository": "sindresorhus/auto-bind",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=8"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts",
22 "react.js",
23 "react.d.ts"
24 ],
25 "keywords": [
26 "auto",
27 "bind",
28 "class",
29 "methods",
30 "method",
31 "automatically",
32 "prototype",
33 "instance",
34 "function",
35 "this",
36 "self",
37 "react",
38 "component"
39 ],
40 "devDependencies": {
41 "@types/react": "^16.9.9",
42 "ava": "^2.4.0",
43 "tsd": "^0.11.0",
44 "xo": "^0.25.3"
45 }
46}