package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. ],
  21. "_resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz",
  22. "_shasum": "1c6eda5c1685c63942766d79bb40ae773cecd883",
  23. "_spec": "hard-rejection@^2.1.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\meow",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/hard-rejection/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Make unhandled promise rejections fail hard right away instead of the default silent fail",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "execa": "^1.0.0",
  39. "tsd": "^0.7.1",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=6"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts",
  48. "register.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/hard-rejection#readme",
  51. "keywords": [
  52. "promise",
  53. "promises",
  54. "unhandled",
  55. "uncaught",
  56. "rejection",
  57. "hard",
  58. "fail",
  59. "catch",
  60. "throw",
  61. "handler",
  62. "exit",
  63. "debug",
  64. "debugging",
  65. "verbose",
  66. "immediate",
  67. "immediately"
  68. ],
  69. "license": "MIT",
  70. "name": "hard-rejection",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/hard-rejection.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "2.1.0"
  79. }