1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
| {
| "_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": "/Users/tomas/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"
| }
|
|