UNPKG

@worker-tools/kv-storage-polyfill

Version:

Typed wrapper around https://github.com/GoogleChromeLabs/kv-storage-polyfill

34 lines 916 B
{ "module": "./esm/index.js", "main": "./script/index.js", "types": "./types/index.d.ts", "name": "@worker-tools/kv-storage-polyfill", "version": "2.0.0-pre.1", "description": "Typed wrapper around https://github.com/GoogleChromeLabs/kv-storage-polyfill", "license": "MIT", "publishConfig": { "access": "public" }, "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)", "repository": { "type": "git", "url": "git+https://github.com/worker-tools/kv-storage-polyfill.git" }, "bugs": { "url": "https://github.com/worker-tools/kv-storage-polyfill/issues" }, "homepage": "", "keywords": [], "exports": { ".": { "import": "./esm/index.js", "require": "./script/index.js", "types": "./types/index.d.ts" } }, "dependencies": { "kv-storage-interface": "latest", "kv-storage-polyfill": "^2.0.0" }, "devDependencies": {} }