2018-07-12 21:32:20 +02:00
|
|
|
{
|
2023-07-10 02:42:23 +02:00
|
|
|
"name": "@push.rocks/smartcache",
|
2025-08-26 19:42:20 +00:00
|
|
|
"version": "1.0.17",
|
2018-07-12 21:32:20 +02:00
|
|
|
"private": false,
|
2024-04-14 17:23:41 +02:00
|
|
|
"description": "A module for caching asynchronous function results with smart time and hash-based invalidation strategies.",
|
2021-04-21 19:52:53 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2018-07-12 21:32:20 +02:00
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2025-08-26 19:42:20 +00:00
|
|
|
"test": "(tstest test/ --verbose --logfile --timeout 60)",
|
|
|
|
"build": "(tsbuild tsfolders)",
|
2022-06-26 20:36:22 +02:00
|
|
|
"buildDocs": "tsdoc"
|
2018-07-12 21:32:20 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-08-26 19:42:20 +00:00
|
|
|
"@git.zone/tsbuild": "^2.1.63",
|
|
|
|
"@git.zone/tsrun": "^1.2.37",
|
|
|
|
"@git.zone/tstest": "^2.3.5",
|
2023-01-08 09:18:41 +01:00
|
|
|
"@types/node": "^18.0.0"
|
2018-07-12 21:32:20 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-08-26 19:42:20 +00:00
|
|
|
"@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"
|
2019-10-23 19:21:27 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2021-04-21 19:52:53 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2019-10-23 19:21:27 +02:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2021-04-21 19:52:53 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2022-06-26 20:36:22 +02:00
|
|
|
],
|
2024-04-14 17:23:41 +02:00
|
|
|
"type": "module",
|
|
|
|
"keywords": [
|
|
|
|
"caching",
|
|
|
|
"asynchronous",
|
|
|
|
"time-based invalidation",
|
|
|
|
"hash-based identification",
|
|
|
|
"smart caching",
|
|
|
|
"node.js",
|
|
|
|
"performance optimization",
|
|
|
|
"typescript",
|
|
|
|
"delay handling",
|
|
|
|
"error management"
|
2024-05-29 14:11:59 +02:00
|
|
|
],
|
|
|
|
"homepage": "https://code.foss.global/push.rocks/smartcache",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://code.foss.global/push.rocks/smartcache.git"
|
2025-08-26 19:42:20 +00:00
|
|
|
},
|
|
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
|
|
|
}
|