| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/auto-bind/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/auto-bind/package.json |
{
"_from": "auto-bind@^5.0.1",
"_id": "auto-bind@5.0.1",
"_inBundle": false,
"_integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
"_location": "/@google/gemini-cli/auto-bind",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "auto-bind@^5.0.1",
"name": "auto-bind",
"escapedName": "auto-bind",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"/@google/gemini-cli/ink"
],
"_resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
"_shasum": "50d8e63ea5a1dddcb5e5e36451c1a8266ffbb2ae",
"_spec": "auto-bind@^5.0.1",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/auto-bind/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Automatically bind methods to their class instance",
"devDependencies": {
"@types/react": "^17.0.29",
"ava": "^3.15.0",
"tsd": "^0.18.0",
"xo": "^0.45.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"exports": {
".": "./index.js",
"./react": "./react.js"
},
"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"
},
"type": "module",
"version": "5.0.1"
}