| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "dependencies": { |
| "map-age-cleaner": "^0.1.1", |
| "mimic-fn": "^2.0.0", |
| "p-is-promise": "^2.0.0" |
| }, |
| "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input", |
| "devDependencies": { |
| "ava": "^1.4.1", |
| "delay": "^4.1.0", |
| "tsd": "^0.7.1", |
| "xo": "^0.24.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "files": [ |
| "index.js", |
| "index.d.ts" |
| ], |
| "keywords": [ |
| "memoize", |
| "function", |
| "mem", |
| "memoization", |
| "cache", |
| "caching", |
| "optimize", |
| "performance", |
| "ttl", |
| "expire", |
| "promise" |
| ], |
| "license": "MIT", |
| "name": "mem", |
| "repository": "sindresorhus/mem", |
| "scripts": { |
| "test": "xo && ava && tsd" |
| }, |
| "version": "4.3.0" |
| } |