{
  "_from": "@ts-morph/common@~0.27.0",
  "_id": "@ts-morph/common@0.27.0",
  "_inBundle": false,
  "_integrity": "sha512-Wf29UqxWDpc+i61k3oIOzcUfQt79PIT9y/MWfAGlrkjg6lBC1hwDECLXPVJAhWjiGbfBCxZd65F/LIZF3+jeJQ==",
  "_location": "/@ts-morph/common",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@ts-morph/common@~0.27.0",
    "name": "@ts-morph/common",
    "escapedName": "@ts-morph%2fcommon",
    "scope": "@ts-morph",
    "rawSpec": "~0.27.0",
    "saveSpec": null,
    "fetchSpec": "~0.27.0"
  },
  "_requiredBy": [
    "/ts-morph"
  ],
  "_resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.27.0.tgz",
  "_shasum": "e83a1bd7cbac054045c6246a7c4c99eab7692d46",
  "_spec": "@ts-morph/common@~0.27.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/ts-morph",
  "author": {
    "name": "David Sherret"
  },
  "browser": {
    "fs": false,
    "fs/promises": false,
    "os": false,
    "fs.realpath": false,
    "mkdirp": false,
    "dir-glob": false,
    "graceful-fs": false,
    "fast-glob": false,
    "source-map-support": false,
    "glob-parent": false,
    "glob": false,
    "path": false,
    "crypto": false,
    "buffer": false,
    "@microsoft/typescript-etw": false,
    "inspector": false
  },
  "bugs": {
    "url": "https://github.com/dsherret/ts-morph/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fast-glob": "^3.3.3",
    "minimatch": "^10.0.1",
    "path-browserify": "^1.0.1"
  },
  "deprecated": false,
  "description": "Common functionality for ts-morph packages.",
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/chai": "^5.2.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.14.1",
    "chai": "^5.2.0",
    "cross-env": "^7.0.3",
    "mocha": "^11.1.0",
    "rimraf": "^6.0.1",
    "rollup": "=4.40.0",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "5.8.3"
  },
  "homepage": "https://github.com/dsherret/ts-morph#readme",
  "license": "MIT",
  "main": "dist/ts-morph-common.js",
  "name": "@ts-morph/common",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsherret/ts-morph.git"
  },
  "scripts": {
    "build": "deno task build:declarations && deno task build:node",
    "build:declarations": "deno run -A scripts/buildDeclarations.ts",
    "build:deno": "rimraf ../../deno/common && rimraf dist-deno && deno task rollup --environment BUILD:deno && deno task build:declarations && deno run -A scripts/buildDeno.ts",
    "build:node": "rimraf dist && deno task createLibFile && deno task rollup && deno run -A scripts/bundleLocalTs.ts",
    "createLibFile": "deno run -A scripts/createLibFile.ts",
    "rollup": "rollup --config",
    "test": "deno run -A npm:mocha",
    "test:ci": "deno task test",
    "test:debug": "deno task test --inspect-brk"
  },
  "types": "lib/ts-morph-common.d.ts",
  "version": "0.27.0"
}
