333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "_args": [
    [
      "redis-commands@1.5.0",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "redis-commands@1.5.0",
  "_id": "redis-commands@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-6KxamqpZ468MeQC3bkWmCB1fp56XL64D4Kf0zJSwDZbVLLm7KFkoIcHrgRvQ+sk8dnhySs7+yBg94yIkAK7aJg==",
  "_location": "/redis-commands",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "redis-commands@1.5.0",
    "name": "redis-commands",
    "escapedName": "redis-commands",
    "rawSpec": "1.5.0",
    "saveSpec": null,
    "fetchSpec": "1.5.0"
  },
  "_requiredBy": [
    "/ioredis"
  ],
  "_resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.5.0.tgz",
  "_spec": "1.5.0",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "luin",
    "email": "i@zihua.li",
    "url": "http://zihua.li"
  },
  "bugs": {
    "url": "https://github.com/NodeRedis/redis-commands/issues"
  },
  "description": "Redis commands",
  "devDependencies": {
    "chai": "^4.0.1",
    "codeclimate-test-reporter": "^0.5.1",
    "ioredis": "^4.9.0",
    "istanbul": "^0.4.3",
    "mocha": "^6.0.0",
    "safe-stable-stringify": "^1.0.0",
    "snazzy": "^8.0.0",
    "standard": "^12.0.0"
  },
  "homepage": "https://github.com/NodeRedis/redis-commands",
  "keywords": [
    "redis",
    "commands",
    "prefix"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "redis-commands",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeRedis/redis-commands.git"
  },
  "scripts": {
    "build": "node tools/build",
    "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 --verbose | snazzy",
    "posttest": "npm run coverage && npm run coverage:check",
    "pretest": "npm run lint",
    "test": "mocha"
  },
  "version": "1.5.0"
}