| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/dev.wowchat.co_old/node_modules/memorystore/ |
Upload File : |
{
"name": "memorystore",
"version": "1.6.7",
"description": "express-session full featured MemoryStore layer without leaks!",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "mocha --check-leaks --bail --no-exit test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roccomuso/memorystore.git"
},
"engines": {
"node": ">=0.10"
},
"keywords": [
"express-session",
"session",
"memory",
"store",
"memorystore",
"noleak",
"ram"
],
"author": "Rocco Musolino (roccomuso)",
"license": "MIT",
"bugs": {
"url": "https://github.com/roccomuso/memorystore/issues"
},
"homepage": "https://github.com/roccomuso/memorystore#readme",
"dependencies": {
"debug": "^4.3.0",
"lru-cache": "^4.0.3"
},
"devDependencies": {
"mocha": "9.2.0"
},
"standard": {
"env": [
"mocha"
]
}
}