Skip to content
Snippets Groups Projects
package-lock.json 798 KiB
Newer Older
rhenck's avatar
rhenck committed
      "version": "7.15.7",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helper-validator-option": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helper-wrap-function": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-function-name": "^7.15.4",
        "@babel/template": "^7.15.4",
        "@babel/traverse": "^7.15.4",
        "@babel/types": "^7.15.4"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helper-wrap-function/node_modules/@babel/template": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/code-frame": "^7.14.5",
        "@babel/parser": "^7.15.4",
        "@babel/types": "^7.15.4"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helpers": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/template": "^7.15.4",
        "@babel/traverse": "^7.15.4",
        "@babel/types": "^7.15.4"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/helpers/node_modules/@babel/template": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/code-frame": "^7.14.5",
        "@babel/parser": "^7.15.4",
        "@babel/types": "^7.15.4"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/highlight": {
rhenck's avatar
rhenck committed
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
rhenck's avatar
rhenck committed
        "@babel/helper-validator-identifier": "^7.15.7",
rhenck's avatar
rhenck committed
        "chalk": "^2.0.0",
        "js-tokens": "^4.0.0"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/highlight/node_modules/ansi-styles": {
      "version": "3.2.1",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "color-convert": "^1.9.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@babel/highlight/node_modules/chalk": {
      "version": "2.4.2",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "ansi-styles": "^3.2.1",
        "escape-string-regexp": "^1.0.5",
        "supports-color": "^5.3.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@babel/highlight/node_modules/color-convert": {
      "version": "1.9.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "color-name": "1.1.3"
      }
    },
    "node_modules/@babel/highlight/node_modules/color-name": {
      "version": "1.1.3",
rhenck's avatar
rhenck committed
      "license": "MIT"
rhenck's avatar
rhenck committed
    },
    "node_modules/@babel/highlight/node_modules/has-flag": {
      "version": "3.0.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@babel/highlight/node_modules/supports-color": {
      "version": "5.5.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "has-flag": "^3.0.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@babel/parser": {
rhenck's avatar
rhenck committed
      "version": "7.16.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "bin": {
        "parser": "bin/babel-parser.js"
      },
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4",
        "@babel/plugin-proposal-optional-chaining": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.13.0"
      }
    },
    "node_modules/@babel/plugin-proposal-async-generator-functions": {
      "version": "7.14.7",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/helper-remap-async-to-generator": "^7.14.5",
        "@babel/plugin-syntax-async-generators": "^7.8.4"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-class-properties": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-create-class-features-plugin": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-class-static-block": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-create-class-features-plugin": "^7.15.4",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-class-static-block": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.12.0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-proposal-decorators": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-create-class-features-plugin": "^7.16.0",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-decorators": "^7.16.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-proposal-dynamic-import": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-export-namespace-from": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-json-strings": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-json-strings": "^7.8.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-numeric-separator": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-numeric-separator": "^7.10.4"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-object-rest-spread": {
      "version": "7.15.6",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/compat-data": "^7.15.0",
        "@babel/helper-compilation-targets": "^7.15.4",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
        "@babel/plugin-transform-parameters": "^7.15.4"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-optional-catch-binding": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-optional-chaining": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
        "@babel/plugin-syntax-optional-chaining": "^7.8.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-private-methods": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-create-class-features-plugin": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-private-property-in-object": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-annotate-as-pure": "^7.15.4",
        "@babel/helper-create-class-features-plugin": "^7.15.4",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-proposal-private-property-in-object/node_modules/@babel/helper-annotate-as-pure": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/types": "^7.15.4"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/plugin-proposal-unicode-property-regex": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-create-regexp-features-plugin": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=4"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-async-generators": {
      "version": "7.8.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-class-properties": {
      "version": "7.12.13",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.12.13"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-class-static-block": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-decorators": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-dynamic-import": {
      "version": "7.8.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-export-namespace-from": {
      "version": "7.8.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.3"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-syntax-flow": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-import-meta": {
      "version": "7.10.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.10.4"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-syntax-json-strings": {
      "version": "7.8.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-syntax-jsx": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
      "version": "7.10.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.10.4"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
      "version": "7.8.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-numeric-separator": {
      "version": "7.10.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.10.4"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-object-rest-spread": {
      "version": "7.8.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-optional-catch-binding": {
      "version": "7.8.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-optional-chaining": {
      "version": "7.8.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.8.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-private-property-in-object": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-syntax-top-level-await": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-arrow-functions": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-async-to-generator": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-module-imports": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/helper-remap-async-to-generator": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-block-scoped-functions": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-block-scoping": {
      "version": "7.15.3",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-classes": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-annotate-as-pure": "^7.15.4",
        "@babel/helper-function-name": "^7.15.4",
        "@babel/helper-optimise-call-expression": "^7.15.4",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/helper-replace-supers": "^7.15.4",
        "@babel/helper-split-export-declaration": "^7.15.4",
        "globals": "^11.1.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/types": "^7.15.4"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/plugin-transform-computed-properties": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-destructuring": {
      "version": "7.14.7",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-dotall-regex": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-create-regexp-features-plugin": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-duplicate-keys": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-exponentiation-operator": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-transform-flow-strip-types": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-flow": "^7.16.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-transform-for-of": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-function-name": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-function-name": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-literals": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-member-expression-literals": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-modules-amd": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-module-transforms": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-modules-commonjs": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-module-transforms": "^7.15.4",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/helper-simple-access": "^7.15.4",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-modules-systemjs": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-hoist-variables": "^7.15.4",
        "@babel/helper-module-transforms": "^7.15.4",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/helper-validator-identifier": "^7.14.9",
        "babel-plugin-dynamic-import-node": "^2.3.3"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-modules-umd": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-module-transforms": "^7.14.5",
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
      "version": "7.14.9",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-create-regexp-features-plugin": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0"
      }
    },
    "node_modules/@babel/plugin-transform-new-target": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-object-super": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/helper-replace-supers": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-parameters": {
      "version": "7.15.4",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-property-literals": {
      "version": "7.14.5",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
rhenck's avatar
rhenck committed
    "node_modules/@babel/plugin-transform-react-display-name": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-react-jsx": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-annotate-as-pure": "^7.16.0",
        "@babel/helper-module-imports": "^7.16.0",
        "@babel/helper-plugin-utils": "^7.14.5",
        "@babel/plugin-syntax-jsx": "^7.16.0",
        "@babel/types": "^7.16.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-react-jsx-development": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/plugin-transform-react-jsx": "^7.16.0"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"
      }
    },
    "node_modules/@babel/plugin-transform-react-jsx/node_modules/@babel/helper-annotate-as-pure": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/types": "^7.16.0"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/plugin-transform-react-pure-annotations": {
      "version": "7.16.0",
rhenck's avatar
rhenck committed
      "license": "MIT",
rhenck's avatar
rhenck committed
      "dependencies": {
        "@babel/helper-annotate-as-pure": "^7.16.0",
        "@babel/helper-plugin-utils": "^7.14.5"
      },
      "engines": {
        "node": ">=6.9.0"
      },
      "peerDependencies": {
        "@babel/core": "^7.0.0-0"