{
  "_args": [
    [
      "read-config-file@5.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "read-config-file@5.0.0",
  "_id": "read-config-file@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-jIKUu+C84bfnKxyJ5j30CxCqgXWYjZLXuVE/NYlMEpeni+dhESgAeZOZd0JZbg1xTkMmnCdxksDoarkOyfEsOg==",
  "_location": "/read-config-file",
  "_phantomChildren": {
    "argparse": "1.0.10",
    "esprima": "4.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "read-config-file@5.0.0",
    "name": "read-config-file",
    "escapedName": "read-config-file",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/app-builder-lib",
    "/electron-builder"
  ],
  "_resolved": "https://registry.npmjs.org/read-config-file/-/read-config-file-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Vladimir Krivosheev"
  },
  "bugs": {
    "url": "https://github.com/develar/read-config-file/issues"
  },
  "dependencies": {
    "dotenv": "^8.0.0",
    "dotenv-expand": "^5.1.0",
    "fs-extra": "^8.1.0",
    "js-yaml": "^3.13.1",
    "json5": "^2.1.0",
    "lazy-val": "^1.0.4"
  },
  "description": "Read configuration file in various formats:",
  "devDependencies": {
    "@types/dotenv": "^6.1.1",
    "@types/fs-extra": "^8.0.0",
    "@types/js-yaml": "^3.12.1",
    "@types/node": "^12.6.8",
    "typescript": "^3.5.3"
  },
  "engines": {
    "node": ">=8.12.0"
  },
  "files": [
    "out"
  ],
  "homepage": "https://github.com/develar/read-config-file",
  "license": "MIT",
  "main": "out/main.js",
  "name": "read-config-file",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/develar/read-config-file.git"
  },
  "scripts": {
    "compile": "tsc",
    "release": "yarn compile && npm publish"
  },
  "typings": "./out/main.d.ts",
  "version": "5.0.0"
}
