package.json 2.1 KB

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