UNPKG

nodecache.js

Version:

Simple, Intuitive in-memory cache with TTL support for Node.

39 lines 920 B
{ "name": "nodecache.js", "version": "1.2.2", "description": "Simple, Intuitive in-memory cache with TTL support for Node.", "main": "index.js", "scripts": { "test": "jest", "lint": "eslint . --ext .js", "lint-fix": "eslint --fix . --ext .js" }, "repository": { "type": "git", "url": "git+https://github.com/akashchouhan16/nodeCache.git" }, "keywords": [ "cache", "storage", "node-cache", "nodecache", "in-memory", "node.js cache", "cache with ttl" ], "author": { "name": "Akash Chouhan", "email": "akash.c1500@gmail.com", "github": "akashchouhan16" }, "license": "MIT", "bugs": { "url": "https://github.com/akashchouhan16/nodeCache/issues" }, "homepage": "https://github.com/akashchouhan16/nodeCache#readme", "devDependencies": { "eslint": "^8.45.0", "eslint-plugin-jest": "^27.2.3", "jest": "^29.5.0" } }