UNPKG

fast-typescript-memoize

Version:

Fast memoization decorator and other helpers with 1st class support for Promises.

41 lines (40 loc) 1.11 kB
{ "name": "fast-typescript-memoize", "version": "1.2.1", "description": "Fast memoization decorator and other helpers with 1st class support for Promises.", "homepage": "https://github.com/dimikot/fast-typescript-memoize#readme", "author": "Dimi Kot", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dimikot/fast-typescript-memoize.git" }, "bugs": { "url": "https://github.com/dimikot/fast-typescript-memoize/issues" }, "keywords": [ "memoize", "decorator", "typescript", "promise" ], "main": "./dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "profile": "node --expose-gc --inspect=0.0.0.0:9224 dist/__tests__/profile.js", "clean": "rm -rf dist node_modules yarn.lock package-lock.json", "deploy": "npm run build && npm test && npm publish" }, "dependencies": { "typescript": "^5.0.4" }, "devDependencies": { "@types/jest": "^29.5.12", "delay": "^4.4.1", "jest": "^29.7.0", "ts-jest": "^29.1.2" } }