heroku-debug
Version:
debugging plugin for the CLI
102 lines (101 loc) • 2.57 kB
JSON
{
"_args": [
[
{
"raw": "async-cache@^1.0.0",
"scope": null,
"escapedName": "async-cache",
"name": "async-cache",
"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/stackman"
]
],
"_from": "async-cache@>=1.0.0 <2.0.0",
"_id": "async-cache@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/async-cache",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-13-west.internal.npmjs.com",
"tmp": "tmp/async-cache-1.1.0.tgz_1458355738878_0.8185454660560936"
},
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"raw": "async-cache@^1.0.0",
"scope": null,
"escapedName": "async-cache",
"name": "async-cache",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/stackman"
],
"_resolved": "https://registry.npmjs.org/async-cache/-/async-cache-1.1.0.tgz",
"_shasum": "4a9a5a89d065ec5d8e5254bd9ee96ba76c532b5a",
"_shrinkwrap": null,
"_spec": "async-cache@^1.0.0",
"_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/stackman",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/async-cache/issues"
},
"dependencies": {
"lru-cache": "^4.0.0"
},
"description": "Cache your async lookups and don't fetch the same thing more than necessary.",
"devDependencies": {
"standard": "^3.11.0",
"tap": "^2.0.0"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "4a9a5a89d065ec5d8e5254bd9ee96ba76c532b5a",
"tarball": "https://registry.npmjs.org/async-cache/-/async-cache-1.1.0.tgz"
},
"files": [
"ac.js"
],
"gitHead": "d8a0e9a2cd0332e380e9459591f18402828f975a",
"homepage": "https://github.com/isaacs/async-cache#readme",
"keywords": [
"async",
"cache",
"lru"
],
"license": "ISC",
"main": "ac.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "async-cache",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/async-cache.git"
},
"scripts": {
"test": "standard && tap test/*.js --cov"
},
"version": "1.1.0"
}