UNPKG

catbox-disk

Version:
32 lines (31 loc) 648 B
{ "name": "catbox-disk", "description": "Disk storage adapter for catbox", "version": "3.0.2", "repository": "git://github.com/mirusresearch/catbox-disk", "main": "lib/index.js", "keywords": [ "cache", "catbox", "disk" ], "engines": { "node": ">=8.0.0" }, "dependencies": { "catbox": "^10.x.x", "hoek": "^6.x.x", "mkdirp": "0.5.x", "walk": "^2.x.x" }, "devDependencies": { "code": "5.x.x", "lab": "17.x.x", "tmp": "0.0.x" }, "scripts": { "test": "lab -a code -v -L -t 100", "test-cov-html": "lab -a code -L -r html -o coverage.html" }, "license": "BSD-3-Clause" }