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