UNPKG

@toreda/cache

Version:

Time-based object cache in TypeScript.

73 lines (72 loc) 2 kB
{ "name": "@toreda/cache", "version": "0.1.1", "description": "Time-based object cache in TypeScript.", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "yarn build:prod", "build:prod": "yarn gulp --prod", "build:dev": "yarn gulp --dev", "test": "yarn jest --coverage --maxWorkers=50%", "test:dev": "yarn jest --coverage=false --maxWorkers=50%", "test:silent": "yarn jest --coverage=false --maxWorkers=50% --silent --verbose=false", "make:docs": "yarn typedoc docs --categorizeByGroup false --entryPoints ./src/index.ts", "make:depgraph": "yarn madge src/index.ts --image dependency-graph.png" }, "repository": { "type": "git", "url": "git+https://github.com/toreda/cache.git" }, "keywords": [ "object", "cache", "ttl", "simple cache", "toreda", "toreda inc", "toreda, inc.", "javascript", "typescript" ], "prettier": "@toreda/prettier-config", "author": "Toreda, Inc.", "license": "MIT", "bugs": { "url": "https://github.com/toreda/cache/issues" }, "homepage": "https://github.com/toreda/cache#readme", "devDependencies": { "@toreda/build-tools": "^0.6.4", "@toreda/eslint-config": "^2.2.0", "@toreda/prettier-config": "^1.0.1", "@toreda/types": "^2.10.0", "@types/gulp": "^4.0.9", "@types/jest": "^27.4.1", "@types/node": "^17.0.23", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "eslint": "^8.13.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "gulp": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", "jest": "^27.5.1", "jest-sonar-reporter": "^2.0.0", "prettier": "^2.6.2", "regenerator-runtime": "^0.13.9", "ts-jest": "^27.1.4", "ts-loader": "^9.2.8", "ts-node": "^10.7.0", "typedoc": "^0.22.15", "typescript": "^4.6.3" }, "dependencies": { "@toreda/log": "^0.6.16", "@toreda/strong-types": "^0.28.4", "@toreda/time": "^0.1.4" }, "resolutions": { "glob-parent": "^5.1.2" } }