UNPKG

vue-persistent-storage-manager

Version:

Vue plugin that wraps the StorageManager API and provides the state of the persistent-storage permission alongside a storage estimate.

67 lines 1.66 kB
{ "name": "vue-persistent-storage-manager", "version": "3.0.21", "private": false, "description": "Vue plugin that wraps the StorageManager API and provides the state of the persistent-storage permission alongside a storage estimate.", "keywords": [ "persistent-storage", "plugin", "storagemanager", "vue" ], "homepage": "https://github.com/DerYeger/yeger/tree/main/packages/vue-persistent-storage-manager", "bugs": { "url": "https://github.com/DerYeger/yeger/issues" }, "license": "MIT", "author": { "name": "Jan Müller", "url": "https://github.com/DerYeger" }, "repository": { "type": "git", "url": "git+https://github.com/DerYeger/yeger.git", "directory": "packages/vue-persistent-storage-manager" }, "files": [ "dist/*" ], "type": "module", "types": "dist/index.d.mts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } } }, "publishConfig": { "access": "public" }, "devDependencies": { "@vitest/coverage-v8": "4.0.17", "@vitest/ui": "4.0.17", "@vue/test-utils": "1.3.6", "flush-promises": "1.0.2", "jsdom": "27.4.0", "publint": "0.3.17", "tsdown": "0.19.0", "typescript": "5.9.3", "vitest": "4.0.17", "vue": "2.7.16", "vue-template-compiler": "2.7.16", "@yeger/tsconfig": "2.1.2", "@yeger/vitest-utils": "1.1.0" }, "peerDependencies": { "vue": "^2.0.0" }, "scripts": { "build": "tsdown", "check:publish": "publint run --strict", "check:tsc": "tsc", "dev": "tsdown --watch", "test": "vitest" } }