package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "loud-rejection@1.6.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "loud-rejection@1.6.0",
  9. "_id": "loud-rejection@1.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==",
  12. "_location": "/loud-rejection",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "loud-rejection@1.6.0",
  18. "name": "loud-rejection",
  19. "escapedName": "loud-rejection",
  20. "rawSpec": "1.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.0"
  23. },
  24. "_requiredBy": [
  25. "/meow"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/loud-rejection/-/loud-rejection-1.6.0.tgz",
  28. "_spec": "1.6.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/loud-rejection/issues"
  37. },
  38. "dependencies": {
  39. "currently-unhandled": "^0.4.1",
  40. "signal-exit": "^3.0.0"
  41. },
  42. "description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
  43. "devDependencies": {
  44. "ava": "*",
  45. "bluebird": "^3.0.5",
  46. "coveralls": "^2.11.4",
  47. "delay": "^1.0.0",
  48. "execa": "^0.4.0",
  49. "get-stream": "^2.0.0",
  50. "nyc": "^6.2.1",
  51. "xo": "*"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "register.js",
  59. "api.js"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/loud-rejection#readme",
  62. "keywords": [
  63. "promise",
  64. "promises",
  65. "unhandled",
  66. "uncaught",
  67. "rejection",
  68. "loud",
  69. "fail",
  70. "catch",
  71. "throw",
  72. "handler",
  73. "exit",
  74. "debug",
  75. "debugging",
  76. "verbose"
  77. ],
  78. "license": "MIT",
  79. "name": "loud-rejection",
  80. "nyc": {
  81. "exclude": [
  82. "fixture.js"
  83. ]
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/loud-rejection.git"
  88. },
  89. "scripts": {
  90. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  91. "test": "xo && nyc ava"
  92. },
  93. "version": "1.6.0"
  94. }