83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"name": "serve-static",
|
|
"description": "Serve static files",
|
|
"version": "1.10.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.3",
|
|
"parseurl": "~1.3.1",
|
|
"send": "0.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.4.2",
|
|
"mocha": "2.3.4",
|
|
"supertest": "1.1.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
|
|
},
|
|
"gitHead": "aec36c897a33c6c2421fa41cc4947042d67332f6",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/serve-static/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/serve-static",
|
|
"_id": "serve-static@1.10.2",
|
|
"_shasum": "feb800d0e722124dd0b00333160c16e9caa8bcb3",
|
|
"_from": "serve-static@~1.10.2",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "jongleberry",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
},
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
{
|
|
"name": "fishrock123",
|
|
"email": "fishrock123@rocketmail.com"
|
|
},
|
|
{
|
|
"name": "defunctzombie",
|
|
"email": "shtylman@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "feb800d0e722124dd0b00333160c16e9caa8bcb3",
|
|
"tarball": "http://registry.npmjs.org/serve-static/-/serve-static-1.10.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.2.tgz"
|
|
}
|