vue-force-next-tick
Version:
A Vue implantation of the double requestAnimationFrame method to force nextTick()
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "vue-force-next-tick",
"description": "A Vue implantation of the double requestAnimationFrame method to force nextTick()",
"version": "1.2.0",
"author": "Tim Wickstrom <tim@wickstrom.me>",
"license": "MIT",
"maintainers": [
"Tim Wickstrom <tim@wickstrom.me> (https://timwickstrom.com)"
],
"contributors": [
"Tim Wickstrom <tim@wickstrom.me>",
"GU Yiling <justice360@gmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/twickstrom/vue-force-next-tick.git"
},
"bugs": {
"url": "https://github.com/twickstrom/vue-force-next-tick/issues"
},
"keywords": [
"vue",
"vuejs",
"vue.js",
"vue2",
"vue-force-next-tick",
"nextTick",
"forceNextTick",
"requestAnimationFrame",
"double requestAnimationFrame"
],
"homepage": "https://github.com/twickstrom/vue-force-next-tick",
"main": "src/index.js",
"peerDependencies": {
"vue": "^2.6.0 || >=3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}