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