You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "redis-errors@1.2.0",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "redis-errors@1.2.0",
  9. "_id": "redis-errors@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-62LSrbFeTq9GEMBK/hUpOEJQq60=",
  12. "_location": "/redis-errors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "redis-errors@1.2.0",
  18. "name": "redis-errors",
  19. "escapedName": "redis-errors",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/redis",
  26. "/redis/redis-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/redis-errors/-/redis-errors-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Ruben Bridgewater"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/NodeRedis/redis-errors/issues"
  36. },
  37. "description": "Error classes used in node_redis",
  38. "devDependencies": {
  39. "istanbul": "^0.4.0",
  40. "mocha": "^3.1.2",
  41. "standard": "^10.0.0"
  42. },
  43. "directories": {
  44. "test": "test",
  45. "lib": "lib"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "homepage": "https://github.com/NodeRedis/redis-errors#readme",
  51. "keywords": [
  52. "redis",
  53. "javascript",
  54. "node",
  55. "error"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "redis-errors",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/NodeRedis/redis-errors.git"
  63. },
  64. "scripts": {
  65. "coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
  66. "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --statement 100",
  67. "lint": "standard --fix",
  68. "posttest": "npm run lint && npm run coverage:check",
  69. "test": "npm run coverage"
  70. },
  71. "version": "1.2.0"
  72. }