package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "p-finally@^2.0.0",
  3. "_id": "p-finally@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==",
  6. "_location": "/default-gateway/p-finally",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-finally@^2.0.0",
  12. "name": "p-finally",
  13. "escapedName": "p-finally",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/default-gateway/execa"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-2.0.1.tgz",
  22. "_shasum": "bd6fcaa9c559a096b680806f4d657b3f0f240561",
  23. "_spec": "p-finally@^2.0.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\default-gateway\\node_modules\\execa",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-finally/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "xo": "^0.24.0"
  39. },
  40. "engines": {
  41. "node": ">=8"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/p-finally#readme",
  47. "keywords": [
  48. "promise",
  49. "finally",
  50. "handler",
  51. "function",
  52. "async",
  53. "await",
  54. "promises",
  55. "settled",
  56. "ponyfill",
  57. "polyfill",
  58. "shim",
  59. "bluebird"
  60. ],
  61. "license": "MIT",
  62. "name": "p-finally",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/p-finally.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava"
  69. },
  70. "version": "2.0.1"
  71. }