{
  "_from": "recast@^0.23.11",
  "_id": "recast@0.23.19",
  "_inBundle": false,
  "_integrity": "sha512-T98lym7kH+pnZmRaD8yDRdaNqyUbwnbEBx0MuchrzMFOEMray4AO3ZJoTUZ5r78Ao78X/OhzW0DL8GB85w/I2w==",
  "_location": "/recast",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "recast@^0.23.11",
    "name": "recast",
    "escapedName": "recast",
    "rawSpec": "^0.23.11",
    "saveSpec": null,
    "fetchSpec": "^0.23.11"
  },
  "_requiredBy": [
    "/shadcn"
  ],
  "_resolved": "https://registry.npmjs.org/recast/-/recast-0.23.19.tgz",
  "_shasum": "e645dba8c3dc2fb3a1a88f89401168c4afa66843",
  "_spec": "recast@^0.23.11",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/shadcn",
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/benjamn/recast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ast-types": "^0.16.1",
    "esprima": "~4.0.0",
    "source-map": "~0.6.1",
    "tiny-invariant": "^1.3.3",
    "tslib": "^2.0.1"
  },
  "deprecated": false,
  "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
  "devDependencies": {
    "@babel/core": "7.20.5",
    "@babel/parser": "7.20.5",
    "@babel/preset-env": "7.20.2",
    "@types/esprima": "4.0.3",
    "@types/glob": "8.0.0",
    "@types/mocha": "10.0.1",
    "@types/node": "18.11.15",
    "@typescript-eslint/parser": "^5.47.1",
    "eslint": "^8.40.0",
    "esprima-fb": "15001.1001.0-dev-harmony-fb",
    "flow-parser": "0.195.0",
    "glob": "8.0.3",
    "lint-staged": "^13.2.2",
    "mocha": "^10.2.0",
    "prettier": "^2.6.2",
    "reify": "0.20.12",
    "typescript": "^4.9.4"
  },
  "engines": {
    "node": ">= 4"
  },
  "homepage": "http://github.com/benjamn/recast",
  "keywords": [
    "ast",
    "rewriting",
    "refactoring",
    "codegen",
    "syntax",
    "transformation",
    "parsing",
    "pretty-printing"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.ts": [
      "eslint",
      "prettier -c"
    ]
  },
  "main": "main.js",
  "name": "recast",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/recast.git"
  },
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "tsc --build --clean",
    "debug": "test/run.sh --inspect-brk",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint --ext .ts .",
    "mocha": "test/run.sh",
    "postpack": "npm run clean",
    "prepare": "npm run build",
    "test": "npm run lint && npm run build && npm run mocha"
  },
  "types": "main.d.ts",
  "version": "0.23.19"
}
