mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
87
node_modules/redis/package.json
generated
vendored
Normal file
87
node_modules/redis/package.json
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_from": "redis@^2.8.0",
|
||||
"_id": "redis@2.8.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-M1OkonEQwtRmZv4tEWF2VgpG0JWJ8Fv1PhlgT5+B+uNq2cA3Rt1Yt/ryoR+vQNOQcIEgdCdfH0jr3bDpihAw1A==",
|
||||
"_location": "/redis",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "redis@^2.8.0",
|
||||
"name": "redis",
|
||||
"escapedName": "redis",
|
||||
"rawSpec": "^2.8.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.8.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/connect-redis"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/redis/-/redis-2.8.0.tgz",
|
||||
"_shasum": "202288e3f58c49f6079d97af7a10e1303ae14b02",
|
||||
"_spec": "redis@^2.8.0",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/connect-redis",
|
||||
"author": {
|
||||
"name": "Matt Ranney",
|
||||
"email": "mjr@ranney.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/NodeRedis/node_redis/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"double-ended-queue": "^2.1.0-0",
|
||||
"redis-commands": "^1.2.0",
|
||||
"redis-parser": "^2.6.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Redis client library",
|
||||
"devDependencies": {
|
||||
"bluebird": "^3.0.2",
|
||||
"coveralls": "^2.11.2",
|
||||
"eslint": "^4.2.0",
|
||||
"intercept-stdout": "~0.1.2",
|
||||
"metrics": "^0.1.9",
|
||||
"mocha": "^3.1.2",
|
||||
"nyc": "^10.0.0",
|
||||
"tcp-port-used": "^0.1.2",
|
||||
"uuid": "^2.0.1",
|
||||
"win-spawn": "^2.0.0"
|
||||
},
|
||||
"directories": {
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/NodeRedis/node_redis",
|
||||
"keywords": [
|
||||
"database",
|
||||
"redis",
|
||||
"transaction",
|
||||
"pipelining",
|
||||
"performance",
|
||||
"queue",
|
||||
"nodejs",
|
||||
"pubsub",
|
||||
"backpressure"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"name": "redis",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/NodeRedis/node_redis.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmark": "node benchmarks/multi_bench.js",
|
||||
"compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt",
|
||||
"coverage": "nyc report --reporter=html",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"lint": "eslint . --fix && npm run coverage",
|
||||
"test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000"
|
||||
},
|
||||
"version": "2.8.0"
|
||||
}
|
Reference in New Issue
Block a user