quitando basura del index
[VSoRC/.git] / node_modules / serve-static / package.json
1 {
2   "_args": [
3     [
4       "serve-static@1.14.1",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "serve-static@1.14.1",
9   "_id": "serve-static@1.14.1",
10   "_inBundle": false,
11   "_integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
12   "_location": "/serve-static",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "serve-static@1.14.1",
18     "name": "serve-static",
19     "escapedName": "serve-static",
20     "rawSpec": "1.14.1",
21     "saveSpec": null,
22     "fetchSpec": "1.14.1"
23   },
24   "_requiredBy": [
25     "/express"
26   ],
27   "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
28   "_spec": "1.14.1",
29   "_where": "/home/josuer08/Documents/web",
30   "author": {
31     "name": "Douglas Christopher Wilson",
32     "email": "doug@somethingdoug.com"
33   },
34   "bugs": {
35     "url": "https://github.com/expressjs/serve-static/issues"
36   },
37   "dependencies": {
38     "encodeurl": "~1.0.2",
39     "escape-html": "~1.0.3",
40     "parseurl": "~1.3.3",
41     "send": "0.17.1"
42   },
43   "description": "Serve static files",
44   "devDependencies": {
45     "eslint": "5.16.0",
46     "eslint-config-standard": "12.0.0",
47     "eslint-plugin-import": "2.17.2",
48     "eslint-plugin-markdown": "1.0.0",
49     "eslint-plugin-node": "8.0.1",
50     "eslint-plugin-promise": "4.1.1",
51     "eslint-plugin-standard": "4.0.0",
52     "istanbul": "0.4.5",
53     "mocha": "6.1.4",
54     "safe-buffer": "5.1.2",
55     "supertest": "4.0.2"
56   },
57   "engines": {
58     "node": ">= 0.8.0"
59   },
60   "files": [
61     "LICENSE",
62     "HISTORY.md",
63     "index.js"
64   ],
65   "homepage": "https://github.com/expressjs/serve-static#readme",
66   "license": "MIT",
67   "name": "serve-static",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/expressjs/serve-static.git"
71   },
72   "scripts": {
73     "lint": "eslint --plugin markdown --ext js,md .",
74     "test": "mocha --reporter spec --bail --check-leaks test/",
75     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
76     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
77     "version": "node scripts/version-history.js && git add HISTORY.md"
78   },
79   "version": "1.14.1"
80 }