{
  "_args": [
    [
      {
        "raw": "apache-md5@^1.0.0",
        "scope": null,
        "escapedName": "apache-md5",
        "name": "apache-md5",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/htpasswd-auth"
    ]
  ],
  "_from": "apache-md5@>=1.0.0 <2.0.0",
  "_id": "apache-md5@1.0.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/apache-md5",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/apache-md5-1.0.6.tgz_1465601580812_0.14607108221389353"
  },
  "_npmUser": {
    "name": "gevorg",
    "email": "gevorg.ha@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "apache-md5@^1.0.0",
    "scope": null,
    "escapedName": "apache-md5",
    "name": "apache-md5",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/htpasswd-auth"
  ],
  "_resolved": "https://registry.npmjs.org/apache-md5/-/apache-md5-1.0.6.tgz",
  "_shasum": "470239d40c54e7c32dd9d6eb11bc3578ecc903c2",
  "_shrinkwrap": null,
  "_spec": "apache-md5@^1.0.0",
  "_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/htpasswd-auth",
  "author": {
    "name": "Gevorg Harutyunyan",
    "url": "http://github.com/gevorg"
  },
  "bugs": {
    "url": "http://github.com/http-auth/apache-md5/issues"
  },
  "dependencies": {},
  "description": "Node.js module for Apache style password encryption using md5.",
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "chai": "^3.5.0",
    "mocha": "^2.5.3"
  },
  "directories": {},
  "dist": {
    "shasum": "470239d40c54e7c32dd9d6eb11bc3578ecc903c2",
    "tarball": "https://registry.npmjs.org/apache-md5/-/apache-md5-1.0.6.tgz"
  },
  "engines": {
    "node": ">=5"
  },
  "gitHead": "483b4dc2dfa20196c4d016bd04eaceaa81eb40d2",
  "homepage": "http://github.com/http-auth/apache-md5",
  "keywords": [
    "apache",
    "md5",
    "password",
    "htpasswd"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/http-auth/apache-md5/blob/master/LICENSE"
    }
  ],
  "main": "./gensrc/index.js",
  "maintainers": [
    {
      "name": "gevorg",
      "email": "gevorg.ha@gmail.com"
    }
  ],
  "name": "apache-md5",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/http-auth/apache-md5.git"
  },
  "scripts": {
    "compile": "babel src -d gensrc",
    "prepublish": "npm run compile",
    "pretest": "npm run compile",
    "test": "mocha --compilers js:babel-core/register"
  },
  "version": "1.0.6"
}
