{ "name": "@push.rocks/smartcache", "version": "1.0.16", "private": false, "description": "A module for caching asynchronous function results with smart time and hash-based invalidation strategies.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "buildDocs": "tsdoc" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tsrun": "^1.2.37", "@gitzone/tstest": "^1.0.71", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^18.0.0" }, "dependencies": { "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smarterror": "^2.0.1", "@pushrocks/smarthash": "^3.0.1", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smarttime": "^4.0.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "keywords": [ "caching", "asynchronous", "time-based invalidation", "hash-based identification", "smart caching", "node.js", "performance optimization", "typescript", "delay handling", "error management" ], "homepage": "https://code.foss.global/push.rocks/smartcache", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartcache.git" } }