...**/!(*.map|*.min.js)Size
Gzip
Dependencies
Publish
Install
@@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | "name": "express", | 2 | "name": "express", |
| 3 | "description": "Fast, unopinionated, minimalist web framework", | 3 | "description": "Fast, unopinionated, minimalist web framework", |
| 4 | "version": "5.0.0", | 4 | "version": "5.0.1", |
| 5 | "author": "TJ Holowaychuk <tj@vision-media.ca>", | 5 | "author": "TJ Holowaychuk <tj@vision-media.ca>", |
| 6 | "contributors": [ | 6 | "contributors": [ |
| 7 | "Aaron Heckmann <aaron.heckmann+github@gmail.com>", | 7 | "Aaron Heckmann <aaron.heckmann+github@gmail.com>", |
@@ -32,7 +32,7 @@ | |||
| 32 | "body-parser": "^2.0.1", | 32 | "body-parser": "^2.0.1", |
| 33 | "content-disposition": "^1.0.0", | 33 | "content-disposition": "^1.0.0", |
| 34 | "content-type": "~1.0.4", | 34 | "content-type": "~1.0.4", |
| 35 | "cookie": "0.6.0", | 35 | "cookie": "0.7.1", |
| 36 | "cookie-signature": "^1.2.1", | 36 | "cookie-signature": "^1.2.1", |
| 37 | "debug": "4.3.6", | 37 | "debug": "4.3.6", |
| 38 | "depd": "2.0.0", | 38 | "depd": "2.0.0", |
@@ -91,7 +91,7 @@ | |||
| 91 | ], | 91 | ], |
| 92 | "scripts": { | 92 | "scripts": { |
| 93 | "lint": "eslint .", | 93 | "lint": "eslint .", |
| 94 | "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/", | 94 | "test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/", |
| 95 | "test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test", | 95 | "test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test", |
| 96 | "test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test", | 96 | "test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test", |
| 97 | "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/" | 97 | "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/" |
@@ -192,6 +192,7 @@ | |||
| 192 | ### Triagers | 192 | ### Triagers |
| 193 | 193 | ||
| 194 | * [aravindvnair99](https://github.com/aravindvnair99) - **Aravind Nair** | 194 | * [aravindvnair99](https://github.com/aravindvnair99) - **Aravind Nair** |
| 195 | * [bjohansebas](https://github.com/bjohansebas) - **Sebastian Beltran** | ||
| 195 | * [carpasse](https://github.com/carpasse) - **Carlos Serrano** | 196 | * [carpasse](https://github.com/carpasse) - **Carlos Serrano** |
| 196 | * [CBID2](https://github.com/CBID2) - **Christine Belzie** | 197 | * [CBID2](https://github.com/CBID2) - **Christine Belzie** |
| 197 | * [enyoghasim](https://github.com/enyoghasim) - **David Enyoghasim** | 198 | * [enyoghasim](https://github.com/enyoghasim) - **David Enyoghasim** |
Publish
Install