package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "currently-unhandled@^0.4.1",
  6. "scope": null,
  7. "escapedName": "currently-unhandled",
  8. "name": "currently-unhandled",
  9. "rawSpec": "^0.4.1",
  10. "spec": ">=0.4.1 <0.5.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/loud-rejection"
  14. ]
  15. ],
  16. "_from": "currently-unhandled@>=0.4.1 <0.5.0",
  17. "_id": "currently-unhandled@0.4.1",
  18. "_inCache": true,
  19. "_location": "/currently-unhandled",
  20. "_nodeVersion": "5.10.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/currently-unhandled-0.4.1.tgz_1464866113117_0.9455041608307511"
  24. },
  25. "_npmUser": {
  26. "name": "jamestalmage",
  27. "email": "james@talmage.io"
  28. },
  29. "_npmVersion": "3.8.6",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "currently-unhandled@^0.4.1",
  33. "scope": null,
  34. "escapedName": "currently-unhandled",
  35. "name": "currently-unhandled",
  36. "rawSpec": "^0.4.1",
  37. "spec": ">=0.4.1 <0.5.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/loud-rejection"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
  44. "_shasum": "988df33feab191ef799a61369dd76c17adf957ea",
  45. "_shrinkwrap": null,
  46. "_spec": "currently-unhandled@^0.4.1",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/loud-rejection",
  48. "author": {
  49. "name": "James Talmage",
  50. "email": "james@talmage.io",
  51. "url": "github.com/jamestalmage"
  52. },
  53. "ava": {
  54. "files": "test.js"
  55. },
  56. "browser": {
  57. "./index.js": "./browser.js"
  58. },
  59. "bugs": {
  60. "url": "https://github.com/jamestalmage/currently-unhandled/issues"
  61. },
  62. "dependencies": {
  63. "array-find-index": "^1.0.1"
  64. },
  65. "description": "Track the list of currently unhandled promise rejections.",
  66. "devDependencies": {
  67. "ava": "^0.15.1",
  68. "bluebird": "^3.4.0",
  69. "browserify": "^13.0.1",
  70. "coveralls": "^2.11.9",
  71. "delay": "^1.3.1",
  72. "is-ci": "^1.0.8",
  73. "karma": "^0.13.22",
  74. "karma-browserify": "^5.0.5",
  75. "karma-chrome-launcher": "^1.0.1",
  76. "karma-firefox-launcher": "^1.0.0",
  77. "karma-mocha": "^1.0.1",
  78. "mocha": "^2.5.3",
  79. "nyc": "^6.4.0",
  80. "watchify": "^3.7.0",
  81. "xo": "^0.15.0"
  82. },
  83. "directories": {},
  84. "dist": {
  85. "shasum": "988df33feab191ef799a61369dd76c17adf957ea",
  86. "tarball": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz"
  87. },
  88. "engines": {
  89. "node": ">=0.10.0"
  90. },
  91. "files": [
  92. "index.js",
  93. "core.js",
  94. "browser.js"
  95. ],
  96. "gitHead": "6b998300e8cc2f732d80f99b7ecea37c97ab6ded",
  97. "homepage": "https://github.com/jamestalmage/currently-unhandled#readme",
  98. "keywords": [
  99. "unhandled",
  100. "unhandledRejection",
  101. "rejected",
  102. "promises"
  103. ],
  104. "license": "MIT",
  105. "maintainers": [
  106. {
  107. "name": "jamestalmage",
  108. "email": "james@talmage.io"
  109. }
  110. ],
  111. "name": "currently-unhandled",
  112. "nyc": {
  113. "reporter": [
  114. "lcov",
  115. "text"
  116. ]
  117. },
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/jamestalmage/currently-unhandled.git"
  123. },
  124. "scripts": {
  125. "test": "xo && nyc ava"
  126. },
  127. "version": "0.4.1",
  128. "xo": {
  129. "ignores": [
  130. "browser-bluebird-test.js"
  131. ],
  132. "envs": [
  133. "browser",
  134. "mocha",
  135. "node"
  136. ]
  137. }
  138. }