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",
|
2025-03-27 20:13:27 -05:00
|
|
|
"version": "5.1.0",
|
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",
|
2024-10-20 13:07:22 -05:00
|
|
|
"homepage": "https://expressjs.com/",
|
2024-10-20 12:58:49 -05:00
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/express"
|
|
|
|
|
},
|
2014-05-18 01:16:38 -04:00
|
|
|
"keywords": [
|
|
|
|
|
"express",
|
|
|
|
|
"framework",
|
|
|
|
|
"sinatra",
|
|
|
|
|
"web",
|
2019-11-15 20:28:26 +01:00
|
|
|
"http",
|
2014-05-18 01:16:38 -04:00
|
|
|
"rest",
|
|
|
|
|
"restful",
|
|
|
|
|
"router",
|
|
|
|
|
"app",
|
|
|
|
|
"api"
|
|
|
|
|
],
|
2011-02-03 20:19:32 -08:00
|
|
|
"dependencies": {
|
2024-08-31 10:55:04 -05:00
|
|
|
"accepts": "^2.0.0",
|
2025-11-26 19:49:57 +05:30
|
|
|
"body-parser": "^2.2.1",
|
2024-08-31 13:09:21 -05:00
|
|
|
"content-disposition": "^1.0.0",
|
2025-02-13 10:44:50 -06:00
|
|
|
"content-type": "^1.0.5",
|
2025-02-05 12:05:39 -06:00
|
|
|
"cookie": "^0.7.1",
|
2024-08-24 05:17:12 +06:00
|
|
|
"cookie-signature": "^1.2.1",
|
2025-02-10 20:41:39 +01:00
|
|
|
"debug": "^4.4.0",
|
2025-07-14 22:18:10 -05:00
|
|
|
"depd": "^2.0.0",
|
2025-02-05 12:05:39 -06:00
|
|
|
"encodeurl": "^2.0.0",
|
|
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
|
"etag": "^1.8.1",
|
2025-03-18 19:12:45 -05:00
|
|
|
"finalhandler": "^2.1.0",
|
2025-02-05 12:05:39 -06:00
|
|
|
"fresh": "^2.0.0",
|
|
|
|
|
"http-errors": "^2.0.0",
|
2024-08-23 22:37:27 +02:00
|
|
|
"merge-descriptors": "^2.0.0",
|
2024-08-31 11:06:25 -05:00
|
|
|
"mime-types": "^3.0.0",
|
2025-02-05 12:05:39 -06:00
|
|
|
"on-finished": "^2.4.1",
|
|
|
|
|
"once": "^1.4.0",
|
|
|
|
|
"parseurl": "^1.3.3",
|
|
|
|
|
"proxy-addr": "^2.0.7",
|
2025-03-11 16:49:58 -05:00
|
|
|
"qs": "^6.14.0",
|
2025-02-05 12:05:39 -06:00
|
|
|
"range-parser": "^1.2.1",
|
2025-03-27 02:47:40 +01:00
|
|
|
"router": "^2.2.0",
|
2024-09-09 23:34:03 -05:00
|
|
|
"send": "^1.1.0",
|
2025-03-28 01:46:06 +01:00
|
|
|
"serve-static": "^2.2.0",
|
2025-02-05 12:05:39 -06:00
|
|
|
"statuses": "^2.0.1",
|
2025-03-27 02:32:28 +01:00
|
|
|
"type-is": "^2.0.1",
|
2025-02-05 12:05:39 -06: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",
|
2025-02-13 10:44:50 -06:00
|
|
|
"connect-redis": "^8.0.1",
|
2025-01-08 21:45:36 +01:00
|
|
|
"cookie-parser": "1.4.7",
|
2025-08-05 20:24:48 -05:00
|
|
|
"cookie-session": "2.1.1",
|
2025-02-13 10:44:50 -06:00
|
|
|
"ejs": "^3.1.10",
|
2023-08-23 19:49:36 -04:00
|
|
|
"eslint": "8.47.0",
|
2025-02-13 10:44:50 -06:00
|
|
|
"express-session": "^1.18.1",
|
2021-12-10 15:47:40 -05:00
|
|
|
"hbs": "4.2.0",
|
2025-02-13 10:44:50 -06:00
|
|
|
"marked": "^15.0.3",
|
2018-09-13 12:26:36 -04:00
|
|
|
"method-override": "3.0.0",
|
2025-02-13 10:44:50 -06:00
|
|
|
"mocha": "^10.7.3",
|
2025-08-05 20:24:22 -05:00
|
|
|
"morgan": "1.10.1",
|
2025-02-12 08:47:19 -08:00
|
|
|
"nyc": "^17.1.0",
|
2017-02-15 23:36:17 -05:00
|
|
|
"pbkdf2-password": "1.2.1",
|
2025-02-13 10:44:50 -06:00
|
|
|
"supertest": "^6.3.0",
|
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": {
|
2024-08-02 16:07:36 +02:00
|
|
|
"node": ">= 18"
|
2013-12-18 10:16:56 -05:00
|
|
|
},
|
2014-10-13 13:41:45 -04:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"Readme.md",
|
|
|
|
|
"index.js",
|
|
|
|
|
"lib/"
|
|
|
|
|
],
|
2012-01-09 02:03:23 +01:00
|
|
|
"scripts": {
|
2017-08-05 23:37:39 -04:00
|
|
|
"lint": "eslint .",
|
2025-08-13 04:28:13 +05:30
|
|
|
"lint:fix": "eslint . --fix",
|
2024-09-30 16:49:26 -04:00
|
|
|
"test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
|
2024-07-27 14:15:55 -04:00
|
|
|
"test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
|
|
|
|
|
"test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test",
|
2018-09-21 23:16:17 -04:00
|
|
|
"test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
|
2014-05-18 01:16:38 -04:00
|
|
|
}
|
2012-01-09 02:03:23 +01:00
|
|
|
}
|