{
  "_args": [
    [
      "@ts-morph/common@0.10.1",
      "/home/desabat1/api"
    ]
  ],
  "_development": true,
  "_from": "@ts-morph/common@0.10.1",
  "_id": "@ts-morph/common@0.10.1",
  "_inBundle": false,
  "_integrity": "sha512-rKN/VtZUUlW4M+6vjLFSaFc1Z9sK+1hh0832ucPtPkXqOw/mSWE80Lau4z2zTPNTqtxAjfZbvKpQcEwJy0KIEg==",
  "_location": "/@ts-morph/common",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ts-morph/common@0.10.1",
    "name": "@ts-morph/common",
    "escapedName": "@ts-morph%2fcommon",
    "scope": "@ts-morph",
    "rawSpec": "0.10.1",
    "saveSpec": null,
    "fetchSpec": "0.10.1"
  },
  "_requiredBy": [
    "/ts-morph"
  ],
  "_resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.10.1.tgz",
  "_spec": "0.10.1",
  "_where": "/home/desabat1/api",
  "author": {
    "name": "David Sherret"
  },
  "browser": {
    "fs": 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"
  },
  "dependencies": {
    "fast-glob": "^3.2.5",
    "minimatch": "^3.0.4",
    "mkdirp": "^1.0.4",
    "path-browserify": "^1.0.1"
  },
  "description": "Common functionality for ts-morph packages.",
  "devDependencies": {
    "@ts-morph/scripts": "~0.2.0",
    "@types/chai": "^4.2.18",
    "@types/minimatch": "^3.0.4",
    "@types/mkdirp": "^1.0.1",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.6.1",
    "@types/ts-nameof": "^4.2.1",
    "chai": "^4.3.4",
    "cross-env": "^7.0.3",
    "dts-minify": "^0.2.3",
    "mocha": "^8.4.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.50.1",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-nameof": "^5.0.0",
    "ts-node": "^10.0.0",
    "ttypescript": "^1.5.12",
    "typescript": "4.3.5"
  },
  "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": "yarn build:declarations && yarn build:node && yarn build:deno",
    "build:declarations": "ts-node --compiler ttypescript --project scripts/tsconfig.json --transpile-only scripts/buildDeclarations.ts",
    "build:deno": "rimraf ../../deno/common && rimraf dist-deno && yarn rollup --environment BUILD:deno && yarn build:declarations && ts-node scripts/buildDeno.ts",
    "build:node": "rimraf dist && yarn createLibFile && yarn rollup && ts-node scripts/bundleLocalTs.ts",
    "createLibFile": "ts-node scripts/createLibFile.ts",
    "rollup": "rollup --config",
    "test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha",
    "test:ci": "yarn test",
    "test:debug": "yarn test --inspect-brk"
  },
  "typings": "lib/ts-morph-common.d.ts",
  "version": "0.10.1"
}
