{
  "_args": [
    [
      "dotenv-safe@8.2.0",
      "/var/www/autotermo/html"
    ]
  ],
  "_from": "dotenv-safe@8.2.0",
  "_id": "dotenv-safe@8.2.0",
  "_inBundle": false,
  "_integrity": "sha512-uWwWWdUQkSs5a3mySDB22UtNwyEYi0JtEQu+vDzIqr9OjbDdC2Ip13PnSpi/fctqlYmzkxCeabiyCAOROuAIaA==",
  "_location": "/dotenv-safe",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dotenv-safe@8.2.0",
    "name": "dotenv-safe",
    "escapedName": "dotenv-safe",
    "rawSpec": "8.2.0",
    "saveSpec": null,
    "fetchSpec": "8.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dotenv-safe/-/dotenv-safe-8.2.0.tgz",
  "_spec": "8.2.0",
  "_where": "/var/www/autotermo/html",
  "author": {
    "name": "Rodrigo López Dato",
    "email": "rolodato@rolodato.com"
  },
  "bugs": {
    "url": "https://github.com/rolodato/dotenv-safe/issues"
  },
  "dependencies": {
    "dotenv": "^8.2.0"
  },
  "description": "Load environment variables from .env and ensure they are defined",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^5.6.1",
    "fs-extra": "^1.0.0",
    "lodash.clonedeep": "^4.5.0",
    "mocha": "^5.2.0"
  },
  "files": [
    "index.js",
    "config.js",
    "MissingEnvVarsError.js"
  ],
  "homepage": "https://github.com/rolodato/dotenv-safe#readme",
  "keywords": [
    "dotenv"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "dotenv-safe",
  "repository": {
    "type": "git",
    "url": "git://github.com/rolodato/dotenv-safe.git"
  },
  "scripts": {
    "pretest": "./node_modules/eslint/bin/eslint.js index.js config.js MissingEnvVarsError.js test/.",
    "test": "HELLO=fromTheOtherSide mocha"
  },
  "version": "8.2.0"
}
