UNPKG

timed-cache

Version:

A minimalist time-based caching system.

34 lines (33 loc) 785 B
{ "name": "timed-cache", "version": "2.0.0", "description": "A minimalist time-based caching system.", "main": "cache.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/HQarroum/timed-cache.git" }, "scripts": { "build": "npx rollup -c", "test": "npx cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles", "lint": "npx eslint .", "prepublishOnly": "npm run build" }, "keywords": [ "timed", "cache", "storage" ], "author": "Halim Qarroum", "license": "MIT", "bugs": { "url": "https://github.com/HQarroum/timed-cache/issues" }, "devDependencies": { "eslint": "^8.14.0", "jest": "^28.0.3", "rollup": "^2.71.1", "rollup-plugin-terser": "^7.0.2" } }