@tixel/vuex-correlated-effects
Version:
Correlated effects is a side effect model for Vuex. Correlated effects use subscribers to provide new sources of actions such as network requests, web socket messages and time-based events. Effects can be correlated back to the component that initially di
47 lines (46 loc) • 1.4 kB
JSON
{
"name": "@tixel/vuex-correlated-effects",
"version": "1.1.3",
"description": "Correlated effects is a side effect model for Vuex. Correlated effects use subscribers to provide new sources of actions such as network requests, web socket messages and time-based events. Effects can be correlated back to the component that initially dispatched the action by matching on component properties.",
"type": "module",
"main": "dist/vuex-effects.js",
"files": [
"dist"
],
"exports": {
"import": "./dist/vuex-effects.js"
},
"scripts": {
"build": "babel vuex-effects.js --out-dir dist --extensions \".js\"",
"watch": "npm run build -- --watch",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TixelRocks/vuex-effects.git"
},
"keywords": [
"Vue",
"Vuex",
"Side",
"Effects",
"Vuex-Effects",
"CorrelatedEffects",
"VuexEffects"
],
"author": "Ian Jamieson",
"license": "ISC",
"bugs": {
"url": "https://github.com/TixelRocks/vuex-effects/issues"
},
"homepage": "https://github.com/TixelRocks/vuex-effects#readme",
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"install": "^0.13.0",
"lodash-es": "^4.17.21",
"npm": "^11.4.2"
}
}