outputcache
Version:
Cache api responses, react and more using redis, memcached or any other cache provider.
68 lines (67 loc) • 1.62 kB
JSON
{
"name": "outputcache",
"version": "5.4.0",
"description": "Cache api responses, react and more using redis, memcached or any other cache provider.",
"main": "bin/outputcache.js",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"compile": "babel src --out-dir bin --presets es2015",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/mpfdavis/outputcache"
},
"keywords": [
"redis",
"memcached",
"outputcache",
"api cache",
"apicache",
"response cache",
"request cache",
"output cache",
"route cache",
"redis cache",
"middleware cache",
"http cache",
"html cache",
"json cache",
"react cache",
"render cache",
"node cache",
"express cache",
"connect cache",
"redirect cache",
"lru cache",
"performance",
"cache",
"caching"
],
"author": "Matthew Davis",
"license": "ISC",
"bugs": {
"url": "https://github.com/mpfdavis/outputcache/issues"
},
"homepage": "",
"dependencies": {
"stale-lru-cache": "^5.1.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"cookie-parser": "^1.4.1",
"coveralls": "^2.11.6",
"express": "^4.13.4",
"istanbul": "^0.4.2",
"memcached-mock": "^0.1.0",
"mocha": "^2.4.5",
"mock-redis-client": "^0.91.13",
"require-new": "^1.1.0",
"supertest": "^1.1.0"
},
"engines": {
"node": ">=4.4.6"
}
}