{ "_from": "memoizee@0.4.X", "_id": "memoizee@0.4.15", "_inBundle": false, "_integrity": "sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==", "_location": "/memoizee", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "memoizee@0.4.X", "name": "memoizee", "escapedName": "memoizee", "rawSpec": "0.4.X", "saveSpec": null, "fetchSpec": "0.4.X" }, "_requiredBy": [ "/debug-fabulous" ], "_resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.15.tgz", "_shasum": "e6f3d2da863f318d02225391829a6c5956555b72", "_spec": "memoizee@0.4.X", "_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/debug-fabulous", "author": { "name": "Mariusz Nowak", "email": "medikoo@medikoo.com", "url": "http://www.medikoo.com/" }, "bugs": { "url": "https://github.com/medikoo/memoizee/issues" }, "bundleDependencies": false, "dependencies": { "d": "^1.0.1", "es5-ext": "^0.10.53", "es6-weak-map": "^2.0.3", "event-emitter": "^0.3.5", "is-promise": "^2.2.2", "lru-queue": "^0.1.0", "next-tick": "^1.1.0", "timers-ext": "^0.1.7" }, "deprecated": false, "description": "Memoize/cache function results", "devDependencies": { "bluebird": "^3.7.2", "eslint": "^5.16.0", "eslint-config-medikoo-es5": "^1.7.3", "plain-promise": "^0.1.1", "tad": "^2.0.1" }, "eslintConfig": { "extends": "medikoo-es5", "root": true, "globals": { "setTimeout": true, "clearTimeout": true }, "rules": { "max-lines-per-function": "off" } }, "homepage": "https://github.com/medikoo/memoizee#readme", "keywords": [ "memoize", "memoizer", "cache", "memoization", "memo", "memcached", "hashing.", "storage", "caching", "memory", "gc", "weak", "garbage", "collector", "async" ], "license": "ISC", "name": "memoizee", "repository": { "type": "git", "url": "git://github.com/medikoo/memoizee.git" }, "scripts": { "lint": "eslint --ignore-path=.gitignore .", "test": "tad" }, "version": "0.4.15" }