保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
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
{
  "_from": "lottie-web@^5.1.9",
  "_id": "lottie-web@5.9.4",
  "_inBundle": false,
  "_integrity": "sha512-bSs1ZTPifnBVejO1MnQHdfrKfcn02YTCmgOh2wcAEICqRA0V7GzDh8FnwXY6+EzT+i8XOunaIloo/5xC5YNbsA==",
  "_location": "/lottie-web",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lottie-web@^5.1.9",
    "name": "lottie-web",
    "escapedName": "lottie-web",
    "rawSpec": "^5.1.9",
    "saveSpec": null,
    "fetchSpec": "^5.1.9"
  },
  "_requiredBy": [
    "/vue-lottie"
  ],
  "_resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.9.4.tgz",
  "_shasum": "c01478ee5dd47f916cb4bb79040c11d427872d57",
  "_spec": "lottie-web@^5.1.9",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\vue-lottie",
  "bugs": {
    "url": "https://github.com/airbnb/lottie-web/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript",
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.16.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "cheerio": "^1.0.0-rc.2",
    "eslint": "^7.16.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "rollup": "^2.61.0",
    "rollup-plugin-terser": "^7.0.2",
    "uglify-js": "^3.4.9",
    "watch": "^1.0.2"
  },
  "homepage": "https://github.com/airbnb/lottie-web#readme",
  "keywords": [
    "animation",
    "canvas",
    "svg",
    "after effects",
    "plugin",
    "export"
  ],
  "license": "MIT",
  "main": "./build/player/lottie.js",
  "name": "lottie-web",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/lottie-web.git"
  },
  "scripts": {
    "build": "npx eslint ./player/js/**/* && rollup -c && node tasks/build_worker",
    "build_test": "node tasks/build.js",
    "lint": "npx eslint ./player/js/**/*",
    "lint:fix": "npx eslint ./player/js/**/* --fix"
  },
  "types": "./index.d.ts",
  "version": "5.9.4"
}