{
  "_args": [
    [
      "get-tsconfig@4.7.2",
      "/var/www/html/armory/api"
    ]
  ],
  "_development": true,
  "_from": "get-tsconfig@4.7.2",
  "_id": "get-tsconfig@4.7.2",
  "_inBundle": false,
  "_integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==",
  "_location": "/get-tsconfig",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "get-tsconfig@4.7.2",
    "name": "get-tsconfig",
    "escapedName": "get-tsconfig",
    "rawSpec": "4.7.2",
    "saveSpec": null,
    "fetchSpec": "4.7.2"
  },
  "_requiredBy": [
    "/tsx"
  ],
  "_resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz",
  "_spec": "4.7.2",
  "_where": "/var/www/html/armory/api",
  "author": {
    "name": "Hiroki Osame",
    "email": "hiroki.osame@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/privatenumber/get-tsconfig/issues"
  },
  "dependencies": {
    "resolve-pkg-maps": "^1.0.0"
  },
  "description": "Find and parse the tsconfig.json file from a directory path",
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/privatenumber/get-tsconfig?sponsor=1",
  "homepage": "https://github.com/privatenumber/get-tsconfig#readme",
  "imports": {
    "#get-tsconfig": {
      "types": "./src/index.ts",
      "development": "./src/index.ts",
      "default": "./dist/index.mjs"
    }
  },
  "keywords": [
    "get-tsconfig",
    "get",
    "typescript",
    "tsconfig",
    "tsconfig.json"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "get-tsconfig",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/privatenumber/get-tsconfig.git"
  },
  "type": "module",
  "types": "./dist/index.d.cts",
  "version": "4.7.2"
}
