package.json 902 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "p-finally",
  3. "version": "2.0.1",
  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": ">=8"
  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": "^1.4.1",
  37. "xo": "^0.24.0"
  38. },
  39. "__npminstall_done": "Thu Dec 24 2020 20:20:54 GMT+0800 (CST)",
  40. "_from": "p-finally@2.0.1",
  41. "_resolved": "https://registry.npm.taobao.org/p-finally/download/p-finally-2.0.1.tgz"
  42. }