{
  "_from": "radix3@^1.1.2",
  "_id": "radix3@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==",
  "_location": "/radix3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "radix3@^1.1.2",
    "name": "radix3",
    "escapedName": "radix3",
    "rawSpec": "^1.1.2",
    "saveSpec": null,
    "fetchSpec": "^1.1.2"
  },
  "_requiredBy": [
    "/h3",
    "/nitropack"
  ],
  "_resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
  "_shasum": "fd27d2af3896c6bf4bcdfab6427c69c2afc69ec0",
  "_spec": "radix3@^1.1.2",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/h3",
  "bugs": {
    "url": "https://github.com/unjs/radix3/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Lightweight and fast router for JavaScript based on Radix Tree",
  "devDependencies": {
    "0x": "^5.7.0",
    "@vitest/coverage-v8": "^1.4.0",
    "autocannon": "^7.15.0",
    "benchmark": "^2.1.4",
    "changelogen": "^0.5.5",
    "eslint": "^8.57.0",
    "eslint-config-unjs": "^0.2.1",
    "jiti": "^1.21.0",
    "listhen": "^1.7.2",
    "prettier": "^3.2.5",
    "standard-version": "^9.5.0",
    "typescript": "^5.4.3",
    "unbuild": "^2.0.0",
    "vitest": "^1.4.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/radix3#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "radix3",
  "packageManager": "pnpm@8.15.5",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/radix3.git"
  },
  "scripts": {
    "bench": "node ./benchmark/direct.mjs",
    "bench:http": "node ./benchmark/http.mjs",
    "bench:profile": "0x -o -D benchmark/.profile -- node ./benchmark/direct.mjs",
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint --ext .ts,.mjs . && prettier -c src tests",
    "lint:fix": "eslint --fix --ext .ts,.mjs . && prettier -w src tests",
    "playground": "pnpm jiti ./playground.ts",
    "release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && npm publish",
    "test": "pnpm lint && pnpm test:types && vitest run",
    "test:types": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.1.2"
}
