UNPKG

vue3-storage

Version:

Vue3 plugin for work with local storage, session storage and websql from Vue context, inspired by tarojs and vue-ls.

46 lines (45 loc) 1.12 kB
{ "name": "vue3-storage", "version": "0.1.11", "description": "Vue3 plugin for work with local storage, session storage and websql from Vue context, inspired by tarojs and vue-ls.", "main": "vue3-storage.esm.js", "types": "packages/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/aesoper101/vue3-storage.git" }, "private": false, "keywords": [ "vue3", "vue3-storage", "storage", "localstorage", "sessionstorage", "promise", "vue-ls", "synchronous storage", "sync storage", "asynchronous storage", "async storage" ], "author": "aesoper", "license": "MIT", "bugs": { "url": "https://github.com/aesoper101/vue3-storage/issues" }, "homepage": "https://github.com/aesoper101/vue3-storage#readme", "dependencies": { "core-js": "^3.6.5", "cross-env": "^7.0.3", "vue": "^3.0.0", "vue-class-component": "^8.0.0-0", "vue-router": "^4.0.0-0" }, "peerDependencies": { "core-js": "^3.6.5", "vue": "^3.0.0" } }