package.json 3.2 KB

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