heroku-debug
Version:
debugging plugin for the CLI
111 lines (110 loc) • 2.94 kB
JSON
{
"_args": [
[
{
"raw": "apache-crypt@^1.0.8",
"scope": null,
"escapedName": "apache-crypt",
"name": "apache-crypt",
"rawSpec": "^1.0.8",
"spec": ">=1.0.8 <2.0.0",
"type": "range"
},
"/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/htpasswd-auth"
]
],
"_from": "apache-crypt@>=1.0.8 <2.0.0",
"_id": "apache-crypt@1.1.2",
"_inCache": true,
"_installable": true,
"_location": "/apache-crypt",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/apache-crypt-1.1.2.tgz_1465602896445_0.8932378289755434"
},
"_npmUser": {
"name": "gevorg",
"email": "gevorg.ha@gmail.com"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "apache-crypt@^1.0.8",
"scope": null,
"escapedName": "apache-crypt",
"name": "apache-crypt",
"rawSpec": "^1.0.8",
"spec": ">=1.0.8 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/htpasswd-auth"
],
"_resolved": "https://registry.npmjs.org/apache-crypt/-/apache-crypt-1.1.2.tgz",
"_shasum": "820782a33bb6a5fd2712082f0ed3a24e3c9b0214",
"_shrinkwrap": null,
"_spec": "apache-crypt@^1.0.8",
"_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-crypt/issues"
},
"dependencies": {
"unix-crypt-td-js": "^1.0.0"
},
"description": "Node.js module for Apache style password encryption using crypt(3).",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"directories": {},
"dist": {
"shasum": "820782a33bb6a5fd2712082f0ed3a24e3c9b0214",
"tarball": "https://registry.npmjs.org/apache-crypt/-/apache-crypt-1.1.2.tgz"
},
"engines": {
"node": ">=5"
},
"gitHead": "dc1ee9763445f04336aacd1542a065f3be0ac22f",
"homepage": "http://github.com/http-auth/apache-crypt",
"keywords": [
"apache",
"crypt",
"password",
"htpasswd"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/http-auth/apache-crypt/blob/master/LICENSE"
}
],
"main": "./gensrc/index.js",
"maintainers": [
{
"name": "gevorg",
"email": "gevorg.ha@gmail.com"
}
],
"name": "apache-crypt",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/http-auth/apache-crypt.git"
},
"scripts": {
"compile": "babel src -d gensrc",
"prepublish": "npm run compile",
"pretest": "npm run compile",
"test": "mocha --compilers js:babel-core/register"
},
"version": "1.1.2"
}