source: trip-planner-front/node_modules/finalhandler/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_args": [
3 [
4 "finalhandler@1.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "finalhandler@1.1.2",
10 "_id": "finalhandler@1.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
13 "_location": "/finalhandler",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "finalhandler@1.1.2",
19 "name": "finalhandler",
20 "escapedName": "finalhandler",
21 "rawSpec": "1.1.2",
22 "saveSpec": null,
23 "fetchSpec": "1.1.2"
24 },
25 "_requiredBy": [
26 "/connect",
27 "/express"
28 ],
29 "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
30 "_spec": "1.1.2",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Douglas Christopher Wilson",
34 "email": "doug@somethingdoug.com"
35 },
36 "bugs": {
37 "url": "https://github.com/pillarjs/finalhandler/issues"
38 },
39 "dependencies": {
40 "debug": "2.6.9",
41 "encodeurl": "~1.0.2",
42 "escape-html": "~1.0.3",
43 "on-finished": "~2.3.0",
44 "parseurl": "~1.3.3",
45 "statuses": "~1.5.0",
46 "unpipe": "~1.0.0"
47 },
48 "description": "Node.js final http responder",
49 "devDependencies": {
50 "eslint": "5.16.0",
51 "eslint-config-standard": "12.0.0",
52 "eslint-plugin-import": "2.17.2",
53 "eslint-plugin-markdown": "1.0.0",
54 "eslint-plugin-node": "8.0.1",
55 "eslint-plugin-promise": "4.1.1",
56 "eslint-plugin-standard": "4.0.0",
57 "istanbul": "0.4.5",
58 "mocha": "6.1.4",
59 "readable-stream": "2.3.6",
60 "safe-buffer": "5.1.2",
61 "supertest": "4.0.2"
62 },
63 "engines": {
64 "node": ">= 0.8"
65 },
66 "files": [
67 "LICENSE",
68 "HISTORY.md",
69 "index.js"
70 ],
71 "homepage": "https://github.com/pillarjs/finalhandler#readme",
72 "license": "MIT",
73 "name": "finalhandler",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/pillarjs/finalhandler.git"
77 },
78 "scripts": {
79 "lint": "eslint --plugin markdown --ext js,md .",
80 "test": "mocha --reporter spec --bail --check-leaks test/",
81 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
82 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
83 },
84 "version": "1.1.2"
85}
Note: See TracBrowser for help on using the repository browser.