{ "_from": "hookable@^5.5.3", "_id": "hookable@5.5.3", "_inBundle": false, "_integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", "_location": "/hookable", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "hookable@^5.5.3", "name": "hookable", "escapedName": "hookable", "rawSpec": "^5.5.3", "saveSpec": null, "fetchSpec": "^5.5.3" }, "_requiredBy": [ "/@vue/devtools-kit" ], "_resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz", "_shasum": "6cfc358984a1ef991e2518cb9ed4a778bbd3215d", "_spec": "hookable@^5.5.3", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\@vue\\devtools-kit", "bugs": { "url": "https://github.com/unjs/hookable/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Awaitable hook system", "devDependencies": { "@types/node": "^18.15.11", "@vitest/coverage-c8": "^0.29.8", "changelogen": "^0.5.2", "eslint": "^8.37.0", "eslint-config-unjs": "^0.1.0", "expect-type": "^0.15.0", "prettier": "^2.8.7", "typescript": "^5.0.2", "unbuild": "^1.1.2", "vite": "^4.2.1", "vitest": "^0.29.8" }, "exports": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts", "require": "./dist/index.cjs" }, "files": [ "dist" ], "homepage": "https://github.com/unjs/hookable#readme", "keywords": [ "hook", "hookable", "plugin", "tapable", "tappable" ], "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "hookable", "packageManager": "pnpm@8.0.0", "repository": { "type": "git", "url": "git+https://github.com/unjs/hookable.git" }, "scripts": { "build": "unbuild", "dev": "vitest", "lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test", "lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w", "prepublish": "pnpm build", "release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish", "test": "pnpm lint && vitest run --coverage", "test:types": "tsc --noEmit" }, "types": "./dist/index.d.ts", "version": "5.5.3" }