{
  "_from": "mountenv@^0.5.1",
  "_id": "mountenv@0.5.1",
  "_inBundle": false,
  "_integrity": "sha512-auJzHNVi/Uwk5jdUp67LIUwdMZdLHMaW7goGoOaBlLTQKl2RBu3f+GPNVwcGl0FDgbz2MIMqmvwpREhU/1SItg==",
  "_location": "/mountenv",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mountenv@^0.5.1",
    "name": "mountenv",
    "escapedName": "mountenv",
    "rawSpec": "^0.5.1",
    "saveSpec": null,
    "fetchSpec": "^0.5.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mountenv/-/mountenv-0.5.1.tgz",
  "_shasum": "b32476df4b4117841a086502e6bc41313a1a4877",
  "_spec": "mountenv@^0.5.1",
  "_where": "/var/www/html/node_app",
  "author": {
    "name": "danielkalen"
  },
  "bugs": {
    "url": "https://github.com/danielkalen/mountenv/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "dotenv": "^4.0.0",
    "extend": "^3.0.1",
    "fs-jetpack": "^1.2.0"
  },
  "deprecated": false,
  "description": "mount/load .env files with support for .env.prod/.env.dev files",
  "devDependencies": {
    "chai": "^4.1.2",
    "coffee-register": "^2.2.0",
    "coffeescript": "^2.7.0",
    "mocha": "^3.5.3"
  },
  "homepage": "https://github.com/danielkalen/mountenv#readme",
  "keywords": [
    "dotenv",
    "loadenv",
    "env",
    "environment",
    "variable",
    "mount",
    "node_env"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "mountenv",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielkalen/mountenv.git"
  },
  "scripts": {
    "build": "coffee -c -o build/ lib/",
    "postpublish": "git push",
    "prepublishOnly": "npm run build && npm run test -s",
    "test": "mocha -u tdd --compilers coffee:coffee-register --slow 1000 --timeout 8000 test/test.coffee"
  },
  "version": "0.5.1"
}
