{
  "_from": "magicast@^0.3.5",
  "_id": "magicast@0.3.5",
  "_inBundle": false,
  "_integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==",
  "_location": "/magicast",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "magicast@^0.3.5",
    "name": "magicast",
    "escapedName": "magicast",
    "rawSpec": "^0.3.5",
    "saveSpec": null,
    "fetchSpec": "^0.3.5"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/@nuxt/devtools-wizard",
    "/nitropack"
  ],
  "_resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz",
  "_shasum": "8301c3c7d66704a0771eb1bad74274f0ec036739",
  "_spec": "magicast@^0.3.5",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/@nuxt/devtools",
  "bugs": {
    "url": "https://github.com/unjs/magicast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/parser": "^7.25.4",
    "@babel/types": "^7.25.4",
    "source-map-js": "^1.2.0"
  },
  "deprecated": false,
  "description": "Modify a JS/TS file and write back magically just like JSON!",
  "devDependencies": {
    "@types/node": "^20.16.1",
    "@vitest/coverage-v8": "^1.6.0",
    "@vitest/ui": "^1.6.0",
    "ast-types": "^0.16.1",
    "changelogen": "^0.5.5",
    "eslint": "^9.9.1",
    "eslint-config-unjs": "^0.3.2",
    "esno": "^4.7.0",
    "giget": "^1.2.3",
    "lint-staged": "^15.2.9",
    "magicast": "workspace:*",
    "prettier": "^3.3.3",
    "recast": "^0.23.9",
    "simple-git-hooks": "^2.11.1",
    "source-map": "npm:source-map-js@latest",
    "typescript": "^5.5.4",
    "unbuild": "^2.0.0",
    "vitest": "^1.6.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./helpers": {
      "import": "./dist/helpers.mjs",
      "require": "./dist/helpers.cjs"
    }
  },
  "files": [
    "dist",
    "*.d.ts"
  ],
  "homepage": "https://github.com/unjs/magicast#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{ts,js,mjs,cjs}": [
      "eslint --fix",
      "prettier -w"
    ]
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "magicast",
  "packageManager": "pnpm@8.15.9",
  "pnpm": {
    "overrides": {
      "array-includes": "npm:@nolyfill/array-includes@latest",
      "array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
      "array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
      "array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
      "hasown": "npm:@nolyfill/hasown@latest",
      "object.fromentries": "npm:@nolyfill/object.fromentries@latest",
      "object.groupby": "npm:@nolyfill/object.groupby@latest",
      "object.values": "npm:@nolyfill/object.values@latest"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/magicast.git"
  },
  "resolutions": {
    "source-map": "npm:source-map-js@latest"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "dev:ui": "vitest dev --ui",
    "lint": "eslint --cache . && prettier -c .",
    "lint:fix": "eslint --cache . --fix && prettier -c . -w",
    "prepack": "pnpm run build",
    "prepare": "esno ./scripts/vendor.ts",
    "release": "pnpm run test run && changelogen --release && npm publish && git push --follow-tags",
    "test": "vitest",
    "test:build": "TEST_BUILD=true vitest",
    "test:full": "pnpm run test --run && pnpm run build && pnpm run test:build --run",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.3.5"
}
