You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
1.9 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "p-retry@4.6.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-retry@4.6.2",
  10. "_id": "p-retry@4.6.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
  13. "_location": "/p-retry",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-retry@4.6.2",
  19. "name": "p-retry",
  20. "escapedName": "p-retry",
  21. "rawSpec": "4.6.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.6.2"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz",
  29. "_spec": "4.6.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/p-retry/issues"
  38. },
  39. "dependencies": {
  40. "@types/retry": "0.12.0",
  41. "retry": "^0.13.1"
  42. },
  43. "description": "Retry a promise-returning or async function",
  44. "devDependencies": {
  45. "ava": "^2.4.0",
  46. "delay": "^4.1.0",
  47. "tsd": "^0.10.0",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/p-retry#readme",
  58. "keywords": [
  59. "promise",
  60. "retry",
  61. "retries",
  62. "operation",
  63. "failed",
  64. "rejected",
  65. "try",
  66. "exponential",
  67. "backoff",
  68. "attempt",
  69. "async",
  70. "await",
  71. "promises",
  72. "concurrently",
  73. "concurrency",
  74. "parallel",
  75. "bluebird"
  76. ],
  77. "license": "MIT",
  78. "name": "p-retry",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/p-retry.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava && tsd"
  85. },
  86. "version": "4.6.2"
  87. }