heroku-debug
Version:
debugging plugin for the CLI
237 lines (236 loc) • 5.53 kB
JSON
{
"_args": [
[
{
"raw": "path-to-regexp@^1.1.1",
"scope": null,
"escapedName": "path-to-regexp",
"name": "path-to-regexp",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/koa-router"
]
],
"_from": "path-to-regexp@>=1.1.1 <2.0.0",
"_id": "path-to-regexp@1.5.3",
"_inCache": true,
"_installable": true,
"_location": "/path-to-regexp",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/path-to-regexp-1.5.3.tgz_1466048195033_0.6013146284967661"
},
"_npmUser": {
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"raw": "path-to-regexp@^1.1.1",
"scope": null,
"escapedName": "path-to-regexp",
"name": "path-to-regexp",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/koa-router"
],
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.5.3.tgz",
"_shasum": "7221ddd42483538bddf9fead942a79ff3164f57a",
"_shrinkwrap": null,
"_spec": "path-to-regexp@^1.1.1",
"_where": "/Users/jdickey/src/github.com/dickeyxxx/heroku-cli-debug/tmp/node_modules/koa-router",
"bugs": {
"url": "https://github.com/pillarjs/path-to-regexp/issues"
},
"component": {
"scripts": {
"path-to-regexp": "index.js"
}
},
"dependencies": {
"isarray": "0.0.1"
},
"description": "Express style path to RegExp utility",
"devDependencies": {
"chai": "^2.3.0",
"istanbul": "~0.3.0",
"mocha": "~2.2.4",
"standard": "~3.7.3",
"ts-node": "^0.5.5",
"typescript": "^1.8.7",
"typings": "^1.0.4"
},
"directories": {},
"dist": {
"shasum": "7221ddd42483538bddf9fead942a79ff3164f57a",
"tarball": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.5.3.tgz"
},
"files": [
"index.js",
"index.d.ts",
"LICENSE"
],
"gitHead": "7bbe1ba23ded0848b1d10bcab7504a127359a014",
"homepage": "https://github.com/pillarjs/path-to-regexp#readme",
"keywords": [
"express",
"regexp",
"route",
"routing"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "amasad",
"email": "amjad.masad@gmail.com"
},
{
"name": "anthonyshort",
"email": "antshort@gmail.com"
},
{
"name": "blakeembrey",
"email": "hello@blakeembrey.com"
},
{
"name": "calvinfo",
"email": "calvin@calv.info"
},
{
"name": "clintwood",
"email": "clint@anotherway.co.za"
},
{
"name": "coreh",
"email": "thecoreh@gmail.com"
},
{
"name": "cristiandouce",
"email": "cristiandouce@gmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
},
{
"name": "dfcreative",
"email": "df.creative@gmail.com"
},
{
"name": "dominicbarnes",
"email": "dominic@dbarnes.info"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "ianstormtaylor",
"email": "ian@ianstormtaylor.com"
},
{
"name": "jonathanong",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "juliangruber",
"email": "julian@juliangruber.com"
},
{
"name": "kelonye",
"email": "kelonyemitchel@gmail.com"
},
{
"name": "mattmueller",
"email": "mattmuelle@gmail.com"
},
{
"name": "nami-doc",
"email": "vendethiel@hotmail.fr"
},
{
"name": "queckezz",
"email": "fabian.eichenberger@gmail.com"
},
{
"name": "rauchg",
"email": "rauchg@gmail.com"
},
{
"name": "retrofox",
"email": "rdsuarez@gmail.com"
},
{
"name": "stagas",
"email": "gstagas@gmail.com"
},
{
"name": "stephenmathieson",
"email": "me@stephenmathieson.com"
},
{
"name": "swatinem",
"email": "arpad.borsos@googlemail.com"
},
{
"name": "thehydroimpulse",
"email": "dnfagnan@gmail.com"
},
{
"name": "timaschew",
"email": "timaschew@gmail.com"
},
{
"name": "timoxley",
"email": "secoif@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
{
"name": "trevorgerhardt",
"email": "trevorgerhardt@gmail.com"
},
{
"name": "yields",
"email": "yields@icloud.com"
}
],
"name": "path-to-regexp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/path-to-regexp.git"
},
"scripts": {
"lint": "standard",
"prepublish": "typings install",
"test": "npm run lint && npm run test-cov",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec test.ts",
"test-spec": "mocha --require ts-node/register -R spec --bail test.ts"
},
"typings": "index.d.ts",
"version": "1.5.3"
}