3 "_id": "express@4.17.1",
5 "_integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
6 "_location": "/express",
7 "_phantomChildren": {},
13 "escapedName": "express",
22 "_resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
23 "_shasum": "4491fc38605cf51f8629d39c2b5d026f98a4c134",
25 "_where": "/home/josuer08/Documents/web",
27 "name": "TJ Holowaychuk",
28 "email": "tj@vision-media.ca"
31 "url": "https://github.com/expressjs/express/issues"
33 "bundleDependencies": false,
36 "name": "Aaron Heckmann",
37 "email": "aaron.heckmann+github@gmail.com"
40 "name": "Ciaran Jessup",
41 "email": "ciaranj@gmail.com"
44 "name": "Douglas Christopher Wilson",
45 "email": "doug@somethingdoug.com"
48 "name": "Guillermo Rauch",
49 "email": "rauchg@gmail.com"
52 "name": "Jonathan Ong",
53 "email": "me@jongleberry.com"
56 "name": "Roman Shtylman",
57 "email": "shtylman+expressjs@gmail.com"
60 "name": "Young Jae Sim",
61 "email": "hanul@hanul.me"
66 "array-flatten": "1.1.1",
67 "body-parser": "1.19.0",
68 "content-disposition": "0.5.3",
69 "content-type": "~1.0.4",
71 "cookie-signature": "1.0.6",
74 "encodeurl": "~1.0.2",
75 "escape-html": "~1.0.3",
77 "finalhandler": "~1.1.2",
79 "merge-descriptors": "1.0.1",
81 "on-finished": "~2.3.0",
83 "path-to-regexp": "0.1.7",
84 "proxy-addr": "~2.0.5",
86 "range-parser": "~1.2.1",
87 "safe-buffer": "5.1.2",
89 "serve-static": "1.14.1",
90 "setprototypeof": "1.1.1",
93 "utils-merge": "1.0.1",
97 "description": "Fast, unopinionated, minimalist web framework",
100 "connect-redis": "3.4.1",
101 "cookie-parser": "~1.4.4",
102 "cookie-session": "1.3.3",
105 "express-session": "1.16.1",
109 "method-override": "3.0.0",
112 "multiparty": "4.2.1",
113 "pbkdf2-password": "1.2.1",
115 "supertest": "3.3.0",
128 "homepage": "http://expressjs.com/",
144 "url": "git+https://github.com/expressjs/express.git"
148 "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
149 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
150 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
151 "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"