{ "name": "serve-static", "description": "Serve static files", "version": "1.6.5", "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.3", "utils-merge": "1.0.0" }, "devDependencies": { "istanbul": "0.3.2", "mocha": "~1.21.0", "should": "~4.0.0", "supertest": "~0.14.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": "07632f27cd7690f516f4f4994279cde4ad6c01d5", "bugs": { "url": "https://github.com/expressjs/serve-static/issues" }, "homepage": "https://github.com/expressjs/serve-static", "_id": "serve-static@1.6.5", "_shasum": "aca17e0deac4a87729f6078781b7d27f63aa3d9c", "_from": "serve-static@>=1.6.4 <1.7.0", "_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": "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": "aca17e0deac4a87729f6078781b7d27f63aa3d9c", "tarball": "http://registry.npmjs.org/serve-static/-/serve-static-1.6.5.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.6.5.tgz" }