Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/lru-memoizer/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "lru-memoizer", "description": "Memoize functions results using an lru-cache.", "version": "2.2.0", "author": "José F. Romaniello <[email protected]> (http://joseoncode.com)", "repository": { "url": "git://github.com/jfromaniello/lru-memoizer.git" }, "keywords": [ "cache", "memoize", "lru" ], "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "prepare": "tsc", "test": "npm run prepare && mocha" }, "dependencies": { "lodash.clonedeep": "^4.5.0", "lru-cache": "~4.0.0" }, "license": "MIT", "devDependencies": { "@types/lodash.clonedeep": "^4.5.6", "@types/lru-cache": "^5.1.0", "@types/node": "^12.0.10", "chai": "^3.5.0", "mocha": "^10.2.0", "sinon": "^7.3.2", "typescript": "^3.5.2" } }