{
  "_from": "ast-walker-scope@^0.8.1",
  "_id": "ast-walker-scope@0.8.2",
  "_inBundle": false,
  "_integrity": "sha512-3pYeLyDZ6nJew9QeBhS4Nly02269Dkdk32+zdbbKmL6n4ZuaGorwwA+xx12xgOciA8BF1w9x+dlH7oUkFTW91w==",
  "_location": "/ast-walker-scope",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ast-walker-scope@^0.8.1",
    "name": "ast-walker-scope",
    "escapedName": "ast-walker-scope",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/unplugin-vue-router"
  ],
  "_resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.2.tgz",
  "_shasum": "f075e3199bd429b4fa0bbad56ec3577deadacad5",
  "_spec": "ast-walker-scope@^0.8.1",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/unplugin-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.3",
    "ast-kit": "^2.1.2"
  },
  "deprecated": false,
  "description": "Traverse Babel AST with scope information.",
  "devDependencies": {
    "@babel/types": "^7.28.2",
    "@sxzz/eslint-config": "^7.1.2",
    "@sxzz/prettier-config": "^2.2.3",
    "@types/node": "^24.3.0",
    "bumpp": "^10.2.3",
    "eslint": "^9.33.0",
    "magic-string": "^0.30.17",
    "prettier": "^3.6.2",
    "tsdown": "^0.14.1",
    "tsx": "^4.20.4",
    "typescript": "^5.9.2",
    "vite": "^7.1.2",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=20.18.0"
  },
  "exports": {
    ".": "./dist/index.js",
    "./*": "./*"
  },
  "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"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.8.2"
}
