vue-parent-change-transition
Version:
Animate a child component when it's parent changed.
84 lines (83 loc) • 2.44 kB
JSON
{
"_from": "vue-parent-change-transition",
"_id": "vue-parent-change-transition@0.0.1",
"_inBundle": false,
"_integrity": "sha512-jgcpiD5bn/I21K/cLElM1L+IbsW5kXNMaALSFdXCQApiVlypwWS8sPFBXILtYLXqqGhVBD0W3hfgc8Ryvz4s4Q==",
"_location": "/vue-parent-change-transition",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "vue-parent-change-transition",
"name": "vue-parent-change-transition",
"escapedName": "vue-parent-change-transition",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vue-parent-change-transition/-/vue-parent-change-transition-0.0.1.tgz",
"_shasum": "ab88b6b0aac332f919bac738b9c38b0b59595198",
"_spec": "vue-parent-change-transition",
"_where": "/Users/admin/Dropbox/vue-parent-change-transition2/demo",
"author": {
"name": "Ryosuke Inamori"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"bugs": {
"url": "https://github.com/inamori/vue-parent-change-transition/issues"
},
"bundleDependencies": false,
"dependencies": {
"gsap": "^2.0.1",
"hoek": "~>4.2.1",
"vue": "^2.5.11"
},
"deprecated": false,
"description": "Animate a child component when it's parent changed.",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"homepage": "https://github.com/inamori/vue-parent-change-transition#readme",
"keywords": [
"front-end",
"vue",
"vuejs",
"transition",
"tween",
"animate"
],
"license": "MIT",
"main": "dist/index.js",
"name": "vue-parent-change-transition",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/inamori/vue-parent-change-transition.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}