package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "hard-rejection@^2.1.0",
  3. "_id": "hard-rejection@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==",
  6. "_location": "/hard-rejection",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hard-rejection@^2.1.0",
  12. "name": "hard-rejection",
  13. "escapedName": "hard-rejection",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/meow",
  20. "/stylelint/meow"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
  23. "_shasum": "1c6eda5c1685c63942766d79bb40ae773cecd883",
  24. "_spec": "hard-rejection@^2.1.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\meow",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/hard-rejection/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Make unhandled promise rejections fail hard right away instead of the default silent fail",
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "execa": "^1.0.0",
  40. "tsd": "^0.7.1",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts",
  49. "register.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/hard-rejection#readme",
  52. "keywords": [
  53. "promise",
  54. "promises",
  55. "unhandled",
  56. "uncaught",
  57. "rejection",
  58. "hard",
  59. "fail",
  60. "catch",
  61. "throw",
  62. "handler",
  63. "exit",
  64. "debug",
  65. "debugging",
  66. "verbose",
  67. "immediate",
  68. "immediately"
  69. ],
  70. "license": "MIT",
  71. "name": "hard-rejection",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/hard-rejection.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "2.1.0"
  80. }