source: trip-planner-front/node_modules/express/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 4.0 KB
Line 
1{
2 "_args": [
3 [
4 "express@4.17.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "express@4.17.1",
10 "_id": "express@4.17.1",
11 "_inBundle": false,
12 "_integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
13 "_location": "/express",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "express@4.17.1",
19 "name": "express",
20 "escapedName": "express",
21 "rawSpec": "4.17.1",
22 "saveSpec": null,
23 "fetchSpec": "4.17.1"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server"
27 ],
28 "_resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
29 "_spec": "4.17.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca"
34 },
35 "bugs": {
36 "url": "https://github.com/expressjs/express/issues"
37 },
38 "contributors": [
39 {
40 "name": "Aaron Heckmann",
41 "email": "aaron.heckmann+github@gmail.com"
42 },
43 {
44 "name": "Ciaran Jessup",
45 "email": "ciaranj@gmail.com"
46 },
47 {
48 "name": "Douglas Christopher Wilson",
49 "email": "doug@somethingdoug.com"
50 },
51 {
52 "name": "Guillermo Rauch",
53 "email": "rauchg@gmail.com"
54 },
55 {
56 "name": "Jonathan Ong",
57 "email": "me@jongleberry.com"
58 },
59 {
60 "name": "Roman Shtylman",
61 "email": "shtylman+expressjs@gmail.com"
62 },
63 {
64 "name": "Young Jae Sim",
65 "email": "hanul@hanul.me"
66 }
67 ],
68 "dependencies": {
69 "accepts": "~1.3.7",
70 "array-flatten": "1.1.1",
71 "body-parser": "1.19.0",
72 "content-disposition": "0.5.3",
73 "content-type": "~1.0.4",
74 "cookie": "0.4.0",
75 "cookie-signature": "1.0.6",
76 "debug": "2.6.9",
77 "depd": "~1.1.2",
78 "encodeurl": "~1.0.2",
79 "escape-html": "~1.0.3",
80 "etag": "~1.8.1",
81 "finalhandler": "~1.1.2",
82 "fresh": "0.5.2",
83 "merge-descriptors": "1.0.1",
84 "methods": "~1.1.2",
85 "on-finished": "~2.3.0",
86 "parseurl": "~1.3.3",
87 "path-to-regexp": "0.1.7",
88 "proxy-addr": "~2.0.5",
89 "qs": "6.7.0",
90 "range-parser": "~1.2.1",
91 "safe-buffer": "5.1.2",
92 "send": "0.17.1",
93 "serve-static": "1.14.1",
94 "setprototypeof": "1.1.1",
95 "statuses": "~1.5.0",
96 "type-is": "~1.6.18",
97 "utils-merge": "1.0.1",
98 "vary": "~1.1.2"
99 },
100 "description": "Fast, unopinionated, minimalist web framework",
101 "devDependencies": {
102 "after": "0.8.2",
103 "connect-redis": "3.4.1",
104 "cookie-parser": "~1.4.4",
105 "cookie-session": "1.3.3",
106 "ejs": "2.6.1",
107 "eslint": "2.13.1",
108 "express-session": "1.16.1",
109 "hbs": "4.0.4",
110 "istanbul": "0.4.5",
111 "marked": "0.6.2",
112 "method-override": "3.0.0",
113 "mocha": "5.2.0",
114 "morgan": "1.9.1",
115 "multiparty": "4.2.1",
116 "pbkdf2-password": "1.2.1",
117 "should": "13.2.3",
118 "supertest": "3.3.0",
119 "vhost": "~3.0.2"
120 },
121 "engines": {
122 "node": ">= 0.10.0"
123 },
124 "files": [
125 "LICENSE",
126 "History.md",
127 "Readme.md",
128 "index.js",
129 "lib/"
130 ],
131 "homepage": "http://expressjs.com/",
132 "keywords": [
133 "express",
134 "framework",
135 "sinatra",
136 "web",
137 "rest",
138 "restful",
139 "router",
140 "app",
141 "api"
142 ],
143 "license": "MIT",
144 "name": "express",
145 "repository": {
146 "type": "git",
147 "url": "git+https://github.com/expressjs/express.git"
148 },
149 "scripts": {
150 "lint": "eslint .",
151 "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
152 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
153 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
154 "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
155 },
156 "version": "4.17.1"
157}
Note: See TracBrowser for help on using the repository browser.