{
  "_args": [
    [
      "node-async-redis@1.0.1",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "node-async-redis@1.0.1",
  "_id": "node-async-redis@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-gWIejxrtWC2Mfekbb5ZtTn1Ko8Rm4HDxO176P2G5VnyTFelpeApyS4aIY0kUrRPhG3AyNS1jM4BCl/7RsyF7BQ==",
  "_location": "/node-async-redis",
  "_phantomChildren": {
    "double-ended-queue": "2.1.0-0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-async-redis@1.0.1",
    "name": "node-async-redis",
    "escapedName": "node-async-redis",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-async-redis/-/node-async-redis-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Visalud Tantiwattanarom",
    "email": "loliconneko@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/WarmVissarutRonaldoDude/node-async-redis/issues"
  },
  "dependencies": {
    "dotenv": "8.0.0",
    "redis": "2.8.0",
    "redis-commands": "1.5.0"
  },
  "description": "Async Redis for NodeJS",
  "devDependencies": {
    "coveralls": "3.0.5",
    "eslint": "6.1.0",
    "eslint-config-airbnb": "17.1.1",
    "eslint-config-prettier": "6.0.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jest": "22.13.6",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-prettier": "3.1.0",
    "eslint-plugin-react": "7.14.3",
    "jest": "24.8.0",
    "prettier": "1.18.2"
  },
  "homepage": "https://github.com/WarmVissarutRonaldoDude/node-async-redis#readme",
  "keywords": [
    "node-async-redis",
    "redis",
    "async"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "node-async-redis",
  "repository": {
    "type": "git",
    "url": "git://github.com/WarmVissarutRonaldoDude/node-async-redis.git"
  },
  "scripts": {
    "coverage": "jest --config=jest.config.json --coverage",
    "coveralls": "jest --config=jest.config.json --coverage --coverageReporters=text-lcov | coveralls",
    "lint": "eslint ./src",
    "test": "jest --config=jest.config.json",
    "watch": "jest --config=jest.config.json --watch"
  },
  "version": "1.0.1"
}
