{
  "_from": "@redis/json@1.0.7",
  "_id": "@redis/json@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-6UyXfjVaTBTJtKNG4/9Z8PSpKE6XgSyEb8iwaqDcy+uKrd/DGYHTWkUdnQDyzm727V7p21WUMhsqz5oy65kPcQ==",
  "_location": "/@redis/json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@redis/json@1.0.7",
    "name": "@redis/json",
    "escapedName": "@redis%2fjson",
    "scope": "@redis",
    "rawSpec": "1.0.7",
    "saveSpec": null,
    "fetchSpec": "1.0.7"
  },
  "_requiredBy": [
    "/redis"
  ],
  "_resolved": "https://registry.npmjs.org/@redis/json/-/json-1.0.7.tgz",
  "_shasum": "016257fcd933c4cbcb9c49cde8a0961375c6893b",
  "_spec": "@redis/json@1.0.7",
  "_where": "/home/hlxgazog/nodevenv/ai.opunet.com/chat/mic2/10/lib/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/stack/json/) module, which adds JSON as a native data type to Redis.  It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the RedisJSON commands.",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@redis/test-utils": "*",
    "@types/node": "^20.6.2",
    "nyc": "^15.1.0",
    "release-it": "^16.1.5",
    "source-map-support": "^0.5.21",
    "ts-node": "^10.9.1",
    "typedoc": "^0.25.1",
    "typescript": "^5.2.2"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/redis/node-redis/tree/master/packages/json",
  "keywords": [
    "redis",
    "RedisJSON"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@redis/json",
  "peerDependencies": {
    "@redis/client": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/redis/node-redis.git"
  },
  "scripts": {
    "build": "tsc",
    "documentation": "typedoc",
    "test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'"
  },
  "types": "./dist/index.d.ts",
  "version": "1.0.7"
}
