package.json 1.6 KB

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