HEX
Server: LiteSpeed
System: Linux CentOS-79-64-minimal 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: vishn3436 (5293)
PHP: 8.0.15
Disabled: NONE
Upload Files
File: //opt/bitninja-dispatcher/node_modules/redis-parser/package.json
{
  "_args": [
    [
      "redis-parser@3.0.0",
      "/home/jenkins/workspace/BitNinja_Dispatcher_master"
    ]
  ],
  "_from": "redis-parser@3.0.0",
  "_id": "redis-parser@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==",
  "_location": "/redis-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "redis-parser@3.0.0",
    "name": "redis-parser",
    "escapedName": "redis-parser",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/redis"
  ],
  "_resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/home/jenkins/workspace/BitNinja_Dispatcher_master",
  "author": {
    "name": "Ruben Bridgewater"
  },
  "bugs": {
    "url": "https://github.com/NodeRedis/node-redis-parser/issues"
  },
  "dependencies": {
    "redis-errors": "^1.0.0"
  },
  "description": "Javascript Redis protocol (RESP) parser",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "codeclimate-test-reporter": "^0.4.0",
    "hiredis": "^0.5.0",
    "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/node-redis-parser#readme",
  "keywords": [
    "redis",
    "protocol",
    "parser",
    "database",
    "javascript",
    "node",
    "nodejs",
    "resp",
    "hiredis"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "redis-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeRedis/node-redis-parser.git"
  },
  "scripts": {
    "benchmark": "node ./benchmark",
    "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 --branch 100 --statement 100",
    "lint": "standard --fix",
    "posttest": "npm run lint && npm run coverage:check",
    "test": "npm run coverage"
  },
  "version": "3.0.0"
}