{ "name": "send", "description": "Better streaming static file server with Range and conditional-GET support", "version": "0.9.3", "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.4.0", "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": "3dbf47379d9077502208d8057022babcfc2f7cbc", "bugs": { "url": "https://github.com/visionmedia/send/issues" }, "homepage": "https://github.com/visionmedia/send", "_id": "send@0.9.3", "_shasum": "b43a7414cd089b7fbec9b755246f7c37b7b85cc0", "_from": "send@0.9.3", "_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": "b43a7414cd089b7fbec9b755246f7c37b7b85cc0", "tarball": "http://registry.npmjs.org/send/-/send-0.9.3.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/send/-/send-0.9.3.tgz" }