{ "_from": "vue-lottie@^0.2.1", "_id": "vue-lottie@0.2.1", "_inBundle": false, "_integrity": "sha512-zInUX69Ij8MhVR3XArpu4PqqBoufwKxS5UMutWCPm59VUaB5H6GtnaIzf9M+l6aYU+Kr8gF/W9dzWLgRuU6V+Q==", "_location": "/vue-lottie", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vue-lottie@^0.2.1", "name": "vue-lottie", "escapedName": "vue-lottie", "rawSpec": "^0.2.1", "saveSpec": null, "fetchSpec": "^0.2.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/vue-lottie/-/vue-lottie-0.2.1.tgz", "_shasum": "f9f62c34a276e6834255406118fb05b51f765e4b", "_spec": "vue-lottie@^0.2.1", "_where": "D:\\project\\PAM\\PAMapp", "author": { "name": "CHEN Qing" }, "bugs": { "url": "https://github.com/chenqingspring/vue-lottie/issues" }, "bundleDependencies": false, "dependencies": { "lottie-web": "^5.1.9" }, "deprecated": false, "description": "Lottie Animation View for Vue", "devDependencies": { "babel-core": "^6.0.0", "babel-loader": "^6.0.0", "babel-preset-env": "^1.6.1", "cross-env": "^3.0.0", "css-loader": "^0.25.0", "file-loader": "^0.9.0", "standard-version": "^4.0.0", "vue-loader": "^11.1.4", "vue-lottie": "^0.1.0", "vue-template-compiler": "^2.2.1", "webpack": "^2.2.0", "webpack-dev-server": "^2.2.0" }, "homepage": "https://github.com/chenqingspring/vue-lottie#readme", "keywords": [ "vue", "lottie", "vue-component", "vue-animation" ], "license": "MIT", "main": "src/lottie.vue", "name": "vue-lottie", "peerDependencies": { "vue": "^2.5.16" }, "private": false, "repository": { "type": "git", "url": "git+https://github.com/chenqingspring/vue-lottie.git" }, "scripts": { "build": "cross-env NODE_ENV=production webpack --progress --hide-modules", "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", "gh-pages": "git checkout gh-pages && git merge master --no-edit && npm run build && git add . && git commit -m 'chore: build demo' --allow-empty && git push && git checkout master", "release": "git add package.json && git commit -m 'chore: bump version number' && standard-version --first-release && git push --follow-tags origin master && npm run build && npm publish && git checkout ." }, "version": "0.2.1" }