You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
2.8 KiB
112 lines
2.8 KiB
4 years ago
|
{
|
||
|
"_from": "vuex-persistedstate",
|
||
|
"_id": "vuex-persistedstate@4.0.0-beta.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-T4IRD27qoUWh+8qr6T6zVp15xO7x/nPgnU13OD0C2uUwA7U9PhGozrj6lvVmMYDyRgc36J0msMXn3GvwHjkIhA==",
|
||
|
"_location": "/vuex-persistedstate",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "vuex-persistedstate",
|
||
|
"name": "vuex-persistedstate",
|
||
|
"escapedName": "vuex-persistedstate",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/vuex-persistedstate/-/vuex-persistedstate-4.0.0-beta.3.tgz",
|
||
|
"_shasum": "89dd712de72d28e85cc95467d066002c1405f277",
|
||
|
"_spec": "vuex-persistedstate",
|
||
|
"_where": "D:\\uniProject\\erp",
|
||
|
"author": {
|
||
|
"name": "Robin van der Vleuten",
|
||
|
"email": "robin@webstronauts.co",
|
||
|
"url": "robinvdvleuten.nl"
|
||
|
},
|
||
|
"babel": {
|
||
|
"presets": [
|
||
|
"@babel/preset-env"
|
||
|
]
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/robinvdvleuten/vuex-persistedstate/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"bundlesize": [
|
||
|
{
|
||
|
"path": "./dist/*.js",
|
||
|
"threshold": "800b"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"deepmerge": "^4.2.2",
|
||
|
"shvl": "^2.0.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Persist and rehydrate your Vuex state between page reloads.",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.12.10",
|
||
|
"@babel/preset-env": "^7.12.11",
|
||
|
"all-contributors-cli": "^6.19.0",
|
||
|
"babel-core": "^7.0.0-bridge.0",
|
||
|
"babel-jest": "^26.6.3",
|
||
|
"bundlesize": "^0.18.1",
|
||
|
"dom-storage": "^2.0.2",
|
||
|
"eslint": "^7.17.0",
|
||
|
"husky": "^4.3.7",
|
||
|
"jest": "^26.6.3",
|
||
|
"microbundle": "^0.13.0",
|
||
|
"npm-run-all": "^4.1.2",
|
||
|
"prettier": "^2.2.1",
|
||
|
"pretty-quick": "^3.1.0",
|
||
|
"rimraf": "^3.0.0",
|
||
|
"vue": "^3.0.0",
|
||
|
"vuex": "^4.0.0-rc"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist",
|
||
|
"src"
|
||
|
],
|
||
|
"homepage": "https://github.com/robinvdvleuten/vuex-persistedstate#readme",
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "npm run build && pretty-quick --staged"
|
||
|
}
|
||
|
},
|
||
|
"jest": {
|
||
|
"testURL": "http://localhost/"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"vuex",
|
||
|
"plugin"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/vuex-persistedstate.js",
|
||
|
"module": "dist/vuex-persistedstate.es.js",
|
||
|
"name": "vuex-persistedstate",
|
||
|
"peerDependencies": {
|
||
|
"vuex": "^3.0 || ^4.0.0-rc"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/robinvdvleuten/vuex-persistedstate.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rimraf dist && microbundle --external all --name createPersistedState",
|
||
|
"prepare": "npm run build",
|
||
|
"test": "npm-run-all test:**",
|
||
|
"test:jest": "jest --env=jsdom",
|
||
|
"test:size": "bundlesize"
|
||
|
},
|
||
|
"source": "src/index.ts",
|
||
|
"types": "dist/index.d.ts",
|
||
|
"unpkg": "dist/vuex-persistedstate.umd.js",
|
||
|
"version": "4.0.0-beta.3"
|
||
|
}
|