UNPKG

vue-async-everything

Version:

Vue Component Plugin for asynchronous data and computed properties.

69 lines (68 loc) 1.59 kB
{ "name": "vue-async-everything", "version": "0.5.0", "description": "Vue Component Plugin for asynchronous data and computed properties.", "main": "./lib/index.js", "scripts": { "build": "webpack -p", "preversion": "npm test", "version": "npm run build", "postversion": "git push origin master && git push origin master --tags && npm publish", "test": "mocha --require test/setup.js ./test/**/*.spec.js" }, "keywords": [ "vue", "asyncComputed", "async computed", "asyncData", "async data", "component", "component data", "component computed", "plugin", "components", "async", "asynchronous", "data", "computed", "property", "properties", "reactive", "promise", "promises", "debounce" ], "author": { "name": "Blaine Hansen", "email": "faichenshing@gmail.com", "url": "http://blainehansen.co/" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/marketdial/vue-async-properties" }, "dependencies": { "babel-runtime": "^6.26.0", "lodash": "^4.17.4" }, "devDependencies": { "@vue/test-utils": "^1.0.0-beta.13", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "bluebird": "^3.5.0", "chai": "^4.1.1", "jsdom": "^11.7.0", "jsdom-global": "^3.0.2", "mocha": "^3.5.0", "vue": "^2.5.16", "vue-template-compiler": "^2.5.16", "vuex": "^3.0.1", "webpack": "^3.5.5" } }