{
  "_from": "@redis/json@6.0.0",
  "_id": "@redis/json@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-F+eqFfgPcy57Zs1KW7UtLnBtRk6lxAUIoe7dyZerpm6e+ssYXG/dWJrbrHFYs0b7tt6QBtYpVuukBuM9XqhUAg==",
  "_location": "/@redis/json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@redis/json@6.0.0",
    "name": "@redis/json",
    "escapedName": "@redis%2fjson",
    "scope": "@redis",
    "rawSpec": "6.0.0",
    "saveSpec": null,
    "fetchSpec": "6.0.0"
  },
  "_requiredBy": [
    "/redis"
  ],
  "_resolved": "https://registry.npmjs.org/@redis/json/-/json-6.0.0.tgz",
  "_shasum": "4bf8f4e6854ba5b8e3805c7c523492fb508572c3",
  "_spec": "@redis/json@6.0.0",
  "_where": "/var/www/jschat.store/MrX/node_modules/redis",
  "bugs": {
    "url": "https://github.com/redis/node-redis/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "This package provides support for the [RedisJSON](https://redis.io/docs/latest/develop/data-types/json/) module, which adds JSON as a native data type to Redis.",
  "devDependencies": {
    "@redis/test-utils": "*"
  },
  "engines": {
    "node": ">= 20.0.0"
  },
  "files": [
    "dist/",
    "!dist/tsconfig.tsbuildinfo"
  ],
  "homepage": "https://github.com/redis/node-redis/tree/master/packages/json",
  "keywords": [
    "redis",
    "RedisJSON"
  ],
  "license": "MIT",
  "main": "./dist/lib/index.js",
  "name": "@redis/json",
  "peerDependencies": {
    "@redis/client": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/redis/node-redis.git"
  },
  "scripts": {
    "release": "release-it",
    "test": "nyc -r text-summary -r lcov mocha -r tsx --reporter mocha-multi-reporters --reporter-options configFile=mocha-multi-reporter-config.json --exit  './lib/**/*.spec.ts'"
  },
  "types": "./dist/lib/index.d.ts",
  "version": "6.0.0"
}
