2010-03-16 08:31:33 -07:00
|
|
|
{
|
2010-06-15 13:50:17 -07:00
|
|
|
"name": "express",
|
2014-07-04 15:10:19 -04:00
|
|
|
"description": "Fast, unopinionated, minimalist web framework",
|
2018-03-12 13:38:44 -04:00
|
|
|
"version": "4.16.3",
|
2010-06-03 16:31:08 -07:00
|
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
2012-11-21 08:46:36 -08:00
|
|
|
"contributors": [
|
2014-06-05 19:45:00 -04:00
|
|
|
"Aaron Heckmann <aaron.heckmann+github@gmail.com>",
|
|
|
|
|
"Ciaran Jessup <ciaranj@gmail.com>",
|
|
|
|
|
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
|
|
|
"Guillermo Rauch <rauchg@gmail.com>",
|
|
|
|
|
"Jonathan Ong <me@jongleberry.com>",
|
2014-07-16 13:10:19 -04:00
|
|
|
"Roman Shtylman <shtylman+expressjs@gmail.com>",
|
|
|
|
|
"Young Jae Sim <hanul@hanul.me>"
|
2010-06-10 21:21:32 -04:00
|
|
|
],
|
2014-10-13 13:41:45 -04:00
|
|
|
"license": "MIT",
|
2016-01-21 20:59:53 -05:00
|
|
|
"repository": "expressjs/express",
|
2016-02-10 18:21:46 -05:00
|
|
|
"homepage": "http://expressjs.com/",
|
2014-05-18 01:16:38 -04:00
|
|
|
"keywords": [
|
|
|
|
|
"express",
|
|
|
|
|
"framework",
|
|
|
|
|
"sinatra",
|
|
|
|
|
"web",
|
|
|
|
|
"rest",
|
|
|
|
|
"restful",
|
|
|
|
|
"router",
|
|
|
|
|
"app",
|
|
|
|
|
"api"
|
|
|
|
|
],
|
2011-02-03 20:19:32 -08:00
|
|
|
"dependencies": {
|
2018-02-28 23:44:00 -05:00
|
|
|
"accepts": "~1.3.5",
|
2015-07-28 23:24:00 -04:00
|
|
|
"array-flatten": "1.1.1",
|
2017-09-28 13:22:36 -04:00
|
|
|
"body-parser": "1.18.2",
|
2017-01-21 00:39:46 -05:00
|
|
|
"content-disposition": "0.5.2",
|
2017-09-27 21:30:08 -04:00
|
|
|
"content-type": "~1.0.4",
|
2016-05-31 00:08:16 -04:00
|
|
|
"cookie": "0.3.1",
|
2015-02-17 22:40:51 -05:00
|
|
|
"cookie-signature": "1.0.6",
|
2017-09-22 20:25:18 -04:00
|
|
|
"debug": "2.6.9",
|
2018-01-16 23:46:11 -05:00
|
|
|
"depd": "~1.1.2",
|
2018-01-16 23:50:41 -05:00
|
|
|
"encodeurl": "~1.0.2",
|
2015-12-17 20:51:32 -05:00
|
|
|
"escape-html": "~1.0.3",
|
2017-09-27 21:30:43 -04:00
|
|
|
"etag": "~1.8.1",
|
2018-03-12 11:20:19 -04:00
|
|
|
"finalhandler": "1.1.1",
|
2017-09-21 20:45:32 -04:00
|
|
|
"fresh": "0.5.2",
|
2016-01-17 18:51:24 -05:00
|
|
|
"merge-descriptors": "1.0.1",
|
2016-01-17 22:17:13 -05:00
|
|
|
"methods": "~1.1.2",
|
2015-06-18 22:41:28 -04:00
|
|
|
"on-finished": "~2.3.0",
|
2017-09-28 00:04:47 -04:00
|
|
|
"parseurl": "~1.3.2",
|
2015-07-28 13:15:34 +10:00
|
|
|
"path-to-regexp": "0.1.7",
|
2018-02-26 23:18:07 -05:00
|
|
|
"proxy-addr": "~2.0.3",
|
2017-09-27 21:31:39 -04:00
|
|
|
"qs": "6.5.1",
|
2016-06-01 18:54:11 -04:00
|
|
|
"range-parser": "~1.2.0",
|
2017-09-28 08:26:39 -04:00
|
|
|
"safe-buffer": "5.1.1",
|
2018-02-09 13:09:25 -05:00
|
|
|
"send": "0.16.2",
|
2018-02-09 13:20:09 -05:00
|
|
|
"serve-static": "1.13.2",
|
2017-09-25 21:14:00 -04:00
|
|
|
"setprototypeof": "1.1.0",
|
2018-01-17 00:00:22 -05:00
|
|
|
"statuses": "~1.4.0",
|
2018-02-28 19:55:34 -05:00
|
|
|
"type-is": "~1.6.16",
|
2017-09-28 00:19:30 -04:00
|
|
|
"utils-merge": "1.0.1",
|
2017-09-28 12:25:27 +08:00
|
|
|
"vary": "~1.1.2"
|
2011-02-03 20:19:32 -08:00
|
|
|
},
|
2011-05-20 08:28:02 -07:00
|
|
|
"devDependencies": {
|
2016-12-03 00:04:47 -05:00
|
|
|
"after": "0.8.2",
|
2016-06-15 18:16:08 -04:00
|
|
|
"cookie-parser": "~1.4.3",
|
2017-09-28 11:36:20 -04:00
|
|
|
"cookie-session": "1.3.2",
|
2017-08-02 23:32:44 -04:00
|
|
|
"ejs": "2.5.7",
|
2017-08-05 23:37:39 -04:00
|
|
|
"eslint": "2.13.1",
|
2017-09-28 11:36:20 -04:00
|
|
|
"express-session": "1.15.6",
|
2017-03-08 16:31:18 +00:00
|
|
|
"hbs": "4.0.1",
|
2016-12-03 00:08:46 -05:00
|
|
|
"istanbul": "0.4.5",
|
2018-03-12 11:17:26 -04:00
|
|
|
"marked": "0.3.17",
|
2017-09-28 11:36:20 -04:00
|
|
|
"method-override": "2.3.10",
|
2017-09-13 20:03:42 -04:00
|
|
|
"mocha": "3.5.3",
|
2017-09-28 11:36:20 -04:00
|
|
|
"morgan": "1.9.0",
|
2017-01-26 22:25:39 -05:00
|
|
|
"multiparty": "4.1.3",
|
2017-02-15 23:36:17 -05:00
|
|
|
"pbkdf2-password": "1.2.1",
|
2018-07-31 17:09:27 -04:00
|
|
|
"should": "13.2.3",
|
2016-06-01 17:31:10 -04:00
|
|
|
"supertest": "1.2.0",
|
2015-07-28 23:26:31 -04:00
|
|
|
"connect-redis": "~2.4.1",
|
2016-06-15 18:16:08 -04:00
|
|
|
"vhost": "~3.0.2"
|
2011-05-20 08:35:11 -07:00
|
|
|
},
|
2013-02-13 10:55:55 -08:00
|
|
|
"engines": {
|
2014-04-27 19:44:05 -04:00
|
|
|
"node": ">= 0.10.0"
|
2013-12-18 10:16:56 -05:00
|
|
|
},
|
2014-10-13 13:41:45 -04:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"History.md",
|
|
|
|
|
"Readme.md",
|
|
|
|
|
"index.js",
|
|
|
|
|
"lib/"
|
|
|
|
|
],
|
2012-01-09 02:03:23 +01:00
|
|
|
"scripts": {
|
2017-08-05 23:37:39 -04:00
|
|
|
"lint": "eslint .",
|
2017-10-01 00:48:29 -04:00
|
|
|
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks --no-exit test/ test/acceptance/",
|
|
|
|
|
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks --no-exit test/ test/acceptance/",
|
|
|
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks --no-exit test/ test/acceptance/",
|
|
|
|
|
"test-tap": "mocha --require test/support/env --reporter tap --check-leaks --no-exit test/ test/acceptance/"
|
2014-05-18 01:16:38 -04:00
|
|
|
}
|
2012-01-09 02:03:23 +01:00
|
|
|
}
|