|
|
{ "_args": [ [ "redis-errors@1.2.0", "/home/guest/socket" ] ], "_from": "redis-errors@1.2.0", "_id": "redis-errors@1.2.0", "_inBundle": false, "_integrity": "sha1-62LSrbFeTq9GEMBK/hUpOEJQq60=", "_location": "/redis-errors", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "redis-errors@1.2.0", "name": "redis-errors", "escapedName": "redis-errors", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "/redis", "/redis/redis-parser" ], "_resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz", "_spec": "1.2.0", "_where": "/home/guest/socket", "author": { "name": "Ruben Bridgewater" }, "bugs": { "url": "https://github.com/NodeRedis/redis-errors/issues" }, "description": "Error classes used in node_redis", "devDependencies": { "istanbul": "^0.4.0", "mocha": "^3.1.2", "standard": "^10.0.0" }, "directories": { "test": "test", "lib": "lib" }, "engines": { "node": ">=4" }, "homepage": "https://github.com/NodeRedis/redis-errors#readme", "keywords": [ "redis", "javascript", "node", "error" ], "license": "MIT", "main": "index.js", "name": "redis-errors", "repository": { "type": "git", "url": "git+https://github.com/NodeRedis/redis-errors.git" }, "scripts": { "coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec", "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --statement 100", "lint": "standard --fix", "posttest": "npm run lint && npm run coverage:check", "test": "npm run coverage" }, "version": "1.2.0" }
|