{
  "manifest": {
    "name": "dotenv-expand",
    "version": "5.1.0",
    "description": "Expand environment variables using dotenv",
    "main": "lib/main.js",
    "scripts": {
      "test": "lab test/* --coverage",
      "posttest": "npm run lint",
      "lint": "standard"
    },
    "keywords": [
      "dotenv",
      "expand",
      "variables"
    ],
    "author": {
      "name": "motdotla"
    },
    "license": "BSD-2-Clause",
    "devDependencies": {
      "dotenv": "^4.0.0",
      "lab": "^13.0.1",
      "should": "^11.2.1",
      "standard": "^9.0.2"
    },
    "types": "./index.d.ts",
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-dotenv-expand-5.1.0-3fbaf020bfd794884072ea26b1e9791d45a629f0-integrity/node_modules/dotenv-expand/package.json",
    "readmeFilename": "README.md",
    "readme": "# dotenv-expand\n\n<img src=\"https://raw.githubusercontent.com/motdotla/dotenv-expand/master/dotenv-expand.png\" alt=\"dotenv-expand\" align=\"right\" />\n\nDotenv-expand adds variable expansion on top of \n[dotenv](http://github.com/motdotla/dotenv). If you find yourself needing to\nexpand environment variables already existing on your machine, then\ndotenv-expand is your tool.\n\n[![BuildStatus](https://img.shields.io/travis/motdotla/dotenv-expand/master.svg?style=flat-square)](https://travis-ci.org/motdotla/dotenv-expand)\n[![NPM version](https://img.shields.io/npm/v/dotenv-expand.svg?style=flat-square)](https://www.npmjs.com/package/dotenv-expand)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)\n\n## Install\n\n```bash\nnpm install dotenv --save\nnpm install dotenv-expand --save\n```\n\n## Usage\n\nAs early as possible in your application, require dotenv and dotenv-expand, and\nwrap dotenv-expand around dotenv.\n\n```js\nvar dotenv = require('dotenv')\nvar dotenvExpand = require('dotenv-expand')\n\nvar myEnv = dotenv.config()\ndotenvExpand(myEnv)\n```\n\nSee [test/.env](./test/.env) for examples of variable expansion in your `.env`\nfile. \n\n",
    "licenseText": "Copyright (c) 2016, Scott Motte\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
    "hash": "3fbaf020bfd794884072ea26b1e9791d45a629f0",
    "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
    "registry": "npm",
    "packageName": "dotenv-expand",
    "cacheIntegrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== sha1-P7rwIL/XlIhAcuomsel5HUWmKfA="
  },
  "registry": "npm",
  "hash": "3fbaf020bfd794884072ea26b1e9791d45a629f0"
}