{
  "_from": "redis-mock@^0.47.0",
  "_id": "redis-mock@0.47.0",
  "_inBundle": false,
  "_integrity": "sha512-Kbyy7xB+Sj+fPZlwtJGIVus8QfPDFxXi1d2YJ0XXxKEIPN8ciSUFt45uw8G/gGfNm+BsT3bcvBp7D+7du7s/9Q==",
  "_location": "/redis-mock",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "redis-mock@^0.47.0",
    "name": "redis-mock",
    "escapedName": "redis-mock",
    "rawSpec": "^0.47.0",
    "saveSpec": null,
    "fetchSpec": "^0.47.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/redis-mock/-/redis-mock-0.47.0.tgz",
  "_shasum": "65e1e0d65013ecffc0618e15a0f2d2915db699aa",
  "_spec": "redis-mock@^0.47.0",
  "_where": "/var/www/html/shopify_project/docker_services/processor",
  "author": {
    "name": "Kristian Faeldt",
    "email": "kristian.faeldt@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/yeahoffline/redis-mock/issues",
    "email": "frank.gasser@gmail.com"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "lahabana",
      "email": "charly.molter@gmail.com",
      "url": "Charly Molter"
    },
    {
      "name": "yeahoffline",
      "email": "frank.gasser@gmail.com",
      "url": "Frank"
    },
    {
      "name": "cmawhorter",
      "email": "cory.mawhorter@gmail.com",
      "url": "cory"
    },
    {
      "name": "pmarques",
      "url": "Patrick Marques"
    },
    {
      "name": "matthewmatician",
      "email": "matthewmatician@gmail.com",
      "url": "Matthew Larson"
    },
    {
      "name": "christian-muertz",
      "email": "teraarts@t-online.de",
      "url": "Christian Mürtz"
    },
    {
      "name": "DawidLoubser",
      "email": "dawid.loubser@gmail.com",
      "url": "Dawid Loubser"
    }
  ],
  "deprecated": false,
  "description": "Redis client mock object for unit testing",
  "devDependencies": {
    "eslint": "^2.10.2",
    "mocha": "2.2.1",
    "redis": "^2.6.2",
    "should": "8.3.2"
  },
  "engine": "node >= 0.10.0",
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/yeahoffline/redis-mock#readme",
  "keywords": [
    "redis",
    "redis-mock",
    "mock-redis",
    "redis test",
    "redis mock",
    "redis testing",
    "redis fake",
    "redis-js",
    "redis js",
    "redisjs",
    "redis standalone",
    "redis inmemory",
    "redis memory",
    "in-memory"
  ],
  "license": "MIT",
  "main": "./lib/redis-mock",
  "name": "redis-mock",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeahoffline/redis-mock.git"
  },
  "scripts": {
    "lint": "eslint ./lib ./test",
    "test": "make test"
  },
  "version": "0.47.0"
}
