{
  "_from": "ast-kit@^2.1.2",
  "_id": "ast-kit@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  "_location": "/ast-kit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ast-kit@^2.1.2",
    "name": "ast-kit",
    "escapedName": "ast-kit",
    "rawSpec": "^2.1.2",
    "saveSpec": null,
    "fetchSpec": "^2.1.2"
  },
  "_requiredBy": [
    "/@vue-macros/common",
    "/ast-walker-scope"
  ],
  "_resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz",
  "_shasum": "6d9a298acefef5bdfc5a0fa51d94d1334ef2e671",
  "_spec": "ast-kit@^2.1.2",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\@vue-macros\\common",
  "author": {
    "name": "Kevin Deng",
    "email": "sxzz@sxzz.moe"
  },
  "bugs": {
    "url": "https://github.com/sxzz/ast-kit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/parser": "^7.28.5",
    "pathe": "^2.0.3"
  },
  "deprecated": false,
  "description": "A toolkit for easy Babel AST generation and manipulation.",
  "devDependencies": {
    "@babel/types": "^7.28.5",
    "@sxzz/eslint-config": "^7.2.8",
    "@sxzz/prettier-config": "^2.2.4",
    "@types/node": "^24.10.0",
    "@vitest/coverage-v8": "^4.0.8",
    "@vitest/ui": "^4.0.8",
    "bumpp": "^10.3.1",
    "eslint": "^9.39.1",
    "estree-walker": "^3.0.3",
    "fast-glob": "^3.3.3",
    "prettier": "^3.6.2",
    "tsdown": "^0.16.1",
    "tsx": "^4.20.6",
    "typescript": "5.9.3",
    "vitest": "^4.0.8"
  },
  "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-kit#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "name": "ast-kit",
  "prettier": "@sxzz/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/ast-kit.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": "2.2.0"
}
