2 "_from": "serve-static@1.14.1",
3 "_id": "serve-static@1.14.1",
5 "_integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
6 "_location": "/serve-static",
7 "_phantomChildren": {},
11 "raw": "serve-static@1.14.1",
12 "name": "serve-static",
13 "escapedName": "serve-static",
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",
26 "name": "Douglas Christopher Wilson",
27 "email": "doug@somethingdoug.com"
30 "url": "https://github.com/expressjs/serve-static/issues"
32 "bundleDependencies": false,
34 "encodeurl": "~1.0.2",
35 "escape-html": "~1.0.3",
40 "description": "Serve static files",
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",
51 "safe-buffer": "5.1.2",
62 "homepage": "https://github.com/expressjs/serve-static#readme",
64 "name": "serve-static",
67 "url": "git+https://github.com/expressjs/serve-static.git"
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"