This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/express/node_modules/serve-static/package.json

86 lines
2.2 KiB
JSON

{
"name": "serve-static",
"description": "Serve static files",
"version": "1.6.2",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/expressjs/serve-static"
},
"dependencies": {
"escape-html": "1.0.1",
"parseurl": "~1.3.0",
"send": "0.9.2",
"utils-merge": "1.0.0"
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.0",
"should": "~4.0.0",
"supertest": "~0.13.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks --require should test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"
},
"gitHead": "7053ce75b7091a891d3bcb88a2b19b1b0692396c",
"bugs": {
"url": "https://github.com/expressjs/serve-static/issues"
},
"homepage": "https://github.com/expressjs/serve-static",
"_id": "serve-static@1.6.2",
"_shasum": "c1390ff43941867250296b091391d25be7c87571",
"_from": "serve-static@>=1.6.2 <1.7.0",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"dist": {
"shasum": "c1390ff43941867250296b091391d25be7c87571",
"tarball": "http://registry.npmjs.org/serve-static/-/serve-static-1.6.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.6.2.tgz",
"readme": "ERROR: No README data found!"
}