| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "redis@4.7.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "redis@4.7.0",
- "_id": "redis@4.7.0",
- "_inBundle": false,
- "_integrity": "sha512-zvmkHEAdGMn+hMRXuMBtu4Vo5P6rHQjLoHftu+lBqq8ZTA3RCVC/WzD790bkKKiNFp7d5/9PcSD19fJyyRvOdQ==",
- "_location": "/redis",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "redis@4.7.0",
- "name": "redis",
- "escapedName": "redis",
- "rawSpec": "4.7.0",
- "saveSpec": null,
- "fetchSpec": "4.7.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/redis/-/redis-4.7.0.tgz",
- "_spec": "4.7.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "bugs": {
- "url": "https://github.com/redis/node-redis/issues"
- },
- "dependencies": {
- "@redis/bloom": "1.2.0",
- "@redis/client": "1.6.0",
- "@redis/graph": "1.1.1",
- "@redis/json": "1.0.7",
- "@redis/search": "1.2.0",
- "@redis/time-series": "1.1.0"
- },
- "description": "A modern, high performance Redis client",
- "devDependencies": {
- "@tsconfig/node14": "^14.1.0",
- "gh-pages": "^6.0.0",
- "release-it": "^16.1.5",
- "typescript": "^5.2.2"
- },
- "files": [
- "dist/"
- ],
- "homepage": "https://github.com/redis/node-redis",
- "keywords": [
- "redis"
- ],
- "license": "MIT",
- "main": "./dist/index.js",
- "name": "redis",
- "repository": {
- "type": "git",
- "url": "git://github.com/redis/node-redis.git"
- },
- "scripts": {
- "build": "tsc",
- "build-all": "npm run build:client && npm run build:test-utils && npm run build:modules && npm run build",
- "build:client": "npm run build -w ./packages/client",
- "build:modules": "find ./packages -mindepth 1 -maxdepth 1 -type d ! -name 'client' ! -name 'test-utils' -exec npm run build -w {} \\;",
- "build:test-utils": "npm run build -w ./packages/test-utils",
- "build:tests-tools": "npm run build:client && npm run build:test-utils",
- "documentation": "npm run documentation -ws --if-present",
- "gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'",
- "test": "npm run test -ws --if-present"
- },
- "types": "./dist/index.d.ts",
- "version": "4.7.0",
- "workspaces": [
- "./packages/*"
- ]
- }
|