UNPKG

single-user-cache

Version:
33 lines (32 loc) 716 B
{ "name": "single-user-cache", "version": "1.0.1", "description": "A cache for a single user", "main": "index.js", "scripts": { "test": "standard | snazzy && tap test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mcollina/single-user-cache.git" }, "keywords": [ "cache", "single", "user", "graphql" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@graphql-tools/schema": "^10.0.0", "graphql": "^16.8.1", "snazzy": "^9.0.0", "standard": "^17.1.0", "tap": "^16.3.9" }, "dependencies": { "safe-stable-stringify": "^2.4.3" } }