package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "loud-rejection@^1.0.0",
  6. "scope": null,
  7. "escapedName": "loud-rejection",
  8. "name": "loud-rejection",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/meow"
  14. ]
  15. ],
  16. "_from": "loud-rejection@>=1.0.0 <2.0.0",
  17. "_id": "loud-rejection@1.6.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/loud-rejection",
  21. "_nodeVersion": "4.4.5",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/loud-rejection-1.6.0.tgz_1467583452502_0.21159938420169055"
  25. },
  26. "_npmUser": {
  27. "name": "sindresorhus",
  28. "email": "sindresorhus@gmail.com"
  29. },
  30. "_npmVersion": "2.15.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "loud-rejection@^1.0.0",
  34. "scope": null,
  35. "escapedName": "loud-rejection",
  36. "name": "loud-rejection",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/meow"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
  45. "_shasum": "5b46f80147edee578870f086d04821cf998e551f",
  46. "_shrinkwrap": null,
  47. "_spec": "loud-rejection@^1.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/meow",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/loud-rejection/issues"
  56. },
  57. "dependencies": {
  58. "currently-unhandled": "^0.4.1",
  59. "signal-exit": "^3.0.0"
  60. },
  61. "description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
  62. "devDependencies": {
  63. "ava": "*",
  64. "bluebird": "^3.0.5",
  65. "coveralls": "^2.11.4",
  66. "delay": "^1.0.0",
  67. "execa": "^0.4.0",
  68. "get-stream": "^2.0.0",
  69. "nyc": "^6.2.1",
  70. "xo": "*"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "5b46f80147edee578870f086d04821cf998e551f",
  75. "tarball": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz"
  76. },
  77. "engines": {
  78. "node": ">=0.10.0"
  79. },
  80. "files": [
  81. "index.js",
  82. "register.js",
  83. "api.js"
  84. ],
  85. "gitHead": "174a9b37f0de7ed255526b506f37961f9f74bd4d",
  86. "homepage": "https://github.com/sindresorhus/loud-rejection#readme",
  87. "keywords": [
  88. "promise",
  89. "promises",
  90. "unhandled",
  91. "uncaught",
  92. "rejection",
  93. "loud",
  94. "fail",
  95. "catch",
  96. "throw",
  97. "handler",
  98. "exit",
  99. "debug",
  100. "debugging",
  101. "verbose"
  102. ],
  103. "license": "MIT",
  104. "maintainers": [
  105. {
  106. "name": "jamestalmage",
  107. "email": "james@talmage.io"
  108. },
  109. {
  110. "name": "sindresorhus",
  111. "email": "sindresorhus@gmail.com"
  112. }
  113. ],
  114. "name": "loud-rejection",
  115. "nyc": {
  116. "exclude": [
  117. "fixture.js"
  118. ]
  119. },
  120. "optionalDependencies": {},
  121. "readme": "ERROR: No README data found!",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/sindresorhus/loud-rejection.git"
  125. },
  126. "scripts": {
  127. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  128. "test": "xo && nyc ava"
  129. },
  130. "version": "1.6.0"
  131. }