This commit is contained in:
spiritlhl
2023-06-20 00:59:07 +00:00
parent 2c85d0e3a0
commit 6f5966067d
2011 changed files with 787033 additions and 1449 deletions

19
node_modules/@algolia/cache-common/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "@algolia/cache-common",
"version": "4.13.0",
"private": false,
"description": "Common interfaces for promise-based caching libraries",
"repository": {
"type": "git",
"url": "git://github.com/algolia/algoliasearch-client-js.git"
},
"license": "MIT",
"sideEffects": false,
"main": "index.js",
"module": "dist/cache-common.esm.js",
"types": "dist/cache-common.d.ts",
"files": [
"index.js",
"dist"
]
}