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.
 
 
 
 
 

19 lines
450 B

{
"name": "@algolia/cache-common",
"version": "4.4.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"
]
}