package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "currently-unhandled@0.4.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "currently-unhandled@^0.4.1",
  9. "_id": "currently-unhandled@0.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
  12. "_location": "/currently-unhandled",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "currently-unhandled@0.4.1",
  18. "name": "currently-unhandled",
  19. "escapedName": "currently-unhandled",
  20. "rawSpec": "0.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.1"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/loud-rejection"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
  29. "_shasum": "988df33feab191ef799a61369dd76c17adf957ea",
  30. "_spec": "0.4.1",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "James Talmage",
  34. "email": "james@talmage.io",
  35. "url": "github.com/jamestalmage"
  36. },
  37. "ava": {
  38. "files": "test.js"
  39. },
  40. "browser": {
  41. "./index.js": "./browser.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/jamestalmage/currently-unhandled/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "array-find-index": "^1.0.1"
  49. },
  50. "deprecated": false,
  51. "description": "Track the list of currently unhandled promise rejections.",
  52. "devDependencies": {
  53. "ava": "^0.15.1",
  54. "bluebird": "^3.4.0",
  55. "browserify": "^13.0.1",
  56. "coveralls": "^2.11.9",
  57. "delay": "^1.3.1",
  58. "is-ci": "^1.0.8",
  59. "karma": "^0.13.22",
  60. "karma-browserify": "^5.0.5",
  61. "karma-chrome-launcher": "^1.0.1",
  62. "karma-firefox-launcher": "^1.0.0",
  63. "karma-mocha": "^1.0.1",
  64. "mocha": "^2.5.3",
  65. "nyc": "^6.4.0",
  66. "watchify": "^3.7.0",
  67. "xo": "^0.15.0"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js",
  74. "core.js",
  75. "browser.js"
  76. ],
  77. "homepage": "https://github.com/jamestalmage/currently-unhandled#readme",
  78. "keywords": [
  79. "unhandled",
  80. "unhandledRejection",
  81. "rejected",
  82. "promises"
  83. ],
  84. "license": "MIT",
  85. "name": "currently-unhandled",
  86. "nyc": {
  87. "reporter": [
  88. "lcov",
  89. "text"
  90. ]
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jamestalmage/currently-unhandled.git"
  95. },
  96. "scripts": {
  97. "test": "xo && nyc ava"
  98. },
  99. "version": "0.4.1",
  100. "xo": {
  101. "ignores": [
  102. "browser-bluebird-test.js"
  103. ],
  104. "envs": [
  105. "browser",
  106. "mocha",
  107. "node"
  108. ]
  109. }
  110. }