{
  "_args": [
    [
      "redis@3.0.2",
      "/var/www/html"
    ]
  ],
  "_from": "redis@3.0.2",
  "_id": "redis@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-PNhLCrjU6vKVuMOyFu7oSP296mwBkcE6lrAjruBYG5LgdSqtRBoVQIylrMyVZD/lkF24RSNNatzvYag6HRBHjQ==",
  "_location": "/redis",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "redis@3.0.2",
    "name": "redis",
    "escapedName": "redis",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/redis/-/redis-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/var/www/html",
  "author": {
    "name": "Matt Ranney",
    "email": "mjr@ranney.com"
  },
  "bugs": {
    "url": "https://github.com/NodeRedis/node-redis/issues"
  },
  "contributors": [
    {
      "name": "Mike Diarmid",
      "url": "Salakar"
    },
    {
      "name": "Ruben Bridgewater",
      "url": "BridgeAR"
    }
  ],
  "dependencies": {
    "denque": "^1.4.1",
    "redis-commands": "^1.5.0",
    "redis-errors": "^1.2.0",
    "redis-parser": "^3.0.0"
  },
  "description": "A high performance Redis client.",
  "devDependencies": {
    "bluebird": "^3.7.2",
    "coveralls": "^2.11.2",
    "cross-spawn": "^6.0.5",
    "eslint": "^6.8.0",
    "intercept-stdout": "~0.1.2",
    "metrics": "^0.1.21",
    "mocha": "^4.1.0",
    "nyc": "^14.1.1",
    "prettier": "^1.19.1",
    "tcp-port-used": "^1.0.1",
    "uuid": "^3.4.0"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "engines": {
    "node": ">=6"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/node-redis"
  },
  "homepage": "https://github.com/NodeRedis/node-redis",
  "keywords": [
    "database",
    "redis",
    "transaction",
    "pipelining",
    "performance",
    "queue",
    "nodejs",
    "pubsub",
    "backpressure"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "redis",
  "repository": {
    "type": "git",
    "url": "git://github.com/NodeRedis/node-redis.git"
  },
  "scripts": {
    "benchmark": "node benchmarks/multi_bench.js",
    "compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt",
    "coverage": "nyc report --reporter=html",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint . --fix && npm run coverage",
    "test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000"
  },
  "version": "3.0.2"
}
