heroku-debug
Version:
debugging plugin for the CLI
108 lines (107 loc) • 2.9 kB
JSON
{
"_args": [
[
{
"raw": "http-assert@^1.1.0",
"scope": null,
"escapedName": "http-assert",
"name": "http-assert",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/koa"
]
],
"_from": "http-assert@>=1.1.0 <2.0.0",
"_id": "http-assert@1.2.0",
"_inCache": true,
"_installable": true,
"_location": "/http-assert",
"_nodeVersion": "5.7.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/http-assert-1.2.0.tgz_1456610007473_0.975123000331223"
},
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {
"inherits": "2.0.1",
"statuses": "1.3.0"
},
"_requested": {
"raw": "http-assert@^1.1.0",
"scope": null,
"escapedName": "http-assert",
"name": "http-assert",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/koa"
],
"_resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.2.0.tgz",
"_shasum": "d6392e6f6519def4e340266b35096db6d3feba00",
"_shrinkwrap": null,
"_spec": "http-assert@^1.1.0",
"_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/koa",
"bugs": {
"url": "https://github.com/jshttp/http-assert/issues"
},
"dependencies": {
"deep-equal": "~1.0.0",
"http-errors": "~1.4.0"
},
"description": "assert with status codes",
"devDependencies": {
"istanbul": "~0.4.2",
"mocha": "2"
},
"directories": {},
"dist": {
"shasum": "d6392e6f6519def4e340266b35096db6d3feba00",
"tarball": "https://registry.npmjs.org/http-assert/-/http-assert-1.2.0.tgz"
},
"files": [
"LICENSE",
"index.js"
],
"gitHead": "be8c2268af7a21c61f2a4051f6f6e2b80d95b747",
"homepage": "https://github.com/jshttp/http-assert#readme",
"keywords": [
"assert",
"http"
],
"license": "MIT",
"maintainers": [
{
"name": "eivifj",
"email": "eivind.fjeldstad@gmail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "http-assert",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/http-assert.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.2.0"
}