package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "@algolia/cache-common@4.13.0",
  3. "_id": "@algolia/cache-common@4.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f9mdZjskCui/dA/fA/5a+6hZ7xnHaaZI5tM/Rw9X8rRB39SUlF/+o3P47onZ33n/AwkpSbi5QOyhs16wHd55kA==",
  6. "_location": "/@algolia/cache-common",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@algolia/cache-common@4.13.0",
  12. "name": "@algolia/cache-common",
  13. "escapedName": "@algolia%2fcache-common",
  14. "scope": "@algolia",
  15. "rawSpec": "4.13.0",
  16. "saveSpec": null,
  17. "fetchSpec": "4.13.0"
  18. },
  19. "_requiredBy": [
  20. "/@algolia/cache-browser-local-storage",
  21. "/@algolia/cache-in-memory",
  22. "/@algolia/transporter",
  23. "/algoliasearch"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.13.0.tgz",
  26. "_shasum": "27b83fd3939d08d72261b36a07eeafc4cb4d2113",
  27. "_spec": "@algolia/cache-common@4.13.0",
  28. "_where": "D:\\work\\liebao-developApi\\node_modules\\algoliasearch",
  29. "bugs": {
  30. "url": "https://github.com/algolia/algoliasearch-client-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Common interfaces for promise-based caching libraries",
  35. "files": [
  36. "index.js",
  37. "dist"
  38. ],
  39. "homepage": "https://github.com/algolia/algoliasearch-client-js#readme",
  40. "license": "MIT",
  41. "main": "index.js",
  42. "module": "dist/cache-common.esm.js",
  43. "name": "@algolia/cache-common",
  44. "private": false,
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/algolia/algoliasearch-client-js.git"
  48. },
  49. "sideEffects": false,
  50. "types": "dist/cache-common.d.ts",
  51. "version": "4.13.0"
  52. }