From c3448c96c3fea7808503d6becafab18c6a6ea848 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 4 Sep 2017 18:23:58 -0400 Subject: [PATCH] removing node modules --- .gitignore | 1 + node_modules/accepts/package.json | 23 +++++++++++-------- node_modules/array-flatten/package.json | 13 +++++++---- node_modules/content-disposition/package.json | 13 +++++++---- node_modules/content-type/package.json | 23 +++++++++++-------- node_modules/cookie-signature/package.json | 13 +++++++---- node_modules/cookie/package.json | 13 +++++++---- node_modules/debug/package.json | 13 +++++++---- node_modules/depd/package.json | 23 +++++++++++-------- node_modules/destroy/package.json | 23 +++++++++++-------- node_modules/ee-first/package.json | 13 +++++++---- node_modules/encodeurl/package.json | 23 +++++++++++-------- node_modules/escape-html/package.json | 23 +++++++++++-------- node_modules/etag/package.json | 23 +++++++++++-------- node_modules/express/package.json | 22 ++++++++++-------- node_modules/finalhandler/package.json | 23 +++++++++++-------- node_modules/forwarded/package.json | 23 +++++++++++-------- node_modules/fresh/package.json | 13 +++++++---- node_modules/http-errors/package.json | 23 +++++++++++-------- node_modules/inherits/package.json | 13 +++++++---- node_modules/ipaddr.js/package.json | 13 +++++++---- node_modules/media-typer/package.json | 13 +++++++---- node_modules/merge-descriptors/package.json | 13 +++++++---- node_modules/methods/package.json | 23 +++++++++++-------- node_modules/mime-db/package.json | 23 +++++++++++-------- node_modules/mime-types/package.json | 23 +++++++++++-------- node_modules/mime/package.json | 13 +++++++---- node_modules/ms/package.json | 13 +++++++---- node_modules/negotiator/package.json | 13 +++++++---- node_modules/on-finished/package.json | 23 +++++++++++-------- node_modules/parseurl/package.json | 23 +++++++++++-------- node_modules/path-to-regexp/package.json | 13 +++++++---- node_modules/proxy-addr/package.json | 23 +++++++++++-------- node_modules/qs/package.json | 13 +++++++---- node_modules/range-parser/package.json | 23 +++++++++++-------- node_modules/send/package.json | 13 +++++++---- node_modules/serve-static/package.json | 13 +++++++---- node_modules/setprototypeof/package.json | 13 +++++++---- node_modules/statuses/package.json | 23 +++++++++++-------- node_modules/type-is/package.json | 23 +++++++++++-------- node_modules/unpipe/package.json | 23 +++++++++++-------- node_modules/utils-merge/package.json | 13 +++++++---- node_modules/vary/package.json | 23 +++++++++++-------- 43 files changed, 446 insertions(+), 320 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/node_modules/accepts/package.json b/node_modules/accepts/package.json index a1151b5..0034193 100644 --- a/node_modules/accepts/package.json +++ b/node_modules/accepts/package.json @@ -1,31 +1,35 @@ { - "_from": "accepts@~1.3.3", + "_args": [ + [ + "accepts@1.3.4", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "accepts@1.3.4", "_id": "accepts@1.3.4", "_inBundle": false, "_integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=", "_location": "/accepts", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "accepts@~1.3.3", + "raw": "accepts@1.3.4", "name": "accepts", "escapedName": "accepts", - "rawSpec": "~1.3.3", + "rawSpec": "1.3.4", "saveSpec": null, - "fetchSpec": "~1.3.3" + "fetchSpec": "1.3.4" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz", - "_shasum": "86246758c7dd6d21a6474ff084a4740ec05eb21f", - "_spec": "accepts@~1.3.3", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.3.4", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/accepts/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -41,7 +45,6 @@ "mime-types": "~2.1.16", "negotiator": "0.6.1" }, - "deprecated": false, "description": "Higher-level content negotiation", "devDependencies": { "eslint": "3.19.0", diff --git a/node_modules/array-flatten/package.json b/node_modules/array-flatten/package.json index 3baf376..79efe17 100644 --- a/node_modules/array-flatten/package.json +++ b/node_modules/array-flatten/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "array-flatten@1.1.1", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "array-flatten@1.1.1", "_id": "array-flatten@1.1.1", "_inBundle": false, @@ -19,9 +25,8 @@ "/express" ], "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2", - "_spec": "array-flatten@1.1.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.1.1", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Blake Embrey", "email": "hello@blakeembrey.com", @@ -30,8 +35,6 @@ "bugs": { "url": "https://github.com/blakeembrey/array-flatten/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Flatten an array of nested arrays into a single flat array", "devDependencies": { "istanbul": "^0.3.13", diff --git a/node_modules/content-disposition/package.json b/node_modules/content-disposition/package.json index 0da34fd..1b4472b 100644 --- a/node_modules/content-disposition/package.json +++ b/node_modules/content-disposition/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "content-disposition@0.5.2", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "content-disposition@0.5.2", "_id": "content-disposition@0.5.2", "_inBundle": false, @@ -19,20 +25,17 @@ "/express" ], "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", - "_shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4", - "_spec": "content-disposition@0.5.2", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "0.5.2", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/content-disposition/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], - "deprecated": false, "description": "Create and parse Content-Disposition header", "devDependencies": { "eslint": "3.11.1", diff --git a/node_modules/content-type/package.json b/node_modules/content-type/package.json index 1eb97b6..fa4c0e3 100644 --- a/node_modules/content-type/package.json +++ b/node_modules/content-type/package.json @@ -1,27 +1,32 @@ { - "_from": "content-type@~1.0.2", + "_args": [ + [ + "content-type@1.0.2", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "content-type@1.0.2", "_id": "content-type@1.0.2", "_inBundle": false, "_integrity": "sha1-t9ETrueo3Se9IRM8TcJSnfFyHu0=", "_location": "/content-type", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "content-type@~1.0.2", + "raw": "content-type@1.0.2", "name": "content-type", "escapedName": "content-type", - "rawSpec": "~1.0.2", + "rawSpec": "1.0.2", "saveSpec": null, - "fetchSpec": "~1.0.2" + "fetchSpec": "1.0.2" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz", - "_shasum": "b7d113aee7a8dd27bd21133c4dc2529df1721eed", - "_spec": "content-type@~1.0.2", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.0.2", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -29,8 +34,6 @@ "bugs": { "url": "https://github.com/jshttp/content-type/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Create and parse HTTP Content-Type header", "devDependencies": { "istanbul": "0.4.3", diff --git a/node_modules/cookie-signature/package.json b/node_modules/cookie-signature/package.json index 3f8523e..93bec01 100644 --- a/node_modules/cookie-signature/package.json +++ b/node_modules/cookie-signature/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "cookie-signature@1.0.6", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "cookie-signature@1.0.6", "_id": "cookie-signature@1.0.6", "_inBundle": false, @@ -19,9 +25,8 @@ "/express" ], "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c", - "_spec": "cookie-signature@1.0.6", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.0.6", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "TJ Holowaychuk", "email": "tj@learnboost.com" @@ -29,9 +34,7 @@ "bugs": { "url": "https://github.com/visionmedia/node-cookie-signature/issues" }, - "bundleDependencies": false, "dependencies": {}, - "deprecated": false, "description": "Sign and unsign cookies", "devDependencies": { "mocha": "*", diff --git a/node_modules/cookie/package.json b/node_modules/cookie/package.json index 76e50ae..4e1f720 100644 --- a/node_modules/cookie/package.json +++ b/node_modules/cookie/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "cookie@0.3.1", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "cookie@0.3.1", "_id": "cookie@0.3.1", "_inBundle": false, @@ -19,9 +25,8 @@ "/express" ], "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", - "_shasum": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb", - "_spec": "cookie@0.3.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "0.3.1", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Roman Shtylman", "email": "shtylman@gmail.com" @@ -29,14 +34,12 @@ "bugs": { "url": "https://github.com/jshttp/cookie/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], - "deprecated": false, "description": "HTTP server cookie parsing and serialization", "devDependencies": { "istanbul": "0.4.3", diff --git a/node_modules/debug/package.json b/node_modules/debug/package.json index f53aa45..4c01b2c 100644 --- a/node_modules/debug/package.json +++ b/node_modules/debug/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "debug@2.6.8", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "debug@2.6.8", "_id": "debug@2.6.8", "_inBundle": false, @@ -21,9 +27,8 @@ "/send" ], "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", - "_shasum": "e731531ca2ede27d188222427da17821d68ff4fc", - "_spec": "debug@2.6.8", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "2.6.8", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" @@ -32,7 +37,6 @@ "bugs": { "url": "https://github.com/visionmedia/debug/issues" }, - "bundleDependencies": false, "component": { "scripts": { "debug/index.js": "browser.js", @@ -53,7 +57,6 @@ "dependencies": { "ms": "2.0.0" }, - "deprecated": false, "description": "small debugging utility", "devDependencies": { "browserify": "9.0.3", diff --git a/node_modules/depd/package.json b/node_modules/depd/package.json index 80be531..e63c33b 100644 --- a/node_modules/depd/package.json +++ b/node_modules/depd/package.json @@ -1,19 +1,25 @@ { - "_from": "depd@~1.1.1", + "_args": [ + [ + "depd@1.1.1", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "depd@1.1.1", "_id": "depd@1.1.1", "_inBundle": false, "_integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=", "_location": "/depd", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "depd@~1.1.1", + "raw": "depd@1.1.1", "name": "depd", "escapedName": "depd", - "rawSpec": "~1.1.1", + "rawSpec": "1.1.1", "saveSpec": null, - "fetchSpec": "~1.1.1" + "fetchSpec": "1.1.1" }, "_requiredBy": [ "/express", @@ -21,9 +27,8 @@ "/send" ], "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz", - "_shasum": "5783b4e1c459f06fa5ca27f991f3d06e7a310359", - "_spec": "depd@~1.1.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.1.1", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -32,8 +37,6 @@ "bugs": { "url": "https://github.com/dougwilson/nodejs-depd/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Deprecate all the things", "devDependencies": { "beautify-benchmark": "0.2.4", diff --git a/node_modules/destroy/package.json b/node_modules/destroy/package.json index ce860be..e250c50 100644 --- a/node_modules/destroy/package.json +++ b/node_modules/destroy/package.json @@ -1,27 +1,32 @@ { - "_from": "destroy@~1.0.4", + "_args": [ + [ + "destroy@1.0.4", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "destroy@1.0.4", "_id": "destroy@1.0.4", "_inBundle": false, "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", "_location": "/destroy", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "destroy@~1.0.4", + "raw": "destroy@1.0.4", "name": "destroy", "escapedName": "destroy", - "rawSpec": "~1.0.4", + "rawSpec": "1.0.4", "saveSpec": null, - "fetchSpec": "~1.0.4" + "fetchSpec": "1.0.4" }, "_requiredBy": [ "/send" ], "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "_shasum": "978857442c44749e4206613e37946205826abd80", - "_spec": "destroy@~1.0.4", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/send", + "_spec": "1.0.4", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", @@ -30,14 +35,12 @@ "bugs": { "url": "https://github.com/stream-utils/destroy/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], - "deprecated": false, "description": "destroy a stream if possible", "devDependencies": { "istanbul": "0.4.2", diff --git a/node_modules/ee-first/package.json b/node_modules/ee-first/package.json index 31365e5..7f1a394 100644 --- a/node_modules/ee-first/package.json +++ b/node_modules/ee-first/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "ee-first@1.1.1", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "ee-first@1.1.1", "_id": "ee-first@1.1.1", "_inBundle": false, @@ -19,9 +25,8 @@ "/on-finished" ], "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d", - "_spec": "ee-first@1.1.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/on-finished", + "_spec": "1.1.1", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", @@ -30,14 +35,12 @@ "bugs": { "url": "https://github.com/jonathanong/ee-first/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], - "deprecated": false, "description": "return the first event in a set of ee/event pairs", "devDependencies": { "istanbul": "0.3.9", diff --git a/node_modules/encodeurl/package.json b/node_modules/encodeurl/package.json index 378cf95..0115d38 100644 --- a/node_modules/encodeurl/package.json +++ b/node_modules/encodeurl/package.json @@ -1,19 +1,25 @@ { - "_from": "encodeurl@~1.0.1", + "_args": [ + [ + "encodeurl@1.0.1", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "encodeurl@1.0.1", "_id": "encodeurl@1.0.1", "_inBundle": false, "_integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA=", "_location": "/encodeurl", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "encodeurl@~1.0.1", + "raw": "encodeurl@1.0.1", "name": "encodeurl", "escapedName": "encodeurl", - "rawSpec": "~1.0.1", + "rawSpec": "1.0.1", "saveSpec": null, - "fetchSpec": "~1.0.1" + "fetchSpec": "1.0.1" }, "_requiredBy": [ "/express", @@ -22,20 +28,17 @@ "/serve-static" ], "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz", - "_shasum": "79e3d58655346909fe6f0f45a5de68103b294d20", - "_spec": "encodeurl@~1.0.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.0.1", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/pillarjs/encodeurl/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], - "deprecated": false, "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", "devDependencies": { "eslint": "2.11.1", diff --git a/node_modules/escape-html/package.json b/node_modules/escape-html/package.json index e49fa04..162e068 100644 --- a/node_modules/escape-html/package.json +++ b/node_modules/escape-html/package.json @@ -1,19 +1,25 @@ { - "_from": "escape-html@~1.0.3", + "_args": [ + [ + "escape-html@1.0.3", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "escape-html@1.0.3", "_id": "escape-html@1.0.3", "_inBundle": false, "_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", "_location": "/escape-html", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "escape-html@~1.0.3", + "raw": "escape-html@1.0.3", "name": "escape-html", "escapedName": "escape-html", - "rawSpec": "~1.0.3", + "rawSpec": "1.0.3", "saveSpec": null, - "fetchSpec": "~1.0.3" + "fetchSpec": "1.0.3" }, "_requiredBy": [ "/express", @@ -22,14 +28,11 @@ "/serve-static" ], "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988", - "_spec": "escape-html@~1.0.3", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.0.3", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/component/escape-html/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Escape string for use in HTML", "devDependencies": { "beautify-benchmark": "0.2.4", diff --git a/node_modules/etag/package.json b/node_modules/etag/package.json index eba10a5..195ebd9 100644 --- a/node_modules/etag/package.json +++ b/node_modules/etag/package.json @@ -1,32 +1,36 @@ { - "_from": "etag@~1.8.0", + "_args": [ + [ + "etag@1.8.0", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "etag@1.8.0", "_id": "etag@1.8.0", "_inBundle": false, "_integrity": "sha1-b2Ma7zNtbEY2K1F2QETOIWvjwFE=", "_location": "/etag", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "etag@~1.8.0", + "raw": "etag@1.8.0", "name": "etag", "escapedName": "etag", - "rawSpec": "~1.8.0", + "rawSpec": "1.8.0", "saveSpec": null, - "fetchSpec": "~1.8.0" + "fetchSpec": "1.8.0" }, "_requiredBy": [ "/express", "/send" ], "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.0.tgz", - "_shasum": "6f631aef336d6c46362b51764044ce216be3c051", - "_spec": "etag@~1.8.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.8.0", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/etag/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -37,7 +41,6 @@ "email": "david.bjorklund@gmail.com" } ], - "deprecated": false, "description": "Create simple HTTP ETags", "devDependencies": { "beautify-benchmark": "0.2.4", diff --git a/node_modules/express/package.json b/node_modules/express/package.json index 9fdc161..76e693c 100644 --- a/node_modules/express/package.json +++ b/node_modules/express/package.json @@ -1,27 +1,31 @@ { - "_from": "express", + "_args": [ + [ + "express@4.15.4", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "express@4.15.4", "_id": "express@4.15.4", "_inBundle": false, "_integrity": "sha1-Ay4iU0ic+PzgJma+yj0R7XotrtE=", "_location": "/express", "_phantomChildren": {}, "_requested": { - "type": "tag", + "type": "version", "registry": true, - "raw": "express", + "raw": "express@4.15.4", "name": "express", "escapedName": "express", - "rawSpec": "", + "rawSpec": "4.15.4", "saveSpec": null, - "fetchSpec": "latest" + "fetchSpec": "4.15.4" }, "_requiredBy": [ - "#USER", "/" ], "_resolved": "https://registry.npmjs.org/express/-/express-4.15.4.tgz", - "_shasum": "032e2253489cf8fce02666beca3d11ed7a2daed1", - "_spec": "express", + "_spec": "4.15.4", "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "TJ Holowaychuk", @@ -30,7 +34,6 @@ "bugs": { "url": "https://github.com/expressjs/express/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Aaron Heckmann", @@ -91,7 +94,6 @@ "utils-merge": "1.0.0", "vary": "~1.1.1" }, - "deprecated": false, "description": "Fast, unopinionated, minimalist web framework", "devDependencies": { "after": "0.8.2", diff --git a/node_modules/finalhandler/package.json b/node_modules/finalhandler/package.json index de866fc..ede01c6 100644 --- a/node_modules/finalhandler/package.json +++ b/node_modules/finalhandler/package.json @@ -1,27 +1,32 @@ { - "_from": "finalhandler@~1.0.4", + "_args": [ + [ + "finalhandler@1.0.4", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "finalhandler@1.0.4", "_id": "finalhandler@1.0.4", "_inBundle": false, "_integrity": "sha512-16l/r8RgzlXKmFOhZpHBztvye+lAhC5SU7hXavnerC9UfZqZxxXl3BzL8MhffPT3kF61lj9Oav2LKEzh0ei7tg==", "_location": "/finalhandler", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "finalhandler@~1.0.4", + "raw": "finalhandler@1.0.4", "name": "finalhandler", "escapedName": "finalhandler", - "rawSpec": "~1.0.4", + "rawSpec": "1.0.4", "saveSpec": null, - "fetchSpec": "~1.0.4" + "fetchSpec": "1.0.4" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.4.tgz", - "_shasum": "18574f2e7c4b98b8ae3b230c21f201f31bdb3fb7", - "_spec": "finalhandler@~1.0.4", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.0.4", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -29,7 +34,6 @@ "bugs": { "url": "https://github.com/pillarjs/finalhandler/issues" }, - "bundleDependencies": false, "dependencies": { "debug": "2.6.8", "encodeurl": "~1.0.1", @@ -39,7 +43,6 @@ "statuses": "~1.3.1", "unpipe": "~1.0.0" }, - "deprecated": false, "description": "Node.js final http responder", "devDependencies": { "eslint": "3.19.0", diff --git a/node_modules/forwarded/package.json b/node_modules/forwarded/package.json index 9208779..5d8fe64 100644 --- a/node_modules/forwarded/package.json +++ b/node_modules/forwarded/package.json @@ -1,38 +1,41 @@ { - "_from": "forwarded@~0.1.0", + "_args": [ + [ + "forwarded@0.1.0", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "forwarded@0.1.0", "_id": "forwarded@0.1.0", "_inBundle": false, "_integrity": "sha1-Ge+YdMSuHCl7zweP3mOgm2aoQ2M=", "_location": "/forwarded", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "forwarded@~0.1.0", + "raw": "forwarded@0.1.0", "name": "forwarded", "escapedName": "forwarded", - "rawSpec": "~0.1.0", + "rawSpec": "0.1.0", "saveSpec": null, - "fetchSpec": "~0.1.0" + "fetchSpec": "0.1.0" }, "_requiredBy": [ "/proxy-addr" ], "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz", - "_shasum": "19ef9874c4ae1c297bcf078fde63a09b66a84363", - "_spec": "forwarded@~0.1.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/proxy-addr", + "_spec": "0.1.0", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/forwarded/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], - "deprecated": false, "description": "Parse HTTP X-Forwarded-For header", "devDependencies": { "istanbul": "0.3.2", diff --git a/node_modules/fresh/package.json b/node_modules/fresh/package.json index c056fa3..40611c3 100644 --- a/node_modules/fresh/package.json +++ b/node_modules/fresh/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "fresh@0.5.0", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "fresh@0.5.0", "_id": "fresh@0.5.0", "_inBundle": false, @@ -20,9 +26,8 @@ "/send" ], "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz", - "_shasum": "f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e", - "_spec": "fresh@0.5.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "0.5.0", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca", @@ -31,7 +36,6 @@ "bugs": { "url": "https://github.com/jshttp/fresh/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -43,7 +47,6 @@ "url": "http://jongleberry.com" } ], - "deprecated": false, "description": "HTTP response freshness testing", "devDependencies": { "eslint": "3.16.0", diff --git a/node_modules/http-errors/package.json b/node_modules/http-errors/package.json index 7fef8e7..9162016 100644 --- a/node_modules/http-errors/package.json +++ b/node_modules/http-errors/package.json @@ -1,27 +1,32 @@ { - "_from": "http-errors@~1.6.2", + "_args": [ + [ + "http-errors@1.6.2", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "http-errors@1.6.2", "_id": "http-errors@1.6.2", "_inBundle": false, "_integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=", "_location": "/http-errors", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "http-errors@~1.6.2", + "raw": "http-errors@1.6.2", "name": "http-errors", "escapedName": "http-errors", - "rawSpec": "~1.6.2", + "rawSpec": "1.6.2", "saveSpec": null, - "fetchSpec": "~1.6.2" + "fetchSpec": "1.6.2" }, "_requiredBy": [ "/send" ], "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz", - "_shasum": "0a002cc85707192a7e7946ceedc11155f60ec736", - "_spec": "http-errors@~1.6.2", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/send", + "_spec": "1.6.2", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", @@ -30,7 +35,6 @@ "bugs": { "url": "https://github.com/jshttp/http-errors/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Alan Plum", @@ -47,7 +51,6 @@ "setprototypeof": "1.0.3", "statuses": ">= 1.3.1 < 2" }, - "deprecated": false, "description": "Create HTTP error objects", "devDependencies": { "eslint": "3.19.0", diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json index 24d260e..255c996 100644 --- a/node_modules/inherits/package.json +++ b/node_modules/inherits/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "inherits@2.0.3", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "inherits@2.0.3", "_id": "inherits@2.0.3", "_inBundle": false, @@ -19,15 +25,12 @@ "/http-errors" ], "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "_shasum": "633c2c83e3da42a502f52466022480f4208261de", - "_spec": "inherits@2.0.3", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/http-errors", + "_spec": "2.0.3", + "_where": "/Users/matthuntington/Documents/prompter", "browser": "./inherits_browser.js", "bugs": { "url": "https://github.com/isaacs/inherits/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", "devDependencies": { "tap": "^7.1.0" diff --git a/node_modules/ipaddr.js/package.json b/node_modules/ipaddr.js/package.json index 21a4320..334186c 100644 --- a/node_modules/ipaddr.js/package.json +++ b/node_modules/ipaddr.js/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "ipaddr.js@1.4.0", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "ipaddr.js@1.4.0", "_id": "ipaddr.js@1.4.0", "_inBundle": false, @@ -19,9 +25,8 @@ "/proxy-addr" ], "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.4.0.tgz", - "_shasum": "296aca878a821816e5b85d0a285a99bcff4582f0", - "_spec": "ipaddr.js@1.4.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/proxy-addr", + "_spec": "1.4.0", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "whitequark", "email": "whitequark@whitequark.org" @@ -29,9 +34,7 @@ "bugs": { "url": "https://github.com/whitequark/ipaddr.js/issues" }, - "bundleDependencies": false, "dependencies": {}, - "deprecated": false, "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", "devDependencies": { "coffee-script": "~1.12.6", diff --git a/node_modules/media-typer/package.json b/node_modules/media-typer/package.json index 4435f3e..1340b3c 100644 --- a/node_modules/media-typer/package.json +++ b/node_modules/media-typer/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "media-typer@0.3.0", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "media-typer@0.3.0", "_id": "media-typer@0.3.0", "_inBundle": false, @@ -19,9 +25,8 @@ "/type-is" ], "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "_shasum": "8710d7af0aa626f8fffa1ce00168545263255748", - "_spec": "media-typer@0.3.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/type-is", + "_spec": "0.3.0", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -29,8 +34,6 @@ "bugs": { "url": "https://github.com/jshttp/media-typer/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Simple RFC 6838 media type parser and formatter", "devDependencies": { "istanbul": "0.3.2", diff --git a/node_modules/merge-descriptors/package.json b/node_modules/merge-descriptors/package.json index 80cad87..f82023f 100644 --- a/node_modules/merge-descriptors/package.json +++ b/node_modules/merge-descriptors/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "merge-descriptors@1.0.1", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "merge-descriptors@1.0.1", "_id": "merge-descriptors@1.0.1", "_inBundle": false, @@ -19,9 +25,8 @@ "/express" ], "_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "_shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61", - "_spec": "merge-descriptors@1.0.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.0.1", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", @@ -30,7 +35,6 @@ "bugs": { "url": "https://github.com/component/merge-descriptors/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -41,7 +45,6 @@ "email": "grabbou@gmail.com" } ], - "deprecated": false, "description": "Merge objects using descriptors", "devDependencies": { "istanbul": "0.4.1", diff --git a/node_modules/methods/package.json b/node_modules/methods/package.json index 559518c..b5ff764 100644 --- a/node_modules/methods/package.json +++ b/node_modules/methods/package.json @@ -1,34 +1,38 @@ { - "_from": "methods@~1.1.2", + "_args": [ + [ + "methods@1.1.2", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "methods@1.1.2", "_id": "methods@1.1.2", "_inBundle": false, "_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", "_location": "/methods", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "methods@~1.1.2", + "raw": "methods@1.1.2", "name": "methods", "escapedName": "methods", - "rawSpec": "~1.1.2", + "rawSpec": "1.1.2", "saveSpec": null, - "fetchSpec": "~1.1.2" + "fetchSpec": "1.1.2" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "_shasum": "5529a4d67654134edcc5266656835b0f851afcee", - "_spec": "methods@~1.1.2", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.1.2", + "_where": "/Users/matthuntington/Documents/prompter", "browser": { "http": false }, "bugs": { "url": "https://github.com/jshttp/methods/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -45,7 +49,6 @@ "url": "http://tjholowaychuk.com" } ], - "deprecated": false, "description": "HTTP methods that node supports", "devDependencies": { "istanbul": "0.4.1", diff --git a/node_modules/mime-db/package.json b/node_modules/mime-db/package.json index 4ef2dee..709bdf8 100644 --- a/node_modules/mime-db/package.json +++ b/node_modules/mime-db/package.json @@ -1,31 +1,35 @@ { - "_from": "mime-db@~1.30.0", + "_args": [ + [ + "mime-db@1.30.0", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "mime-db@1.30.0", "_id": "mime-db@1.30.0", "_inBundle": false, "_integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=", "_location": "/mime-db", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "mime-db@~1.30.0", + "raw": "mime-db@1.30.0", "name": "mime-db", "escapedName": "mime-db", - "rawSpec": "~1.30.0", + "rawSpec": "1.30.0", "saveSpec": null, - "fetchSpec": "~1.30.0" + "fetchSpec": "1.30.0" }, "_requiredBy": [ "/mime-types" ], "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz", - "_shasum": "74c643da2dd9d6a45399963465b26d5ca7d71f01", - "_spec": "mime-db@~1.30.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/mime-types", + "_spec": "1.30.0", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/mime-db/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -42,7 +46,6 @@ "url": "http://github.com/broofa" } ], - "deprecated": false, "description": "Media Type Database", "devDependencies": { "bluebird": "3.5.0", diff --git a/node_modules/mime-types/package.json b/node_modules/mime-types/package.json index 9e75348..c1181ba 100644 --- a/node_modules/mime-types/package.json +++ b/node_modules/mime-types/package.json @@ -1,32 +1,36 @@ { - "_from": "mime-types@~2.1.16", + "_args": [ + [ + "mime-types@2.1.17", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "mime-types@2.1.17", "_id": "mime-types@2.1.17", "_inBundle": false, "_integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=", "_location": "/mime-types", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "mime-types@~2.1.16", + "raw": "mime-types@2.1.17", "name": "mime-types", "escapedName": "mime-types", - "rawSpec": "~2.1.16", + "rawSpec": "2.1.17", "saveSpec": null, - "fetchSpec": "~2.1.16" + "fetchSpec": "2.1.17" }, "_requiredBy": [ "/accepts", "/type-is" ], "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz", - "_shasum": "09d7a393f03e995a79f8af857b70a9e0ab16557a", - "_spec": "mime-types@~2.1.16", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/accepts", + "_spec": "2.1.17", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/mime-types/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -46,7 +50,6 @@ "dependencies": { "mime-db": "~1.30.0" }, - "deprecated": false, "description": "The ultimate javascript content-type utility.", "devDependencies": { "eslint": "3.19.0", diff --git a/node_modules/mime/package.json b/node_modules/mime/package.json index c3909fe..aabc8ad 100644 --- a/node_modules/mime/package.json +++ b/node_modules/mime/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "mime@1.3.4", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "mime@1.3.4", "_id": "mime@1.3.4", "_inBundle": false, @@ -19,9 +25,8 @@ "/send" ], "_resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz", - "_shasum": "115f9e3b6b3daf2959983cb38f149a2d40eb5d53", - "_spec": "mime@1.3.4", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/send", + "_spec": "1.3.4", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Robert Kieffer", "email": "robert@broofa.com", @@ -33,7 +38,6 @@ "bugs": { "url": "https://github.com/broofa/node-mime/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Benjamin Thomas", @@ -42,7 +46,6 @@ } ], "dependencies": {}, - "deprecated": false, "description": "A comprehensive library for mime-type mapping", "devDependencies": { "mime-db": "^1.2.0" diff --git a/node_modules/ms/package.json b/node_modules/ms/package.json index befb0df..f1f644a 100644 --- a/node_modules/ms/package.json +++ b/node_modules/ms/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "ms@2.0.0", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "ms@2.0.0", "_id": "ms@2.0.0", "_inBundle": false, @@ -20,14 +26,11 @@ "/send" ], "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8", - "_spec": "ms@2.0.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/debug", + "_spec": "2.0.0", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/zeit/ms/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Tiny milisecond conversion utility", "devDependencies": { "eslint": "3.19.0", diff --git a/node_modules/negotiator/package.json b/node_modules/negotiator/package.json index de158d7..f266894 100644 --- a/node_modules/negotiator/package.json +++ b/node_modules/negotiator/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "negotiator@0.6.1", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "negotiator@0.6.1", "_id": "negotiator@0.6.1", "_inBundle": false, @@ -19,13 +25,11 @@ "/accepts" ], "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", - "_shasum": "2b327184e8992101177b28563fb5e7102acd0ca9", - "_spec": "negotiator@0.6.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/accepts", + "_spec": "0.6.1", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/negotiator/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -41,7 +45,6 @@ "url": "http://blog.izs.me/" } ], - "deprecated": false, "description": "HTTP content negotiation", "devDependencies": { "istanbul": "0.4.3", diff --git a/node_modules/on-finished/package.json b/node_modules/on-finished/package.json index da829f5..8b72802 100644 --- a/node_modules/on-finished/package.json +++ b/node_modules/on-finished/package.json @@ -1,19 +1,25 @@ { - "_from": "on-finished@~2.3.0", + "_args": [ + [ + "on-finished@2.3.0", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "on-finished@2.3.0", "_id": "on-finished@2.3.0", "_inBundle": false, "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", "_location": "/on-finished", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "on-finished@~2.3.0", + "raw": "on-finished@2.3.0", "name": "on-finished", "escapedName": "on-finished", - "rawSpec": "~2.3.0", + "rawSpec": "2.3.0", "saveSpec": null, - "fetchSpec": "~2.3.0" + "fetchSpec": "2.3.0" }, "_requiredBy": [ "/express", @@ -21,13 +27,11 @@ "/send" ], "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "_shasum": "20f1336481b083cd75337992a16971aa2d906947", - "_spec": "on-finished@~2.3.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "2.3.0", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/on-finished/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -42,7 +46,6 @@ "dependencies": { "ee-first": "1.1.1" }, - "deprecated": false, "description": "Execute a callback when a request closes, finishes, or errors", "devDependencies": { "istanbul": "0.3.9", diff --git a/node_modules/parseurl/package.json b/node_modules/parseurl/package.json index eb45142..53b9677 100644 --- a/node_modules/parseurl/package.json +++ b/node_modules/parseurl/package.json @@ -1,19 +1,25 @@ { - "_from": "parseurl@~1.3.1", + "_args": [ + [ + "parseurl@1.3.1", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "parseurl@1.3.1", "_id": "parseurl@1.3.1", "_inBundle": false, "_integrity": "sha1-yKuMkiO6NIiKpkopeyiFO+wY2lY=", "_location": "/parseurl", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "parseurl@~1.3.1", + "raw": "parseurl@1.3.1", "name": "parseurl", "escapedName": "parseurl", - "rawSpec": "~1.3.1", + "rawSpec": "1.3.1", "saveSpec": null, - "fetchSpec": "~1.3.1" + "fetchSpec": "1.3.1" }, "_requiredBy": [ "/express", @@ -21,9 +27,8 @@ "/serve-static" ], "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz", - "_shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56", - "_spec": "parseurl@~1.3.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.3.1", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", @@ -32,14 +37,12 @@ "bugs": { "url": "https://github.com/pillarjs/parseurl/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], - "deprecated": false, "description": "parse a url with memoization", "devDependencies": { "beautify-benchmark": "0.2.4", diff --git a/node_modules/path-to-regexp/package.json b/node_modules/path-to-regexp/package.json index dde528a..1ebde44 100644 --- a/node_modules/path-to-regexp/package.json +++ b/node_modules/path-to-regexp/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "path-to-regexp@0.1.7", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "path-to-regexp@0.1.7", "_id": "path-to-regexp@0.1.7", "_inBundle": false, @@ -19,19 +25,16 @@ "/express" ], "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "_shasum": "df604178005f522f15eb4490e7247a1bfaa67f8c", - "_spec": "path-to-regexp@0.1.7", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "0.1.7", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/component/path-to-regexp/issues" }, - "bundleDependencies": false, "component": { "scripts": { "path-to-regexp": "index.js" } }, - "deprecated": false, "description": "Express style path to RegExp utility", "devDependencies": { "istanbul": "^0.2.6", diff --git a/node_modules/proxy-addr/package.json b/node_modules/proxy-addr/package.json index ac0c241..38ffc6d 100644 --- a/node_modules/proxy-addr/package.json +++ b/node_modules/proxy-addr/package.json @@ -1,27 +1,32 @@ { - "_from": "proxy-addr@~1.1.5", + "_args": [ + [ + "proxy-addr@1.1.5", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "proxy-addr@1.1.5", "_id": "proxy-addr@1.1.5", "_inBundle": false, "_integrity": "sha1-ccDuOxAt4/IC87ZPYI0XP8uhqRg=", "_location": "/proxy-addr", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "proxy-addr@~1.1.5", + "raw": "proxy-addr@1.1.5", "name": "proxy-addr", "escapedName": "proxy-addr", - "rawSpec": "~1.1.5", + "rawSpec": "1.1.5", "saveSpec": null, - "fetchSpec": "~1.1.5" + "fetchSpec": "1.1.5" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.5.tgz", - "_shasum": "71c0ee3b102de3f202f3b64f608d173fcba1a918", - "_spec": "proxy-addr@~1.1.5", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.1.5", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -29,12 +34,10 @@ "bugs": { "url": "https://github.com/jshttp/proxy-addr/issues" }, - "bundleDependencies": false, "dependencies": { "forwarded": "~0.1.0", "ipaddr.js": "1.4.0" }, - "deprecated": false, "description": "Determine address of proxied request", "devDependencies": { "beautify-benchmark": "0.2.4", diff --git a/node_modules/qs/package.json b/node_modules/qs/package.json index 7985ab5..e9f664a 100644 --- a/node_modules/qs/package.json +++ b/node_modules/qs/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "qs@6.5.0", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "qs@6.5.0", "_id": "qs@6.5.0", "_inBundle": false, @@ -19,13 +25,11 @@ "/express" ], "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.0.tgz", - "_shasum": "8d04954d364def3efc55b5a0793e1e2c8b1e6e49", - "_spec": "qs@6.5.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "6.5.0", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/ljharb/qs/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Jordan Harband", @@ -34,7 +38,6 @@ } ], "dependencies": {}, - "deprecated": false, "description": "A querystring parser that supports nesting and arrays, with a depth limit", "devDependencies": { "@ljharb/eslint-config": "^11.0.0", diff --git a/node_modules/range-parser/package.json b/node_modules/range-parser/package.json index cb937b7..0a3c449 100644 --- a/node_modules/range-parser/package.json +++ b/node_modules/range-parser/package.json @@ -1,28 +1,33 @@ { - "_from": "range-parser@~1.2.0", + "_args": [ + [ + "range-parser@1.2.0", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "range-parser@1.2.0", "_id": "range-parser@1.2.0", "_inBundle": false, "_integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=", "_location": "/range-parser", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "range-parser@~1.2.0", + "raw": "range-parser@1.2.0", "name": "range-parser", "escapedName": "range-parser", - "rawSpec": "~1.2.0", + "rawSpec": "1.2.0", "saveSpec": null, - "fetchSpec": "~1.2.0" + "fetchSpec": "1.2.0" }, "_requiredBy": [ "/express", "/send" ], "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", - "_shasum": "f49be6b487894ddc40dcc94a322f611092e00d5e", - "_spec": "range-parser@~1.2.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.2.0", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca", @@ -31,7 +36,6 @@ "bugs": { "url": "https://github.com/jshttp/range-parser/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -47,7 +51,6 @@ "url": "http://jongleberry.com" } ], - "deprecated": false, "description": "Range header field string parser", "devDependencies": { "eslint": "2.11.1", diff --git a/node_modules/send/package.json b/node_modules/send/package.json index 14edda3..e2e199b 100644 --- a/node_modules/send/package.json +++ b/node_modules/send/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "send@0.15.4", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "send@0.15.4", "_id": "send@0.15.4", "_inBundle": false, @@ -20,9 +26,8 @@ "/serve-static" ], "_resolved": "https://registry.npmjs.org/send/-/send-0.15.4.tgz", - "_shasum": "985faa3e284b0273c793364a35c6737bd93905b9", - "_spec": "send@0.15.4", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "0.15.4", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" @@ -30,7 +35,6 @@ "bugs": { "url": "https://github.com/pillarjs/send/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -60,7 +64,6 @@ "range-parser": "~1.2.0", "statuses": "~1.3.1" }, - "deprecated": false, "description": "Better streaming static file server with Range and conditional-GET support", "devDependencies": { "after": "0.8.2", diff --git a/node_modules/serve-static/package.json b/node_modules/serve-static/package.json index 498e2cc..63a1d2a 100644 --- a/node_modules/serve-static/package.json +++ b/node_modules/serve-static/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "serve-static@1.12.4", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "serve-static@1.12.4", "_id": "serve-static@1.12.4", "_inBundle": false, @@ -19,9 +25,8 @@ "/express" ], "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.4.tgz", - "_shasum": "9b6aa98eeb7253c4eedc4c1f6fdbca609901a961", - "_spec": "serve-static@1.12.4", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.12.4", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -29,14 +34,12 @@ "bugs": { "url": "https://github.com/expressjs/serve-static/issues" }, - "bundleDependencies": false, "dependencies": { "encodeurl": "~1.0.1", "escape-html": "~1.0.3", "parseurl": "~1.3.1", "send": "0.15.4" }, - "deprecated": false, "description": "Serve static files", "devDependencies": { "eslint": "3.19.0", diff --git a/node_modules/setprototypeof/package.json b/node_modules/setprototypeof/package.json index f2f857b..a6c9849 100644 --- a/node_modules/setprototypeof/package.json +++ b/node_modules/setprototypeof/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "setprototypeof@1.0.3", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "setprototypeof@1.0.3", "_id": "setprototypeof@1.0.3", "_inBundle": false, @@ -20,17 +26,14 @@ "/http-errors" ], "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz", - "_shasum": "66567e37043eeb4f04d91bd658c0cbefb55b8e04", - "_spec": "setprototypeof@1.0.3", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.0.3", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Wes Todd" }, "bugs": { "url": "https://github.com/wesleytodd/setprototypeof/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "A small polyfill for Object.setprototypeof", "homepage": "https://github.com/wesleytodd/setprototypeof", "keywords": [ diff --git a/node_modules/statuses/package.json b/node_modules/statuses/package.json index 0c1b473..7054c6e 100644 --- a/node_modules/statuses/package.json +++ b/node_modules/statuses/package.json @@ -1,19 +1,25 @@ { - "_from": "statuses@~1.3.1", + "_args": [ + [ + "statuses@1.3.1", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "statuses@1.3.1", "_id": "statuses@1.3.1", "_inBundle": false, "_integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=", "_location": "/statuses", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "statuses@~1.3.1", + "raw": "statuses@1.3.1", "name": "statuses", "escapedName": "statuses", - "rawSpec": "~1.3.1", + "rawSpec": "1.3.1", "saveSpec": null, - "fetchSpec": "~1.3.1" + "fetchSpec": "1.3.1" }, "_requiredBy": [ "/express", @@ -22,13 +28,11 @@ "/send" ], "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", - "_shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e", - "_spec": "statuses@~1.3.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.3.1", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/statuses/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -40,7 +44,6 @@ "url": "http://jongleberry.com" } ], - "deprecated": false, "description": "HTTP status utility", "devDependencies": { "csv-parse": "1.1.7", diff --git a/node_modules/type-is/package.json b/node_modules/type-is/package.json index e4abd26..b8eb794 100644 --- a/node_modules/type-is/package.json +++ b/node_modules/type-is/package.json @@ -1,31 +1,35 @@ { - "_from": "type-is@~1.6.15", + "_args": [ + [ + "type-is@1.6.15", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "type-is@1.6.15", "_id": "type-is@1.6.15", "_inBundle": false, "_integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=", "_location": "/type-is", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "type-is@~1.6.15", + "raw": "type-is@1.6.15", "name": "type-is", "escapedName": "type-is", - "rawSpec": "~1.6.15", + "rawSpec": "1.6.15", "saveSpec": null, - "fetchSpec": "~1.6.15" + "fetchSpec": "1.6.15" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz", - "_shasum": "cab10fb4909e441c82842eafe1ad646c81804410", - "_spec": "type-is@~1.6.15", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.6.15", + "_where": "/Users/matthuntington/Documents/prompter", "bugs": { "url": "https://github.com/jshttp/type-is/issues" }, - "bundleDependencies": false, "contributors": [ { "name": "Douglas Christopher Wilson", @@ -41,7 +45,6 @@ "media-typer": "0.3.0", "mime-types": "~2.1.15" }, - "deprecated": false, "description": "Infer the content-type of a request.", "devDependencies": { "eslint": "3.19.0", diff --git a/node_modules/unpipe/package.json b/node_modules/unpipe/package.json index 2207d00..eea3d75 100644 --- a/node_modules/unpipe/package.json +++ b/node_modules/unpipe/package.json @@ -1,27 +1,32 @@ { - "_from": "unpipe@~1.0.0", + "_args": [ + [ + "unpipe@1.0.0", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "unpipe@1.0.0", "_id": "unpipe@1.0.0", "_inBundle": false, "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", "_location": "/unpipe", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "unpipe@~1.0.0", + "raw": "unpipe@1.0.0", "name": "unpipe", "escapedName": "unpipe", - "rawSpec": "~1.0.0", + "rawSpec": "1.0.0", "saveSpec": null, - "fetchSpec": "~1.0.0" + "fetchSpec": "1.0.0" }, "_requiredBy": [ "/finalhandler" ], "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec", - "_spec": "unpipe@~1.0.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/finalhandler", + "_spec": "1.0.0", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -29,8 +34,6 @@ "bugs": { "url": "https://github.com/stream-utils/unpipe/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Unpipe a stream from all destinations", "devDependencies": { "istanbul": "0.3.15", diff --git a/node_modules/utils-merge/package.json b/node_modules/utils-merge/package.json index 9b078dc..7b5b158 100644 --- a/node_modules/utils-merge/package.json +++ b/node_modules/utils-merge/package.json @@ -1,4 +1,10 @@ { + "_args": [ + [ + "utils-merge@1.0.0", + "/Users/matthuntington/Documents/prompter" + ] + ], "_from": "utils-merge@1.0.0", "_id": "utils-merge@1.0.0", "_inBundle": false, @@ -19,9 +25,8 @@ "/express" ], "_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz", - "_shasum": "0294fb922bb9375153541c4f7096231f287c8af8", - "_spec": "utils-merge@1.0.0", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.0.0", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", @@ -30,9 +35,7 @@ "bugs": { "url": "http://github.com/jaredhanson/utils-merge/issues" }, - "bundleDependencies": false, "dependencies": {}, - "deprecated": false, "description": "merge() utility function", "devDependencies": { "chai": "1.x.x", diff --git a/node_modules/vary/package.json b/node_modules/vary/package.json index 6618281..bad4f6d 100644 --- a/node_modules/vary/package.json +++ b/node_modules/vary/package.json @@ -1,27 +1,32 @@ { - "_from": "vary@~1.1.1", + "_args": [ + [ + "vary@1.1.1", + "/Users/matthuntington/Documents/prompter" + ] + ], + "_from": "vary@1.1.1", "_id": "vary@1.1.1", "_inBundle": false, "_integrity": "sha1-Z1Neu2lMHVIldFeYRmUyP1h+jTc=", "_location": "/vary", "_phantomChildren": {}, "_requested": { - "type": "range", + "type": "version", "registry": true, - "raw": "vary@~1.1.1", + "raw": "vary@1.1.1", "name": "vary", "escapedName": "vary", - "rawSpec": "~1.1.1", + "rawSpec": "1.1.1", "saveSpec": null, - "fetchSpec": "~1.1.1" + "fetchSpec": "1.1.1" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.1.tgz", - "_shasum": "67535ebb694c1d52257457984665323f587e8d37", - "_spec": "vary@~1.1.1", - "_where": "/Users/matthuntington/Documents/prompter/node_modules/express", + "_spec": "1.1.1", + "_where": "/Users/matthuntington/Documents/prompter", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -29,8 +34,6 @@ "bugs": { "url": "https://github.com/jshttp/vary/issues" }, - "bundleDependencies": false, - "deprecated": false, "description": "Manipulate the HTTP Vary header", "devDependencies": { "eslint": "3.18.0",