UNPKG

@ribajs/cache

Version:

Cache module of Riba.js

72 lines 1.81 kB
{ "name": "@ribajs/cache", "description": "Cache module of Riba.js", "version": "2.0.0-rc.23", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "author": "Pascal Garber <pascal@artandcode.studio>", "contributors": [ "Michael Richards", "Luiz Américo Pereira Câmara" ], "url": "https://github.com/ribajs/riba/tree/master/packages/cache", "main": "src/index.ts", "module": "src/index.ts", "source": "src/index.ts", "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/ribajs/riba/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "git+https://github.com/ribajs/riba.git" }, "keywords": [ "Art+Code Studio", "Riba", "Rivets", "tinybind", "SPA", "TypeScript", "Browser", "Cache" ], "scripts": { "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit", "build": "yarn run lint && yarn run build:module", "build:module": "tsc", "clean": "rm -rf ./dist ./lib" }, "files": [ "/src", "/dist" ], "bugs": { "url": "https://github.com/ribajs/riba/issues" }, "homepage": "https://github.com/ribajs/riba#readme", "directories": {}, "devDependencies": { "@babel/runtime": "^7.27.6", "@babel/runtime-corejs3": "^7.27.6", "@ribajs/eslint-config": "^2.0.0-rc.23", "@ribajs/tsconfig": "^2.0.0-rc.23", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "prettier": "^3.5.3", "typescript": "5.8.3" }, "dependencies": { "idb-keyval": "^6.2.2", "keshi": "^2.0.7" } }