UNPKG

@yonderbox/cache

Version:
49 lines (48 loc) 1.23 kB
{ "name": "@yonderbox/cache", "version": "1.7.11", "description": "Expressjs RFC 7234 compliant cache middleware", "main": "index.js", "url": "http://github.com/jorisroling/yonderbox-graphql", "public": true, "license": "UNLICENSED", "type": "module", "scripts": { "ybg-lint-fix": "eslint . --fix", "ybg-outdated": "npm outdated || true", "ybg-audit": "npm audit fix", "ybg-update": "npm upgrade --save", "ybg-install": "npm install", "ybg-cleanup": "rm -f package-lock.json;rm -rf node_modules", "lint": "eslint ." }, "repository": { "type": "git", "url": "https://github.com/jorisroling/yonderbox-graphql.git" }, "keywords": [ "expressjs", "rfc-7234", "cache" ], "files": [ "index.js" ], "author": "Joris Röling <joris@bonboa.com>", "contributors": [], "devDependencies": { "eslint": "^9.31.0" }, "dependencies": { "@isaacs/ttlcache": "^1.4.1", "cache-control-parser": "^2.0.6", "cors": "^2.8.5", "got": "^14.4.7", "jsonfile": "^6.1.0", "lodash": "^4.17.21", "lru-cache": "^10.4.3", "node-cache": "^5.1.2", "yves": "^1.0.98" }, "gitHead": "eb69a8ab97b2e159e18a7747b1042c397de76d90" }