191 lines
5.7 KiB
JSON
191 lines
5.7 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"express",
|
||
|
"/mnt/c/Users/PTrowbridge/Documents/nodet"
|
||
|
]
|
||
|
],
|
||
|
"_from": "express@latest",
|
||
|
"_hasShrinkwrap": false,
|
||
|
"_id": "express@4.16.4",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/express",
|
||
|
"_nodeVersion": "8.12.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "s3://npm-registry-packages",
|
||
|
"tmp": "tmp/express_4.16.4_1539230354097_0.4680196437483164"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "doug@somethingdoug.com",
|
||
|
"name": "dougwilson"
|
||
|
},
|
||
|
"_npmVersion": "6.4.1",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "express",
|
||
|
"raw": "express",
|
||
|
"rawSpec": "",
|
||
|
"scope": null,
|
||
|
"spec": "latest",
|
||
|
"type": "tag"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz",
|
||
|
"_shasum": "fddef61926109e24c515ea97fd2f1bdbf62df12e",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "express",
|
||
|
"_where": "/mnt/c/Users/PTrowbridge/Documents/nodet",
|
||
|
"author": {
|
||
|
"email": "tj@vision-media.ca",
|
||
|
"name": "TJ Holowaychuk"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/expressjs/express/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Aaron Heckmann",
|
||
|
"email": "aaron.heckmann+github@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Ciaran Jessup",
|
||
|
"email": "ciaranj@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Douglas Christopher Wilson",
|
||
|
"email": "doug@somethingdoug.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Guillermo Rauch",
|
||
|
"email": "rauchg@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jonathan Ong",
|
||
|
"email": "me@jongleberry.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Roman Shtylman",
|
||
|
"email": "shtylman+expressjs@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Young Jae Sim",
|
||
|
"email": "hanul@hanul.me"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"accepts": "~1.3.5",
|
||
|
"array-flatten": "1.1.1",
|
||
|
"body-parser": "1.18.3",
|
||
|
"content-disposition": "0.5.2",
|
||
|
"content-type": "~1.0.4",
|
||
|
"cookie": "0.3.1",
|
||
|
"cookie-signature": "1.0.6",
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~1.1.2",
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"etag": "~1.8.1",
|
||
|
"finalhandler": "1.1.1",
|
||
|
"fresh": "0.5.2",
|
||
|
"merge-descriptors": "1.0.1",
|
||
|
"methods": "~1.1.2",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"parseurl": "~1.3.2",
|
||
|
"path-to-regexp": "0.1.7",
|
||
|
"proxy-addr": "~2.0.4",
|
||
|
"qs": "6.5.2",
|
||
|
"range-parser": "~1.2.0",
|
||
|
"safe-buffer": "5.1.2",
|
||
|
"send": "0.16.2",
|
||
|
"serve-static": "1.13.2",
|
||
|
"setprototypeof": "1.1.0",
|
||
|
"statuses": "~1.4.0",
|
||
|
"type-is": "~1.6.16",
|
||
|
"utils-merge": "1.0.1",
|
||
|
"vary": "~1.1.2"
|
||
|
},
|
||
|
"description": "Fast, unopinionated, minimalist web framework",
|
||
|
"devDependencies": {
|
||
|
"after": "0.8.2",
|
||
|
"connect-redis": "3.4.0",
|
||
|
"cookie-parser": "~1.4.3",
|
||
|
"cookie-session": "1.3.2",
|
||
|
"ejs": "2.6.1",
|
||
|
"eslint": "2.13.1",
|
||
|
"express-session": "1.15.6",
|
||
|
"hbs": "4.0.1",
|
||
|
"istanbul": "0.4.5",
|
||
|
"marked": "0.5.1",
|
||
|
"method-override": "3.0.0",
|
||
|
"mocha": "5.2.0",
|
||
|
"morgan": "1.9.1",
|
||
|
"multiparty": "4.2.1",
|
||
|
"pbkdf2-password": "1.2.1",
|
||
|
"should": "13.2.3",
|
||
|
"supertest": "3.3.0",
|
||
|
"vhost": "~3.0.2"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"fileCount": 16,
|
||
|
"integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==",
|
||
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvsqSCRA9TVsSAnZWagAAPFwP/iCvznxNrmvgY9ox7w2k\ncS/ej9HZJ5NGjBEWtae1F2bjJ2V7rOxVTGTlqiPMSNIzTgw3fpFkIXp9kCA4\nY03NOsYUjYscGjXR6f2fvOVJ/Si5FKlqr7Ow6WMBClrdo/CMCc8kH9fxtPja\nHla58xiU7ftlzUHIjGmmnHFzAjAeGj+3e3v1omuoeP6mPuxlwYoQ0MuD0sFa\n9qJAFZ0MBrfvoQBI8G++GZZhxalhefuibWi1ErRw3F5cLfvhjKi4HGPh+sDu\nc63D99wQIJIq4HumwX0JNW7OywuL28wgxgtvKyg0iCVR/BnAYiEA0UZUVI4h\nsX1Kuht1oHEp1iGOvGALYotPiovnDCAra+2zPM1p8oZKdXHEpkAygG3mCiD5\nyWlWrFo5jJudULWzMtHp6F0RwQJjpSavnkbusKWZvO717/1Ku5FIM4cnTWVK\nELGmb011jRPMvwFqv1C04SvhBT+UrXe4kd0qwJWQEDT1aWzbjbaroPmVQ+l1\nxzUkHRHm7vYCBE0RxQ4FImNWlYYQVVyBSroYwxvJnP6H8m/DR7oxDPDoJcBn\nXXETuH8Ca+q8KjwdrstVXCwKfB+zs0Z41/oOWKrhsDY2B9HwmyOOA8EtG4QO\np2waBrigD8L4T/Y3II4T144z2MclVid7DulrzKCMiE6yoTqvrH64FfWkLQqG\n11u8\r\n=ZruB\r\n-----END PGP SIGNATURE-----\r\n",
|
||
|
"shasum": "fddef61926109e24c515ea97fd2f1bdbf62df12e",
|
||
|
"tarball": "https://registry.npmjs.org/express/-/express-4.16.4.tgz",
|
||
|
"unpackedSize": 206123
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10.0"
|
||
|
},
|
||
|
"gitHead": "dc538f6e810bd462c98ee7e6aae24c64d4b1da93",
|
||
|
"homepage": "http://expressjs.com/",
|
||
|
"keywords": [
|
||
|
"api",
|
||
|
"app",
|
||
|
"express",
|
||
|
"framework",
|
||
|
"rest",
|
||
|
"restful",
|
||
|
"router",
|
||
|
"sinatra",
|
||
|
"web"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "dougwilson",
|
||
|
"email": "doug@somethingdoug.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "hacksparrow",
|
||
|
"email": "captain@hacksparrow.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "jasnell",
|
||
|
"email": "jasnell@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "mikeal",
|
||
|
"email": "mikeal.rogers@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "express",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/expressjs/express.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint .",
|
||
|
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
|
||
|
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
|
||
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
|
||
|
"test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
|
||
|
},
|
||
|
"version": "4.16.4"
|
||
|
}
|