UNPKG

@apollo/utils.keyvaluecache

Version:
28 lines (27 loc) 609 B
{ "name": "@apollo/utils.keyvaluecache", "version": "4.0.0", "description": "Minimal key-value cache interface", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/apollographql/apollo-utils.git", "directory": "packages/keyValueCache/" }, "keywords": [ "apollo", "graphql", "typescript", "node" ], "author": "Apollo <packages@apollographql.com>", "license": "MIT", "engines": { "node": ">=20" }, "dependencies": { "@apollo/utils.logger": "^3.0.0", "lru-cache": "^11.0.0" } }