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/redis/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "redis", "description": "A modern, high performance Redis client", "version": "4.6.7", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "workspaces": [ "./packages/*" ], "scripts": { "test": "npm run test -ws --if-present", "build:client": "npm run build -w ./packages/client", "build:test-utils": "npm run build -w ./packages/test-utils", "build:tests-tools": "npm run build:client && npm run build:test-utils", "build:modules": "find ./packages -mindepth 1 -maxdepth 1 -type d ! -name 'client' ! -name 'test-utils' -exec npm run build -w {} \\;", "build": "tsc", "build-all": "npm run build:client && npm run build:test-utils && npm run build:modules && npm run build", "documentation": "npm run documentation -ws --if-present", "gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'" }, "dependencies": { "@redis/bloom": "1.2.0", "@redis/client": "1.5.8", "@redis/graph": "1.1.0", "@redis/json": "1.0.4", "@redis/search": "1.1.3", "@redis/time-series": "1.0.4" }, "devDependencies": { "@tsconfig/node14": "^1.0.3", "gh-pages": "^5.0.0", "release-it": "^15.6.0", "typescript": "^4.9.5" }, "repository": { "type": "git", "url": "git://github.com/redis/node-redis.git" }, "bugs": { "url": "https://github.com/redis/node-redis/issues" }, "homepage": "https://github.com/redis/node-redis", "keywords": [ "redis" ] }