awesome-compose/nginx-nodejs-redis/web/node_modules/redis/package.json
ajeetraina 71b622220f modified configuration file for web
Signed-off-by: ajeetraina <ajeetraina@gmail.com>
2022-03-13 13:09:07 +05:30

106 lines
2.7 KiB
JSON

{
"_from": "redis@3.1.2",
"_id": "redis@3.1.2",
"_inBundle": false,
"_integrity": "sha512-grn5KoZLr/qrRQVwoSkmzdbw6pwF+/rwODtrOr6vuBRiR/f3rjSTGupbF90Zpqm2oenix8Do6RV7pYEkGwlKkw==",
"_location": "/redis",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "redis@3.1.2",
"name": "redis",
"escapedName": "redis",
"rawSpec": "3.1.2",
"saveSpec": null,
"fetchSpec": "3.1.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/redis/-/redis-3.1.2.tgz",
"_shasum": "766851117e80653d23e0ed536254677ab647638c",
"_spec": "redis@3.1.2",
"_where": "/Users/ajeetraina/projects/13march/awesome-compose/nginx-nodejs-redis/web",
"author": {
"name": "Matt Ranney",
"email": "mjr@ranney.com"
},
"bugs": {
"url": "https://github.com/NodeRedis/node-redis/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mike Diarmid",
"url": "Salakar"
},
{
"name": "Ruben Bridgewater",
"url": "BridgeAR"
}
],
"dependencies": {
"denque": "^1.5.0",
"redis-commands": "^1.7.0",
"redis-errors": "^1.2.0",
"redis-parser": "^3.0.0"
},
"deprecated": false,
"description": "A high performance Redis client.",
"devDependencies": {
"bluebird": "^3.7.2",
"coveralls": "^3.1.0",
"cross-spawn": "^7.0.3",
"eslint": "^7.21.0",
"intercept-stdout": "~0.1.2",
"metrics": "^0.1.21",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"tcp-port-used": "^1.0.1",
"uuid": "^8.3.2"
},
"directories": {
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=10"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/node-redis"
},
"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 .",
"lint:fix": "eslint . --fix",
"lint:report": "eslint --output-file=eslint-report.json --format=json .",
"test": "nyc --cache mocha ./test/*.spec.js ./test/commands/*.spec.js --timeout=8000 && npm run coverage"
},
"version": "3.1.2"
}