{
  "_args": [
    [
      "@redis/graph@1.1.1",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "@redis/graph@1.1.1",
  "_id": "@redis/graph@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-FEMTcTHZozZciLRl6GiiIB4zGm5z5F3F6a6FZCyrfxdKOhFlGkiAqlexWMBzCi4DcRoyiOsuLfW+cjlGWyExOw==",
  "_location": "/@redis/graph",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@redis/graph@1.1.1",
    "name": "@redis/graph",
    "escapedName": "@redis%2fgraph",
    "scope": "@redis",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/redis"
  ],
  "_resolved": "https://registry.npmjs.org/@redis/graph/-/graph-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/home/control3/fundiherrajes",
  "bugs": {
    "url": "https://github.com/redis/node-redis/issues"
  },
  "description": "Example usage: ```javascript import { createClient, Graph } from 'redis';",
  "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/graph",
  "keywords": [
    "redis",
    "RedisGraph"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@redis/graph",
  "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.1.1"
}
