UNPKG

recacheman-file

Version:

File caching library for Node.JS and also cache engine for cacheman

40 lines (39 loc) 974 B
{ "name": "recacheman-file", "version": "1.1.0", "description": "File caching library for Node.JS and also cache engine for cacheman", "author": "Taron Foxworth <taronfoxworth@gmail.com>", "contributors": [ "Jeremiah Harlan <jeremiah.harlan@gmail.com>", "M Abd Aziz Alfian <aalfiann@gmail.com>" ], "main": "./src/index.js", "types": "./src/index.d.ts", "scripts": { "test": "npm run test:typescript && c8 --reporter=html --reporter=text --reporter=text-summary mocha --exit", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git://github.com/aalfiann/recacheman-file.git" }, "keywords": [ "cache", "file", "caching", "store", "ttl", "cacheman" ], "license": "MIT", "dependencies": { "fs-extra": "^11.3.0", "sanitize-filename": "^1.6.3" }, "devDependencies": { "@types/node": "^22.15.18", "c8": "^10.1.3", "mocha": "^11.2.2", "tsd": "^0.32.0" } }