{
  "_from": "hookable@^6.1.1",
  "_id": "hookable@6.1.1",
  "_inBundle": false,
  "_integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==",
  "_location": "/hookable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hookable@^6.1.1",
    "name": "hookable",
    "escapedName": "hookable",
    "rawSpec": "^6.1.1",
    "saveSpec": null,
    "fetchSpec": "^6.1.1"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/@unhead/vue",
    "/nuxt",
    "/nuxt/@nuxt/devtools",
    "/unhead"
  ],
  "_resolved": "https://registry.npmjs.org/hookable/-/hookable-6.1.1.tgz",
  "_shasum": "825f966b4b426db2e622d94d7a31a70f196f9d2f",
  "_spec": "hookable@^6.1.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "bugs": {
    "url": "https://github.com/unjs/hookable/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Awaitable hook system",
  "devDependencies": {
    "@types/node": "^25.6.0",
    "@typescript/native-preview": "^7.0.0-dev.20260414.1",
    "@vitest/coverage-v8": "^4.1.4",
    "changelogen": "^0.6.2",
    "esbuild": "^0.28.0",
    "eslint-config-unjs": "^0.6.2",
    "expect-type": "^1.3.0",
    "hookable-prev": "npm:hookable@^6.1.0",
    "mitata": "^1.0.34",
    "obuild": "^0.4.33",
    "oxfmt": "^0.45.0",
    "oxlint": "^1.60.0",
    "typescript": "^6.0.2",
    "vite": "^8.0.8",
    "vitest": "^4.1.4"
  },
  "exports": {
    ".": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/hookable#readme",
  "keywords": [
    "hook",
    "hookable",
    "plugin",
    "tapable",
    "tappable"
  ],
  "license": "MIT",
  "main": "./dist/index.mjs",
  "name": "hookable",
  "packageManager": "pnpm@10.33.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/hookable.git"
  },
  "scripts": {
    "bench": "node --expose-gc --allow-natives-syntax test/bench.ts",
    "build": "obuild src/index.ts",
    "dev": "vitest",
    "lint": "oxlint . && oxfmt --check src test",
    "lint:fix": "oxlint . --fix && oxfmt src test",
    "prepublish": "pnpm build",
    "release": "pnpm test && pnpm build && changelogen --release --publish --push",
    "test": "pnpm lint && vitest run --coverage",
    "test:types": "tsgo --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "6.1.1"
}
