{
  "_from": "ast-walker-scope@^0.3.0",
  "_id": "ast-walker-scope@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-c+tWaEoA+b4yJp0NUI8/hYKUv1ELqpCMU/fogGazXxu7EXlry37q1wdfhaQqVmQn4l4agMeo4ek76LyKFIxkKA==",
  "_location": "/ast-walker-scope",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ast-walker-scope@^0.3.0",
    "name": "ast-walker-scope",
    "escapedName": "ast-walker-scope",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/@vue-macros/define-model",
    "/unplugin-vue-define-options"
  ],
  "_resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.3.1.tgz",
  "_shasum": "f137801cfaec341da64584efc6e2045c5324c01d",
  "_spec": "ast-walker-scope@^0.3.0",
  "_where": "/home/smiles/public_html/rpos/node_modules/@vue-macros/define-model",
  "bundleDependencies": false,
  "dependencies": {
    "@babel/parser": "^7.20.5",
    "@babel/types": "^7.20.5"
  },
  "deprecated": false,
  "description": "Traverse Babel AST with scope information.",
  "devDependencies": {
    "@sxzz/eslint-config-prettier": "^2.4.4",
    "@sxzz/eslint-config-ts": "^2.4.4",
    "@types/node": "^18.11.12",
    "bumpp": "^8.2.1",
    "eslint": "^8.29.0",
    "eslint-define-config": "^1.12.0",
    "estree-walker": "^3.0.1",
    "fast-glob": "^3.2.12",
    "magic-string": "^0.27.0",
    "prettier": "^2.8.1",
    "tsup": "^6.5.0",
    "tsx": "^3.12.1",
    "typescript": "^4.9.4",
    "vite": "^4.0.0",
    "vitest": "^0.25.6"
  },
  "engines": {
    "node": ">=14.19.0"
  },
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "name": "ast-walker-scope",
  "packageManager": "pnpm@7.18.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.json,.md",
    "lint:fix": "pnpm run lint --fix",
    "release": "bumpp && pnpm publish",
    "test": "vitest"
  },
  "types": "./dist/index.d.ts",
  "version": "0.3.1"
}
