UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

134 lines (133 loc) 3.25 kB
{ "_args": [ [ { "name": "redis", "raw": "redis@^2.2.5", "rawSpec": "^2.2.5", "scope": null, "spec": ">=2.2.5 <3.0.0", "type": "range" }, "/home/fgreiner/prog/js/Nodulator" ] ], "_from": "redis@>=2.2.5 <3.0.0", "_id": "redis@2.6.2", "_inCache": true, "_installable": true, "_location": "/redis", "_nodeVersion": "4.4.5", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/redis-2.6.2.tgz_1466073086143_0.7477472294121981" }, "_npmUser": { "email": "ruben@bridgewater.de", "name": "bridgear" }, "_npmVersion": "2.15.5", "_phantomChildren": {}, "_requested": { "name": "redis", "raw": "redis@^2.2.5", "rawSpec": "^2.2.5", "scope": null, "spec": ">=2.2.5 <3.0.0", "type": "range" }, "_requiredBy": [ "/", "/connect-redis" ], "_resolved": "https://registry.npmjs.org/redis/-/redis-2.6.2.tgz", "_shasum": "7ccab0563013ac619e7dd84c6512b81d3d852579", "_shrinkwrap": null, "_spec": "redis@^2.2.5", "_where": "/home/fgreiner/prog/js/Nodulator", "author": { "email": "mjr@ranney.com", "name": "Matt Ranney" }, "bugs": { "url": "https://github.com/NodeRedis/node_redis/issues" }, "dependencies": { "double-ended-queue": "^2.1.0-0", "redis-commands": "^1.2.0", "redis-parser": "^2.0.0" }, "description": "Redis client library", "devDependencies": { "bluebird": "^3.0.2", "coveralls": "^2.11.2", "eslint": "^2.5.0", "intercept-stdout": "~0.1.2", "metrics": "^0.1.9", "mocha": "^2.3.2", "nyc": "^6.0.0", "tcp-port-used": "^0.1.2", "uuid": "^2.0.1", "win-spawn": "^2.0.0" }, "directories": { "example": "examples", "test": "test" }, "dist": { "shasum": "7ccab0563013ac619e7dd84c6512b81d3d852579", "tarball": "https://registry.npmjs.org/redis/-/redis-2.6.2.tgz" }, "engines": { "node": ">=0.10.0" }, "gitHead": "98688331a308b1f6fdc6f3913cb351cd00421054", "homepage": "https://github.com/NodeRedis/node_redis", "keywords": [ "database", "redis", "transaction", "pipelining", "performance", "queue", "nodejs", "pubsub", "backpressure" ], "license": "MIT", "main": "./index.js", "maintainers": [ { "email": "ben@npmjs.com", "name": "bcoe" }, { "email": "ruben@bridgewater.de", "name": "bridgear" }, { "email": "bryce@ravenwall.com", "name": "bryce" }, { "email": "mjr@ranney.com", "name": "mjr" } ], "name": "redis", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "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", "posttest": "eslint . --fix && npm run coverage", "test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000" }, "version": "2.6.2" }