{
  "_from": "unrouting@^0.1.7",
  "_id": "unrouting@0.1.7",
  "_inBundle": false,
  "_integrity": "sha512-+0hfD+CVWtD636rc5Fn9VEjjTEDhdqgMpbwAuVoUmydSHDaMNiFW93SJG4LV++RoGSEAyvQN5uABAscYpDphpQ==",
  "_location": "/unrouting",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unrouting@^0.1.7",
    "name": "unrouting",
    "escapedName": "unrouting",
    "rawSpec": "^0.1.7",
    "saveSpec": null,
    "fetchSpec": "^0.1.7"
  },
  "_requiredBy": [
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/unrouting/-/unrouting-0.1.7.tgz",
  "_shasum": "a4754c81c5270093118734dbf0d90a367b211a27",
  "_spec": "unrouting@^0.1.7",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "bugs": {
    "url": "https://github.com/unjs/unrouting/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "escape-string-regexp": "^5.0.0",
    "ufo": "^1.6.3"
  },
  "deprecated": false,
  "description": "[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![bundle][bundle-src]][bundle-href] [![Codecov][codecov-src]][codecov-href] [![License][license-src]][license-href] [![JSDocs][jsdocs-src]][jsdocs-href]",
  "devDependencies": {
    "@antfu/eslint-config": "7.6.1",
    "@types/node": "24.11.0",
    "@vitest/coverage-v8": "4.0.18",
    "bumpp": "10.4.1",
    "eslint": "10.0.1",
    "lint-staged": "16.3.2",
    "pkg-pr-new": "0.0.65",
    "rou3": "0.7.12",
    "simple-git-hooks": "2.13.1",
    "tsdown": "0.21.0",
    "typescript": "5.9.3",
    "vite": "7.3.1",
    "vitest": "4.0.18",
    "vue-router": "5.0.3"
  },
  "exports": {
    ".": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/unrouting#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,mjs,cjs,json,.*rc}": [
      "pnpm eslint --fix"
    ]
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "unrouting",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/unrouting.git"
  },
  "resolutions": {
    "unrouting": "link:."
  },
  "scripts": {
    "build": "tsdown",
    "dev": "vitest dev",
    "lint": "eslint .",
    "release": "pnpm test && bumpp",
    "test": "pnpm test:unit && pnpm test:types",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest run"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "0.1.7"
}
