{
  "_args": [
    [
      {
        "raw": "dotenv@2.0.0",
        "scope": null,
        "escapedName": "dotenv",
        "name": "dotenv",
        "rawSpec": "2.0.0",
        "spec": "2.0.0",
        "type": "version"
      },
      "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB"
    ]
  ],
  "_from": "dotenv@2.0.0",
  "_id": "dotenv@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/dotenv",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "name": "motdotla",
    "email": "mot@mot.la"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "dotenv@2.0.0",
    "scope": null,
    "escapedName": "dotenv",
    "name": "dotenv",
    "rawSpec": "2.0.0",
    "spec": "2.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-2.0.0.tgz",
  "_shasum": "bd759c357aaa70365e01c96b7b0bec08a6e0d949",
  "_shrinkwrap": null,
  "_spec": "dotenv@2.0.0",
  "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.Dq1t5rCB",
  "author": {
    "name": "scottmotte"
  },
  "bugs": {
    "url": "https://github.com/motdotla/dotenv/issues"
  },
  "dependencies": {},
  "description": "Loads environment variables from .env file",
  "devDependencies": {
    "babel": "5.8.23",
    "lab": "5.17.0",
    "semver": "5.0.3",
    "should": "7.1.0",
    "sinon": "1.16.1",
    "standard": "5.3.0"
  },
  "directories": {},
  "dist": {
    "shasum": "bd759c357aaa70365e01c96b7b0bec08a6e0d949",
    "tarball": "https://registry.npmjs.org/dotenv/-/dotenv-2.0.0.tgz"
  },
  "gitHead": "97d1a99d96b8992e54480b81880a6187de81c86b",
  "homepage": "https://github.com/motdotla/dotenv#readme",
  "keywords": [
    "dotenv",
    "env",
    ".env",
    "environment",
    "variables",
    "config",
    "settings"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/main.js",
  "maintainers": [
    {
      "name": "scottmotte",
      "email": "scott@scottmotte.com"
    },
    {
      "name": "jcblw",
      "email": "jacoblowe2.0@gmail.com"
    },
    {
      "name": "motdotla",
      "email": "mot@mot.la"
    }
  ],
  "name": "dotenv",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/motdotla/dotenv.git"
  },
  "scripts": {
    "lint": "standard",
    "posttest": "npm run lint",
    "test": "lab test/* --coverage"
  },
  "version": "2.0.0"
}
