{ "name": "@push.rocks/smartcache", "version": "1.0.17", "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/ --verbose --logfile --timeout 60)", "build": "(tsbuild tsfolders)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.63", "@git.zone/tsrun": "^1.2.37", "@git.zone/tstest": "^2.3.5", "@types/node": "^18.0.0" }, "dependencies": { "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smarterror": "^2.0.1", "@push.rocks/smarthash": "^3.0.1", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/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" }, "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748" }