{
  "_from": "redis-errors@^1.2.0",
  "_id": "redis-errors@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-62LSrbFeTq9GEMBK/hUpOEJQq60=",
  "_location": "/redis-errors",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "redis-errors@^1.2.0",
    "name": "redis-errors",
    "escapedName": "redis-errors",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/redis",
    "/redis-parser"
  ],
  "_resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  "_shasum": "eb62d2adb15e4eaf4610c04afe1529384250abad",
  "_spec": "redis-errors@^1.2.0",
  "_where": "/var/www/html/dev_photogram/photogram-web/tronnodejs/node_modules/redis",
  "author": {
    "name": "Ruben Bridgewater"
  },
  "bugs": {
    "url": "https://github.com/NodeRedis/redis-errors/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Error classes used in node_redis",
  "devDependencies": {
    "istanbul": "^0.4.0",
    "mocha": "^3.1.2",
    "standard": "^10.0.0"
  },
  "directories": {
    "test": "test",
    "lib": "lib"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/NodeRedis/redis-errors#readme",
  "keywords": [
    "redis",
    "javascript",
    "node",
    "error"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "redis-errors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeRedis/redis-errors.git"
  },
  "scripts": {
    "coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
    "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --statement 100",
    "lint": "standard --fix",
    "posttest": "npm run lint && npm run coverage:check",
    "test": "npm run coverage"
  },
  "version": "1.2.0"
}
