HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/machinepack-redis/package.json
{
  "name": "machinepack-redis",
  "version": "2.0.7",
  "description": "Structured Node.js bindings for Redis.",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha test/*.js --timeout 5000 --slow 2000",
    "posttest": "npm run lint",
    "lint": "node ./node_modules/eslint/bin/eslint machines index.js"
  },
  "keywords": [
    "Redis",
    "machines",
    "machinepack"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/treelinehq/machinepack-redis.git"
  },
  "author": "The Sails Company",
  "contributors": [
    {
      "name": "Luis Lobo Borobia",
      "email": "luislobo@gmail.com"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@sailshq/lodash": "^3.10.2",
    "async": "2.6.4",
    "flaverr": "^1.9.2",
    "machine": "^15.2.2",
    "redis": "3.1.1"
  },
  "devDependencies": {
    "eslint": "4.11.0",
    "mocha": "3.0.2"
  },
  "engines": {
    "node": ">=6.0"
  },
  "machinepack": {
    "friendlyName": "Redis",
    "machineDir": "machines/",
    "machines": [
      "create-manager",
      "destroy-manager",
      "get-connection",
      "create-connection-url",
      "release-connection",
      "get-cached-value",
      "cache-value",
      "destroy-cached-values"
    ],
    "implements": {
      "connectable": "1.0",
      "cache": "1.0-rc1"
    },
    "testsUrl": "https://travis-ci.org/treelinehq/machinepack-redis"
  }
}