{
  "_from": "rou3@^0.8.1",
  "_id": "rou3@0.8.1",
  "_inBundle": false,
  "_integrity": "sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==",
  "_location": "/rou3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rou3@^0.8.1",
    "name": "rou3",
    "escapedName": "rou3",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/@nuxt/nitro-server",
    "/@vitejs/devtools-rolldown/h3",
    "/@vitejs/devtools/h3",
    "/devframe/h3",
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/rou3/-/rou3-0.8.1.tgz",
  "_shasum": "d18c9dae42bdd9cd4fffa77bc6731d5cfe92129a",
  "_spec": "rou3@^0.8.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "bugs": {
    "url": "https://github.com/h3js/rou3/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Lightweight and fast router for JavaScript.",
  "devDependencies": {
    "0x": "^6.0.0",
    "@mitata/counters": "^0.0.8",
    "@types/node": "^25.3.5",
    "@typescript/native-preview": "7.0.0-dev.20260308.1",
    "@vitest/coverage-v8": "^4.0.18",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "esbuild": "^0.27.3",
    "eslint-config-unjs": "^0.6.2",
    "mitata": "^1.0.34",
    "obuild": "^0.4.32",
    "oxfmt": "^0.36.0",
    "oxlint": "^1.51.0",
    "rou3-latest": "npm:rou3@^0.7.12",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./compiler": "./dist/compiler.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/h3js/rou3#readme",
  "license": "MIT",
  "name": "rou3",
  "packageManager": "pnpm@10.31.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/h3js/rou3.git"
  },
  "scripts": {
    "bench:bun": "bun ./test/bench",
    "bench:deno": "deno run -A ./test/bench/index.ts",
    "bench:node": "node --expose-gc --allow-natives-syntax --disable-warning=ExperimentalWarning --experimental-strip-types ./test/bench/index.ts",
    "build": "obuild",
    "dev": "vitest",
    "lint": "oxlint . && oxfmt --check src test",
    "lint:fix": "automd && oxlint --fix . && oxfmt src test",
    "release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && npm publish",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsgo --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "0.8.1"
}
