123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "redis@^2.8.0",
- "_id": "redis@2.8.0",
- "_inBundle": false,
- "_integrity": "sha1-ICKI4/WMSfYHnZevehDhMDrhSwI=",
- "_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": "http://registry.npm.taobao.org/redis/download/redis-2.8.0.tgz",
- "_shasum": "202288e3f58c49f6079d97af7a10e1303ae14b02",
- "_spec": "redis@^2.8.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\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"
- }
|