teddit-reddit-frontend-alte.../node_modules/redis/package.json

105 lines
2.5 KiB
JSON

{
"_from": "redis",
"_id": "redis@3.0.2",
"_inBundle": false,
"_integrity": "sha512-PNhLCrjU6vKVuMOyFu7oSP296mwBkcE6lrAjruBYG5LgdSqtRBoVQIylrMyVZD/lkF24RSNNatzvYag6HRBHjQ==",
"_location": "/redis",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "redis",
"name": "redis",
"escapedName": "redis",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/redis/-/redis-3.0.2.tgz",
"_shasum": "bd47067b8a4a3e6a2e556e57f71cc82c7360150a",
"_spec": "redis",
"_where": "/home/user/site",
"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.4.1",
"redis-commands": "^1.5.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": "^2.11.2",
"cross-spawn": "^6.0.5",
"eslint": "^6.8.0",
"intercept-stdout": "~0.1.2",
"metrics": "^0.1.21",
"mocha": "^4.1.0",
"nyc": "^14.1.1",
"prettier": "^1.19.1",
"tcp-port-used": "^1.0.1",
"uuid": "^3.4.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=6"
},
"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 . --fix && npm run coverage",
"test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000"
},
"version": "3.0.2"
}