{
  "_from": "ast-walker-scope@^0.8.3",
  "_id": "ast-walker-scope@0.8.3",
  "_inBundle": false,
  "_integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==",
  "_location": "/ast-walker-scope",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ast-walker-scope@^0.8.3",
    "name": "ast-walker-scope",
    "escapedName": "ast-walker-scope",
    "rawSpec": "^0.8.3",
    "saveSpec": null,
    "fetchSpec": "^0.8.3"
  },
  "_requiredBy": [
    "/vue-router"
  ],
  "_resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz",
  "_shasum": "f516c42669f3b77e1473a78e5e9d3c5b2e7c1e8e",
  "_spec": "ast-walker-scope@^0.8.3",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\vue-router",
  "author": {
    "name": "Kevin Deng",
    "email": "sxzz@sxzz.moe"
  },
  "bugs": {
    "url": "https://github.com/sxzz/ast-walker-scope/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/parser": "^7.28.4",
    "ast-kit": "^2.1.3"
  },
  "deprecated": false,
  "description": "Traverse Babel AST with scope information.",
  "devDependencies": {
    "@babel/types": "^7.28.4",
    "@sxzz/eslint-config": "^7.2.7",
    "@sxzz/prettier-config": "^2.2.4",
    "@types/node": "^24.7.0",
    "bumpp": "^10.3.1",
    "eslint": "^9.37.0",
    "magic-string": "^0.30.19",
    "prettier": "^3.6.2",
    "tsdown": "^0.15.6",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "vite": "^7.1.9",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "https://github.com/sxzz/ast-walker-scope#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "name": "ast-walker-scope",
  "prettier": "@sxzz/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/ast-walker-scope.git"
  },
  "scripts": {
    "build": "tsdown",
    "lint": "eslint .",
    "lint:fix": "pnpm run lint --fix",
    "release": "bumpp",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "tsdown": {
    "exports": true
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.8.3"
}
