source: trip-planner-front/node_modules/send/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: 2.8 KB
Line 
1{
2 "_args": [
3 [
4 "send@0.17.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "send@0.17.1",
10 "_id": "send@0.17.1",
11 "_inBundle": false,
12 "_integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
13 "_location": "/send",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "send@0.17.1",
19 "name": "send",
20 "escapedName": "send",
21 "rawSpec": "0.17.1",
22 "saveSpec": null,
23 "fetchSpec": "0.17.1"
24 },
25 "_requiredBy": [
26 "/express",
27 "/serve-static"
28 ],
29 "_resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
30 "_spec": "0.17.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "TJ Holowaychuk",
34 "email": "tj@vision-media.ca"
35 },
36 "bugs": {
37 "url": "https://github.com/pillarjs/send/issues"
38 },
39 "contributors": [
40 {
41 "name": "Douglas Christopher Wilson",
42 "email": "doug@somethingdoug.com"
43 },
44 {
45 "name": "James Wyatt Cready",
46 "email": "jcready@gmail.com"
47 },
48 {
49 "name": "Jesús Leganés Combarro",
50 "email": "piranna@gmail.com"
51 }
52 ],
53 "dependencies": {
54 "debug": "2.6.9",
55 "depd": "~1.1.2",
56 "destroy": "~1.0.4",
57 "encodeurl": "~1.0.2",
58 "escape-html": "~1.0.3",
59 "etag": "~1.8.1",
60 "fresh": "0.5.2",
61 "http-errors": "~1.7.2",
62 "mime": "1.6.0",
63 "ms": "2.1.1",
64 "on-finished": "~2.3.0",
65 "range-parser": "~1.2.1",
66 "statuses": "~1.5.0"
67 },
68 "description": "Better streaming static file server with Range and conditional-GET support",
69 "devDependencies": {
70 "after": "0.8.2",
71 "eslint": "5.16.0",
72 "eslint-config-standard": "12.0.0",
73 "eslint-plugin-import": "2.17.2",
74 "eslint-plugin-markdown": "1.0.0",
75 "eslint-plugin-node": "8.0.1",
76 "eslint-plugin-promise": "4.1.1",
77 "eslint-plugin-standard": "4.0.0",
78 "istanbul": "0.4.5",
79 "mocha": "6.1.4",
80 "supertest": "4.0.2"
81 },
82 "engines": {
83 "node": ">= 0.8.0"
84 },
85 "files": [
86 "HISTORY.md",
87 "LICENSE",
88 "README.md",
89 "index.js"
90 ],
91 "homepage": "https://github.com/pillarjs/send#readme",
92 "keywords": [
93 "static",
94 "file",
95 "server"
96 ],
97 "license": "MIT",
98 "name": "send",
99 "repository": {
100 "type": "git",
101 "url": "git+https://github.com/pillarjs/send.git"
102 },
103 "scripts": {
104 "lint": "eslint --plugin markdown --ext js,md .",
105 "test": "mocha --check-leaks --reporter spec --bail",
106 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
107 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
108 },
109 "version": "0.17.1"
110}
Note: See TracBrowser for help on using the repository browser.