112 lines
2.9 KiB
JSON
112 lines
2.9 KiB
JSON
{
|
|
"_from": "vuex-persistedstate",
|
|
"_id": "vuex-persistedstate@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3SkEj4NqwM69ikJdFVw6gObeB0NHyspRYMYkR/EbhR0hbvAKyR5gksVhtAfY1UYuWUOCCA0QNGwv9pOwdj+XUQ==",
|
|
"_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.1.0.tgz",
|
|
"_shasum": "127165f85f5b4534fb3170a5d3a8be9811bd2a53",
|
|
"_spec": "vuex-persistedstate",
|
|
"_where": "D:\\work\\云美\\legalAffairs-app",
|
|
"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.3"
|
|
},
|
|
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
|
|
"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": "^27.0.2",
|
|
"bundlesize": "^0.18.1",
|
|
"dom-storage": "^2.0.2",
|
|
"eslint": "^7.17.0",
|
|
"husky": "^7.0.0",
|
|
"jest": "^27.0.6",
|
|
"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.1.0"
|
|
}
|