{
  "_from": "lottie-web@^5.13.0",
  "_id": "lottie-web@5.13.0",
  "_inBundle": false,
  "_integrity": "sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==",
  "_location": "/lottie-web",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lottie-web@^5.13.0",
    "name": "lottie-web",
    "escapedName": "lottie-web",
    "rawSpec": "^5.13.0",
    "saveSpec": null,
    "fetchSpec": "^5.13.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.13.0.tgz",
  "_shasum": "441d3df217cc8ba302338c3f168e1a3af0f221d3",
  "_spec": "lottie-web@^5.13.0",
  "_where": "/home/demoaccessworld/public_html/projects/fintech-international-revamp",
  "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",
    "command-line-args": "^5.2.1",
    "eslint": "^7.16.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "express": "^4.18.2",
    "pixelmatch": "^5.3.0",
    "pngjs": "^7.0.0",
    "puppeteer": "^20.5.0",
    "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",
    "test:compare": "node test/index.js -s compare",
    "test:create": "node test/index.js"
  },
  "sideEffects": false,
  "types": "./index.d.ts",
  "version": "5.13.0"
}
