package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "currently-unhandled@0.4.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "currently-unhandled@0.4.1",
  9. "_id": "currently-unhandled@0.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==",
  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. "/loud-rejection"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
  28. "_spec": "0.4.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "James Talmage",
  32. "email": "james@talmage.io",
  33. "url": "github.com/jamestalmage"
  34. },
  35. "ava": {
  36. "files": "test.js"
  37. },
  38. "browser": {
  39. "./index.js": "./browser.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jamestalmage/currently-unhandled/issues"
  43. },
  44. "dependencies": {
  45. "array-find-index": "^1.0.1"
  46. },
  47. "description": "Track the list of currently unhandled promise rejections.",
  48. "devDependencies": {
  49. "ava": "^0.15.1",
  50. "bluebird": "^3.4.0",
  51. "browserify": "^13.0.1",
  52. "coveralls": "^2.11.9",
  53. "delay": "^1.3.1",
  54. "is-ci": "^1.0.8",
  55. "karma": "^0.13.22",
  56. "karma-browserify": "^5.0.5",
  57. "karma-chrome-launcher": "^1.0.1",
  58. "karma-firefox-launcher": "^1.0.0",
  59. "karma-mocha": "^1.0.1",
  60. "mocha": "^2.5.3",
  61. "nyc": "^6.4.0",
  62. "watchify": "^3.7.0",
  63. "xo": "^0.15.0"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js",
  70. "core.js",
  71. "browser.js"
  72. ],
  73. "homepage": "https://github.com/jamestalmage/currently-unhandled#readme",
  74. "keywords": [
  75. "unhandled",
  76. "unhandledRejection",
  77. "rejected",
  78. "promises"
  79. ],
  80. "license": "MIT",
  81. "name": "currently-unhandled",
  82. "nyc": {
  83. "reporter": [
  84. "lcov",
  85. "text"
  86. ]
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jamestalmage/currently-unhandled.git"
  91. },
  92. "scripts": {
  93. "test": "xo && nyc ava"
  94. },
  95. "version": "0.4.1",
  96. "xo": {
  97. "ignores": [
  98. "browser-bluebird-test.js"
  99. ],
  100. "envs": [
  101. "browser",
  102. "mocha",
  103. "node"
  104. ]
  105. }
  106. }