{
  "_args": [
    [
      "dotenv",
      "/Users/johnc/src/fw-host-discovery"
    ]
  ],
  "_from": "dotenv@*",
  "_id": "dotenv@1.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/dotenv",
  "_nodeVersion": "1.2.0",
  "_npmUser": {
    "email": "jacoblowe2.0@gmail.com",
    "name": "jcblw"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "dotenv",
    "raw": "dotenv",
    "rawSpec": "",
    "scope": null,
    "spec": "*",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-1.2.0.tgz",
  "_shasum": "7cd73e16e07f057c8072147a5bc3a8677f0ab5c6",
  "_shrinkwrap": null,
  "_spec": "dotenv",
  "_where": "/Users/johnc/src/fw-host-discovery",
  "author": {
    "name": "scottmotte"
  },
  "bugs": {
    "url": "https://github.com/motdotla/dotenv/issues"
  },
  "dependencies": {},
  "description": "Loads environment variables from .env file",
  "devDependencies": {
    "lab": "^5.3.0",
    "semver": "^4.3.6",
    "should": "4.4.2",
    "sinon": "1.12.2",
    "standard": "^2.10.0"
  },
  "directories": {},
  "dist": {
    "shasum": "7cd73e16e07f057c8072147a5bc3a8677f0ab5c6",
    "tarball": "http://registry.npmjs.org/dotenv/-/dotenv-1.2.0.tgz"
  },
  "gitHead": "940d101b4df66157cf752b611fd2292060878b44",
  "homepage": "https://github.com/motdotla/dotenv#readme",
  "keywords": [
    ".env",
    "config",
    "dotenv",
    "env",
    "environment",
    "settings",
    "variables"
  ],
  "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",
    "test": "lab test/* --coverage && standard"
  },
  "version": "1.2.0"
}
