package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "p-finally@1.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-finally@1.0.0",
  10. "_id": "p-finally@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
  13. "_location": "/p-finally",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-finally@1.0.0",
  19. "name": "p-finally",
  20. "escapedName": "p-finally",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/yorkie/execa"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/p-finally/issues"
  39. },
  40. "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/p-finally#readme",
  52. "keywords": [
  53. "promise",
  54. "finally",
  55. "handler",
  56. "function",
  57. "async",
  58. "await",
  59. "promises",
  60. "settled",
  61. "ponyfill",
  62. "polyfill",
  63. "shim",
  64. "bluebird"
  65. ],
  66. "license": "MIT",
  67. "name": "p-finally",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/p-finally.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "1.0.0",
  76. "xo": {
  77. "esnext": true
  78. }
  79. }