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.
66 lines • 1.65 kB
JSON
{
"name": "vue-persistent-storage-manager",
"type": "module",
"version": "3.0.16",
"private": false,
"description": "Vue plugin that wraps the StorageManager API and provides the state of the persistent-storage permission alongside a storage estimate.",
"author": {
"name": "Jan Müller",
"url": "https://github.com/DerYeger"
},
"license": "MIT",
"homepage": "https://github.com/DerYeger/yeger/tree/main/packages/vue-persistent-storage-manager",
"repository": {
"type": "git",
"url": "git+https://github.com/DerYeger/yeger.git",
"directory": "packages/vue-persistent-storage-manager"
},
"bugs": {
"url": "https://github.com/DerYeger/yeger/issues"
},
"keywords": [
"vue",
"plugin",
"storagemanager",
"persistent-storage"
],
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"types": "dist/types/index.d.mts",
"files": [
"dist/*"
],
"peerDependencies": {
"vue": "^2.0.0"
},
"devDependencies": {
"@vue/test-utils": "1.3.6",
"bundlesize2": "0.0.35",
"flush-promises": "1.0.2",
"jsdom": "26.1.0",
"typescript": "5.8.3",
"vite": "6.3.5",
"vue": "2.7.16",
"vue-template-compiler": "2.7.16",
"@yeger/tsconfig": "2.1.1",
"vite-plugin-lib": "3.0.1"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vite build",
"bundlesize": "bundlesize",
"check:publish": "publint run --strict",
"check:tsc": "tsc",
"dev": "vite build --watch",
"lint": "yeger-lint",
"test": "vitest"
}
}