{
  "_args": [
    [
      "@ts-morph/common@0.5.2",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "@ts-morph/common@0.5.2",
  "_id": "@ts-morph/common@0.5.2",
  "_inBundle": false,
  "_integrity": "sha512-eLmfYV6u6gUgHrB9QV9lpuWg3cD60mhXdv0jvM5exWR/Cor8HG+GziFIj2hPEWHJknqzuU4meZd8DTqIzZfDRQ==",
  "_location": "/@ts-morph/common",
  "_phantomChildren": {
    "at-least-node": "1.0.0",
    "graceful-fs": "4.2.8"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ts-morph/common@0.5.2",
    "name": "@ts-morph/common",
    "escapedName": "@ts-morph%2fcommon",
    "scope": "@ts-morph",
    "rawSpec": "0.5.2",
    "saveSpec": null,
    "fetchSpec": "0.5.2"
  },
  "_requiredBy": [
    "/ts-morph"
  ],
  "_resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.5.2.tgz",
  "_spec": "0.5.2",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "David Sherret"
  },
  "browser": {
    "fs": false,
    "os": false,
    "fs.realpath": false,
    "fs-extra": false,
    "dir-glob": false,
    "graceful-fs": false,
    "fast-glob": false,
    "source-map-support": false,
    "glob-parent": false,
    "glob": false
  },
  "bugs": {
    "url": "https://github.com/dsherret/ts-morph/issues"
  },
  "dependencies": {
    "@dsherret/to-absolute-glob": "^2.0.2",
    "fast-glob": "^3.2.2",
    "fs-extra": "^9.0.0",
    "is-negated-glob": "^1.0.0",
    "multimatch": "^4.0.0",
    "typescript": "~3.9.7"
  },
  "description": "Common functionality for ts-morph packages.",
  "devDependencies": {
    "@ts-morph/scripts": "~0.2.0",
    "@types/chai": "^4.2.11",
    "@types/fs-extra": "^8.1.0",
    "@types/is-negated-glob": "^1.0.0",
    "@types/mocha": "^7.0.2",
    "@types/multimatch": "^4.0.0",
    "@types/node": "^13.13.4",
    "@types/ts-nameof": "^4.2.1",
    "chai": "^4.2.0",
    "cross-env": "^7.0.2",
    "dts-minify": "^0.2.0",
    "mocha": "^7.1.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.7.6",
    "rollup-plugin-typescript2": "^0.27.0",
    "ts-morph": "npm:ts-morph@5.0.0",
    "ts-nameof": "^4.2.2",
    "ts-node": "^8.10.1",
    "ttypescript": "^1.5.10"
  },
  "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": "rimraf dist && yarn createLibFile && yarn rollup && yarn build:declarations",
    "build:declarations": "ts-node --compiler ttypescript --project scripts/tsconfig.json --transpile-only scripts/buildDeclarations.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.5.2"
}
