package.json 925 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "p-finally",
  3. "version": "1.0.0",
  4. "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
  5. "license": "MIT",
  6. "repository": "sindresorhus/p-finally",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=4"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "promise",
  23. "finally",
  24. "handler",
  25. "function",
  26. "async",
  27. "await",
  28. "promises",
  29. "settled",
  30. "ponyfill",
  31. "polyfill",
  32. "shim",
  33. "bluebird"
  34. ],
  35. "devDependencies": {
  36. "ava": "*",
  37. "xo": "*"
  38. },
  39. "xo": {
  40. "esnext": true
  41. },
  42. "__npminstall_done": "Thu Dec 24 2020 20:20:35 GMT+0800 (CST)",
  43. "_from": "p-finally@1.0.0",
  44. "_resolved": "https://registry.npm.taobao.org/p-finally/download/p-finally-1.0.0.tgz"
  45. }