file-send
Version:
A http file send.
58 lines (57 loc) • 1.33 kB
JSON
{
"name": "file-send",
"version": "4.0.3",
"description": "A http file send.",
"author": {
"name": "nuintun",
"email": "nuintun@qq.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuintun/file-send.git"
},
"bugs": {
"url": "https://github.com/nuintun/file-send/issues"
},
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"http",
"https",
"server",
"http send",
"https send",
"file send",
"file stream"
],
"dependencies": {
"ms": "^2.1.2",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"destroy": "^1.0.4",
"encodeurl": "^1.0.2",
"micromatch": "^4.0.2",
"escape-html": "^1.0.3",
"mime-types": "^2.1.25",
"range-parser": "^1.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"holding": "^3.1.1",
"rollup": "^1.27.13",
"fs-extra": "^8.1.0",
"superagent": "^5.1.2"
},
"readmeFilename": "README.md",
"scripts": {
"report-coverage": "codecov",
"test-coverage": "nyc npm test",
"prepublishOnly": "node rollup.js",
"create-coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"test": "mocha --timeout 6000 --check-leaks --reporter spec --bail --exit"
},
"homepage": "https://github.com/nuintun/file-send#readme"
}