{
  "_from": "magic-string-ast@^1.0.2",
  "_id": "magic-string-ast@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  "_location": "/magic-string-ast",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "magic-string-ast@^1.0.2",
    "name": "magic-string-ast",
    "escapedName": "magic-string-ast",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/@vue-macros/common"
  ],
  "_resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  "_shasum": "51ef7832fd5c70a0188fb94627caa3b8c74ff9bf",
  "_spec": "magic-string-ast@^1.0.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/magic-string-ast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "magic-string": "^0.30.19"
  },
  "deprecated": false,
  "description": "magic-string with AST shortcut.",
  "devDependencies": {
    "@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",
    "fast-glob": "^3.3.3",
    "magic-string-stack": "^1.1.0",
    "prettier": "^3.6.2",
    "tsdown": "^0.15.6",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "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/magic-string-ast#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "name": "magic-string-ast",
  "prettier": "@sxzz/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/magic-string-ast.git"
  },
  "scripts": {
    "build": "tsdown",
    "format": "prettier --cache --write .",
    "lint": "eslint .",
    "lint:fix": "pnpm run lint --fix",
    "release": "bumpp",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "tsdown": {
    "exports": true,
    "inlineOnly": []
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.0.3"
}
