@worker-tools/signed-cookie-store
Version:
A partial implementation of the Cookie Store API that transparently signs and verifies cookies via the Web Cryptography API.
46 lines • 1.24 kB
JSON
{
"module": "./esm/index.js",
"main": "./script/index.js",
"types": "./types/index.d.ts",
"name": "@worker-tools/signed-cookie-store",
"version": "0.3.0-pre.8",
"description": "A partial implementation of the Cookie Store API that transparently signs and verifies cookies via the Web Cryptography API.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/signed-cookie-store.git"
},
"bugs": {
"url": "https://github.com/worker-tools/signed-cookie-store/issues"
},
"homepage": "https://workers-tools/signed-cookie-store",
"keywords": [
"cloudflare",
"cloudflare-workers",
"cookie",
"cookie-store",
"cookies",
"deno",
"middleware",
"signed-cookies",
"web-crypto",
"web-cryptography"
],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js",
"types": "./types/index.d.ts"
}
},
"dependencies": {
"base64-encoding": "^0.15.0-alpha.0",
"cookie-store-interface": "^0.1.1",
"typed-array-utils": "^0.2.2"
},
"devDependencies": {}
}