{
  "_from": "oxc-walker@^0.7.0",
  "_id": "oxc-walker@0.7.0",
  "_inBundle": false,
  "_integrity": "sha512-54B4KUhrzbzc4sKvKwVYm7E2PgeROpGba0/2nlNZMqfDyca+yOor5IMb4WLGBatGDT0nkzYdYuzylg7n3YfB7A==",
  "_location": "/oxc-walker",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "oxc-walker@^0.7.0",
    "name": "oxc-walker",
    "escapedName": "oxc-walker",
    "rawSpec": "^0.7.0",
    "saveSpec": null,
    "fetchSpec": "^0.7.0"
  },
  "_requiredBy": [
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/oxc-walker/-/oxc-walker-0.7.0.tgz",
  "_shasum": "f99c61bc7656e7354a1583470a3939d686759e7d",
  "_spec": "oxc-walker@^0.7.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "bugs": {
    "url": "https://github.com/oxc-project/oxc-walker/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "magic-regexp": "^0.10.0"
  },
  "deprecated": false,
  "description": "[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href]",
  "devDependencies": {
    "@types/node": "24.10.3",
    "@vitest/coverage-v8": "4.0.16",
    "knip": "^5.69.1",
    "lint-staged": "16.2.7",
    "oxc-parser": "0.108.0",
    "oxfmt": "^0.24.0",
    "oxlint": "^1.29.0",
    "simple-git-hooks": "2.13.1",
    "typescript": "5.9.3",
    "unbuild": "3.6.1",
    "vitest": "4.0.16"
  },
  "exports": {
    ".": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/oxc-project/oxc-walker#readme",
  "license": "MIT",
  "lint-staged": {
    "*": [
      "oxfmt --no-error-on-unmatched-pattern"
    ],
    "*.{js,ts,mjs,cjs,json,.*rc}": [
      "pnpm run lint --fix"
    ]
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "oxc-walker",
  "peerDependencies": {
    "oxc-parser": ">=0.98.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oxc-project/oxc-walker.git"
  },
  "resolutions": {
    "oxc-walker": "link:."
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "fmt": "oxfmt",
    "lint": "oxlint",
    "test": "pnpm test:unit && pnpm test:types",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.7.0"
}
