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
73
74
75
76
77
78
79
80
81
82
83
| {
| "_args": [
| [
| "redis-parser@3.0.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "redis-parser@3.0.0",
| "_id": "redis-parser@3.0.0",
| "_inBundle": false,
| "_integrity": "sha1-tm2CjNyv5rS4pCin3vTGvKwxyLQ=",
| "_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": [
| "/ioredis"
| ],
| "_resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-3.0.0.tgz",
| "_spec": "3.0.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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"
| }
|
|