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/send/package.json

86 lines
2.1 KiB
JSON

{
"name": "send",
"description": "Better streaming static file server with Range and conditional-GET support",
"version": "0.9.2",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/send"
},
"keywords": [
"static",
"file",
"server"
],
"dependencies": {
"debug": "~2.0.0",
"depd": "0.4.5",
"destroy": "1.0.3",
"escape-html": "1.0.1",
"etag": "~1.3.1",
"fresh": "0.2.4",
"mime": "1.2.11",
"ms": "0.6.2",
"on-finished": "2.1.0",
"range-parser": "~1.0.2"
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.0",
"should": "~4.0.0",
"supertest": "~0.13.0"
},
"files": [
"History.md",
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
},
"gitHead": "c2b125b19c1f0f1f3c9bcd72be32d1ea54f2f620",
"bugs": {
"url": "https://github.com/visionmedia/send/issues"
},
"homepage": "https://github.com/visionmedia/send",
"_id": "send@0.9.2",
"_shasum": "77d22a0f462604451917075c6f52e69c2b3b6e25",
"_from": "send@0.9.2",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"dist": {
"shasum": "77d22a0f462604451917075c6f52e69c2b3b6e25",
"tarball": "http://registry.npmjs.org/send/-/send-0.9.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/send/-/send-0.9.2.tgz"
}