Initialisation
Added the packages and files for the backend server
This commit is contained in:
27
node_modules/@apollo/utils.keyvaluecache/package.json
generated
vendored
Normal file
27
node_modules/@apollo/utils.keyvaluecache/package.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@apollo/utils.keyvaluecache",
|
||||
"version": "2.1.1",
|
||||
"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": ">=14"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/utils.logger": "^2.0.1",
|
||||
"lru-cache": "^7.14.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user