package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@algolia/transporter@4.13.0",
  3. "_id": "@algolia/transporter@4.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8tSQYE+ykQENAdeZdofvtkOr5uJ9VcQSWgRhQ9h01AehtBIPAczk/b2CLrMsw5yQZziLs5cZ3pJ3478yI+urhA==",
  6. "_location": "/@algolia/transporter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@algolia/transporter@4.13.0",
  12. "name": "@algolia/transporter",
  13. "escapedName": "@algolia%2ftransporter",
  14. "scope": "@algolia",
  15. "rawSpec": "4.13.0",
  16. "saveSpec": null,
  17. "fetchSpec": "4.13.0"
  18. },
  19. "_requiredBy": [
  20. "/@algolia/client-account",
  21. "/@algolia/client-analytics",
  22. "/@algolia/client-common",
  23. "/@algolia/client-personalization",
  24. "/@algolia/client-search",
  25. "/algoliasearch"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.13.0.tgz",
  28. "_shasum": "f6379e5329efa2127da68c914d1141f5f21dbd07",
  29. "_spec": "@algolia/transporter@4.13.0",
  30. "_where": "D:\\work\\liebao-developApi\\node_modules\\algoliasearch",
  31. "bugs": {
  32. "url": "https://github.com/algolia/algoliasearch-client-javascript/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@algolia/cache-common": "4.13.0",
  37. "@algolia/logger-common": "4.13.0",
  38. "@algolia/requester-common": "4.13.0"
  39. },
  40. "deprecated": false,
  41. "description": "Promise-based transporter layer with embedded retry strategy.",
  42. "files": [
  43. "index.js",
  44. "dist"
  45. ],
  46. "homepage": "https://github.com/algolia/algoliasearch-client-javascript#readme",
  47. "license": "MIT",
  48. "main": "index.js",
  49. "module": "dist/transporter.esm.js",
  50. "name": "@algolia/transporter",
  51. "private": false,
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/algolia/algoliasearch-client-javascript.git"
  55. },
  56. "sideEffects": false,
  57. "types": "dist/transporter.d.ts",
  58. "version": "4.13.0"
  59. }