file-cache
Version:
Read file with LRU caching, rely on thunks.
45 lines (44 loc) • 822 B
JSON
{
"name": "file-cache",
"description": "Read file with LRU caching, rely on thunks.",
"authors": [
"Yan Qing <admin@zensh.com>"
],
"version": "1.1.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:thunks/file-cache.git"
},
"engines": {
"node": ">= 4.5.0"
},
"homepage": "https://github.com/thunks/file-cache",
"keywords": [
"thunks",
"thunk-module",
"toa",
"toa-module",
"file",
"static",
"cache",
"gzip"
],
"dependencies": {
"compressible": "^2.0.10",
"lrucache": "^1.0.2",
"mime-types": "^2.1.15",
"thunks": "^4.8.0"
},
"devDependencies": {
"standard": "^10.0.2",
"tman": "^1.6.9"
},
"scripts": {
"test": "standard && tman"
},
"files": [
"README.md",
"index.js"
]
}