package.json 1.7 KB

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