From fbf319eed0c3e3bbe2ff48e36819539bc5c3ca71 Mon Sep 17 00:00:00 2001 From: aldy505 Date: Sat, 13 Feb 2021 14:31:45 +0700 Subject: [PATCH] v2.1.2 chore: bump deps fix: wrong file name chore: refactoring github actions --- .github/workflows/codeql-analysis.yml | 33 +- CHANGELOG.md | 5 + README.md | 2 +- db.json | 9381 ---------------------- index.html | 261 - nuxt.config.js | 1 - package-lock.json | 4415 +++++----- package.json | 16 +- static/favicon.ico | Bin 1393 -> 0 bytes static/{head-icon..png => head-icon.png} | Bin 10 files changed, 2468 insertions(+), 11646 deletions(-) delete mode 100644 db.json delete mode 100644 index.html delete mode 100644 static/favicon.ico rename static/{head-icon..png => head-icon.png} (100%) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b984242..5d36f8c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,9 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ "*" ] pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ "master" ] jobs: analyze: @@ -27,48 +26,24 @@ jobs: fail-fast: false matrix: language: [ 'javascript' ] - # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] - # Learn more: - # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed - + steps: - name: Checkout repository uses: actions/checkout@v2 - name: Setup Node uses: actions/setup-node@v2.1.2 with: - node-version: '12.x' + node-version: '>=14' - name: Install dependencies, lint, build run: | npm install npm run lintfix npm run generate - # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: languages: ${{ matrix.language }} - # If you wish to specify custom queries, you can do so here or in a config file. - # By default, queries listed here will override any specified in a config file. - # Prefix the list here with "+" to use these queries and those in the config file. - # queries: ./path/to/local/query, your-org/your-repo/queries@main - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - #- name: Autobuild - # uses: github/codeql-action/autobuild@v1 - - # ℹ️ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language - - #- run: | - # make bootstrap - # make release - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5012015..2317aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog Each version can be downloaded from [releases](https://github.com/aldy505/cameracalc/releases) page. +## v2.1.2 / 2021-02-13 + - [Code] Refactoring Github Actions + - [File] Wrong file name for `head-icon.png` + - [Dependencies] Updated dependencies + ## v2.1.1 / 2020-10-20 - [Code] Removed Pug JS dependency, template is written in vanilla HTML - [Code] Refactoring code & folder structure diff --git a/README.md b/README.md index 994a00e..fcf4e52 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is actually an impromptu project on my curiosity at calculating something for film camera. As you know (*or you might don't know*), there is no free online camera calculator out there yet that can calculate some of camera's settings like ISO, aperture, FPS, or even footcandle. (*Except ARRI's photometric data, but it's just calculating their light*). **So I made one!** * Running website link: [here](https://cameracalc.reinaldyrafli.com/) -* Rendered HTML source code: [here](https://github.com/aldy505/cameracalc/tree/production) +* Rendered HTML source code: [here](https://github.com/aldy505/cameracalc/releases) ## Features diff --git a/db.json b/db.json deleted file mode 100644 index e622b0a..0000000 --- a/db.json +++ /dev/null @@ -1,9381 +0,0 @@ -{ - "Photometrics": [ - { - "Light_Name": "Aladdin Bi-Flex 2", - "id": 1, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2900-6000", - "Beam_Angle": 140, - "Tungsten": [ - { - "FC": 82, - "LUX": 880 - } - ], - "Daylight": [ - { - "FC": 123, - "LUX": "1,328" - } - ], - "Spot_Diameter": "", - "Watts": "100w", - "Battery_Plate": "V Mount", - "Dimmable": "5-100%", - "CRI": 97, - "TLCI": 98, - "Voltage": "90-260", - "Amps": [ - { - "120V": 0.83, - "230V": 0.43 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1, - "Width": 22, - "Height": 11.8, - "Depth": 0.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.5, - "Width": 56, - "Height": 30, - "Depth": 0.5 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aladdin Bi-Flex 4", - "id": 2, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2900-6000", - "Beam_Angle": 140, - "Tungsten": [ - { - "FC": 173, - "LUX": "1,866" - } - ], - "Daylight": [ - { - "FC": 248, - "LUX": "2,667" - } - ], - "Spot_Diameter": "", - "Watts": "200w", - "Battery_Plate": "V Mount", - "Dimmable": "5-100%", - "CRI": 97, - "TLCI": 98, - "Voltage": "90-260", - "Amps": [ - { - "120V": 1.67, - "230V": 0.87 - } - ], - "Imperial_Measurement": [ - { - "Weight": 2, - "Width": 42.5, - "Height": 11.8, - "Depth": 0.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.9, - "Width": 108, - "Height": 30, - "Depth": 0.5 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aladdin Fabric Lite 200", - "id": 3, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2900-6300", - "Beam_Angle": 140, - "Tungsten": [ - { - "FC": 140, - "LUX": "1,511" - } - ], - "Daylight": [ - { - "FC": 173, - "LUX": "1,867" - } - ], - "Spot_Diameter": "", - "Watts": "200w", - "Battery_Plate": "V Mount", - "Dimmable": "0.5-100%", - "CRI": 97, - "TLCI": 97, - "Voltage": "90-260", - "Amps": [ - { - "120V": 1.67, - "230V": 0.87 - } - ], - "Imperial_Measurement": [ - { - "Weight": 2.5, - "Width": 35.4, - "Height": 35.4, - "Depth": 0.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.2, - "Width": 90, - "Height": 90, - "Depth": 0.5 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aladdin Fabric Lite 350", - "id": 4, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2900-6300", - "Beam_Angle": 140, - "Tungsten": [ - { - "FC": 327, - "LUX": "3,515" - } - ], - "Daylight": [ - { - "FC": 369, - "LUX": "3,973" - } - ], - "Spot_Diameter": "", - "Watts": "350w", - "Battery_Plate": "V Mount", - "Dimmable": "0.5-100%", - "CRI": 97, - "TLCI": 98, - "Voltage": "90-260", - "Amps": [ - { - "120V": 2.92, - "230V": 1.52 - } - ], - "Imperial_Measurement": [ - { - "Weight": 2.6, - "Width": 35.4, - "Height": 35.4, - "Depth": 0.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.2, - "Width": 90, - "Height": 90, - "Depth": 0.5 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aputure Amaran F7", - "id": 5, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "3200-9500", - "Beam_Angle": 45, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 62, - "LUX": 667 - } - ], - "Spot_Diameter": "", - "Watts": "15w", - "Battery_Plate": "Sony NP-F", - "Dimmable": "", - "CRI": 95, - "TLCI": 95, - "Voltage": "", - "Amps": [ - { - "120V": 0.13, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0.6, - "Width": 6.2, - "Height": 3.4, - "Depth": 1.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.3, - "Width": 15.8, - "Height": 8.7, - "Depth": 3.4 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Aputure LightStorm LS1/2W", - "id": 6, - "Type": "LED", - "Style": "Panel", - "Color_Temp": 5500, - "Beam_Angle": 120, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 44, - "LUX": 473 - } - ], - "Spot_Diameter": "", - "Watts": "60w", - "Battery_Plate": "V-Mount/Sony NP-F", - "Dimmable": "0-100%", - "CRI": 98, - "TLCI": 95, - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.5, - "230V": 0.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 6.7, - "Width": 14.2, - "Height": 8.6, - "Depth": 1 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.1, - "Width": 36.1, - "Height": 21.7, - "Depth": 2.5 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "yes" - }, - { - "Light_Name": "Aputure LightStorm LS120d", - "id": 7, - "Type": "LED", - "Style": "Beam", - "Color_Temp": 6000, - "Beam_Angle": "", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 136, - "LUX": "1,466" - } - ], - "Spot_Diameter": "", - "Watts": "135w", - "Battery_Plate": "V-Mount", - "Dimmable": "Dimmable", - "CRI": 96, - "TLCI": 96, - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.13, - "230V": 0.6 - } - ], - "Imperial_Measurement": [ - { - "Weight": 3.5, - "Width": 7.3, - "Height": 11.2, - "Depth": 13.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.6, - "Width": 18.6, - "Height": 28.4, - "Depth": 33.6 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aputure LightStorm LS120d II", - "id": 8, - "Type": "LED", - "Style": "Beam", - "Color_Temp": 5500, - "Beam_Angle": "", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 289, - "LUX": "3,111" - } - ], - "Spot_Diameter": "", - "Watts": "180w", - "Battery_Plate": "V-Mount", - "Dimmable": "Dimmable", - "CRI": 96, - "TLCI": 97, - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.5, - "230V": 0.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 7.6, - "Height": 4.9, - "Depth": 11.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 0, - "Width": 19.3, - "Height": 12.4, - "Depth": 30 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aputure LightStorm LS1C", - "id": 9, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "3200-5500", - "Beam_Angle": 25, - "Tungsten": [ - { - "FC": 300, - "LUX": "3,230" - } - ], - "Daylight": [ - { - "FC": 300, - "LUX": "3,230" - } - ], - "Spot_Diameter": "", - "Watts": "120w", - "Battery_Plate": "V-Mount/Sony NP-F", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": 95, - "Voltage": "100-240", - "Amps": [ - { - "120V": 1, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.6, - "Width": 14.9, - "Height": 12.6, - "Depth": 1.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.3, - "Width": 37.8, - "Height": 32.1, - "Depth": 3.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "yes" - }, - { - "Light_Name": "Aputure LightStorm LS1S", - "id": 10, - "Type": "LED", - "Style": "Panel", - "Color_Temp": 5500, - "Beam_Angle": "5500º", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 400, - "LUX": "4,305" - } - ], - "Spot_Diameter": "", - "Watts": "120w", - "Battery_Plate": "V-Mount/Sony NP-F", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": 95, - "Voltage": "100-240", - "Amps": [ - { - "120V": 1, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.6, - "Width": 14.9, - "Height": 12.6, - "Depth": 1.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.3, - "Width": 37.8, - "Height": 32.1, - "Depth": 3.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "yes" - }, - { - "Light_Name": "Aputure LightStorm LS300d", - "id": 11, - "Type": "LED", - "Style": "Beam", - "Color_Temp": 5500, - "Beam_Angle": "", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 454, - "LUX": "4,887" - } - ], - "Spot_Diameter": "", - "Watts": "300w", - "Battery_Plate": "V-Mount", - "Dimmable": "10-100%", - "CRI": 95, - "TLCI": 96, - "Voltage": "100-240", - "Amps": [ - { - "120V": 2.5, - "230V": 1.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.6, - "Width": 12, - "Height": 7.3, - "Depth": 13.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.1, - "Width": 30.6, - "Height": 18.6, - "Depth": 34.4 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "yes" - }, - { - "Light_Name": "Aputure LightStorm LS300d II", - "id": 12, - "Type": "LED", - "Style": "Beam", - "Color_Temp": 5500, - "Beam_Angle": "", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 468, - "LUX": "5,037" - } - ], - "Spot_Diameter": "", - "Watts": "350w", - "Battery_Plate": "V-Mount", - "Dimmable": "0-100%", - "CRI": 96, - "TLCI": 96, - "Voltage": "100-240", - "Amps": [ - { - "120V": 2.92, - "230V": 1.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Metric_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "yes" - }, - { - "Light_Name": "Aputure LightStorm LS300x", - "id": 13, - "Type": "LED", - "Style": "Beam", - "Color_Temp": "2700-6500", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 204, - "LUX": "2,195" - } - ], - "Daylight": [ - { - "FC": 252, - "LUX": "2,712" - } - ], - "Spot_Diameter": "", - "Watts": "350w", - "Battery_Plate": "V-Mount", - "Dimmable": "0-100%", - "CRI": 96, - "TLCI": 96, - "Voltage": "100-240", - "Amps": [ - { - "120V": 2.92, - "230V": 1.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 25.1, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Metric_Measurement": [ - { - "Weight": 11.4, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX/Bluetooth" - }, - { - "Light_Name": "Aputure LightStorm Mini 20c (Flood)", - "id": 14, - "Type": "LED", - "Style": "Beam", - "Color_Temp": "3200-6500", - "Beam_Angle": 60, - "Tungsten": [ - { - "FC": 30, - "LUX": 321 - } - ], - "Daylight": [ - { - "FC": 30, - "LUX": 321 - } - ], - "Spot_Diameter": "", - "Watts": "30w", - "Battery_Plate": "V-Mount/Sony NP-F", - "Dimmable": "0-100%", - "CRI": 96, - "TLCI": 97, - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.25, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.3, - "Width": 4.8, - "Height": 3.8, - "Depth": 9.1 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.6, - "Width": 12.2, - "Height": 9.7, - "Depth": 23.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aputure LightStorm Mini 20c (Spot)", - "id": 15, - "Type": "LED", - "Style": "Beam", - "Color_Temp": "3200-6500", - "Beam_Angle": 20, - "Tungsten": [ - { - "FC": 173, - "LUX": "1,862" - } - ], - "Daylight": [ - { - "FC": 173, - "LUX": "1,862" - } - ], - "Spot_Diameter": "", - "Watts": "30w", - "Battery_Plate": "V-Mount/Sony NP-F", - "Dimmable": "0-100%", - "CRI": 96, - "TLCI": 97, - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.25, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.3, - "Width": 4.8, - "Height": 3.8, - "Depth": 9.1 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.6, - "Width": 12.2, - "Height": 9.7, - "Depth": 23.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aputure LightStorm Mini 20d (Flood)", - "id": 16, - "Type": "LED", - "Style": "Beam", - "Color_Temp": 7500, - "Beam_Angle": 60, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 74, - "LUX": 799 - } - ], - "Spot_Diameter": "", - "Watts": "30w", - "Battery_Plate": "V-Mount/Sony NP-F", - "Dimmable": "0-100%", - "CRI": 96, - "TLCI": 97, - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.25, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.3, - "Width": 4.8, - "Height": 3.8, - "Depth": 9.1 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.6, - "Width": 12.2, - "Height": 9.7, - "Depth": 23.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Aputure LightStorm Mini 20d (Spot)", - "id": 17, - "Type": "LED", - "Style": "Beam", - "Color_Temp": 7500, - "Beam_Angle": 20, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 413, - "LUX": "4,444" - } - ], - "Spot_Diameter": "", - "Watts": "30w", - "Battery_Plate": "V-Mount/Sony NP-F", - "Dimmable": "0-100%", - "CRI": 96, - "TLCI": 97, - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.25, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.3, - "Width": 4.8, - "Height": 3.8, - "Depth": 9.1 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.6, - "Width": 12.2, - "Height": 9.7, - "Depth": 23.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "Dmx" - }, - { - "Light_Name": "Aputure MC", - "id": 18, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "3200-6500", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 4, - "LUX": 43 - } - ], - "Daylight": [ - { - "FC": 4, - "LUX": 43 - } - ], - "Spot_Diameter": "", - "Watts": "5w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 96, - "TLCI": 97, - "Voltage": "", - "Amps": [ - { - "120V": 0.04, - "230V": 0 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 3.7, - "Height": 2.4, - "Depth": 0.7 - } - ], - "Metric_Measurement": [ - { - "Weight": "", - "Width": 9.3, - "Height": 6.1, - "Depth": 1.7 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "Bluetooth" - }, - { - "Light_Name": "Arri ArriSun AS 40 2500w Daylight (Flood)", - "id": 19, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 6000, - "Beam_Angle": "25x30", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "10,960", - "LUX": "117,973" - } - ], - "Spot_Diameter": 2.22, - "Watts": "2500w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 20.83, - "230V": 10.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 46.1, - "Width": 21.3, - "Height": 18.4, - "Depth": 21.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 20.9, - "Width": 54.1, - "Height": 46.7, - "Depth": 54.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri ArriSun AS 40 2500w Daylight (Spot)", - "id": 20, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 6000, - "Beam_Angle": "41x30", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "18,320", - "LUX": "197,196" - } - ], - "Spot_Diameter": 3.74, - "Watts": "2500w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 20.83, - "230V": 10.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 46.1, - "Width": 21.3, - "Height": 18.4, - "Depth": 21.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 20.9, - "Width": 54.1, - "Height": 46.7, - "Depth": 54.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri ArriSun AS 40 4000w Daylight (Flood)", - "id": 21, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 6000, - "Beam_Angle": "53x30", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "16,080", - "LUX": "173,085" - } - ], - "Spot_Diameter": 4.99, - "Watts": "4000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 33.33, - "230V": 17.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 46.1, - "Width": 21.3, - "Height": 18.4, - "Depth": 21.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 20.9, - "Width": 54.1, - "Height": 46.7, - "Depth": 54.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri ArriSun AS 40 4000w Daylight (Spot)", - "id": 22, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 6000, - "Beam_Angle": "42x30", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "27,240", - "LUX": "293,211" - } - ], - "Spot_Diameter": 3.84, - "Watts": "4000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 33.33, - "230V": 17.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 46.1, - "Width": 21.3, - "Height": 18.4, - "Depth": 21.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 20.9, - "Width": 54.1, - "Height": 46.7, - "Depth": 54.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Compact 1200 Daylight (Flood)", - "id": 23, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 48, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "2,050", - "LUX": "22,066" - } - ], - "Spot_Diameter": 4.45, - "Watts": "1200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 10, - "230V": 5.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 22.7, - "Width": 12.8, - "Height": 13, - "Depth": 23 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.3, - "Width": 32.5, - "Height": 33, - "Depth": 58.4 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Compact 1200 Daylight (Spot)", - "id": 24, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 6.2, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "18,440", - "LUX": "198,488" - } - ], - "Spot_Diameter": 0.54, - "Watts": "1200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 10, - "230V": 5.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 22.7, - "Width": 12.8, - "Height": 13, - "Depth": 23 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.3, - "Width": 32.5, - "Height": 33, - "Depth": 58.4 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Compact 12000 Daylight (Flood)", - "id": 25, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 48, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "23,480", - "LUX": "252,739" - } - ], - "Spot_Diameter": 4.45, - "Watts": "12000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 100, - "230V": 52.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 104.1, - "Width": 28, - "Height": 34.8, - "Depth": 39.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 47.2, - "Width": 71.1, - "Height": 88.4, - "Depth": 99.8 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Compact 12000 Daylight (Spot)", - "id": 26, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 5.3, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "315,232", - "LUX": "3,393,157" - } - ], - "Spot_Diameter": 0.46, - "Watts": "12000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 100, - "230V": 52.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 104.1, - "Width": 28, - "Height": 34.8, - "Depth": 39.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 47.2, - "Width": 71.1, - "Height": 88.4, - "Depth": 99.8 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Compact 200 Daylight (Flood)", - "id": 27, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 52, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 309, - "LUX": "3,326" - } - ], - "Spot_Diameter": 4.88, - "Watts": "200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 1.67, - "230V": 0.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 5.1, - "Width": 7.6, - "Height": 8.6, - "Depth": 11.6 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.3, - "Width": 19.3, - "Height": 21.8, - "Depth": 29.5 - } - ], - "Flicker_Free": "", - "Ballast": "Off-Unit", - "Remote_Control": "" - }, - { - "Light_Name": "Arri Compact 200 Daylight (Spot)", - "id": 28, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 8.5, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "2,597", - "LUX": "27,954" - } - ], - "Spot_Diameter": 0.74, - "Watts": "200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 1.67, - "230V": 0.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 5.1, - "Width": 7.6, - "Height": 8.6, - "Depth": 11.6 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.3, - "Width": 19.3, - "Height": 21.8, - "Depth": 29.5 - } - ], - "Flicker_Free": "", - "Ballast": "Off-Unit", - "Remote_Control": "" - }, - { - "Light_Name": "Arri Compact 2500 Daylight (Flood)", - "id": 29, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 56, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "4,855", - "LUX": "52,259" - } - ], - "Spot_Diameter": 5.32, - "Watts": "2500w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 20.83, - "230V": 10.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 35.9, - "Width": 15.5, - "Height": 19.2, - "Depth": 28.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 16.3, - "Width": 39.4, - "Height": 48.8, - "Depth": 73.4 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Compact 2500 Daylight (Spot)", - "id": 30, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 6.4, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "53,073", - "LUX": "571,278" - } - ], - "Spot_Diameter": 0.56, - "Watts": "2500w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 20.83, - "230V": 10.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 35.9, - "Width": 15.5, - "Height": 19.2, - "Depth": 28.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 16.3, - "Width": 39.4, - "Height": 48.8, - "Depth": 73.4 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Compact 6000 Daylight (Flood)", - "id": 31, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 58, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "12,116", - "LUX": "130,417" - } - ], - "Spot_Diameter": 5.54, - "Watts": "6000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 50, - "230V": 26.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 72.5, - "Width": 24.2, - "Height": 26.9, - "Depth": 31.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 32.9, - "Width": 61.5, - "Height": 68.3, - "Depth": 80 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Compact 6000 Daylight (spot)", - "id": 32, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 5.2, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "189,988", - "LUX": "2,045,031" - } - ], - "Spot_Diameter": 0.45, - "Watts": "6000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 50, - "230V": 26.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 72.5, - "Width": 24.2, - "Height": 26.9, - "Depth": 31.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 32.9, - "Width": 61.5, - "Height": 68.3, - "Depth": 80 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Fresnel Tungsten 1000 (Flood)", - "id": 33, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 42, - "Tungsten": [ - { - "FC": 732, - "LUX": "7,879" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 5.1, - "Watts": "1000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 8.33, - "230V": 4.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.8, - "Width": 10.5, - "Height": 8.9, - "Depth": 10.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.537414966, - "Width": 26.7, - "Height": 22.6, - "Depth": 25.9 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "" - }, - { - "Light_Name": "Arri Fresnel Tungsten 1000 (Spot)", - "id": 34, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 11, - "Tungsten": [ - { - "FC": "4,371", - "LUX": "47,049" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 0.96, - "Watts": "1000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 8.33, - "230V": 4.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.8, - "Width": 10.5, - "Height": 8.9, - "Depth": 10.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.537414966, - "Width": 26.7, - "Height": 22.6, - "Depth": 25.9 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "" - }, - { - "Light_Name": "Arri Fresnel Tungsten 150 (FLOOD)", - "id": 35, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 42, - "Tungsten": [ - { - "FC": 82, - "LUX": 880 - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 4.04, - "Watts": "150w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 100, - "TLCI": "", - "Voltage": "120-230", - "Amps": [ - { - "120V": 1.25, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.8, - "Width": 5.2, - "Height": 6.4, - "Depth": 6.6 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.8, - "Width": 13.2, - "Height": 16.3, - "Depth": 16.8 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri Fresnel Tungsten 150 (SPOT)", - "id": 36, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 14, - "Tungsten": [ - { - "FC": 247, - "LUX": "2,660" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 1.23, - "Watts": "150w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 100, - "TLCI": "", - "Voltage": "120-230", - "Amps": [ - { - "120V": 1.25, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.8, - "Width": 5.2, - "Height": 6.4, - "Depth": 6.6 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.8, - "Width": 13.2, - "Height": 16.3, - "Depth": 16.8 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri Fresnel Tungsten 2000 (Flood)", - "id": 37, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 39, - "Tungsten": [ - { - "FC": "2,004", - "LUX": "21,571" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 3.54, - "Watts": "2000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 16.67, - "230V": 8.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 13.2, - "Width": 12.9, - "Height": 11.4, - "Depth": 12 - } - ], - "Metric_Measurement": [ - { - "Weight": 6, - "Width": 32.8, - "Height": 29, - "Depth": 30.5 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "" - }, - { - "Light_Name": "Arri Fresnel Tungsten 2000 (Spot)", - "id": 38, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 13, - "Tungsten": [ - { - "FC": "6,842", - "LUX": "73,647" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 1.14, - "Watts": "2000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 16.67, - "230V": 8.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 13.2, - "Width": 12.9, - "Height": 11.4, - "Depth": 12 - } - ], - "Metric_Measurement": [ - { - "Weight": 6, - "Width": 32.8, - "Height": 29, - "Depth": 30.5 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "" - }, - { - "Light_Name": "Arri Fresnel Tungsten 300 Plus (FLOOD)", - "id": 39, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 53, - "Tungsten": [ - { - "FC": 180, - "LUX": "1,938" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 5.21, - "Watts": "300w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 100, - "TLCI": "", - "Voltage": "120-230", - "Amps": [ - { - "120V": 2.5, - "230V": 1.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4, - "Width": 8.7, - "Height": 9.2, - "Depth": 6.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.8, - "Width": 22.1, - "Height": 23.3, - "Depth": 16 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri Fresnel Tungsten 300 Plus (SPOT)", - "id": 40, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 14, - "Tungsten": [ - { - "FC": 672, - "LUX": "7,233" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 1.32, - "Watts": "300w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 100, - "TLCI": "", - "Voltage": "120-230", - "Amps": [ - { - "120V": 2.5, - "230V": 1.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4, - "Width": 8.7, - "Height": 9.2, - "Depth": 6.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.8, - "Width": 22.1, - "Height": 23.3, - "Depth": 16 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri Fresnel Tungsten 650 Plus (FLOOD)", - "id": 41, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 52, - "Tungsten": [ - { - "FC": 430, - "LUX": "4,629" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 5.1, - "Watts": "650w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 100, - "TLCI": "", - "Voltage": "120-230", - "Amps": [ - { - "120V": 5.42, - "230V": 2.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 5.7, - "Width": 8.7, - "Height": 10.8, - "Depth": 7.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.6, - "Width": 22.1, - "Height": 27.4, - "Depth": 19.1 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri Fresnel Tungsten 650 Plus (SPOT)", - "id": 42, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 12, - "Tungsten": [ - { - "FC": "2,110", - "LUX": "22,712" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 1.14, - "Watts": "650w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 100, - "TLCI": "", - "Voltage": "120-230", - "Amps": [ - { - "120V": 5.42, - "230V": 2.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 5.7, - "Width": 8.7, - "Height": 10.8, - "Depth": 7.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.6, - "Width": 22.1, - "Height": 27.4, - "Depth": 19.1 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri L10-C (FLOOD)", - "id": 43, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 48, - "Tungsten": [ - { - "FC": 692, - "LUX": "7,449" - } - ], - "Daylight": [ - { - "FC": 768, - "LUX": "8,267" - } - ], - "Spot_Diameter": 4.45, - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 3.33, - "230V": 1.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 41.9, - "Width": 22, - "Height": 19.8, - "Depth": 22.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 19, - "Width": 55.9, - "Height": 50.3, - "Depth": 58.2 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri L10-C (MIDDLE)", - "id": 44, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 30, - "Tungsten": [ - { - "FC": "1,701", - "LUX": "18,310" - } - ], - "Daylight": [ - { - "FC": "1,901", - "LUX": "20,462" - } - ], - "Spot_Diameter": 2.68, - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 3.33, - "230V": 1.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 41.9, - "Width": 22, - "Height": 19.8, - "Depth": 22.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 19, - "Width": 55.9, - "Height": 50.3, - "Depth": 58.2 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri L10-C (SPOT)", - "id": 45, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": 4951, - "LUX": "53,293" - } - ], - "Daylight": [ - { - "FC": 5555, - "LUX": "59,794" - } - ], - "Spot_Diameter": 1.32, - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 3.33, - "230V": 1.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 41.9, - "Width": 22, - "Height": 19.8, - "Depth": 22.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 19, - "Width": 55.9, - "Height": 50.3, - "Depth": 58.2 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri L5-C (FLOOD)", - "id": 46, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 50, - "Tungsten": [ - { - "FC": 137, - "LUX": "1,475" - } - ], - "Daylight": [ - { - "FC": 144, - "LUX": "1,550" - } - ], - "Spot_Diameter": 4.66, - "Watts": "115w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 0.96, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.2, - "Width": 240, - "Height": 278, - "Depth": 280 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.1, - "Width": 609.6, - "Height": 706.1, - "Depth": 711.2 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri L5-C (MIDDLE)", - "id": 47, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 30, - "Tungsten": [ - { - "FC": 348, - "LUX": "3,746" - } - ], - "Daylight": [ - { - "FC": 368, - "LUX": "3,961" - } - ], - "Spot_Diameter": 2.69, - "Watts": "115w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 0.96, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.2, - "Width": 240, - "Height": 278, - "Depth": 280 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.1, - "Width": 609.6, - "Height": 706.1, - "Depth": 711.2 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri L5-C (SPOT)", - "id": 48, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 14, - "Tungsten": [ - { - "FC": "1,120", - "LUX": "12,056" - } - ], - "Daylight": [ - { - "FC": "1,180", - "LUX": "12,702" - } - ], - "Spot_Diameter": 1.21, - "Watts": "115w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 0.96, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.2, - "Width": 240, - "Height": 278, - "Depth": 280 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.1, - "Width": 609.6, - "Height": 706.1, - "Depth": 711.2 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri L7-C (FLOOD)", - "id": 49, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 49, - "Tungsten": [ - { - "FC": 291, - "LUX": "3,132" - } - ], - "Daylight": [ - { - "FC": 323, - "LUX": "3,477" - } - ], - "Spot_Diameter": 4.56, - "Watts": "160w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 1.33, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 24, - "Width": 11.9, - "Height": 14.7, - "Depth": 13.7 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.9, - "Width": 30.2, - "Height": 37.3, - "Depth": 34.8 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri L7-C (MIDDLE)", - "id": 50, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 30, - "Tungsten": [ - { - "FC": 713, - "LUX": "7,675" - } - ], - "Daylight": [ - { - "FC": 796, - "LUX": "8,568" - } - ], - "Spot_Diameter": 2.69, - "Watts": "160w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 1.33, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 24, - "Width": 11.9, - "Height": 14.7, - "Depth": 13.7 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.9, - "Width": 30.2, - "Height": 37.3, - "Depth": 34.8 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri L7-C (SPOT)", - "id": 51, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2800-10000", - "Beam_Angle": 14, - "Tungsten": [ - { - "FC": "2,408", - "LUX": "25,920" - } - ], - "Daylight": [ - { - "FC": "2,704", - "LUX": "29,106" - } - ], - "Spot_Diameter": 1.21, - "Watts": "160w", - "Battery_Plate": "no", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 1.33, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 24, - "Width": 11.9, - "Height": 14.7, - "Depth": 13.7 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.9, - "Width": 30.2, - "Height": 37.3, - "Depth": 34.8 - } - ], - "Flicker_Free": "", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Arri M18 (1200w 1 - SPOT)", - "id": 52, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "27,000", - "LUX": "27,879" - } - ], - "Spot_Diameter": 1.32, - "Watts": "1200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "120-220 VAC", - "Amps": [ - { - "120V": 10, - "230V": 5.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 23.1, - "Width": 15.2, - "Height": 17.6, - "Depth": 15.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.5, - "Width": 38.6, - "Height": 44.7, - "Depth": 38.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri M18 (1200w 2 - MIDDLE)", - "id": 53, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 38, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "6,500", - "LUX": "69,966" - } - ], - "Spot_Diameter": 3.44, - "Watts": "1200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "120-220 VAC", - "Amps": [ - { - "120V": 10, - "230V": 5.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 23.1, - "Width": 15.2, - "Height": 17.6, - "Depth": 15.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.5, - "Width": 38.6, - "Height": 44.7, - "Depth": 38.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri M18 (1200w 3 - FLOOD)", - "id": 54, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 62, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "2,590", - "LUX": "27,879" - } - ], - "Spot_Diameter": 6, - "Watts": "1200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "120-220 VAC", - "Amps": [ - { - "120V": 10, - "230V": 5.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 23.1, - "Width": 15.2, - "Height": 17.6, - "Depth": 15.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.5, - "Width": 38.6, - "Height": 44.7, - "Depth": 38.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri M18 (1800w 1 - SPOT)", - "id": 55, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 16, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "39,200", - "LUX": "421,949" - } - ], - "Spot_Diameter": 1.4, - "Watts": "1800w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "120-220 VAC", - "Amps": [ - { - "120V": 15, - "230V": 7.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 23.1, - "Width": 15.2, - "Height": 17.6, - "Depth": 15.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.5, - "Width": 38.6, - "Height": 44.7, - "Depth": 38.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri M18 (1800w 2 - MIDDLE)", - "id": 56, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 39, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "8,660", - "LUX": "93,216" - } - ], - "Spot_Diameter": 3.5, - "Watts": "1800w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "120-220 VAC", - "Amps": [ - { - "120V": 15, - "230V": 7.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 23.1, - "Width": 15.2, - "Height": 17.6, - "Depth": 15.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.5, - "Width": 38.6, - "Height": 44.7, - "Depth": 38.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri M18 (1800w 3 - FLOOD)", - "id": 57, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 63, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "3,440", - "LUX": "37,028" - } - ], - "Spot_Diameter": 6, - "Watts": "1800w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "120-220 VAC", - "Amps": [ - { - "120V": 15, - "230V": 7.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 23.1, - "Width": 15.2, - "Height": 17.6, - "Depth": 15.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.5, - "Width": 38.6, - "Height": 44.7, - "Depth": 38.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri M40 (4000w - FLOOD)", - "id": 58, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 52, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "10,900", - "LUX": "117,328" - } - ], - "Spot_Diameter": 4.88, - "Watts": "4000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 33.33, - "230V": 17.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 41.9, - "Width": 21.3, - "Height": 18.4, - "Depth": 21.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 19, - "Width": 54.1, - "Height": 46.7, - "Depth": 54.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri M40 (4000w - SPOT)", - "id": 59, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 18, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "77,500", - "LUX": "834,210" - } - ], - "Spot_Diameter": 1.58, - "Watts": "4000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 33.33, - "230V": 17.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 41.9, - "Width": 21.3, - "Height": 18.4, - "Depth": 21.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 19, - "Width": 54.1, - "Height": 46.7, - "Depth": 54.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri M8 (800w - FLOOD)", - "id": 60, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 60, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "1,652", - "LUX": "17,782" - } - ], - "Spot_Diameter": 5.77, - "Watts": "800w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 6.67, - "230V": 3.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 18, - "Height": 13.5, - "Depth": 12.2 - } - ], - "Metric_Measurement": [ - { - "Weight": "", - "Width": 45.7, - "Height": 34.3, - "Depth": 31 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri M8 (800w - SPOT)", - "id": 61, - "Type": "HMI", - "Style": "Open Face", - "Color_Temp": 6000, - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "16,200", - "LUX": "174,377" - } - ], - "Spot_Diameter": 1.32, - "Watts": "800w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 6.67, - "230V": 3.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 18, - "Height": 13.5, - "Depth": 12.2 - } - ], - "Metric_Measurement": [ - { - "Weight": "", - "Width": 45.7, - "Height": 34.3, - "Depth": 31 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "no" - }, - { - "Light_Name": "Arri Skypanel S120-C", - "id": 62, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": 106, - "Tungsten": [ - { - "FC": 488, - "LUX": "5,253" - } - ], - "Daylight": [ - { - "FC": 448, - "LUX": "4,822" - } - ], - "Spot_Diameter": 13.27, - "Watts": "400w", - "Battery_Plate": "3 pin xlr", - "Dimmable": "Dimmable", - "CRI": "94+", - "TLCI": "94+", - "Voltage": "", - "Amps": [ - { - "120V": 3.33, - "230V": 1.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 35.3, - "Width": 57.8, - "Height": 18.6, - "Depth": 5.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 16, - "Width": 146.8, - "Height": 47.2, - "Depth": 13.2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX / Ethernet" - }, - { - "Light_Name": "Arri Skypanel S30-C", - "id": 63, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": 106, - "Tungsten": [ - { - "FC": 221, - "LUX": "2,379" - } - ], - "Daylight": [ - { - "FC": 216, - "LUX": "2,325" - } - ], - "Spot_Diameter": 13.27, - "Watts": "200w", - "Battery_Plate": "3 pin xlr", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "", - "Amps": [ - { - "120V": 1.67, - "230V": 0.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 16.3, - "Width": 22, - "Height": 20, - "Depth": 5.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 7.4, - "Width": 55.9, - "Height": 50.8, - "Depth": 13.2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX / Ethernet" - }, - { - "Light_Name": "Arri Skypanel S360-C", - "id": 64, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": 103, - "Tungsten": [ - { - "FC": "2,028", - "LUX": "21,829" - } - ], - "Daylight": [ - { - "FC": "1,848", - "LUX": "19,892" - } - ], - "Spot_Diameter": 12.57, - "Watts": "1500w", - "Battery_Plate": "3 pin xlr", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "", - "Amps": [ - { - "120V": 12.5, - "230V": 6.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 90.4, - "Width": 62.8, - "Height": 43.5, - "Depth": 8 - } - ], - "Metric_Measurement": [ - { - "Weight": 41, - "Width": 159.5, - "Height": 110.5, - "Depth": 20.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX / Ethernet" - }, - { - "Light_Name": "Arri Skypanel S60-C", - "id": 65, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": 106, - "Tungsten": [ - { - "FC": 453, - "LUX": "4,876" - } - ], - "Daylight": [ - { - "FC": 444, - "LUX": "4,779" - } - ], - "Spot_Diameter": 13.27, - "Watts": "420w", - "Battery_Plate": "3 pin xlr", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "", - "Amps": [ - { - "120V": 3.5, - "230V": 1.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 25.8, - "Width": 32, - "Height": 17, - "Depth": 5.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 11.7, - "Width": 81.3, - "Height": 43.2, - "Depth": 13.2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX / Ethernet" - }, - { - "Light_Name": "Arri TrueBlue D12 (FLOOD)", - "id": 66, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 50, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "2,890", - "LUX": "31,111" - } - ], - "Spot_Diameter": 4.66, - "Watts": "1200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 10, - "230V": 5.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 22.1, - "Width": 14.8, - "Height": 20.1, - "Depth": 12.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 10, - "Width": 37.6, - "Height": 51.1, - "Depth": 32.5 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri TrueBlue D12 (SPOT)", - "id": 67, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 7.5, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "24,464", - "LUX": "263,333" - } - ], - "Spot_Diameter": 0.66, - "Watts": "1200w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 10, - "230V": 5.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 22.1, - "Width": 14.8, - "Height": 20.1, - "Depth": 12.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 10, - "Width": 37.6, - "Height": 51.1, - "Depth": 32.5 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri TrueBlue D25 (FLOOD)", - "id": 68, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 59, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "4,905", - "LUX": "52,797" - } - ], - "Spot_Diameter": 5.66, - "Watts": "2500w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 97, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 20.83, - "230V": 10.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 30.9, - "Width": 18.3, - "Height": 25.3, - "Depth": 15.4 - } - ], - "Metric_Measurement": [ - { - "Weight": 14, - "Width": 46.5, - "Height": 64.3, - "Depth": 39.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri TrueBlue D25 (SPOT)", - "id": 69, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 6, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "64,910", - "LUX": "698,691" - } - ], - "Spot_Diameter": 0.52, - "Watts": "2500w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 97, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 20.83, - "230V": 10.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 30.9, - "Width": 18.3, - "Height": 25.3, - "Depth": 15.4 - } - ], - "Metric_Measurement": [ - { - "Weight": 14, - "Width": 46.5, - "Height": 64.3, - "Depth": 39.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri TrueBlue D40 (FLOOD)", - "id": 70, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 61, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "7,780", - "LUX": "83,744" - } - ], - "Spot_Diameter": 5.89, - "Watts": "4000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 97, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 33.33, - "230V": 17.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 38.6, - "Width": 21, - "Height": 28.6, - "Depth": 15.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 17.5, - "Width": 53.3, - "Height": 72.6, - "Depth": 40.4 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri TrueBlue D40 (SPOT)", - "id": 71, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 6.5, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "79,020", - "LUX": "850,571" - } - ], - "Spot_Diameter": 0.57, - "Watts": "4000w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 97, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 33.33, - "230V": 17.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 38.6, - "Width": 21, - "Height": 28.6, - "Depth": 15.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 17.5, - "Width": 53.3, - "Height": 72.6, - "Depth": 40.4 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri TrueBlue D5 (FLOOD)", - "id": 72, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 56, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "1,195", - "LUX": "12,867" - } - ], - "Spot_Diameter": 5.32, - "Watts": "575w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 97, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 4.79, - "230V": 2.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 13.2, - "Width": 12.9, - "Height": 17.1, - "Depth": 8.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 6, - "Width": 32.8, - "Height": 43.4, - "Depth": 22.4 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri TrueBlue D5 (SPOT)", - "id": 73, - "Type": "HMI", - "Style": "Fresnel", - "Color_Temp": 6000, - "Beam_Angle": 6, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "13,276", - "LUX": "142,899" - } - ], - "Spot_Diameter": 0.52, - "Watts": "575w", - "Battery_Plate": "no", - "Dimmable": "50-100%", - "CRI": 97, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 4.79, - "230V": 2.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 13.2, - "Width": 12.9, - "Height": 17.1, - "Depth": 8.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 6, - "Width": 32.8, - "Height": 43.4, - "Depth": 22.4 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "Arri TrueBlue T1 (Flood)", - "id": 74, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 53, - "Tungsten": [ - { - "FC": 680, - "LUX": "7,320" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 4.99, - "Watts": "1000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 8.33, - "230V": 4.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.5, - "Width": 10.3, - "Height": 11.3, - "Depth": 8.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.2, - "Width": 26.2, - "Height": 28.7, - "Depth": 22.6 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Arri TrueBlue T1 (Spot)", - "id": 75, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 7.7, - "Tungsten": [ - { - "FC": "5,836", - "LUX": "62,819" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 0.67, - "Watts": "1000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 8.33, - "230V": 4.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.5, - "Width": 10.3, - "Height": 11.3, - "Depth": 8.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.2, - "Width": 26.2, - "Height": 28.7, - "Depth": 22.6 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Arri TrueBlue T2 (Flood)", - "id": 76, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 60, - "Tungsten": [ - { - "FC": "1,300", - "LUX": "13,993" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 5.77, - "Watts": "2000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 16.67, - "230V": 8.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 18.1, - "Width": 12.8, - "Height": 14.8, - "Depth": 12.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 8.2, - "Width": 32.5, - "Height": 37.6, - "Depth": 32.5 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Arri TrueBlue T2 (Spot)", - "id": 77, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 12.7, - "Tungsten": [ - { - "FC": "7,776", - "LUX": "83,701" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 1.11, - "Watts": "2000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 16.67, - "230V": 8.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 18.1, - "Width": 12.8, - "Height": 14.8, - "Depth": 12.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 8.2, - "Width": 32.5, - "Height": 37.6, - "Depth": 32.5 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Arri TrueBlue T5 (Flood)", - "id": 78, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 50.6, - "Tungsten": [ - { - "FC": "4,632", - "LUX": "49,859" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 4.73, - "Watts": "5000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 41.67, - "230V": 21.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 27.9, - "Width": 16.1, - "Height": 18.3, - "Depth": 15.4 - } - ], - "Metric_Measurement": [ - { - "Weight": 12.7, - "Width": 40.9, - "Height": 46.5, - "Depth": 39.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Arri TrueBlue T5 (Spot)", - "id": 79, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": 15.5, - "Tungsten": [ - { - "FC": "14,920", - "LUX": "160,599" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": 1.36, - "Watts": "5000w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 100, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 41.67, - "230V": 21.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 27.9, - "Width": 16.1, - "Height": 18.3, - "Depth": 15.4 - } - ], - "Metric_Measurement": [ - { - "Weight": 12.7, - "Width": 40.9, - "Height": 46.5, - "Depth": 39.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Astera Pixel Tube", - "id": 80, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "RGBW", - "Beam_Angle": 180, - "Tungsten": [ - { - "FC": 10, - "LUX": 113 - } - ], - "Daylight": [ - { - "FC": 10, - "LUX": 112 - } - ], - "Spot_Diameter": 14.6, - "Watts": "28w", - "Battery_Plate": "int (wh unpublished)", - "Dimmable": "Dimmable", - "CRI": 88, - "TLCI": "", - "Voltage": "90-264", - "Amps": [ - { - "120V": 0.23, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 2.2, - "Width": 40.7, - "Height": 1.6, - "Depth": 1.6 - } - ], - "Metric_Measurement": [ - { - "Weight": 1, - "Width": 103.4, - "Height": 4.1, - "Depth": 4.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "integrated", - "Remote_Control": "WxDMX / WiFi" - }, - { - "Light_Name": "Astera Titan Tube", - "id": 81, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "RGBW", - "Beam_Angle": 125, - "Tungsten": [ - { - "FC": 32, - "LUX": 343 - } - ], - "Daylight": [ - { - "FC": 32, - "LUX": 343 - } - ], - "Spot_Diameter": 14.6, - "Watts": "48w", - "Battery_Plate": "int (wh unpublished)", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": 97, - "Voltage": "90-264", - "Amps": [ - { - "120V": 0.4, - "230V": 0.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 3, - "Width": 40.7, - "Height": 1.6, - "Depth": 1.6 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.4, - "Width": 103.4, - "Height": 4.1, - "Depth": 4.1 - } - ], - "Flicker_Free": "n/a", - "Ballast": "integrated", - "Remote_Control": "WxDMX / WiFi" - }, - { - "Light_Name": "Dedo Felloni (High-Output)", - "id": 82, - "Type": "LED", - "Style": "Panel", - "Color_Temp": 5600, - "Beam_Angle": 50, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 114, - "LUX": "1,222" - } - ], - "Spot_Diameter": "", - "Watts": "24w", - "Battery_Plate": "V-Mount/GoldMount", - "Dimmable": "", - "CRI": 84, - "TLCI": "", - "Voltage": "100-240 VAC", - "Amps": [ - { - "120V": 0.2, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.4, - "Width": 12, - "Height": 12, - "Depth": 3 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 30.5, - "Height": 30.5, - "Depth": 7.6 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "" - }, - { - "Light_Name": "Dedo Felloni (Low-Profile)", - "id": 83, - "Type": "LED", - "Style": "Panel", - "Color_Temp": 5600, - "Beam_Angle": 30, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 142, - "LUX": "1,524" - } - ], - "Spot_Diameter": "", - "Watts": "24w", - "Battery_Plate": "V-Mount/GoldMount", - "Dimmable": "", - "CRI": 84, - "TLCI": "", - "Voltage": "100-240 VAC", - "Amps": [ - { - "120V": 0.2, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.4, - "Width": 12, - "Height": 12, - "Depth": 3 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 30.5, - "Height": 30.5, - "Depth": 7.6 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "" - }, - { - "Light_Name": "Dedo Felloni (Standard)", - "id": 84, - "Type": "LED", - "Style": "Panel", - "Color_Temp": 5600, - "Beam_Angle": 50, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 74, - "LUX": 795 - } - ], - "Spot_Diameter": "", - "Watts": "24w", - "Battery_Plate": "V-Mount/GoldMount", - "Dimmable": "", - "CRI": 84, - "TLCI": "", - "Voltage": "100-240 VAC", - "Amps": [ - { - "120V": 0.2, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.4, - "Width": 12, - "Height": 12, - "Depth": 3 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 30.5, - "Height": 30.5, - "Depth": 7.6 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "" - }, - { - "Light_Name": "Dedo Felloni Bicolor (High Output)", - "id": 85, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "3200-5600", - "Beam_Angle": 50, - "Tungsten": [ - { - "FC": 63, - "LUX": 676 - } - ], - "Daylight": [ - { - "FC": 63, - "LUX": 676 - } - ], - "Spot_Diameter": "", - "Watts": "24w", - "Battery_Plate": "V-Mount/GoldMount", - "Dimmable": "", - "CRI": 84, - "TLCI": "", - "Voltage": "100-240 VAC", - "Amps": [ - { - "120V": 0.2, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.4, - "Width": 12, - "Height": 12, - "Depth": 3 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 30.5, - "Height": 30.5, - "Depth": 7.6 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "" - }, - { - "Light_Name": "Dedo Felloni Bicolor (Standard)", - "id": 86, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "3200-5600", - "Beam_Angle": 50, - "Tungsten": [ - { - "FC": 41, - "LUX": 440 - } - ], - "Daylight": [ - { - "FC": 41, - "LUX": 440 - } - ], - "Spot_Diameter": "", - "Watts": "24w", - "Battery_Plate": "V-Mount/GoldMount", - "Dimmable": "", - "CRI": 84, - "TLCI": "", - "Voltage": "100-240 VAC", - "Amps": [ - { - "120V": 0.2, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.4, - "Width": 12, - "Height": 12, - "Depth": 3 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 30.5, - "Height": 30.5, - "Depth": 7.6 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "" - }, - { - "Light_Name": "Dedolight DLH4 (Flood)", - "id": 87, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3400, - "Beam_Angle": 48, - "Tungsten": [ - { - "FC": 134, - "LUX": "1,440" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "", - "Watts": "150w", - "Battery_Plate": "no", - "Dimmable": "with dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 1.25, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.2, - "Width": 5, - "Height": 4.9, - "Depth": 6.7 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.6, - "Width": 12.7, - "Height": 12.4, - "Depth": 17 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Dedolight DLH4 (Spot)", - "id": 88, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3400, - "Beam_Angle": 4.5, - "Tungsten": [ - { - "FC": 22, - "LUX": 233 - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "", - "Watts": "150w", - "Battery_Plate": "no", - "Dimmable": "with dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 1.25, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.2, - "Width": 5, - "Height": 4.9, - "Depth": 6.7 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.6, - "Width": 12.7, - "Height": 12.4, - "Depth": 17 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Digital Sputnik DS1", - "id": 89, - "Type": "LED", - "Style": "Beam", - "Color_Temp": "RGBW", - "Beam_Angle": 20, - "Tungsten": [ - { - "FC": "1,336", - "LUX": "14,381" - } - ], - "Daylight": [ - { - "FC": "1,336", - "LUX": "14,381" - } - ], - "Spot_Diameter": "", - "Watts": "140w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "90-260", - "Amps": [ - { - "120V": 1.17, - "230V": 0.6 - } - ], - "Imperial_Measurement": [ - { - "Weight": 2.8, - "Width": 4, - "Height": 4, - "Depth": "" - } - ], - "Metric_Measurement": [ - { - "Weight": 1.3, - "Width": 10.2, - "Height": 10.2, - "Depth": 0 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Removable", - "Remote_Control": "WiFi / WxDMX avail" - }, - { - "Light_Name": "Digital Sputnik DS3", - "id": 90, - "Type": "LED", - "Style": "Beam", - "Color_Temp": "RGBW", - "Beam_Angle": 20, - "Tungsten": [ - { - "FC": "4,008", - "LUX": "43,142" - } - ], - "Daylight": [ - { - "FC": "4,008", - "LUX": "43,142" - } - ], - "Spot_Diameter": "", - "Watts": "420w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "90-260", - "Amps": [ - { - "120V": 3.5, - "230V": 1.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 26.5, - "Width": 16.5, - "Height": 15.7, - "Depth": 9.1 - } - ], - "Metric_Measurement": [ - { - "Weight": 12, - "Width": 41.9, - "Height": 39.9, - "Depth": 23.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Removable", - "Remote_Control": "WiFi / WxDMX avail" - }, - { - "Light_Name": "Digital Sputnik DS6", - "id": 91, - "Type": "LED", - "Style": "Beam", - "Color_Temp": "RGBW", - "Beam_Angle": 20, - "Tungsten": [ - { - "FC": "8,016", - "LUX": "86,284" - } - ], - "Daylight": [ - { - "FC": "8,016", - "LUX": "86,284" - } - ], - "Spot_Diameter": "", - "Watts": "840w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "90-260", - "Amps": [ - { - "120V": 7, - "230V": 3.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 97, - "Width": 24.8, - "Height": 45.3, - "Depth": 10.6 - } - ], - "Metric_Measurement": [ - { - "Weight": 44, - "Width": 63, - "Height": 115.1, - "Depth": 26.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Removable", - "Remote_Control": "WiFi / WxDMX avail" - }, - { - "Light_Name": "Digital Sputnik Voyager 2'", - "id": 92, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "RGBW", - "Beam_Angle": 270, - "Tungsten": [ - { - "FC": "", - "LUX": 225 - } - ], - "Daylight": [ - { - "FC": "", - "LUX": 0 - } - ], - "Spot_Diameter": "", - "Watts": "20w", - "Battery_Plate": "int (45wh)", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 0.17, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 2.4, - "Width": 24, - "Height": 2.5, - "Depth": 2 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.1, - "Width": 61, - "Height": 6.4, - "Depth": 5.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "n/a", - "Remote_Control": "mobile app / WxDMX" - }, - { - "Light_Name": "Digital Sputnik Voyager 4'", - "id": 93, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "RGBW", - "Beam_Angle": 270, - "Tungsten": [ - { - "FC": "", - "LUX": 0 - } - ], - "Daylight": [ - { - "FC": "", - "LUX": 0 - } - ], - "Spot_Diameter": "", - "Watts": "40w", - "Battery_Plate": "int (90wh)", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "", - "Amps": [ - { - "120V": 0.33, - "230V": 0.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.9, - "Width": 44, - "Height": 2.5, - "Depth": 2 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.2, - "Width": 111.8, - "Height": 6.4, - "Depth": 5.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "n/a", - "Remote_Control": "mobile app / WxDMX" - }, - { - "Light_Name": "DMG Lumiere maxiswitch", - "id": 94, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "3000-5600", - "Beam_Angle": "Variable (2 lights hinged)", - "Tungsten": [ - { - "FC": 620, - "LUX": "6,674" - } - ], - "Daylight": [ - { - "FC": 672, - "LUX": "7,233" - } - ], - "Spot_Diameter": "", - "Watts": "520w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-242", - "Amps": [ - { - "120V": 4.33, - "230V": 2.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 27, - "Width": 48, - "Height": 30, - "Depth": 0.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 12.2, - "Width": 121.9, - "Height": 76.2, - "Depth": 1.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "Wifi / WxDMX / Ethernet" - }, - { - "Light_Name": "DMG Lumiere miniswitch", - "id": 95, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "3000-5600", - "Beam_Angle": 45, - "Tungsten": [ - { - "FC": 88, - "LUX": 947 - } - ], - "Daylight": [ - { - "FC": 84, - "LUX": 904 - } - ], - "Spot_Diameter": "", - "Watts": "85w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-241", - "Amps": [ - { - "120V": 0.71, - "230V": 0.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 3.7, - "Width": 23, - "Height": 7.8, - "Depth": 0.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.7, - "Width": 58.4, - "Height": 19.8, - "Depth": 2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX avail" - }, - { - "Light_Name": "DMG Lumiere SL1 Switch", - "id": 96, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "3000-5600", - "Beam_Angle": 45, - "Tungsten": [ - { - "FC": 184, - "LUX": "1,981" - } - ], - "Daylight": [ - { - "FC": 176, - "LUX": "1,894" - } - ], - "Spot_Diameter": "", - "Watts": "170w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.42, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.5, - "Width": 44.4, - "Height": 7.8, - "Depth": 0.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.4, - "Width": 112.8, - "Height": 19.8, - "Depth": 1.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX avail" - }, - { - "Light_Name": "ETC Source 4 Junior Zoom", - "id": 97, - "Type": "Tungsten", - "Style": "Ellipsoidal", - "Color_Temp": 3250, - "Beam_Angle": "21-40", - "Tungsten": [ - { - "FC": "859-3,087", - "LUX": "9,257-33,192" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "1.9-3.64", - "Watts": "575w", - "Battery_Plate": "no", - "Dimmable": "req dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "115-240", - "Amps": [ - { - "120V": 4.79, - "230V": 2.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 10, - "Width": 19.3, - "Height": 18.5, - "Depth": 9.7 - } - ], - "Metric_Measurement": [ - { - "Weight": 4.5, - "Width": 49, - "Height": 47, - "Depth": 24.6 - } - ], - "Flicker_Free": "no", - "Ballast": "n/a", - "Remote_Control": "n/a" - }, - { - "Light_Name": "ETC Source 4 Zoom 15-30", - "id": 98, - "Type": "Tungsten", - "Style": "Ellipsoidal", - "Color_Temp": 3250, - "Beam_Angle": "11-21", - "Tungsten": [ - { - "FC": "4,230-15,840", - "LUX": "45,504-170,316" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "1.9-0.9", - "Watts": "750w", - "Battery_Plate": "no", - "Dimmable": "req dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "115-240", - "Amps": [ - { - "120V": 6.25, - "230V": 3.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 21, - "Width": 29.2, - "Height": 21.1, - "Depth": 9.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 9.5, - "Width": 74.2, - "Height": 53.6, - "Depth": 23.4 - } - ], - "Flicker_Free": "no", - "Ballast": "n/a", - "Remote_Control": "n/a" - }, - { - "Light_Name": "ETC Source 4 Zoom 25-50", - "id": 99, - "Type": "Tungsten", - "Style": "Ellipsoidal", - "Color_Temp": 3250, - "Beam_Angle": "21-29", - "Tungsten": [ - { - "FC": "2,540-6,030", - "LUX": "27,332-64,908" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "1.9-2.6", - "Watts": "750w", - "Battery_Plate": "no", - "Dimmable": "req dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "115-240", - "Amps": [ - { - "120V": 6.25, - "230V": 3.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 17, - "Width": 23.9, - "Height": 21.3, - "Depth": 8.4 - } - ], - "Metric_Measurement": [ - { - "Weight": 7.7, - "Width": 60.7, - "Height": 54.1, - "Depth": 21.3 - } - ], - "Flicker_Free": "no", - "Ballast": "n/a", - "Remote_Control": "n/a" - }, - { - "Light_Name": "K5600 Jokerbug 400 (1 - SPOT)", - "id": 100, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": 3, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "61,760", - "LUX": "664,785" - } - ], - "Spot_Diameter": 0.25, - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 3.33, - "230V": 5.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.5, - "Width": 10.5, - "Height": 7.8, - "Depth": 7.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 26.7, - "Height": 19.7, - "Depth": 19.1 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 400 (2 - MEDIUM)", - "id": 101, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": "26x11", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "6,080", - "LUX": "65,445" - } - ], - "Spot_Diameter": "2.3x.9", - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 3.33, - "230V": 5.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.5, - "Width": 10.5, - "Height": 7.8, - "Depth": 7.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 26.7, - "Height": 19.7, - "Depth": 19.1 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 400 (3 - WIDE)", - "id": 102, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": "58x19", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "1,776", - "LUX": "19,117" - } - ], - "Spot_Diameter": "5.5x1.6", - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 3.33, - "230V": 5.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.5, - "Width": 10.5, - "Height": 7.8, - "Depth": 7.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 26.7, - "Height": 19.7, - "Depth": 19.1 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 400 (4 - SUPER WIDE)", - "id": 103, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": 58, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 752, - "LUX": "8,095" - } - ], - "Spot_Diameter": 5.5, - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 3.33, - "230V": 5.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.5, - "Width": 10.5, - "Height": 7.8, - "Depth": 7.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 26.7, - "Height": 19.7, - "Depth": 19.1 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 400 (5 - FRESNEL FROST)", - "id": 104, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": 44, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 576, - "LUX": "6,200" - } - ], - "Spot_Diameter": 4, - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 3.33, - "230V": 5.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.5, - "Width": 10.5, - "Height": 7.8, - "Depth": 7.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 26.7, - "Height": 19.7, - "Depth": 19.1 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 800 (1 - SPOT)", - "id": 105, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": 4, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "83,760", - "LUX": "901,593" - } - ], - "Spot_Diameter": 0.4, - "Watts": "800w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 6.67, - "230V": 12.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 6, - "Width": 13, - "Height": 9, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.7, - "Width": 33, - "Height": 22.9, - "Depth": 22.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 800 (2 - MEDIUM)", - "id": 106, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": "25x13", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "12,600", - "LUX": "135,626" - } - ], - "Spot_Diameter": "2.3x1.2", - "Watts": "800w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 6.67, - "230V": 12.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 6, - "Width": 13, - "Height": 9, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.7, - "Width": 33, - "Height": 22.9, - "Depth": 22.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 800 (3 - WIDE)", - "id": 107, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": "41x11", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "7,244", - "LUX": "77,974" - } - ], - "Spot_Diameter": "3.75x1", - "Watts": "800w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 6.67, - "230V": 12.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 6, - "Width": 13, - "Height": 9, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.7, - "Width": 33, - "Height": 22.9, - "Depth": 22.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 800 (4 - SUPER WIDE)", - "id": 108, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": 44, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "2,628", - "LUX": "28,288" - } - ], - "Spot_Diameter": 4, - "Watts": "800w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 6.67, - "230V": 12.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 6, - "Width": 13, - "Height": 9, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.7, - "Width": 33, - "Height": 22.9, - "Depth": 22.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "K5600 Jokerbug 800 (5 - FRESNEL FROST)", - "id": 109, - "Type": "HMI", - "Style": "PAR", - "Color_Temp": 5600, - "Beam_Angle": 37, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "1,552", - "LUX": "16,706" - } - ], - "Spot_Diameter": 3.4, - "Watts": "800w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": "", - "TLCI": "", - "Voltage": "90-132 or 180-265", - "Amps": [ - { - "120V": 6.67, - "230V": 12.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 6, - "Width": 13, - "Height": 9, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.7, - "Width": 33, - "Height": 22.9, - "Depth": 22.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "N/A" - }, - { - "Light_Name": "KinoFlo 2' 4-Bank", - "id": 110, - "Type": "Fluorescent", - "Style": "Array", - "Color_Temp": "2900, 3200, 5500", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 44, - "LUX": 474 - } - ], - "Daylight": [ - { - "FC": 44, - "LUX": 474 - } - ], - "Spot_Diameter": "", - "Watts": "160w", - "Battery_Plate": "no", - "Dimmable": "no", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.33, - "230V": 1.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.5, - "Width": 27, - "Height": 13, - "Depth": 2.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.4, - "Width": 68.6, - "Height": 33, - "Depth": 6.4 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "DMX avail" - }, - { - "Light_Name": "KinoFlo 4' 4-Bank", - "id": 111, - "Type": "Fluorescent", - "Style": "Array", - "Color_Temp": "2900, 3200, 5500", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 128, - "LUX": "1,378" - } - ], - "Daylight": [ - { - "FC": 128, - "LUX": "1,378" - } - ], - "Spot_Diameter": "", - "Watts": "300w", - "Battery_Plate": "no", - "Dimmable": "~28% or 100%", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 2.5, - "230V": 2.6 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.5, - "Width": 52, - "Height": 13, - "Depth": 3.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.2, - "Width": 132.1, - "Height": 33, - "Depth": 8.9 - } - ], - "Flicker_Free": "no", - "Ballast": "Off Unit", - "Remote_Control": "DMX avail" - }, - { - "Light_Name": "KinoFlo Celeb 450", - "id": 112, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 236, - "LUX": "2,540" - } - ], - "Daylight": [ - { - "FC": 236, - "LUX": "2,540" - } - ], - "Spot_Diameter": "", - "Watts": "255w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 2.13, - "230V": 2.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 26, - "Width": 45, - "Height": 14, - "Depth": 5 - } - ], - "Metric_Measurement": [ - { - "Weight": 11.8, - "Width": 114.3, - "Height": 35.6, - "Depth": 12.7 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX / WxDMX" - }, - { - "Light_Name": "KinoFlo Celeb 850", - "id": 113, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 444, - "LUX": "4,779" - } - ], - "Daylight": [ - { - "FC": 444, - "LUX": "4,779" - } - ], - "Spot_Diameter": "", - "Watts": "575w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 4.79, - "230V": 5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 40, - "Width": 45, - "Height": 25, - "Depth": 6 - } - ], - "Metric_Measurement": [ - { - "Weight": 18.1, - "Width": 114.3, - "Height": 63.5, - "Depth": 15.2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX / WxDMX" - }, - { - "Light_Name": "KinoFlo Diva-Lite 20", - "id": 114, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 104, - "LUX": "1,119" - } - ], - "Daylight": [ - { - "FC": 104, - "LUX": "1,119" - } - ], - "Spot_Diameter": "", - "Watts": "123w", - "Battery_Plate": "proprietary / 3pin xlr", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.03, - "230V": 1.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 14.5, - "Width": 25, - "Height": 13, - "Depth": 6 - } - ], - "Metric_Measurement": [ - { - "Weight": 6.6, - "Width": 63.5, - "Height": 33, - "Depth": 15.2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX / WxDMX" - }, - { - "Light_Name": "KinoFlo Diva-Lite 30", - "id": 115, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 112, - "LUX": "1,206" - } - ], - "Daylight": [ - { - "FC": 112, - "LUX": "1,206" - } - ], - "Spot_Diameter": "", - "Watts": "129w", - "Battery_Plate": "proprietary / 3pin xlr", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.08, - "230V": 1.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 17, - "Width": 39, - "Height": 10.5, - "Depth": 6 - } - ], - "Metric_Measurement": [ - { - "Weight": 7.7, - "Width": 99.1, - "Height": 26.7, - "Depth": 15.2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX / WxDMX" - }, - { - "Light_Name": "KinoFlo Select 20 / Freestyle 21", - "id": 116, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 104, - "LUX": "1,119" - } - ], - "Daylight": [ - { - "FC": 104, - "LUX": "1,119" - } - ], - "Spot_Diameter": "", - "Watts": "123w", - "Battery_Plate": "proprietary / 3pin xlr", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.03, - "230V": 1.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11.5, - "Width": 26.5, - "Height": 13, - "Depth": 3.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.2, - "Width": 67.3, - "Height": 33, - "Depth": 8.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX / WxDMX" - }, - { - "Light_Name": "KinoFlo Select 30 / Freestyle 31", - "id": 117, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": "", - "Tungsten": [ - { - "FC": 112, - "LUX": "1,206" - } - ], - "Daylight": [ - { - "FC": 112, - "LUX": "1,206" - } - ], - "Spot_Diameter": "", - "Watts": "130w", - "Battery_Plate": "proprietary / 3pin xlr", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.08, - "230V": 1.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 15, - "Width": 40.5, - "Height": 10.5, - "Depth": 3.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 6.8, - "Width": 102.9, - "Height": 26.7, - "Depth": 8.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX / WxDMX" - }, - { - "Light_Name": "Litemat+ 1", - "id": 118, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2600-6200", - "Beam_Angle": 112, - "Tungsten": [ - { - "FC": 85, - "LUX": 918 - } - ], - "Daylight": [ - { - "FC": 85, - "LUX": 918 - } - ], - "Spot_Diameter": "14.6 x 14.75", - "Watts": "50w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.42, - "230V": 2.08 - } - ], - "Imperial_Measurement": [ - { - "Weight": 2.5, - "Width": 21, - "Height": 11.5, - "Depth": 0.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.1, - "Width": 53.3, - "Height": 29.2, - "Depth": 2.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Litemat+ 2", - "id": 119, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2600-6200", - "Beam_Angle": 112, - "Tungsten": [ - { - "FC": 161, - "LUX": "1,733" - } - ], - "Daylight": [ - { - "FC": 161, - "LUX": "1,733" - } - ], - "Spot_Diameter": "14.75 x 14.92", - "Watts": "100w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.83, - "230V": 4.17 - } - ], - "Imperial_Measurement": [ - { - "Weight": 3.8, - "Width": 21, - "Height": 21, - "Depth": 0.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.7, - "Width": 53.3, - "Height": 53.3, - "Depth": 2.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Litemat+ 2L", - "id": 120, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2600-6200", - "Beam_Angle": 112, - "Tungsten": [ - { - "FC": 163, - "LUX": "1,755" - } - ], - "Daylight": [ - { - "FC": 163, - "LUX": "1,755" - } - ], - "Spot_Diameter": 14.8, - "Watts": "100w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.83, - "230V": 4.17 - } - ], - "Imperial_Measurement": [ - { - "Weight": 3.8, - "Width": 40, - "Height": 11.5, - "Depth": 0.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.7, - "Width": 101.6, - "Height": 29.2, - "Depth": 2.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Litemat+ 3", - "id": 121, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2600-6200", - "Beam_Angle": 112, - "Tungsten": [ - { - "FC": 213, - "LUX": "2,293" - } - ], - "Daylight": [ - { - "FC": 213, - "LUX": "2,293" - } - ], - "Spot_Diameter": 14.8, - "Watts": "150w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.25, - "230V": 6.25 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.8, - "Width": 30.5, - "Height": 21, - "Depth": 0.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.2, - "Width": 77.5, - "Height": 53.3, - "Depth": 2.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Litemat+ 4", - "id": 122, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "2600-6200", - "Beam_Angle": 112, - "Tungsten": [ - { - "FC": 256, - "LUX": "2,756" - } - ], - "Daylight": [ - { - "FC": 256, - "LUX": "2,756" - } - ], - "Spot_Diameter": "14.75 x 14.8", - "Watts": "200w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.67, - "230V": 8.33 - } - ], - "Imperial_Measurement": [ - { - "Weight": 6.2, - "Width": 40, - "Height": 21, - "Depth": 0.9 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.8, - "Width": 101.6, - "Height": 53.3, - "Depth": 2.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Litepanels Astra 3x Bi-Color", - "id": 123, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "3200-5600", - "Beam_Angle": 46, - "Tungsten": [ - { - "FC": 301, - "LUX": "3,240" - } - ], - "Daylight": [ - { - "FC": 345, - "LUX": "3,714" - } - ], - "Spot_Diameter": 4.25, - "Watts": "55w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95/D 98/T", - "TLCI": "95/D 98/T", - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.46, - "230V": 0.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7, - "Width": 17.7, - "Height": 16.3, - "Depth": 5.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.2, - "Width": 45, - "Height": 41.4, - "Depth": 13.5 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "BT & DMX avail" - }, - { - "Light_Name": "Litepanels Astra 6x Bi-Color", - "id": 124, - "Type": "LED", - "Style": "Panel", - "Color_Temp": "3200-5600", - "Beam_Angle": 46, - "Tungsten": [ - { - "FC": 528, - "LUX": "5,683" - } - ], - "Daylight": [ - { - "FC": 588, - "LUX": "6,329" - } - ], - "Spot_Diameter": 4.25, - "Watts": "105w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95/D 98/T", - "TLCI": "95/D 98/T", - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.88, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7, - "Width": 17.7, - "Height": 16.3, - "Depth": 5.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.2, - "Width": 45, - "Height": 41.4, - "Depth": 13.5 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "BT & DMX avail" - }, - { - "Light_Name": "Litepanels Astra Soft", - "id": 125, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "3200-5600", - "Beam_Angle": 96, - "Tungsten": [ - { - "FC": 95, - "LUX": "1,023" - } - ], - "Daylight": [ - { - "FC": 109, - "LUX": "1,173" - } - ], - "Spot_Diameter": 11.1, - "Watts": "105w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95/D 98/T", - "TLCI": "95/D 98/T", - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.88, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7, - "Width": 17.7, - "Height": 16.3, - "Depth": 5.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.2, - "Width": 45, - "Height": 41.4, - "Depth": 13.5 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "BT & DMX avail" - }, - { - "Light_Name": "Litepanels Gemini", - "id": 126, - "Type": "LED", - "Style": "Soft Panel", - "Color_Temp": "RGBW", - "Beam_Angle": 93, - "Tungsten": [ - { - "FC": 389, - "LUX": "4,187" - } - ], - "Daylight": [ - { - "FC": 389, - "LUX": "4,187" - } - ], - "Spot_Diameter": 10.5, - "Watts": "350w", - "Battery_Plate": "3 pin xlr", - "Dimmable": "Dimmable", - "CRI": "97/D 99/T", - "TLCI": "97/D 99/T", - "Voltage": "100-240", - "Amps": [ - { - "120V": 2.92, - "230V": 1.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 22.2, - "Width": 25, - "Height": 12.5, - "Depth": 6.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 10.1, - "Width": 63.5, - "Height": 31.8, - "Depth": 16.5 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "BT & DMX incl" - }, - { - "Light_Name": "Litepanels Sola 12 (Flood)", - "id": 127, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 54, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 760, - "LUX": "8,181" - } - ], - "Spot_Diameter": 5.1, - "Watts": "346w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": 89, - "TLCI": 89, - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 2.88, - "230V": 1.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 35, - "Width": 14.3, - "Height": 18.8, - "Depth": 15 - } - ], - "Metric_Measurement": [ - { - "Weight": 15.9, - "Width": 36.2, - "Height": 47.6, - "Depth": 38.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 12 (Spot)", - "id": 128, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "5,294", - "LUX": "56,985" - } - ], - "Spot_Diameter": 1.3, - "Watts": "346w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": 89, - "TLCI": 89, - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 2.88, - "230V": 1.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 35, - "Width": 14.3, - "Height": 18.8, - "Depth": 15 - } - ], - "Metric_Measurement": [ - { - "Weight": 15.9, - "Width": 36.2, - "Height": 47.6, - "Depth": 38.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 4+ (Flood)", - "id": 129, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 71, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 87, - "LUX": 936 - } - ], - "Spot_Diameter": 7.2, - "Watts": "53w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": 95, - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 0.44, - "230V": 0.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 3.6, - "Width": 7, - "Height": 8, - "Depth": 11 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.6, - "Width": 17.8, - "Height": 20.3, - "Depth": 27.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 4+ (Spot)", - "id": 130, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "1,128", - "LUX": "12,142" - } - ], - "Spot_Diameter": 1.3, - "Watts": "53w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": 95, - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 0.44, - "230V": 0.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 3.6, - "Width": 7, - "Height": 8, - "Depth": 11 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.6, - "Width": 17.8, - "Height": 20.3, - "Depth": 27.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 6+ (Flood)", - "id": 131, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 67, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 234, - "LUX": "2,519" - } - ], - "Spot_Diameter": 6.7, - "Watts": "104w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": 95, - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 0.87, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 9.1, - "Width": 10, - "Height": 11, - "Depth": 15 - } - ], - "Metric_Measurement": [ - { - "Weight": 4.1, - "Width": 25.4, - "Height": 27.9, - "Depth": 38.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 6+ (Spot)", - "id": 132, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 16, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "2,436", - "LUX": "26,221" - } - ], - "Spot_Diameter": 1.4, - "Watts": "104w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": 95, - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 0.87, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 9.1, - "Width": 10, - "Height": 11, - "Depth": 15 - } - ], - "Metric_Measurement": [ - { - "Weight": 4.1, - "Width": 25.4, - "Height": 27.9, - "Depth": 38.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 6C (Flood)", - "id": 133, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 70, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 167, - "LUX": "1,798" - } - ], - "Spot_Diameter": 7.1, - "Watts": "104w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": 95, - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 0.87, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 9.1, - "Width": 10, - "Height": 11, - "Depth": 15 - } - ], - "Metric_Measurement": [ - { - "Weight": 4.1, - "Width": 25.4, - "Height": 27.9, - "Depth": 38.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 6C (Spot)", - "id": 134, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 16, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "1,454", - "LUX": "15,651" - } - ], - "Spot_Diameter": 1.4, - "Watts": "104w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": 95, - "TLCI": 95, - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 0.87, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 9.1, - "Width": 10, - "Height": 11, - "Depth": 15 - } - ], - "Metric_Measurement": [ - { - "Weight": 4.1, - "Width": 25.4, - "Height": 27.9, - "Depth": 38.1 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 9 (Flood)", - "id": 135, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 67, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 604, - "LUX": "6,501" - } - ], - "Spot_Diameter": 5, - "Watts": "190w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": "", - "TLCI": "", - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 1.58, - "230V": 0.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 16.6, - "Width": 12.5, - "Height": 16.3, - "Depth": 19 - } - ], - "Metric_Measurement": [ - { - "Weight": 7.5, - "Width": 31.8, - "Height": 41.3, - "Depth": 48.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Litepanels Sola 9 (Spot)", - "id": 136, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5500, - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "3,124", - "LUX": "33,627" - } - ], - "Spot_Diameter": 1.2, - "Watts": "190w", - "Battery_Plate": "GoldMount 4 pin XLR", - "Dimmable": "0-100%", - "CRI": "", - "TLCI": "", - "Voltage": "100 - 240", - "Amps": [ - { - "120V": 1.58, - "230V": 0.8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 16.6, - "Width": 12.5, - "Height": 16.3, - "Depth": 19 - } - ], - "Metric_Measurement": [ - { - "Weight": 7.5, - "Width": 31.8, - "Height": 41.3, - "Depth": 48.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "LiteTile+ 4", - "id": 137, - "Type": "LED", - "Style": "Flex Panel", - "Color_Temp": "2600-6200", - "Beam_Angle": "112-360", - "Tungsten": [ - { - "FC": 244, - "LUX": "2,626" - } - ], - "Daylight": [ - { - "FC": 244, - "LUX": "2,626" - } - ], - "Spot_Diameter": "14.8x14.7", - "Watts": "200w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "100-240", - "Amps": [ - { - "120V": 1.67, - "230V": 8.33 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.4, - "Width": 46.5, - "Height": 24, - "Depth": 0.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 2, - "Width": 118.1, - "Height": 61, - "Depth": 1.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "LiteTile+ 8", - "id": 138, - "Type": "LED", - "Style": "Flex Panel", - "Color_Temp": "2600-6200", - "Beam_Angle": "112-360", - "Tungsten": [ - { - "FC": 456, - "LUX": "4,908" - } - ], - "Daylight": [ - { - "FC": 456, - "LUX": "4,908" - } - ], - "Spot_Diameter": "14.9x14", - "Watts": "400w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95+", - "TLCI": "95+", - "Voltage": "100-240", - "Amps": [ - { - "120V": 3.33, - "230V": 16.67 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.6, - "Width": 92, - "Height": 24, - "Depth": 0.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.4, - "Width": 233.7, - "Height": 61, - "Depth": 1.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Lupo Datled 2000 Daylight (Flood)", - "id": 139, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5786, - "Beam_Angle": 55, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 584, - "LUX": "6,286" - } - ], - "Spot_Diameter": "", - "Watts": "220w", - "Battery_Plate": "4 pin XLR", - "Dimmable": "0-100%", - "CRI": 96.7, - "TLCI": "", - "Voltage": "90-240", - "Amps": [ - { - "120V": 1.83, - "230V": 1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 10.6, - "Width": 11, - "Height": 10, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 4.8, - "Width": 27.9, - "Height": 25.4, - "Depth": 22.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Lupo Datled 2000 Daylight (Spot)", - "id": 140, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5786, - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "3,316", - "LUX": "35,693" - } - ], - "Spot_Diameter": "", - "Watts": "220w", - "Battery_Plate": "4 pin XLR", - "Dimmable": "0-100%", - "CRI": 96.7, - "TLCI": "", - "Voltage": "90-240", - "Amps": [ - { - "120V": 1.83, - "230V": 1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 10.6, - "Width": 11, - "Height": 10, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 4.8, - "Width": 27.9, - "Height": 25.4, - "Depth": 22.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Lupo Dayled 1000 Daylight (Flood)", - "id": 141, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5645, - "Beam_Angle": 50, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 157, - "LUX": "1,687" - } - ], - "Spot_Diameter": "", - "Watts": "110w", - "Battery_Plate": "4 pin XLR", - "Dimmable": "0-100%", - "CRI": 92.5, - "TLCI": "", - "Voltage": "90-240", - "Amps": [ - { - "120V": 0.92, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.7, - "Width": 8, - "Height": 10, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.5, - "Width": 20.3, - "Height": 25.4, - "Depth": 22.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Lupo Dayled 1000 Daylight (Spot)", - "id": 142, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5645, - "Beam_Angle": 18, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 381, - "LUX": "4,098" - } - ], - "Spot_Diameter": "", - "Watts": "110w", - "Battery_Plate": "4 pin XLR", - "Dimmable": "0-100%", - "CRI": 92.5, - "TLCI": "", - "Voltage": "90-240", - "Amps": [ - { - "120V": 0.92, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.7, - "Width": 8, - "Height": 10, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.5, - "Width": 20.3, - "Height": 25.4, - "Depth": 22.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Lupo Dayled 1000 Tungsten (Flood)", - "id": 143, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 3217, - "Beam_Angle": 55, - "Tungsten": [ - { - "FC": 136, - "LUX": "1,468" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "", - "Watts": "110w", - "Battery_Plate": "4 pin XLR", - "Dimmable": "0-100%", - "CRI": 91.7, - "TLCI": "", - "Voltage": "90-240", - "Amps": [ - { - "120V": 0.92, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.7, - "Width": 8, - "Height": 10, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.5, - "Width": 20.3, - "Height": 25.4, - "Depth": 22.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Lupo Dayled 1000 Tungsten (Spot)", - "id": 144, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 3217, - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": 348, - "LUX": "3,741" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "", - "Watts": "110w", - "Battery_Plate": "4 pin XLR", - "Dimmable": "0-100%", - "CRI": 91.7, - "TLCI": "", - "Voltage": "90-240", - "Amps": [ - { - "120V": 0.92, - "230V": 0.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 7.7, - "Width": 8, - "Height": 10, - "Depth": 9 - } - ], - "Metric_Measurement": [ - { - "Weight": 3.5, - "Width": 20.3, - "Height": 25.4, - "Depth": 22.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Lupo Dayled 650 Daylight (Flood)", - "id": 145, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 6019, - "Beam_Angle": 55, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 112, - "LUX": "1,206" - } - ], - "Spot_Diameter": "", - "Watts": "60w", - "Battery_Plate": "4 pin XLR", - "Dimmable": "0-100%", - "CRI": 96.2, - "TLCI": "", - "Voltage": "90-240", - "Amps": [ - { - "120V": 0.5, - "230V": 0.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 5.5, - "Width": 7.5, - "Height": 6, - "Depth": 7 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.5, - "Width": 19.1, - "Height": 15.2, - "Depth": 17.8 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Lupo Dayled 650 Daylight (Spot)", - "id": 146, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 6019, - "Beam_Angle": 15, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 532, - "LUX": "5,726" - } - ], - "Spot_Diameter": "", - "Watts": "60w", - "Battery_Plate": "4 pin XLR", - "Dimmable": "0-100%", - "CRI": 96.2, - "TLCI": "", - "Voltage": "90-240", - "Amps": [ - { - "120V": 0.5, - "230V": 0.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 5.5, - "Width": 7.5, - "Height": 6, - "Depth": 7 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.5, - "Width": 19.1, - "Height": 15.2, - "Depth": 17.8 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Mole Baby 1k", - "id": 147, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": "15-58", - "Tungsten": [ - { - "FC": "700-6,320", - "LUX": "7,535-68,028" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "4.3-.8", - "Watts": "1000w", - "Battery_Plate": "no", - "Dimmable": "req dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "120-240", - "Amps": [ - { - "120V": 8.33, - "230V": 8.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 13.8, - "Width": 11.3, - "Height": 10.5, - "Depth": 8.5 - } - ], - "Metric_Measurement": [ - { - "Weight": 6.2, - "Width": 28.6, - "Height": 26.7, - "Depth": 21.6 - } - ], - "Flicker_Free": "no", - "Ballast": "n/a", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Mole Baby 200w Bi-Color LED", - "id": 148, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2700-6500", - "Beam_Angle": "10-55", - "Tungsten": [ - { - "FC": "1,300", - "LUX": "19,375" - } - ], - "Daylight": [ - { - "FC": "460-1,800", - "LUX": "7,320-20,452" - } - ], - "Spot_Diameter": 0.9, - "Watts": "200w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 90, - "TLCI": "", - "Voltage": "90-250", - "Amps": [ - { - "120V": 1.67, - "230V": 2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 13, - "Width": 12.4, - "Height": 11.2, - "Depth": 10 - } - ], - "Metric_Measurement": [ - { - "Weight": 5.9, - "Width": 31.5, - "Height": 28.4, - "Depth": 25.4 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX, WxDMX, BT" - }, - { - "Light_Name": "Mole Junior 2k", - "id": 149, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": "27-55", - "Tungsten": [ - { - "FC": "1,600-6,000", - "LUX": "17,222-64,585" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "4.25-1.4", - "Watts": "2000w", - "Battery_Plate": "no", - "Dimmable": "req dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "120-240", - "Amps": [ - { - "120V": 16.67, - "230V": 16.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 16.5, - "Width": 11.8, - "Height": 13.3, - "Depth": 9.8 - } - ], - "Metric_Measurement": [ - { - "Weight": 7.5, - "Width": 29.8, - "Height": 33.7, - "Depth": 24.8 - } - ], - "Flicker_Free": "no", - "Ballast": "n/a", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Mole Junior 300w Bi-Color LED", - "id": 150, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2700-6500", - "Beam_Angle": "10-55", - "Tungsten": [ - { - "FC": "620-1,800", - "LUX": "6,674-19,375" - } - ], - "Daylight": [ - { - "FC": "680-1,900", - "LUX": "20,452-7,320" - } - ], - "Spot_Diameter": 1.1, - "Watts": "300w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "90-250", - "Amps": [ - { - "120V": 2.5, - "230V": 3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 17, - "Width": 12.6, - "Height": 13.6, - "Depth": 14 - } - ], - "Metric_Measurement": [ - { - "Weight": 7.7, - "Width": 32, - "Height": 34.5, - "Depth": 35.6 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX, WxDMX, BT" - }, - { - "Light_Name": "Mole Midget 200w", - "id": 151, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": "12-58", - "Tungsten": [ - { - "FC": "110-1,060", - "LUX": "1,184-11,410" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "4.3-.6", - "Watts": "200w", - "Battery_Plate": "no", - "Dimmable": "req dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "120-240", - "Amps": [ - { - "120V": 1.67, - "230V": 1.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4.8, - "Width": 6.3, - "Height": 6.1, - "Depth": 4 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.2, - "Width": 15.9, - "Height": 15.5, - "Depth": 10.2 - } - ], - "Flicker_Free": "no", - "Ballast": "n/a", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Mole Senior 5k", - "id": 152, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": "17-61", - "Tungsten": [ - { - "FC": "3,800-23,200", - "LUX": "40,903-249,725" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "4.7-.9", - "Watts": "5000w", - "Battery_Plate": "no", - "Dimmable": "req dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "120-240", - "Amps": [ - { - "120V": 41.67, - "230V": 41.6 - } - ], - "Imperial_Measurement": [ - { - "Weight": 33.8, - "Width": 17.3, - "Height": 14, - "Depth": 16 - } - ], - "Metric_Measurement": [ - { - "Weight": 15.3, - "Width": 43.8, - "Height": 35.6, - "Depth": 40.6 - } - ], - "Flicker_Free": "no", - "Ballast": "n/a", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Mole Senior 900w LED (Daylight)", - "id": 153, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5600, - "Beam_Angle": "10-55", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "4,000-8,000", - "LUX": "43,056-86,112" - } - ], - "Spot_Diameter": "", - "Watts": "900w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 90, - "TLCI": "", - "Voltage": "90-250", - "Amps": [ - { - "120V": 7.5, - "230V": 8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 41, - "Width": 20.7, - "Height": 24.6, - "Depth": 17.4 - } - ], - "Metric_Measurement": [ - { - "Weight": 18.6, - "Width": 52.6, - "Height": 62.5, - "Depth": 44.2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Mole Senior 900w LED (Tungsten)", - "id": 154, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": "10-55", - "Tungsten": [ - { - "FC": "3,200-6,400", - "LUX": "34,445-68,890" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "", - "Watts": "900w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "90-250", - "Amps": [ - { - "120V": 7.5, - "230V": 8 - } - ], - "Imperial_Measurement": [ - { - "Weight": 41, - "Width": 20.7, - "Height": 24.6, - "Depth": 17.4 - } - ], - "Metric_Measurement": [ - { - "Weight": 18.6, - "Width": 52.6, - "Height": 62.5, - "Depth": 44.2 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Mole Studio Junior 400w Bi-Color LED", - "id": 155, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": "2700-6500", - "Beam_Angle": "10-55", - "Tungsten": [ - { - "FC": "1200-3000", - "LUX": "12,917-32,292" - } - ], - "Daylight": [ - { - "FC": "1,300-3,100", - "LUX": "13,993-33,368" - } - ], - "Spot_Diameter": "4.5-1.5", - "Watts": "400w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 90, - "TLCI": "", - "Voltage": "90-250", - "Amps": [ - { - "120V": 3.33, - "230V": 4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 27.5, - "Width": 16.6, - "Height": 21.3, - "Depth": 17.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 12.5, - "Width": 42.2, - "Height": 54.1, - "Depth": 43.8 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX, WxDMX, BT" - }, - { - "Light_Name": "Mole Tener 10k", - "id": 156, - "Type": "Tungsten", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": "15-63", - "Tungsten": [ - { - "FC": "6,400-48,400", - "LUX": "17,222-520,978" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "5x.8", - "Watts": "10000w", - "Battery_Plate": "no", - "Dimmable": "req dimmer", - "CRI": "", - "TLCI": "", - "Voltage": "120-240", - "Amps": [ - { - "120V": 83.33, - "230V": 83.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 52.5, - "Width": 22.5, - "Height": 22.5, - "Depth": 19 - } - ], - "Metric_Measurement": [ - { - "Weight": 23.8, - "Width": 57.2, - "Height": 57.2, - "Depth": 48.3 - } - ], - "Flicker_Free": "no", - "Ballast": "n/a", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Mole Tener 1600w LED (Daylight)", - "id": 157, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 5600, - "Beam_Angle": "10-55", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": "8,000-16,000", - "LUX": "86,112-172,224" - } - ], - "Spot_Diameter": "", - "Watts": "1600w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 90, - "TLCI": "", - "Voltage": "90-250", - "Amps": [ - { - "120V": 13.33, - "230V": 14.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 70, - "Width": 24.4, - "Height": 32.9, - "Depth": 23.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 31.7, - "Width": 62, - "Height": 83.6, - "Depth": 58.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Mole Tener 1600w LED (Tungsten)", - "id": 158, - "Type": "LED", - "Style": "Fresnel", - "Color_Temp": 3200, - "Beam_Angle": "10-55", - "Tungsten": [ - { - "FC": "6,400-12,800", - "LUX": "68,890-137,779" - } - ], - "Daylight": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Spot_Diameter": "", - "Watts": "1600w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": 95, - "TLCI": "", - "Voltage": "90-250", - "Amps": [ - { - "120V": 13.33, - "230V": 14.5 - } - ], - "Imperial_Measurement": [ - { - "Weight": 70, - "Width": 24.4, - "Height": 32.9, - "Depth": 23.2 - } - ], - "Metric_Measurement": [ - { - "Weight": 31.7, - "Width": 62, - "Height": 83.6, - "Depth": 58.9 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "DMX" - }, - { - "Light_Name": "Quasar Q-LED X Crossfade 1'", - "id": 159, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "2000-6000", - "Beam_Angle": 180, - "Tungsten": [ - { - "FC": "", - "LUX": 0 - } - ], - "Daylight": [ - { - "FC": "", - "LUX": 0 - } - ], - "Spot_Diameter": "", - "Watts": "15w", - "Battery_Plate": "no", - "Dimmable": "", - "CRI": "95+", - "TLCI": "97+", - "Voltage": "", - "Amps": [ - { - "120V": 0.13, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Metric_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Quasar Q-LED X Crossfade 2'", - "id": 160, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "2000-6000", - "Beam_Angle": 180, - "Tungsten": [ - { - "FC": 13, - "LUX": 140 - } - ], - "Daylight": [ - { - "FC": 24, - "LUX": 258 - } - ], - "Spot_Diameter": "", - "Watts": "25w", - "Battery_Plate": "no", - "Dimmable": "", - "CRI": "95+", - "TLCI": "97+", - "Voltage": "", - "Amps": [ - { - "120V": 0.21, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Metric_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Quasar Q-LED X Crossfade 4'", - "id": 161, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "2000-6000", - "Beam_Angle": 180, - "Tungsten": [ - { - "FC": 28, - "LUX": 301 - } - ], - "Daylight": [ - { - "FC": 52, - "LUX": 560 - } - ], - "Spot_Diameter": "", - "Watts": "50w", - "Battery_Plate": "no", - "Dimmable": "", - "CRI": "95+", - "TLCI": "97+", - "Voltage": "", - "Amps": [ - { - "120V": 0.42, - "230V": 0.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Metric_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Quasar Q-LED X Crossfade 6'", - "id": 162, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "2000-6000", - "Beam_Angle": 180, - "Tungsten": [ - { - "FC": "", - "LUX": 0 - } - ], - "Daylight": [ - { - "FC": "", - "LUX": 0 - } - ], - "Spot_Diameter": "", - "Watts": "75w", - "Battery_Plate": "no", - "Dimmable": "", - "CRI": "95+", - "TLCI": "97+", - "Voltage": "", - "Amps": [ - { - "120V": 0.63, - "230V": 0.3 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Metric_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Quasar Q-LED X Crossfade 8'", - "id": 163, - "Type": "LED", - "Style": "Tube", - "Color_Temp": "2000-6000", - "Beam_Angle": 180, - "Tungsten": [ - { - "FC": "", - "LUX": 0 - } - ], - "Daylight": [ - { - "FC": "", - "LUX": 0 - } - ], - "Spot_Diameter": "", - "Watts": "100w", - "Battery_Plate": "no", - "Dimmable": "", - "CRI": "95+", - "TLCI": "97+", - "Voltage": "", - "Amps": [ - { - "120V": 0.83, - "230V": 0.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Metric_Measurement": [ - { - "Weight": 0, - "Width": 0, - "Height": 0, - "Depth": 0 - } - ], - "Flicker_Free": "n/a", - "Ballast": "Integrated", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Westcott Flex 1' x 1'", - "id": 164, - "Type": "LED", - "Style": "Flex Panel", - "Color_Temp": "2800-6000", - "Beam_Angle": "140-360", - "Tungsten": [ - { - "FC": 104, - "LUX": "1,119" - } - ], - "Daylight": [ - { - "FC": 120, - "LUX": "1,292" - } - ], - "Spot_Diameter": "", - "Watts": "55w", - "Battery_Plate": "yes", - "Dimmable": "Dimmable", - "CRI": "95-98", - "TLCI": "97-98", - "Voltage": "110-220", - "Amps": [ - { - "120V": 0.46, - "230V": 0.2 - } - ], - "Imperial_Measurement": [ - { - "Weight": 4, - "Width": 12.1, - "Height": 12.1, - "Depth": 0.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 1.8, - "Width": 30.7, - "Height": 30.7, - "Depth": 0.8 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Westcott Flex 1' x 2'", - "id": 165, - "Type": "LED", - "Style": "Flex Panel", - "Color_Temp": "2800-6000", - "Beam_Angle": "140-360", - "Tungsten": [ - { - "FC": 197, - "LUX": "2,121" - } - ], - "Daylight": [ - { - "FC": 220, - "LUX": "2,368" - } - ], - "Spot_Diameter": "", - "Watts": "100w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": "95-98", - "TLCI": "97-98", - "Voltage": "110-221", - "Amps": [ - { - "120V": 0.83, - "230V": 0.4 - } - ], - "Imperial_Measurement": [ - { - "Weight": 5.7, - "Width": 23.9, - "Height": 12.1, - "Depth": 0.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 2.6, - "Width": 60.7, - "Height": 30.7, - "Depth": 0.8 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Westcott Flex 1' x 3'", - "id": 166, - "Type": "LED", - "Style": "Flex Panel", - "Color_Temp": "2800-6000", - "Beam_Angle": "140-360", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 379, - "LUX": "4,080" - } - ], - "Spot_Diameter": "", - "Watts": "150w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": "95-98", - "TLCI": "97-98", - "Voltage": "110-222", - "Amps": [ - { - "120V": 1.25, - "230V": 0.7 - } - ], - "Imperial_Measurement": [ - { - "Weight": 11, - "Width": 38, - "Height": 12.1, - "Depth": 0.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 5, - "Width": 96.5, - "Height": 30.7, - "Depth": 0.8 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Westcott Flex 2' x 2'", - "id": 167, - "Type": "LED", - "Style": "Flex Panel", - "Color_Temp": "2800-6000", - "Beam_Angle": "140-360", - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 541, - "LUX": "5,823" - } - ], - "Spot_Diameter": "", - "Watts": "200w", - "Battery_Plate": "no", - "Dimmable": "Dimmable", - "CRI": "95-98", - "TLCI": "97-98", - "Voltage": "110-223", - "Amps": [ - { - "120V": 1.67, - "230V": 0.9 - } - ], - "Imperial_Measurement": [ - { - "Weight": 14.6, - "Width": 23.9, - "Height": 23.9, - "Depth": 0.3 - } - ], - "Metric_Measurement": [ - { - "Weight": 6.6, - "Width": 60.7, - "Height": 60.7, - "Depth": 0.8 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Off Unit", - "Remote_Control": "n/a" - }, - { - "Light_Name": "Westcott Icelight 2", - "id": 168, - "Type": "LED", - "Style": "Tube", - "Color_Temp": 5500, - "Beam_Angle": 72.6, - "Tungsten": [ - { - "FC": "n/a", - "LUX": "n/a" - } - ], - "Daylight": [ - { - "FC": 28, - "LUX": 301 - } - ], - "Spot_Diameter": "", - "Watts": "19w", - "Battery_Plate": "integrated / removable", - "Dimmable": "10-step", - "CRI": 97, - "TLCI": 97, - "Voltage": "100-240", - "Amps": [ - { - "120V": 0.16, - "230V": 0.1 - } - ], - "Imperial_Measurement": [ - { - "Weight": 1.3, - "Width": 21.6, - "Height": 1.7, - "Depth": 1.7 - } - ], - "Metric_Measurement": [ - { - "Weight": 0.6, - "Width": 54.9, - "Height": 4.3, - "Depth": 4.3 - } - ], - "Flicker_Free": "Flicker Free", - "Ballast": "Integrated", - "Remote_Control": "BT" - } - ], - "SensorSize": [ - { - "camera": "IMAX 70 mm Film", - "id": 1, - "sensor_width": 70.41, - "sensor_height": 52.63, - "sensor_diagonal": 87.91, - "aspectratio_opengate": 1.34, - "aspectratio_178": 70.41, - "active_sensor_height_178": 39.6, - "crop_factor": 0.51 - }, - { - "camera": "Medium Format", - "id": 2, - "sensor_width": 53.7, - "sensor_height": 40.2, - "sensor_diagonal": 67.08, - "aspectratio_opengate": 1.34, - "aspectratio_178": 53.7, - "active_sensor_height_178": 30.21, - "crop_factor": 0.67 - }, - { - "camera": "Vision Research Phantom 65", - "id": 3, - "sensor_width": 52.1, - "sensor_height": 30.5, - "sensor_diagonal": 60.37, - "aspectratio_opengate": 1.71, - "aspectratio_178": 52.1, - "active_sensor_height_178": 29.31, - "crop_factor": 0.69 - }, - { - "camera": "Alexa 65", - "id": 4, - "sensor_width": 54.12, - "sensor_height": 25.59, - "sensor_diagonal": 59.87, - "aspectratio_opengate": 2.11, - "aspectratio_178": 45.49, - "active_sensor_height_178": 25.59, - "crop_factor": 0.79 - }, - { - "camera": "65mm Film Frame", - "id": 5, - "sensor_width": 52.48, - "sensor_height": 23.01, - "sensor_diagonal": 57.3, - "aspectratio_opengate": 2.28, - "aspectratio_178": 40.9, - "active_sensor_height_178": 23.01, - "crop_factor": 0.88 - }, - { - "camera": "Red Monstro VV 8K", - "id": 6, - "sensor_width": 40.96, - "sensor_height": 21.6, - "sensor_diagonal": 46.31, - "aspectratio_opengate": 1.9, - "aspectratio_178": 38.4, - "active_sensor_height_178": 21.6, - "crop_factor": 0.94 - }, - { - "camera": "Arri Alexa LF", - "id": 7, - "sensor_width": 36.7, - "sensor_height": 25.54, - "sensor_diagonal": 44.71, - "aspectratio_opengate": 1.44, - "aspectratio_178": 36.7, - "active_sensor_height_178": 20.64, - "crop_factor": 0.98 - }, - { - "camera": "Sony Venice", - "id": 8, - "sensor_width": 36, - "sensor_height": 24, - "sensor_diagonal": 43.27, - "aspectratio_opengate": 1.5, - "aspectratio_178": 36, - "active_sensor_height_178": 20.25, - "crop_factor": 1 - }, - { - "camera": "Sony α7S II", - "id": 9, - "sensor_width": 35.6, - "sensor_height": 23.8, - "sensor_diagonal": 42.82, - "aspectratio_opengate": 1.5, - "aspectratio_178": 35.6, - "active_sensor_height_178": 20.03, - "crop_factor": 1.01 - }, - { - "camera": "Red GEMINI 5K S35", - "id": 10, - "sensor_width": 30.72, - "sensor_height": 18, - "sensor_diagonal": 35.61, - "aspectratio_opengate": 1.71, - "aspectratio_178": 32, - "active_sensor_height_178": 18, - "crop_factor": 1.13 - }, - { - "camera": "Alexa LF", - "id": 11, - "sensor_width": 36.7, - "sensor_height": 25.54, - "sensor_diagonal": 44.71, - "aspectratio_opengate": 1.44, - "aspectratio_178": 31.68, - "active_sensor_height_178": 17.82, - "crop_factor": 1.14 - }, - { - "camera": "Red Helium 8K S35", - "id": 12, - "sensor_width": 29.9, - "sensor_height": 15.77, - "sensor_diagonal": 33.8, - "aspectratio_opengate": 1.9, - "aspectratio_178": 28.03, - "active_sensor_height_178": 15.77, - "crop_factor": 1.28 - }, - { - "camera": "Vision Research Phantom Flex4K", - "id": 13, - "sensor_width": 27.6, - "sensor_height": 15.5, - "sensor_diagonal": 31.65, - "aspectratio_opengate": 1.78, - "aspectratio_178": 27.6, - "active_sensor_height_178": 15.5, - "crop_factor": 1.3 - }, - { - "camera": "Alexa SXT W", - "id": 14, - "sensor_width": 28.25, - "sensor_height": 18.17, - "sensor_diagonal": 33.59, - "aspectratio_opengate": 1.55, - "aspectratio_178": 26.14, - "active_sensor_height_178": 14.7, - "crop_factor": 1.38 - }, - { - "camera": "Blackmagic URSA Mini 4.6K EF", - "id": 15, - "sensor_width": 25.34, - "sensor_height": 14.25, - "sensor_diagonal": 29.07, - "aspectratio_opengate": 1.78, - "aspectratio_178": 25.34, - "active_sensor_height_178": 14.25, - "crop_factor": 1.42 - }, - { - "camera": "Blackmagic URSA Mini Pro", - "id": 16, - "sensor_width": 25.34, - "sensor_height": 14.25, - "sensor_diagonal": 29.07, - "aspectratio_opengate": 1.78, - "aspectratio_178": 25.34, - "active_sensor_height_178": 14.25, - "crop_factor": 1.42 - }, - { - "camera": "Canon C100", - "id": 17, - "sensor_width": 24.6, - "sensor_height": 13.8, - "sensor_diagonal": 28.21, - "aspectratio_opengate": 1.78, - "aspectratio_178": 24.6, - "active_sensor_height_178": 13.8, - "crop_factor": 1.46 - }, - { - "camera": "Canon C200", - "id": 18, - "sensor_width": 26.2, - "sensor_height": 13.8, - "sensor_diagonal": 29.61, - "aspectratio_opengate": 1.9, - "aspectratio_178": 24.53, - "active_sensor_height_178": 13.8, - "crop_factor": 1.47 - }, - { - "camera": "Canon C300", - "id": 19, - "sensor_width": 26.2, - "sensor_height": 13.8, - "sensor_diagonal": 29.61, - "aspectratio_opengate": 1.9, - "aspectratio_178": 24.53, - "active_sensor_height_178": 13.8, - "crop_factor": 1.47 - }, - { - "camera": "Canon C500", - "id": 20, - "sensor_width": 26.2, - "sensor_height": 13.8, - "sensor_diagonal": 29.61, - "aspectratio_opengate": 1.9, - "aspectratio_178": 24.53, - "active_sensor_height_178": 13.8, - "crop_factor": 1.47 - }, - { - "camera": "Red DRAGON-X 5K S35", - "id": 21, - "sensor_width": 25.6, - "sensor_height": 13.5, - "sensor_diagonal": 28.94, - "aspectratio_opengate": 1.9, - "aspectratio_178": 24, - "active_sensor_height_178": 13.5, - "crop_factor": 1.5 - }, - { - "camera": "Arri Alexa Mini", - "id": 22, - "sensor_width": 28.25, - "sensor_height": 18.17, - "sensor_diagonal": 33.59, - "aspectratio_opengate": 1.55, - "aspectratio_178": 23.76, - "active_sensor_height_178": 13.37, - "crop_factor": 1.52 - }, - { - "camera": "Arri Amira", - "id": 23, - "sensor_width": 28.25, - "sensor_height": 18.17, - "sensor_diagonal": 33.59, - "aspectratio_opengate": 1.55, - "aspectratio_178": 23.76, - "active_sensor_height_178": 13.37, - "crop_factor": 1.52 - }, - { - "camera": "Sony α6500", - "id": 24, - "sensor_width": 23.5, - "sensor_height": 15.6, - "sensor_diagonal": 28.21, - "aspectratio_opengate": 1.51, - "aspectratio_178": 23.5, - "active_sensor_height_178": 13.22, - "crop_factor": 1.53 - }, - { - "camera": "Blackmagic Pocket Cinema Camera 6K", - "id": 25, - "sensor_width": 23.11, - "sensor_height": 12.99, - "sensor_diagonal": 26.51, - "aspectratio_opengate": 1.78, - "aspectratio_178": 23.11, - "active_sensor_height_178": 12.99, - "crop_factor": 1.56 - }, - { - "camera": "35mm Film Frame", - "id": 26, - "sensor_width": 22, - "sensor_height": 16, - "sensor_diagonal": 27.2, - "aspectratio_opengate": 1.38, - "aspectratio_178": 22, - "active_sensor_height_178": 12.38, - "crop_factor": 1.64 - }, - { - "camera": "Blackmagic Pocket Cinema Camera 4K", - "id": 27, - "sensor_width": 18.96, - "sensor_height": 10, - "sensor_diagonal": 21.44, - "aspectratio_opengate": 1.9, - "aspectratio_178": 17.78, - "active_sensor_height_178": 10, - "crop_factor": 2.03 - }, - { - "camera": "Panasonic GH5s", - "id": 28, - "sensor_width": 17.3, - "sensor_height": 13, - "sensor_diagonal": 21.64, - "aspectratio_opengate": 1.33, - "aspectratio_178": 17.3, - "active_sensor_height_178": 9.73, - "crop_factor": 2.08 - }, - { - "camera": "Digital Bolex D16", - "id": 29, - "sensor_width": 12.52, - "sensor_height": 7.41, - "sensor_diagonal": 14.55, - "aspectratio_opengate": 1.69, - "aspectratio_178": 13.17, - "active_sensor_height_178": 7.41, - "crop_factor": 2.73 - }, - { - "camera": "Super 16mm Film Frame", - "id": 30, - "sensor_width": 12.52, - "sensor_height": 7.41, - "sensor_diagonal": 14.55, - "aspectratio_opengate": 1.69, - "aspectratio_178": 12.52, - "active_sensor_height_178": 7.04, - "crop_factor": 2.88 - }, - { - "camera": "Blackmagic Micro Cinema Camera", - "id": 31, - "sensor_width": 12.48, - "sensor_height": 7.02, - "sensor_diagonal": 14.32, - "aspectratio_opengate": 1.78, - "aspectratio_178": 12.48, - "active_sensor_height_178": 7.02, - "crop_factor": 2.88 - }, - { - "camera": "16mm Film Frame", - "id": 32, - "sensor_width": 10.26, - "sensor_height": 7.49, - "sensor_diagonal": 12.7, - "aspectratio_opengate": 1.37, - "aspectratio_178": 10.26, - "active_sensor_height_178": 5.77, - "crop_factor": 3.51 - }, - { - "camera": "GoPro HERO 5 Black", - "id": 33, - "sensor_width": 6.17, - "sensor_height": 3.47, - "sensor_diagonal": 7.08, - "aspectratio_opengate": 1.78, - "aspectratio_178": 6.17, - "active_sensor_height_178": 3.47, - "crop_factor": 5.83 - }, - { - "camera": "GoPro HERO 7 Black", - "id": 34, - "sensor_width": 6.17, - "sensor_height": 4.63, - "sensor_diagonal": 7.71, - "aspectratio_opengate": 1.33, - "aspectratio_178": 6.17, - "active_sensor_height_178": 3.47, - "crop_factor": 5.83 - }, - { - "camera": "GoPro HERO4 Black", - "id": 35, - "sensor_width": 6.17, - "sensor_height": 4.55, - "sensor_diagonal": 7.67, - "aspectratio_opengate": 1.36, - "aspectratio_178": 6.17, - "active_sensor_height_178": 3.47, - "crop_factor": 5.83 - }, - { - "camera": "Super 8mm Film Frame", - "id": 36, - "sensor_width": 5.79, - "sensor_height": 4.01, - "sensor_diagonal": 7.04, - "aspectratio_opengate": 1.44, - "aspectratio_178": 5.79, - "active_sensor_height_178": 3.26, - "crop_factor": 6.22 - }, - { - "camera": "8mm Film Frame", - "id": 37, - "sensor_width": 4.8, - "sensor_height": 3.5, - "sensor_diagonal": 5.94, - "aspectratio_opengate": 1.37, - "aspectratio_178": 4.8, - "active_sensor_height_178": 2.7, - "crop_factor": 7.5 - } - ], - "FileSize": [ - { - "Format": "Apple Prores", - "24-1080": 132.12, - "24-2160": 528.48 - }, - { - "Format": "Apple Prores 4444", - "24-1080": 297.27, - "24-2160": 1189.08 - }, - { - "Format": "Apple Prores 4444 XQ", - "24-1080": 451.19, - "24-2160": 1804.76 - }, - { - "Format": "Apple Prores HQ", - "24-1080": 198.18, - "24-2160": 792.72 - }, - { - "Format": "Apple Prores LT", - "24-1080": 91.82, - "24-2160": 367.28 - }, - { - "Format": "Apple Prores Proxy", - "24-1080": 40.96, - "24-2160": 163.84 - }, - { - "Format": "Apple Prores RAW", - "24-1080": 336, - "24-2160": 1344 - }, - { - "Format": "Apple Prores RAW HQ", - "24-1080": 477.6, - "24-2160": 1910.4 - }, - { - "Format": "ARRIRAW", - "24-1080": 598.25, - "24-2160": 2393 - }, - { - "Format": "AVCHD", - "24-1080": 24, - "24-2160": 96 - }, - { - "Format": "Avid DNxHD 145", - "24-1080": 116.12, - "24-2160": 464.48 - }, - { - "Format": "Avid DNxHD 220", - "24-1080": 176.18, - "24-2160": 704.72 - }, - { - "Format": "Avid DNxHD 36", - "24-1080": 36.04, - "24-2160": 144.16 - }, - { - "Format": "Avid DNxHR 444", - "24-1080": 373.04, - "24-2160": 1492.16 - }, - { - "Format": "Avid DNxHR HG", - "24-1080": 186.42, - "24-2160": 745.68 - }, - { - "Format": "Avid DNxHR HQX", - "24-1080": 186.42, - "24-2160": 745.68 - }, - { - "Format": "Avid DNxHR LB", - "24-1080": 36.07, - "24-2160": 144.28 - }, - { - "Format": "Avid DNxHR SQ", - "24-1080": 116.12, - "24-2160": 464.48 - }, - { - "Format": "Blackmagic RAW", - "24-1080": 1925.33, - "24-2160": 7701.33 - }, - { - "Format": "Blackmagic RAW (12:1)", - "24-1080": 160.67, - "24-2160": 2394 - }, - { - "Format": "Blackmagic RAW (18:1)", - "24-1080": 106.67, - "24-2160": 426.67 - }, - { - "Format": "Blackmagic RAW (5:1)", - "24-1080": 385.33, - "24-2160": 1541.33 - }, - { - "Format": "Blackmagic RAW (8:1)", - "24-1080": 240.67, - "24-2160": 962.67 - }, - { - "Format": "BluRay H264", - "24-1080": 36.48, - "24-2160": 145.92 - }, - { - "Format": "Canon Cinema RAW Light", - "24-1080": 185.68, - "24-2160": 742.72 - }, - { - "Format": "CineForm 422", - "24-1080": 120.52, - "24-2160": 482.08 - }, - { - "Format": "CineForm 444", - "24-1080": 241.05, - "24-2160": 964.2 - }, - { - "Format": "CineForm RAW", - "24-1080": 120.52, - "24-2160": 482.08 - }, - { - "Format": "DCI JPEG 2000 MAX", - "24-1080": 191.2, - "24-2160": 764.8 - }, - { - "Format": "DCI JPEG 2000 NORM", - "24-1080": 70.32, - "24-2160": 281.28 - }, - { - "Format": "H264 All-Intra 422", - "24-1080": 100, - "24-2160": 400 - }, - { - "Format": "H264 LongGOP 420", - "24-1080": 50, - "24-2160": 100 - }, - { - "Format": "H264 LongGOP 422", - "24-1080": 50, - "24-2160": 150 - }, - { - "Format": "REDCODE RAW (12:1)", - "24-1080": 48.66, - "24-2160": 194.64 - }, - { - "Format": "REDCODE RAW (15:1)", - "24-1080": 38.92, - "24-2160": 155.68 - }, - { - "Format": "REDCODE RAW (18:1)", - "24-1080": 32.44, - "24-2160": 129.76 - }, - { - "Format": "REDCODE RAW (3:1)", - "24-1080": 194.64, - "24-2160": 778.56 - }, - { - "Format": "REDCODE RAW (5:1)", - "24-1080": 116.79, - "24-2160": 467.16 - }, - { - "Format": "REDCODE RAW (8:1)", - "24-1080": 72.99, - "24-2160": 291.96 - }, - { - "Format": "TIFF / DPX 10-bit", - "24-1080": 1423.84, - "24-2160": 5695.36 - }, - { - "Format": "TIFF / DPX 12-bit", - "24-1080": 1708.56, - "24-2160": 6834.24 - }, - { - "Format": "TIFF / DPX 16-bit", - "24-1080": 2278.16, - "24-2160": 9112.64 - }, - { - "Format": "TIFF / DPX 8-bit", - "24-1080": 1139.04, - "24-2160": 4556.16 - }, - { - "Format": "XAVC", - "24-1080": 80, - "24-2160": 320 - }, - { - "Format": "XDCAM EX", - "24-1080": 29.9, - "24-2160": 119.6 - }, - { - "Format": "XDCAM HD", - "24-1080": 42.71, - "24-2160": 170.84 - } - ] - } \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index ef4b84b..0000000 --- a/index.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - - camera calculator - - - - - - -
-
-

Camera Calculator

-
-
-

I'm searching for..

- - - -
-
-
-
-

search aputure from fc/lux

-
-
-
ISO: 
-
- -
-
-
-
Footcandle:
-
- -
-
-
-
Lux:
-
- -
-
-
-
Select FPS:
-
- -
-
-

Please note we're using 180 degree shutter here.

-

Your aperture needs to be: . -

-
- -
-
-
-

search fc/lux from aperture

-
-
-
ISO: 
-
- -
-
-
-
Aperture:
-
- -
-
-
-
Select FPS:
-
- -
-
-

Please note we're using 180 degree shutter here.

-

Your lights needs to be: . -

-
- -
-
-
-
-
-

footcandle/lux within distance

-
-
-
Select category:
-
- -
-
-
-
Select light:
-
- -
-
-
-
Object distance: (in metres) -
-
- -
-
-
-
-

Based on your notes, we found that you need - . -

-
-
-
-
-

lens from certain sensor

-
-
-
-
-
Select your camera's sensor:
-
- -
-
-
-
Lens focal length: -
-
- -
-
-
-
Select camera that you'll use:
-
- -
-
-
-
Select aspect ratio: -
-
- -
-
-
-
-

Your lens should be: . -

-

because your selected camera has a sensor size of , which has an aspect ratio of -

-
-
-
-
-
-
-
Select camera sensor: -
-
- -
-
-
-
Lens focal length: -
-
- -
-
-
-
Select aspect ratio: -
-
- -
-
-
-
Select your camera's sensor:
-
- -
-
-
-
-
-

Your lens should be: . -

-

because your selected camera has a sensor size of -

-
-
-
-
-
- -
-
- - - diff --git a/nuxt.config.js b/nuxt.config.js index b960019..4a7522e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -58,7 +58,6 @@ export default { { property: "twitter:image", content: "head-icon.png" }, ], link: [ - //{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, { rel: "icon", type: "image/png", diff --git a/package-lock.json b/package-lock.json index 9c90701..f5e71ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cameracalc", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8,83 +8,142 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/compat-data": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.1.tgz", - "integrity": "sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==" + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.13.tgz", + "integrity": "sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==" }, "@babel/core": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz", - "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.1", - "@babel/parser": "^7.12.3", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.16.tgz", + "integrity": "sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.12.15", + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helpers": "^7.12.13", + "@babel/parser": "^7.12.16", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.1", "json5": "^2.1.2", "lodash": "^4.17.19", - "resolve": "^1.3.2", "semver": "^5.4.1", "source-map": "^0.5.0" }, "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, "@babel/generator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz", - "integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==", + "version": "7.12.15", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz", + "integrity": "sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==", "requires": { - "@babel/types": "^7.12.1", + "@babel/types": "^7.12.13", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, "@babel/parser": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz", - "integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==" + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } }, "@babel/traverse": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz", - "integrity": "sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.1", - "@babel/types": "^7.12.1", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz", + "integrity": "sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } @@ -105,6 +164,7 @@ "version": "7.11.0", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.11.0.tgz", "integrity": "sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==", + "dev": true, "requires": { "@babel/types": "^7.11.0", "jsesc": "^2.5.1", @@ -112,30 +172,64 @@ } }, "@babel/helper-annotate-as-pure": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz", - "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz", + "integrity": "sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==", "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.13" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz", - "integrity": "sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", + "integrity": "sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==", "requires": { - "@babel/helper-explode-assignable-expression": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-explode-assignable-expression": "^7.12.13", + "@babel/types": "^7.12.13" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-compilation-targets": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz", - "integrity": "sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz", + "integrity": "sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==", "requires": { - "@babel/compat-data": "^7.12.1", - "@babel/helper-validator-option": "^7.12.1", - "browserslist": "^4.12.0", + "@babel/compat-data": "^7.12.13", + "@babel/helper-validator-option": "^7.12.16", + "browserslist": "^4.14.5", "semver": "^5.5.0" }, "dependencies": { @@ -147,51 +241,121 @@ } }, "@babel/helper-create-class-features-plugin": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz", - "integrity": "sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.16.tgz", + "integrity": "sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow==", "requires": { - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-member-expression-to-functions": "^7.12.1", - "@babel/helper-optimise-call-expression": "^7.10.4", - "@babel/helper-replace-supers": "^7.12.1", - "@babel/helper-split-export-declaration": "^7.10.4" + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-member-expression-to-functions": "^7.12.16", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-create-regexp-features-plugin": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.1.tgz", - "integrity": "sha512-rsZ4LGvFTZnzdNZR5HZdmJVuXK8834R5QkF3WvcnBhrlVtF0HSIUC6zbreL9MgjTywhKokn8RIYRiq99+DLAxA==", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.16.tgz", + "integrity": "sha512-jAcQ1biDYZBdaAxB4yg46/XirgX7jBDiMHDbwYQOgtViLBXGxJpZQ24jutmBqAIB/q+AwB6j+NbBXjKxEY8vqg==", "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-regex": "^7.10.4", + "@babel/helper-annotate-as-pure": "^7.12.13", "regexpu-core": "^4.7.1" } }, - "@babel/helper-define-map": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz", - "integrity": "sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==", - "requires": { - "@babel/helper-function-name": "^7.10.4", - "@babel/types": "^7.10.5", - "lodash": "^4.17.19" - } - }, "@babel/helper-explode-assignable-expression": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz", - "integrity": "sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz", + "integrity": "sha512-5loeRNvMo9mx1dA/d6yNi+YiKziJZFylZnCo1nmFF4qPU4yJ14abhWESuSMQSlQxWdxdOFzxXjk/PpfudTtYyw==", "requires": { - "@babel/types": "^7.12.1" + "@babel/types": "^7.12.13" }, "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -202,6 +366,7 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "dev": true, "requires": { "@babel/helper-get-function-arity": "^7.10.4", "@babel/template": "^7.10.4", @@ -212,32 +377,55 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "dev": true, "requires": { "@babel/types": "^7.10.4" } }, "@babel/helper-hoist-variables": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz", - "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.12.13.tgz", + "integrity": "sha512-KSC5XSj5HreRhYQtZ3cnSnQwDzgnbdUDEFsxkN0m6Q3WrCRt72xrnZ8+h+pX7YxM7hr87zIO3a/v5p/H3TrnVw==", "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.13" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-member-expression-to-functions": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz", - "integrity": "sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz", + "integrity": "sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ==", "requires": { - "@babel/types": "^7.12.1" + "@babel/types": "^7.12.13" }, "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -245,19 +433,24 @@ } }, "@babel/helper-module-imports": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz", - "integrity": "sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz", + "integrity": "sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==", "requires": { - "@babel/types": "^7.12.1" + "@babel/types": "^7.12.13" }, "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -265,66 +458,125 @@ } }, "@babel/helper-module-transforms": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz", - "integrity": "sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==", - "requires": { - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-replace-supers": "^7.12.1", - "@babel/helper-simple-access": "^7.12.1", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/helper-validator-identifier": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz", + "integrity": "sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==", + "requires": { + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13", + "@babel/helper-simple-access": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.12.11", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13", "lodash": "^4.17.19" }, "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, "@babel/generator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz", - "integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==", + "version": "7.12.15", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz", + "integrity": "sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==", "requires": { - "@babel/types": "^7.12.1", + "@babel/types": "^7.12.13", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, "@babel/parser": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz", - "integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==" + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } }, "@babel/traverse": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz", - "integrity": "sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.1", - "@babel/types": "^7.12.1", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz", + "integrity": "sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } @@ -337,42 +589,56 @@ } }, "@babel/helper-optimise-call-expression": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz", - "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz", + "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==", "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.13" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - }, - "@babel/helper-regex": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.5.tgz", - "integrity": "sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==", - "requires": { - "lodash": "^4.17.19" - } + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz", + "integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==" }, "@babel/helper-remap-async-to-generator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz", - "integrity": "sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.13.tgz", + "integrity": "sha512-Qa6PU9vNcj1NZacZZI1Mvwt+gXDH6CTfgAkSjeRMLE8HxtDK76+YDId6NQR+z7Rgd5arhD2cIbS74r0SxD6PDA==", "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-wrap-function": "^7.10.4", - "@babel/types": "^7.12.1" + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-wrap-function": "^7.12.13", + "@babel/types": "^7.12.13" }, "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -380,61 +646,120 @@ } }, "@babel/helper-replace-supers": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz", - "integrity": "sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz", + "integrity": "sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==", "requires": { - "@babel/helper-member-expression-to-functions": "^7.12.1", - "@babel/helper-optimise-call-expression": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1" + "@babel/helper-member-expression-to-functions": "^7.12.13", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13" }, "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, "@babel/generator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz", - "integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==", + "version": "7.12.15", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz", + "integrity": "sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==", "requires": { - "@babel/types": "^7.12.1", + "@babel/types": "^7.12.13", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, "@babel/parser": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz", - "integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==" + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } }, "@babel/traverse": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz", - "integrity": "sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.1", - "@babel/types": "^7.12.1", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz", + "integrity": "sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } @@ -447,19 +772,24 @@ } }, "@babel/helper-simple-access": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz", - "integrity": "sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz", + "integrity": "sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==", "requires": { - "@babel/types": "^7.12.1" + "@babel/types": "^7.12.13" }, "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -474,12 +804,17 @@ "@babel/types": "^7.12.1" }, "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -490,6 +825,7 @@ "version": "7.11.0", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "dev": true, "requires": { "@babel/types": "^7.11.0" } @@ -500,76 +836,250 @@ "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==" }, "@babel/helper-validator-option": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz", - "integrity": "sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==" + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz", + "integrity": "sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==" }, "@babel/helper-wrap-function": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz", - "integrity": "sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.13.tgz", + "integrity": "sha512-t0aZFEmBJ1LojdtJnhOaQEVejnzYhyjWHSsNSNo8vOYRbAJNh6r6GQF7pd36SqG7OKGbn+AewVQ/0IfYfIuGdw==", "requires": { - "@babel/helper-function-name": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-function-name": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, + "@babel/generator": { + "version": "7.12.15", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz", + "integrity": "sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==", + "requires": { + "@babel/types": "^7.12.13", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/traverse": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz", + "integrity": "sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.19" + } + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } } }, "@babel/helpers": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.1.tgz", - "integrity": "sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.13.tgz", + "integrity": "sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==", "requires": { - "@babel/template": "^7.10.4", - "@babel/traverse": "^7.12.1", - "@babel/types": "^7.12.1" + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.12.13", + "@babel/types": "^7.12.13" }, "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, "@babel/generator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1.tgz", - "integrity": "sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==", + "version": "7.12.15", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz", + "integrity": "sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==", "requires": { - "@babel/types": "^7.12.1", + "@babel/types": "^7.12.13", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, "@babel/parser": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.3.tgz", - "integrity": "sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==" + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } }, "@babel/traverse": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1.tgz", - "integrity": "sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.1", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.1", - "@babel/types": "^7.12.1", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz", + "integrity": "sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/generator": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } @@ -585,6 +1095,7 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz", "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==", + "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.10.4", "chalk": "^2.0.0", @@ -594,136 +1105,137 @@ "@babel/parser": { "version": "7.11.2", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.11.2.tgz", - "integrity": "sha512-Vuj/+7vLo6l1Vi7uuO+1ngCDNeVmNbTngcJFKCR/oEtz8tKz0CJxZEGmPt9KcIloZhOZ3Zit6xbpXT2MDlS9Vw==" + "integrity": "sha512-Vuj/+7vLo6l1Vi7uuO+1ngCDNeVmNbTngcJFKCR/oEtz8tKz0CJxZEGmPt9KcIloZhOZ3Zit6xbpXT2MDlS9Vw==", + "dev": true }, "@babel/plugin-proposal-async-generator-functions": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz", - "integrity": "sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz", + "integrity": "sha512-1KH46Hx4WqP77f978+5Ye/VUbuwQld2hph70yaw2hXS2v7ER2f3nlpNMu909HO2rbvP0NKLlMVDPh9KXklVMhA==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-remap-async-to-generator": "^7.12.1", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-remap-async-to-generator": "^7.12.13", "@babel/plugin-syntax-async-generators": "^7.8.0" } }, "@babel/plugin-proposal-class-properties": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz", - "integrity": "sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.13.tgz", + "integrity": "sha512-8SCJ0Ddrpwv4T7Gwb33EmW1V9PY5lggTO+A8WjyIwxrSHDUyBw4MtF96ifn1n8H806YlxbVCoKXbbmzD6RD+cA==", "requires": { - "@babel/helper-create-class-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-create-class-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-proposal-decorators": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz", - "integrity": "sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.13.tgz", + "integrity": "sha512-x2aOr5w4ARJoYHFKoG2iEUL/Xe99JAJXjAasHijXp3/KgaetJXGE62SmHgsW3Tia/XUT5AxF2YC0F+JyhPY/0Q==", "requires": { - "@babel/helper-create-class-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-decorators": "^7.12.1" + "@babel/helper-create-class-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/plugin-syntax-decorators": "^7.12.13" } }, "@babel/plugin-proposal-dynamic-import": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz", - "integrity": "sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz", + "integrity": "sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/plugin-syntax-dynamic-import": "^7.8.0" } }, "@babel/plugin-proposal-export-namespace-from": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1.tgz", - "integrity": "sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz", + "integrity": "sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" } }, "@babel/plugin-proposal-json-strings": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1.tgz", - "integrity": "sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.13.tgz", + "integrity": "sha512-v9eEi4GiORDg8x+Dmi5r8ibOe0VXoKDeNPYcTTxdGN4eOWikrJfDJCJrr1l5gKGvsNyGJbrfMftC2dTL6oz7pg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/plugin-syntax-json-strings": "^7.8.0" } }, "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1.tgz", - "integrity": "sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.13.tgz", + "integrity": "sha512-fqmiD3Lz7jVdK6kabeSr1PZlWSUVqSitmHEe3Z00dtGTKieWnX9beafvavc32kjORa5Bai4QNHgFDwWJP+WtSQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" } }, "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz", - "integrity": "sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.13.tgz", + "integrity": "sha512-Qoxpy+OxhDBI5kRqliJFAl4uWXk3Bn24WeFstPH0iLymFehSAUR8MHpqU7njyXv/qbo7oN6yTy5bfCmXdKpo1Q==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" } }, "@babel/plugin-proposal-numeric-separator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz", - "integrity": "sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz", + "integrity": "sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/plugin-syntax-numeric-separator": "^7.10.4" } }, "@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz", - "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.13.tgz", + "integrity": "sha512-WvA1okB/0OS/N3Ldb3sziSrXg6sRphsBgqiccfcQq7woEn5wQLNX82Oc4PlaFcdwcWHuQXAtb8ftbS8Fbsg/sg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" + "@babel/plugin-transform-parameters": "^7.12.13" } }, "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1.tgz", - "integrity": "sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.13.tgz", + "integrity": "sha512-9+MIm6msl9sHWg58NvqpNpLtuFbmpFYk37x8kgnGzAHvX35E1FyAwSUt5hIkSoWJFSAH+iwU8bJ4fcD1zKXOzg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" } }, "@babel/plugin-proposal-optional-chaining": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz", - "integrity": "sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz", + "integrity": "sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", "@babel/plugin-syntax-optional-chaining": "^7.8.0" } }, "@babel/plugin-proposal-private-methods": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz", - "integrity": "sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.13.tgz", + "integrity": "sha512-sV0V57uUwpauixvR7s2o75LmwJI6JECwm5oPUY5beZB1nBl2i37hc7CJGqB5G+58fur5Y6ugvl3LRONk5x34rg==", "requires": { - "@babel/helper-create-class-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-create-class-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1.tgz", - "integrity": "sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", + "integrity": "sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-syntax-async-generators": { @@ -735,19 +1247,19 @@ } }, "@babel/plugin-syntax-class-properties": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz", - "integrity": "sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-syntax-decorators": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz", - "integrity": "sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz", + "integrity": "sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-syntax-dynamic-import": { @@ -775,11 +1287,11 @@ } }, "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz", + "integrity": "sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-syntax-logical-assignment-operators": { @@ -831,244 +1343,393 @@ } }, "@babel/plugin-syntax-top-level-await": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz", - "integrity": "sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", + "integrity": "sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-arrow-functions": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz", - "integrity": "sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.13.tgz", + "integrity": "sha512-tBtuN6qtCTd+iHzVZVOMNp+L04iIJBpqkdY42tWbmjIT5wvR2kx7gxMBsyhQtFzHwBbyGi9h8J8r9HgnOpQHxg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-async-to-generator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz", - "integrity": "sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.13.tgz", + "integrity": "sha512-psM9QHcHaDr+HZpRuJcE1PXESuGWSCcbiGFFhhwfzdbTxaGDVzuVtdNYliAwcRo3GFg0Bc8MmI+AvIGYIJG04A==", "requires": { - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-remap-async-to-generator": "^7.12.1" + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-remap-async-to-generator": "^7.12.13" } }, "@babel/plugin-transform-block-scoped-functions": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1.tgz", - "integrity": "sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz", + "integrity": "sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-block-scoping": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz", - "integrity": "sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz", + "integrity": "sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-classes": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz", - "integrity": "sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.10.4", - "@babel/helper-define-map": "^7.10.4", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-optimise-call-expression": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-replace-supers": "^7.12.1", - "@babel/helper-split-export-declaration": "^7.10.4", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.13.tgz", + "integrity": "sha512-cqZlMlhCC1rVnxE5ZGMtIb896ijL90xppMiuWXcwcOAuFczynpd3KYemb91XFFPi3wJSe/OcrX9lXoowatkkxA==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.12.13", + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-optimise-call-expression": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13", + "@babel/helper-split-export-declaration": "^7.12.13", "globals": "^11.1.0" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", + "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/plugin-transform-computed-properties": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1.tgz", - "integrity": "sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.13.tgz", + "integrity": "sha512-dDfuROUPGK1mTtLKyDPUavmj2b6kFu82SmgpztBFEO974KMjJT+Ytj3/oWsTUMBmgPcp9J5Pc1SlcAYRpJ2hRA==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-destructuring": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1.tgz", - "integrity": "sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.13.tgz", + "integrity": "sha512-Dn83KykIFzjhA3FDPA1z4N+yfF3btDGhjnJwxIj0T43tP0flCujnU8fKgEkf0C1biIpSv9NZegPBQ1J6jYkwvQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-dotall-regex": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz", - "integrity": "sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz", + "integrity": "sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-duplicate-keys": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1.tgz", - "integrity": "sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz", + "integrity": "sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-exponentiation-operator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1.tgz", - "integrity": "sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz", + "integrity": "sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==", "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-for-of": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz", - "integrity": "sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.13.tgz", + "integrity": "sha512-xCbdgSzXYmHGyVX3+BsQjcd4hv4vA/FDy7Kc8eOpzKmBBPEOTurt0w5fCRQaGl+GSBORKgJdstQ1rHl4jbNseQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-function-name": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1.tgz", - "integrity": "sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz", + "integrity": "sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==", "requires": { - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-function-name": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "requires": { + "@babel/highlight": "^7.12.13" + } + }, + "@babel/helper-function-name": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", + "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", + "requires": { + "@babel/helper-get-function-arity": "^7.12.13", + "@babel/template": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", + "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", + "requires": { + "@babel/types": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, + "@babel/highlight": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", + "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz", + "integrity": "sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==" + }, + "@babel/template": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", + "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@babel/parser": "^7.12.13", + "@babel/types": "^7.12.13" + } + }, + "@babel/types": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", + "requires": { + "@babel/helper-validator-identifier": "^7.12.11", + "lodash": "^4.17.19", + "to-fast-properties": "^2.0.0" + } + } } }, "@babel/plugin-transform-literals": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1.tgz", - "integrity": "sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz", + "integrity": "sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-member-expression-literals": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1.tgz", - "integrity": "sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz", + "integrity": "sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-modules-amd": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1.tgz", - "integrity": "sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.13.tgz", + "integrity": "sha512-JHLOU0o81m5UqG0Ulz/fPC68/v+UTuGTWaZBUwpEk1fYQ1D9LfKV6MPn4ttJKqRo5Lm460fkzjLTL4EHvCprvA==", "requires": { - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", "babel-plugin-dynamic-import-node": "^2.3.3" } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz", - "integrity": "sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.13.tgz", + "integrity": "sha512-OGQoeVXVi1259HjuoDnsQMlMkT9UkZT9TpXAsqWplS/M0N1g3TJAn/ByOCeQu7mfjc5WpSsRU+jV1Hd89ts0kQ==", "requires": { - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-simple-access": "^7.12.1", + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-simple-access": "^7.12.13", "babel-plugin-dynamic-import-node": "^2.3.3" } }, "@babel/plugin-transform-modules-systemjs": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1.tgz", - "integrity": "sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q==", - "requires": { - "@babel/helper-hoist-variables": "^7.10.4", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-validator-identifier": "^7.10.4", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.13.tgz", + "integrity": "sha512-aHfVjhZ8QekaNF/5aNdStCGzwTbU7SI5hUybBKlMzqIMC7w7Ho8hx5a4R/DkTHfRfLwHGGxSpFt9BfxKCoXKoA==", + "requires": { + "@babel/helper-hoist-variables": "^7.12.13", + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-validator-identifier": "^7.12.11", "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + } } }, "@babel/plugin-transform-modules-umd": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1.tgz", - "integrity": "sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.13.tgz", + "integrity": "sha512-BgZndyABRML4z6ibpi7Z98m4EVLFI9tVsZDADC14AElFaNHHBcJIovflJ6wtCqFxwy2YJ1tJhGRsr0yLPKoN+w==", "requires": { - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-module-transforms": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1.tgz", - "integrity": "sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", + "integrity": "sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.1" + "@babel/helper-create-regexp-features-plugin": "^7.12.13" } }, "@babel/plugin-transform-new-target": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1.tgz", - "integrity": "sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz", + "integrity": "sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-object-super": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1.tgz", - "integrity": "sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz", + "integrity": "sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-replace-supers": "^7.12.1" + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-replace-supers": "^7.12.13" } }, "@babel/plugin-transform-parameters": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz", - "integrity": "sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.13.tgz", + "integrity": "sha512-e7QqwZalNiBRHCpJg/P8s/VJeSRYgmtWySs1JwvfwPqhBbiWfOcHDKdeAi6oAyIimoKWBlwc8oTgbZHdhCoVZA==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-property-literals": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1.tgz", - "integrity": "sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz", + "integrity": "sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-regenerator": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1.tgz", - "integrity": "sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz", + "integrity": "sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA==", "requires": { "regenerator-transform": "^0.14.2" } }, "@babel/plugin-transform-reserved-words": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1.tgz", - "integrity": "sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz", + "integrity": "sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-runtime": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz", - "integrity": "sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==", + "version": "7.12.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.15.tgz", + "integrity": "sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow==", "requires": { - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "resolve": "^1.8.1", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", "semver": "^5.5.1" }, "dependencies": { @@ -1080,89 +1741,88 @@ } }, "@babel/plugin-transform-shorthand-properties": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1.tgz", - "integrity": "sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz", + "integrity": "sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-spread": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz", - "integrity": "sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.13.tgz", + "integrity": "sha512-dUCrqPIowjqk5pXsx1zPftSq4sT0aCeZVAxhdgs3AMgyaDmoUT0G+5h3Dzja27t76aUEIJWlFgPJqJ/d4dbTtg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", + "@babel/helper-plugin-utils": "^7.12.13", "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" } }, "@babel/plugin-transform-sticky-regex": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz", - "integrity": "sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz", + "integrity": "sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-regex": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-template-literals": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1.tgz", - "integrity": "sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.13.tgz", + "integrity": "sha512-arIKlWYUgmNsF28EyfmiQHJLJFlAJNYkuQO10jL46ggjBpeb2re1P9K9YGxNJB45BqTbaslVysXDYm/g3sN/Qg==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz", - "integrity": "sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz", + "integrity": "sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-unicode-escapes": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1.tgz", - "integrity": "sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz", + "integrity": "sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==", "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/plugin-transform-unicode-regex": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1.tgz", - "integrity": "sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz", + "integrity": "sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==", "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4" + "@babel/helper-create-regexp-features-plugin": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13" } }, "@babel/preset-env": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.1.tgz", - "integrity": "sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==", - "requires": { - "@babel/compat-data": "^7.12.1", - "@babel/helper-compilation-targets": "^7.12.1", - "@babel/helper-module-imports": "^7.12.1", - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-validator-option": "^7.12.1", - "@babel/plugin-proposal-async-generator-functions": "^7.12.1", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-dynamic-import": "^7.12.1", - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", - "@babel/plugin-proposal-json-strings": "^7.12.1", - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", - "@babel/plugin-proposal-numeric-separator": "^7.12.1", - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", - "@babel/plugin-proposal-optional-catch-binding": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.1", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-proposal-unicode-property-regex": "^7.12.1", + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.16.tgz", + "integrity": "sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==", + "requires": { + "@babel/compat-data": "^7.12.13", + "@babel/helper-compilation-targets": "^7.12.16", + "@babel/helper-module-imports": "^7.12.13", + "@babel/helper-plugin-utils": "^7.12.13", + "@babel/helper-validator-option": "^7.12.16", + "@babel/plugin-proposal-async-generator-functions": "^7.12.13", + "@babel/plugin-proposal-class-properties": "^7.12.13", + "@babel/plugin-proposal-dynamic-import": "^7.12.16", + "@babel/plugin-proposal-export-namespace-from": "^7.12.13", + "@babel/plugin-proposal-json-strings": "^7.12.13", + "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", + "@babel/plugin-proposal-numeric-separator": "^7.12.13", + "@babel/plugin-proposal-object-rest-spread": "^7.12.13", + "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", + "@babel/plugin-proposal-optional-chaining": "^7.12.16", + "@babel/plugin-proposal-private-methods": "^7.12.13", + "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.12.1", + "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-dynamic-import": "^7.8.0", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", "@babel/plugin-syntax-json-strings": "^7.8.0", @@ -1172,51 +1832,56 @@ "@babel/plugin-syntax-object-rest-spread": "^7.8.0", "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.12.1", - "@babel/plugin-transform-arrow-functions": "^7.12.1", - "@babel/plugin-transform-async-to-generator": "^7.12.1", - "@babel/plugin-transform-block-scoped-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.1", - "@babel/plugin-transform-classes": "^7.12.1", - "@babel/plugin-transform-computed-properties": "^7.12.1", - "@babel/plugin-transform-destructuring": "^7.12.1", - "@babel/plugin-transform-dotall-regex": "^7.12.1", - "@babel/plugin-transform-duplicate-keys": "^7.12.1", - "@babel/plugin-transform-exponentiation-operator": "^7.12.1", - "@babel/plugin-transform-for-of": "^7.12.1", - "@babel/plugin-transform-function-name": "^7.12.1", - "@babel/plugin-transform-literals": "^7.12.1", - "@babel/plugin-transform-member-expression-literals": "^7.12.1", - "@babel/plugin-transform-modules-amd": "^7.12.1", - "@babel/plugin-transform-modules-commonjs": "^7.12.1", - "@babel/plugin-transform-modules-systemjs": "^7.12.1", - "@babel/plugin-transform-modules-umd": "^7.12.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1", - "@babel/plugin-transform-new-target": "^7.12.1", - "@babel/plugin-transform-object-super": "^7.12.1", - "@babel/plugin-transform-parameters": "^7.12.1", - "@babel/plugin-transform-property-literals": "^7.12.1", - "@babel/plugin-transform-regenerator": "^7.12.1", - "@babel/plugin-transform-reserved-words": "^7.12.1", - "@babel/plugin-transform-shorthand-properties": "^7.12.1", - "@babel/plugin-transform-spread": "^7.12.1", - "@babel/plugin-transform-sticky-regex": "^7.12.1", - "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/plugin-transform-typeof-symbol": "^7.12.1", - "@babel/plugin-transform-unicode-escapes": "^7.12.1", - "@babel/plugin-transform-unicode-regex": "^7.12.1", + "@babel/plugin-syntax-top-level-await": "^7.12.13", + "@babel/plugin-transform-arrow-functions": "^7.12.13", + "@babel/plugin-transform-async-to-generator": "^7.12.13", + "@babel/plugin-transform-block-scoped-functions": "^7.12.13", + "@babel/plugin-transform-block-scoping": "^7.12.13", + "@babel/plugin-transform-classes": "^7.12.13", + "@babel/plugin-transform-computed-properties": "^7.12.13", + "@babel/plugin-transform-destructuring": "^7.12.13", + "@babel/plugin-transform-dotall-regex": "^7.12.13", + "@babel/plugin-transform-duplicate-keys": "^7.12.13", + "@babel/plugin-transform-exponentiation-operator": "^7.12.13", + "@babel/plugin-transform-for-of": "^7.12.13", + "@babel/plugin-transform-function-name": "^7.12.13", + "@babel/plugin-transform-literals": "^7.12.13", + "@babel/plugin-transform-member-expression-literals": "^7.12.13", + "@babel/plugin-transform-modules-amd": "^7.12.13", + "@babel/plugin-transform-modules-commonjs": "^7.12.13", + "@babel/plugin-transform-modules-systemjs": "^7.12.13", + "@babel/plugin-transform-modules-umd": "^7.12.13", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", + "@babel/plugin-transform-new-target": "^7.12.13", + "@babel/plugin-transform-object-super": "^7.12.13", + "@babel/plugin-transform-parameters": "^7.12.13", + "@babel/plugin-transform-property-literals": "^7.12.13", + "@babel/plugin-transform-regenerator": "^7.12.13", + "@babel/plugin-transform-reserved-words": "^7.12.13", + "@babel/plugin-transform-shorthand-properties": "^7.12.13", + "@babel/plugin-transform-spread": "^7.12.13", + "@babel/plugin-transform-sticky-regex": "^7.12.13", + "@babel/plugin-transform-template-literals": "^7.12.13", + "@babel/plugin-transform-typeof-symbol": "^7.12.13", + "@babel/plugin-transform-unicode-escapes": "^7.12.13", + "@babel/plugin-transform-unicode-regex": "^7.12.13", "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.12.1", - "core-js-compat": "^3.6.2", + "@babel/types": "^7.12.13", + "core-js-compat": "^3.8.0", "semver": "^5.5.0" }, "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" + }, "@babel/types": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz", - "integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", + "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -1241,9 +1906,9 @@ } }, "@babel/runtime": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.1.tgz", - "integrity": "sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -1252,6 +1917,7 @@ "version": "7.10.4", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz", "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==", + "dev": true, "requires": { "@babel/code-frame": "^7.10.4", "@babel/parser": "^7.10.4", @@ -1262,6 +1928,7 @@ "version": "7.11.0", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz", "integrity": "sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==", + "dev": true, "requires": { "@babel/code-frame": "^7.10.4", "@babel/generator": "^7.11.0", @@ -1278,6 +1945,7 @@ "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "dev": true, "requires": { "ms": "^2.1.1" } @@ -1285,7 +1953,8 @@ "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true } } }, @@ -1305,9 +1974,9 @@ "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==" }, "@eslint/eslintrc": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.1.3.tgz", - "integrity": "sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.3.0.tgz", + "integrity": "sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==", "dev": true, "requires": { "ajv": "^6.12.4", @@ -1317,7 +1986,7 @@ "ignore": "^4.0.6", "import-fresh": "^3.2.1", "js-yaml": "^3.13.1", - "lodash": "^4.17.19", + "lodash": "^4.17.20", "minimatch": "^3.0.4", "strip-json-comments": "^3.1.1" }, @@ -1335,9 +2004,9 @@ } }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "dev": true, "requires": { "ms": "2.1.2" @@ -1359,9 +2028,9 @@ "dev": true }, "import-fresh": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", - "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "requires": { "parent-module": "^1.0.0", @@ -1389,55 +2058,55 @@ } }, "@nodelib/fs.scandir": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", - "integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", + "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", "requires": { - "@nodelib/fs.stat": "2.0.3", + "@nodelib/fs.stat": "2.0.4", "run-parallel": "^1.1.9" } }, "@nodelib/fs.stat": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz", - "integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", + "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==" }, "@nodelib/fs.walk": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz", - "integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", + "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", "requires": { - "@nodelib/fs.scandir": "2.1.3", + "@nodelib/fs.scandir": "2.1.4", "fastq": "^1.6.0" } }, "@nuxt/babel-preset-app": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/babel-preset-app/-/babel-preset-app-2.14.7.tgz", - "integrity": "sha512-lVlWvOY1exNL2tuXkYMHWOw4fiD32w2aIRYBprmechTnbjVBCExk+RabCsd6Dvyp0dYDQRrWW4IwsWZ36wqDyg==", - "requires": { - "@babel/core": "^7.12.0", - "@babel/helper-compilation-targets": "^7.12.0", - "@babel/plugin-proposal-class-properties": "^7.10.4", - "@babel/plugin-proposal-decorators": "^7.10.5", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.0", - "@babel/plugin-proposal-optional-chaining": "^7.12.0", - "@babel/plugin-transform-runtime": "^7.12.0", - "@babel/preset-env": "^7.12.0", - "@babel/runtime": "^7.12.0", - "@vue/babel-preset-jsx": "^1.1.2", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/babel-preset-app/-/babel-preset-app-2.14.12.tgz", + "integrity": "sha512-6qAW5i4F+nCRWyGBytJAEJ/P0yH9RpYmIqWwkzQd1GQ1EuO1Fuc9QoOmmzbs+3MrwW7HzpQ5jJtLDuzhQ+e5/w==", + "requires": { + "@babel/core": "^7.12.9", + "@babel/helper-compilation-targets": "^7.12.5", + "@babel/plugin-proposal-class-properties": "^7.12.1", + "@babel/plugin-proposal-decorators": "^7.12.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", + "@babel/plugin-proposal-optional-chaining": "^7.12.7", + "@babel/plugin-transform-runtime": "^7.12.1", + "@babel/preset-env": "^7.12.7", + "@babel/runtime": "^7.12.5", + "@vue/babel-preset-jsx": "^1.2.4", "core-js": "^2.6.5" } }, "@nuxt/builder": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/builder/-/builder-2.14.7.tgz", - "integrity": "sha512-dKH3z0kvm1JTm9+2RF0xKb7AGPYfMxqS1JIYTWUxT6LUQAU8A22oM6iv10sE5X6JDx0CEiW9BTZnArnR7Cjehw==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/builder/-/builder-2.14.12.tgz", + "integrity": "sha512-I25K6BEZVJv7p2bAJfNFAXXEaSF41DGV/QZBAXVb/gFjmhZABNYfvIkwHGnAv5n1JPHHi2Y1R3gsFM4fFXkxxw==", "requires": { "@nuxt/devalue": "^1.2.4", - "@nuxt/utils": "2.14.7", - "@nuxt/vue-app": "2.14.7", - "@nuxt/webpack": "2.14.7", + "@nuxt/utils": "2.14.12", + "@nuxt/vue-app": "2.14.12", + "@nuxt/webpack": "2.14.12", "chalk": "^3.0.0", "chokidar": "^3.4.3", "consola": "^2.15.0", @@ -1449,7 +2118,7 @@ "pify": "^4.0.1", "semver": "^7.3.2", "serialize-javascript": "^5.0.1", - "upath": "^2.0.0" + "upath": "^2.0.1" }, "dependencies": { "ansi-styles": { @@ -1498,20 +2167,19 @@ } }, "@nuxt/cli": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-2.14.7.tgz", - "integrity": "sha512-6EDN0WGYMpZ3wRARtTaWEm0YfJk+f2gFo0Ivgm9VZZSNHBNlw+l5b6ABzZ3JNA895dAj04rsS8wl2Q8svq5l5Q==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/cli/-/cli-2.14.12.tgz", + "integrity": "sha512-YRWY1Gg0c3kcO9vg9/Ig9ZMzih5mhxsBTm5b7DCLAEIALBVcJJLamLDnY2C52YLUeMIcY5XCi0HkizvPIv9r2w==", "requires": { - "@nuxt/config": "2.14.7", - "@nuxt/static": "^1.0.0", - "@nuxt/utils": "2.14.7", + "@nuxt/config": "2.14.12", + "@nuxt/utils": "2.14.12", "boxen": "^4.2.0", "chalk": "^3.0.0", "compression": "^1.7.4", "connect": "^3.7.0", "consola": "^2.15.0", "crc": "^3.8.0", - "destr": "^1.0.0", + "destr": "^1.0.1", "esm": "^3.2.25", "execa": "^3.4.0", "exit": "^0.1.2", @@ -1523,7 +2191,7 @@ "pretty-bytes": "^5.4.1", "serve-static": "^1.14.1", "std-env": "^2.2.1", - "upath": "^2.0.0", + "upath": "^2.0.1", "wrap-ansi": "^6.2.0" }, "dependencies": { @@ -1573,16 +2241,18 @@ } }, "@nuxt/components": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nuxt/components/-/components-1.1.0.tgz", - "integrity": "sha512-vDoSiA4iuZMSsv2nsXJ4ulMEVbKL4s0gg5fwdwGpRRiOtCoczlB7ggB6dIa9YyQgERdwkfj4Nj9grBsvqJFjlA==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@nuxt/components/-/components-1.2.6.tgz", + "integrity": "sha512-PUXP26xCr7fhSSSZfQsoh7BuLIT71cpMms18ZckR117UgjXi/ZYhKBZkn/bYGv8qI7ECqmOrMi6hOcKghAwWFw==", "requires": { "chalk": "^4.1.0", - "chokidar": "^3.4.1", + "chokidar": "^3.5.1", "glob": "^7.1.6", - "globby": "^11.0.1", - "lodash": "^4.17.19", - "semver": "^7.3.2" + "globby": "^11.0.2", + "lodash": "^4.17.20", + "semver": "^7.3.4", + "upath": "^2.0.1", + "vue-template-compiler": "^2.6.12" }, "dependencies": { "ansi-styles": { @@ -1631,39 +2301,33 @@ } }, "@nuxt/config": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/config/-/config-2.14.7.tgz", - "integrity": "sha512-qWbeJMpTWiz7aK+2kXDEPK/gJgCVDdZZ5eiJZ7I2ACqgjq9WkJ5Dn34+jDYSG3BRI7/or3iBFpCQhWysPy69Gw==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/config/-/config-2.14.12.tgz", + "integrity": "sha512-Ob861w1BjgI1IcpXRC14TKMpUSogGYX/BFn7q/0HkntYxSOQAkMaaUZ0/YEx6IR1fuZV2v+NB8M4IkyUrgW1YA==", "requires": { - "@nuxt/utils": "2.14.7", + "@nuxt/ufo": "^0.5.0", + "@nuxt/utils": "2.14.12", "consola": "^2.15.0", - "create-require": "^1.0.2", + "create-require": "^1.1.1", "defu": "^2.0.4", - "destr": "^1.0.0", + "destr": "^1.0.1", "dotenv": "^8.2.0", "esm": "^3.2.25", - "jiti": "^0.1.11", - "rc9": "^1.0.0", + "jiti": "^0.1.17", + "rc9": "^1.2.0", "std-env": "^2.2.1" - }, - "dependencies": { - "defu": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/defu/-/defu-2.0.4.tgz", - "integrity": "sha512-G9pEH1UUMxShy6syWk01VQSRVs3CDWtlxtZu7A+NyqjxaCA4gSlWAKDBx6QiUEKezqS8+DUlXLI14Fp05Hmpwg==" - } } }, "@nuxt/core": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/core/-/core-2.14.7.tgz", - "integrity": "sha512-ssg4C+FGzmd6TjtYdPUGUdwUwJsu8IBLxaMo/BpPLnOd8Qs44g6bJX4OsioS9gdwfiMsZBw7j1tF5dbP5MjuNQ==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/core/-/core-2.14.12.tgz", + "integrity": "sha512-J+ej2KYzB05jpGkEH5y+dHdOLEa/GKSJvJBWf5Zq0wgneOHUaxB+dnBNxIRO75eXHslHxE++y/PRIQ9ZlEdtOw==", "requires": { - "@nuxt/config": "2.14.7", + "@nuxt/config": "2.14.12", "@nuxt/devalue": "^1.2.4", - "@nuxt/server": "2.14.7", - "@nuxt/utils": "2.14.7", - "@nuxt/vue-renderer": "2.14.7", + "@nuxt/server": "2.14.12", + "@nuxt/utils": "2.14.12", + "@nuxt/vue-renderer": "2.14.12", "consola": "^2.15.0", "debug": "^4.2.0", "esm": "^3.2.25", @@ -1674,9 +2338,9 @@ }, "dependencies": { "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "requires": { "ms": "2.1.2" } @@ -1689,9 +2353,9 @@ } }, "@nuxt/devalue": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-1.2.4.tgz", - "integrity": "sha512-hS87c2HdSfTk1d+2KQx7mQpebyd2HjguvZu/UBy9LB+kUgT1qz2+Sj38FH32yJALK6Fv49ZfOZEwgcZ4rcNLjg==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-1.2.5.tgz", + "integrity": "sha512-Tg86C7tqzvZtZli2BQVqgzZN136mZDTgauvJXagglKkP2xt5Kw3NUIiJyjX0Ww/IZy2xVmD0LN+CEPpij4dB2g==", "requires": { "consola": "^2.9.0" } @@ -1708,16 +2372,17 @@ } }, "@nuxt/generator": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/generator/-/generator-2.14.7.tgz", - "integrity": "sha512-EzpUudKB5lpgS9dxI0ms3tcKbNFrFjJdwEn6aKvhdC1fAl7KGSkfCb1Nt3l5JM25XIGRyCk6hB15f7zM2Xhg7A==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/generator/-/generator-2.14.12.tgz", + "integrity": "sha512-r7+QW3gk0nUGaaHW8zCQ9DaBAmr+LvEI7YOLFeTQdJUjwHBdw65ga36KpL3aC1HIRkb7LgWD6lbyGKJiASkpWQ==", "requires": { - "@nuxt/utils": "2.14.7", + "@nuxt/utils": "2.14.12", "chalk": "^3.0.0", "consola": "^2.15.0", + "devalue": "^2.0.1", "fs-extra": "^8.1.0", "html-minifier": "^4.0.0", - "node-html-parser": "^1.3.1" + "node-html-parser": "^2.0.0" }, "dependencies": { "ansi-styles": { @@ -1766,22 +2431,15 @@ } }, "@nuxt/loading-screen": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.2.tgz", - "integrity": "sha512-29fLSfSNwCLnpXPbnTbMlgK4u5rw1raJBcBjTNlONfTo2FasWxyEgZ2HMMRlJoikMxxB9FZsjdegnYcplhiRTA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.3.tgz", + "integrity": "sha512-ThvxxUpfTZezzz0gAgyG4vHCM7KDeA692EL7lKrZ/fU8JvXlG6LYngVLWAobexBsydtGkuZyKCwCVDnEGNL4jw==", "requires": { "connect": "^3.7.0", "defu": "^2.0.4", "get-port-please": "^1.0.0", "node-res": "^5.0.1", "serve-static": "^1.14.1" - }, - "dependencies": { - "defu": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/defu/-/defu-2.0.4.tgz", - "integrity": "sha512-G9pEH1UUMxShy6syWk01VQSRVs3CDWtlxtZu7A+NyqjxaCA4gSlWAKDBx6QiUEKezqS8+DUlXLI14Fp05Hmpwg==" - } } }, "@nuxt/opencollective": { @@ -1840,13 +2498,13 @@ } }, "@nuxt/server": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/server/-/server-2.14.7.tgz", - "integrity": "sha512-udy7rk/hS0HmNdy82mzhISEIegdwHNHNormtn9RHPYshctLkWT7ymDPyU6br9nq0cIbYBkMJb6gENgzD8++2Ag==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/server/-/server-2.14.12.tgz", + "integrity": "sha512-HDOYgjv01zRSmLxPutrXb/F7kwisR+Vur0b2MEyxqBTTy7OcxiyQn1CcXozl/Q21iqZdcGpu/tRpCHO7B8bKOQ==", "requires": { - "@nuxt/config": "2.14.7", - "@nuxt/utils": "2.14.7", - "@nuxt/vue-renderer": "2.14.7", + "@nuxt/config": "2.14.12", + "@nuxt/utils": "2.14.12", + "@nuxt/vue-renderer": "2.14.12", "@nuxtjs/youch": "^4.2.3", "chalk": "^3.0.0", "compression": "^1.7.4", @@ -1909,66 +2567,102 @@ } } }, - "@nuxt/static": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@nuxt/static/-/static-1.0.0.tgz", - "integrity": "sha512-giYaEwPsKDqqXiR4uXvsNAwJ1gGEPg/hLMLWvXC56YF5FNbdc3kOroq0/TtQ2eF0OCu38olJs8IEyLjYUdP5Vg==", - "requires": { - "consola": "^2.14.0", - "crc": "^3.8.0", - "defu": "^2.0.4", - "destr": "^1.0.0", - "globby": "^11.0.1" - }, - "dependencies": { - "defu": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/defu/-/defu-2.0.4.tgz", - "integrity": "sha512-G9pEH1UUMxShy6syWk01VQSRVs3CDWtlxtZu7A+NyqjxaCA4gSlWAKDBx6QiUEKezqS8+DUlXLI14Fp05Hmpwg==" - } - } - }, "@nuxt/telemetry": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-1.2.3.tgz", - "integrity": "sha512-Y79IXGNQrvuZ8/yiCOGqA5urkuhbkQ42cTA7tAGA3NHWja1lX0Rj4ZyFY0psZRvyShYd5kW3OEUp5oLln/wW/Q==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@nuxt/telemetry/-/telemetry-1.3.3.tgz", + "integrity": "sha512-ElnoAJo1n/Ui0j9i3xqhXajoGJdEwmkEtsWftlZUpQNJxdfoz+623qnt9XHMYa0X5Nf1PXYdcUKa2u4AASXOjA==", "requires": { - "arg": "^4.1.3", + "arg": "^5.0.0", + "chalk": "^4.1.0", "ci-info": "^2.0.0", - "consola": "^2.14.0", - "create-require": "^1.0.2", - "defu": "^2.0.4", - "destr": "^1.0.0", + "consola": "^2.15.0", + "create-require": "^1.1.1", + "defu": "^3.2.2", + "destr": "^1.1.0", "dotenv": "^8.2.0", "fs-extra": "^8.1.0", - "git-url-parse": "^11.1.2", - "inquirer": "^7.3.0", - "is-docker": "^2.0.0", - "jiti": "^0.1.11", - "nanoid": "^3.1.10", - "node-fetch": "^2.6.0", + "git-url-parse": "^11.4.3", + "inquirer": "^7.3.3", + "is-docker": "^2.1.1", + "jiti": "^1.3.0", + "nanoid": "^3.1.20", + "node-fetch": "^2.6.1", "parse-git-config": "^3.0.0", - "rc9": "^1.0.0", + "rc9": "^1.2.0", "std-env": "^2.2.1" }, "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, "ci-info": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" }, - "defu": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/defu/-/defu-2.0.4.tgz", - "integrity": "sha512-G9pEH1UUMxShy6syWk01VQSRVs3CDWtlxtZu7A+NyqjxaCA4gSlWAKDBx6QiUEKezqS8+DUlXLI14Fp05Hmpwg==" + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "defu": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/defu/-/defu-3.2.2.tgz", + "integrity": "sha512-8UWj5lNv7HD+kB0e9w77Z7TdQlbUYDVWqITLHNqFIn6khrNHv5WQo38Dcm1f6HeNyZf0U7UbPf6WeZDSdCzGDQ==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jiti": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.3.0.tgz", + "integrity": "sha512-CrRtGy3v7PE5dGWtMBe+FMaViXX2eUa7I+Cyo0WmyggVm61lfpEs1orBQalHx9KDIp0Kl5mNaXGHZCMgTpNDXw==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } } } }, + "@nuxt/ufo": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@nuxt/ufo/-/ufo-0.5.4.tgz", + "integrity": "sha512-JZOGDlt2BvLCBmLhrchhRJ6tP9PBfSWLdsHC+JVJ5Qp8/hT/2u61cSsLS30zUOwcPRaQ3y2oHNkEiKJ5v90iEQ==" + }, "@nuxt/utils": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/utils/-/utils-2.14.7.tgz", - "integrity": "sha512-RAfzPtpf3z3qYmHF01jgqc4mkIth+2y7HQqxa4G8iisg/bCCQp03MU7Cvcrijf6vjTh3YXLU6jSeL8A4oQRjeg==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/utils/-/utils-2.14.12.tgz", + "integrity": "sha512-XAy18aT2JOuyGnCuGImelOMwheLRo/qBkjqufa/TLIqnBtywdv2y7WP7c9uGTZrwh+O6KHYFeeZjnLqFI0r/xQ==", "requires": { + "@nuxt/ufo": "^0.5.0", "consola": "^2.15.0", "fs-extra": "^8.1.0", "hash-sum": "^2.0.0", @@ -1980,55 +2674,72 @@ } }, "@nuxt/vue-app": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/vue-app/-/vue-app-2.14.7.tgz", - "integrity": "sha512-0Z+dIZOcTA5dA0JnRY4WLIZGfZOPpZDvnsaB1MWDaXZMkK+ul1AhlPerGBSu5YDRqURSVDcojO04+OP9aa5etw==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/vue-app/-/vue-app-2.14.12.tgz", + "integrity": "sha512-DwkXh8Djn2wi2qLetupDKpRIFmBDNZKrdT94xFieI5qY32EhLj9d/T80wZoZNZkPVqAKcwq24WktCSVRQ/uiOw==", "requires": { + "@nuxt/ufo": "^0.5.0", "node-fetch": "^2.6.1", "unfetch": "^4.2.0", "vue": "^2.6.12", "vue-client-only": "^2.0.0", "vue-meta": "^2.4.0", "vue-no-ssr": "^1.1.1", - "vue-router": "^3.4.6", + "vue-router": "^3.4.9", "vue-template-compiler": "^2.6.12", - "vuex": "^3.5.1" + "vuex": "^3.6.0" } }, "@nuxt/vue-renderer": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/vue-renderer/-/vue-renderer-2.14.7.tgz", - "integrity": "sha512-hJg8Em48KXmx8DsNpaNhDy4FwbmRMiOFkTvy8AkHrIiaaWfXPDqnNlICtSzBEKYL8Wk3/Yznp26rfLIDC19BoA==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/vue-renderer/-/vue-renderer-2.14.12.tgz", + "integrity": "sha512-bYqN1SIumi4EKWDaay6+V2NxcWS/IygOQekfuvNKYhQk97pzkBuXrBGgI6WRdSGLcEBFV0DpHxx66XWVXghL/g==", "requires": { "@nuxt/devalue": "^1.2.4", - "@nuxt/utils": "2.14.7", + "@nuxt/ufo": "^0.5.0", + "@nuxt/utils": "2.14.12", "consola": "^2.15.0", "fs-extra": "^8.1.0", "lru-cache": "^5.1.1", "vue": "^2.6.12", "vue-meta": "^2.4.0", "vue-server-renderer": "^2.6.12" + }, + "dependencies": { + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + } + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } } }, "@nuxt/webpack": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/@nuxt/webpack/-/webpack-2.14.7.tgz", - "integrity": "sha512-oXTR1moYdKKcttp6ASb11eISkb6EWtOHtavFPHn9axtyQBoZm6pxkF01ihvEwCUz6JDoTido3vzIi7+hV3gG5A==", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/@nuxt/webpack/-/webpack-2.14.12.tgz", + "integrity": "sha512-fZjs000HVkZ4zvVY5KVnRVBpOxAB4o+cx90rte9GZlU/GaJPZ5Go7KQmxnws0SaAqeN3MorURuu0JU05n3ko9g==", "requires": { - "@babel/core": "^7.12.0", - "@nuxt/babel-preset-app": "2.14.7", + "@babel/core": "^7.12.9", + "@nuxt/babel-preset-app": "2.14.12", "@nuxt/friendly-errors-webpack-plugin": "^2.5.0", - "@nuxt/utils": "2.14.7", - "babel-loader": "^8.1.0", + "@nuxt/utils": "2.14.12", + "babel-loader": "^8.2.2", "cache-loader": "^4.1.0", - "caniuse-lite": "^1.0.30001148", + "caniuse-lite": "^1.0.30001164", "chalk": "^3.0.0", "consola": "^2.15.0", - "create-require": "^1.0.2", + "create-require": "^1.1.1", "css-loader": "^3.6.0", "cssnano": "^4.1.10", "eventsource-polyfill": "^0.9.6", - "extract-css-chunks-webpack-plugin": "^4.7.5", + "extract-css-chunks-webpack-plugin": "^4.8.0", "file-loader": "^4.3.0", "glob": "^7.1.6", "hard-source-webpack-plugin": "^0.13.1", @@ -2045,12 +2756,12 @@ "postcss-url": "^8.0.0", "semver": "^7.3.2", "std-env": "^2.2.1", - "style-resources-loader": "^1.3.3", + "style-resources-loader": "^1.4.1", "terser-webpack-plugin": "^2.3.5", "thread-loader": "^2.1.3", "time-fix-plugin": "^2.0.7", "url-loader": "^2.3.0", - "vue-loader": "^15.9.3", + "vue-loader": "^15.9.5", "webpack": "^4.44.2", "webpack-bundle-analyzer": "^3.9.0", "webpack-dev-middleware": "^3.7.2", @@ -2137,9 +2848,9 @@ "integrity": "sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==" }, "@types/node": { - "version": "14.11.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.10.tgz", - "integrity": "sha512-yV1nWZPlMFpoXyoknm4S56y2nlTAuFYaJuQtYRAOU7xA/FJ9RY0Xm7QOkaYMMmr8ESdHIuUb6oQgR/0+2NqlyA==" + "version": "14.14.27", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.27.tgz", + "integrity": "sha512-Ecfmo4YDQPwuqTCl1yBxLV5ihKfRlkBmzUEDcfIRvDxOTGQEeikr317Ln7Gcv0tjA8dVgKI3rniqW2G1OyKDng==" }, "@types/q": { "version": "1.5.4", @@ -2157,9 +2868,9 @@ "integrity": "sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==" }, "@types/uglify-js": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.11.0.tgz", - "integrity": "sha512-I0Yd8TUELTbgRHq2K65j8rnDPAzAP+DiaF/syLem7yXwYLsHZhPd+AM2iXsWmf9P2F2NlFCgl5erZPQx9IbM9Q==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.12.0.tgz", + "integrity": "sha512-sYAF+CF9XZ5cvEBkI7RtrG9g2GtMBkviTnBxYYyq+8BWvO4QtXfwwR6a2LFwCi4evMKZfpv6U43ViYvv17Wz3Q==", "requires": { "source-map": "^0.6.1" }, @@ -2172,9 +2883,9 @@ } }, "@types/webpack": { - "version": "4.41.22", - "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.22.tgz", - "integrity": "sha512-JQDJK6pj8OMV9gWOnN1dcLCyU9Hzs6lux0wBO4lr1+gyEhIBR9U3FMrz12t2GPkg110XAxEAw2WHF6g7nZIbRQ==", + "version": "4.41.26", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.26.tgz", + "integrity": "sha512-7ZyTfxjCRwexh+EJFwRUM+CDB2XvgHl4vfuqf1ZKrgGvcS5BrNvPQqJh3tsZ0P6h6Aa1qClVHaJZszLPzpqHeA==", "requires": { "@types/anymatch": "*", "@types/node": "*", @@ -2192,9 +2903,9 @@ } }, "@types/webpack-sources": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.0.0.tgz", - "integrity": "sha512-a5kPx98CNFRKQ+wqawroFunvFqv7GHm/3KOI52NY9xWADgc8smu4R6prt4EU/M4QfVjvgBkMqU4fBhw3QfMVkg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-2.1.0.tgz", + "integrity": "sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==", "requires": { "@types/node": "*", "@types/source-list-map": "*", @@ -2227,18 +2938,18 @@ } }, "@vue/babel-preset-jsx": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.2.tgz", - "integrity": "sha512-+PQKZwoh98oHnRnifT5XD4Ybkwe0McDGkcZcFQRfynL1SFg5zfGRscntZ8Lt4QmYs5NiYc2WOQbyrolUlLZedQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@vue/babel-preset-jsx/-/babel-preset-jsx-1.2.4.tgz", + "integrity": "sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==", "requires": { "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", "@vue/babel-plugin-transform-vue-jsx": "^1.2.1", "@vue/babel-sugar-composition-api-inject-h": "^1.2.1", - "@vue/babel-sugar-composition-api-render-instance": "^1.2.1", + "@vue/babel-sugar-composition-api-render-instance": "^1.2.4", "@vue/babel-sugar-functional-vue": "^1.2.2", "@vue/babel-sugar-inject-h": "^1.2.2", - "@vue/babel-sugar-v-model": "^1.2.1", - "@vue/babel-sugar-v-on": "^1.2.1" + "@vue/babel-sugar-v-model": "^1.2.3", + "@vue/babel-sugar-v-on": "^1.2.3" } }, "@vue/babel-sugar-composition-api-inject-h": { @@ -2250,9 +2961,9 @@ } }, "@vue/babel-sugar-composition-api-render-instance": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.2.1.tgz", - "integrity": "sha512-F2gQbEMOUPyapqc85/O1Tbw0qBuvgXC/qBcBsjMKqC7KWJ4hK1eJUvU3iLHHTbre6V7zzIjrqEe0SoE1lR4mfw==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.2.4.tgz", + "integrity": "sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q==", "requires": { "@babel/plugin-syntax-jsx": "^7.2.0" } @@ -2274,9 +2985,9 @@ } }, "@vue/babel-sugar-v-model": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.2.1.tgz", - "integrity": "sha512-6kTx+hZVJ6dclAwWXSvfnv4XlkzCzKthQ/xlnypFW8+9uhy3E5ehNiAaHfr83R8+7d3DlvbZrQ9xgbZc1quuJg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.2.3.tgz", + "integrity": "sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ==", "requires": { "@babel/plugin-syntax-jsx": "^7.2.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", @@ -2287,9 +2998,9 @@ } }, "@vue/babel-sugar-v-on": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.2.1.tgz", - "integrity": "sha512-rQhM52dC/vWxgMmi8ZY5MwudOb9sWrqN4gffbPDV44TNqyd2j1+PmW2qLR0QfcDsAccR5U+gcguHc3qhLSrXNw==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.2.3.tgz", + "integrity": "sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw==", "requires": { "@babel/plugin-syntax-jsx": "^7.2.0", "@vue/babel-plugin-transform-vue-jsx": "^1.2.1", @@ -2326,12 +3037,6 @@ "yallist": "^2.1.2" } }, - "prettier": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", - "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", - "optional": true - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -2655,9 +3360,9 @@ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, "arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.0.tgz", + "integrity": "sha512-4P8Zm2H+BRS+c/xX1LrHw0qKpEhdlZjLCgWy+d78T9vqa2Z2SiD2wMrYuWIAFy5IZUD7nnNXroRttz+0RzlrzQ==" }, "argparse": { "version": "1.0.10", @@ -2682,11 +3387,6 @@ "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" }, - "array-filter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz", - "integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=" - }, "array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", @@ -2721,14 +3421,27 @@ } }, "assert": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-2.0.0.tgz", - "integrity": "sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", + "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", "requires": { - "es6-object-assign": "^1.1.0", - "is-nan": "^1.2.1", - "object-is": "^1.0.1", - "util": "^0.12.0" + "object-assign": "^4.1.1", + "util": "0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "requires": { + "inherits": "2.0.1" + } + } } }, "assign-symbols": { @@ -2737,9 +3450,9 @@ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" }, "astral-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", - "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true }, "async-each": { @@ -2772,18 +3485,10 @@ "postcss-value-parser": "^4.1.0" } }, - "available-typed-arrays": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz", - "integrity": "sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ==", - "requires": { - "array-filter": "^1.0.0" - } - }, "axios": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz", - "integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" } @@ -2803,14 +3508,13 @@ } }, "babel-loader": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz", - "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz", + "integrity": "sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==", "requires": { - "find-cache-dir": "^2.1.0", + "find-cache-dir": "^3.3.1", "loader-utils": "^1.4.0", - "mkdirp": "^0.5.3", - "pify": "^4.0.1", + "make-dir": "^3.1.0", "schema-utils": "^2.6.5" } }, @@ -2878,9 +3582,9 @@ } }, "base64-js": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", - "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" }, "bfj": { "version": "6.1.2", @@ -2899,9 +3603,9 @@ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" }, "binary-extensions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", - "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" }, "bluebird": { "version": "3.7.2", @@ -2946,14 +3650,14 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz", - "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==" + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz", + "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==" }, "bootstrap-vue": { - "version": "2.18.0", - "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.18.0.tgz", - "integrity": "sha512-3SfN0362QTTtoq8KL1ZmNGlg5UwszOrWteuX4a1VSbmY86C9FF1ipT5o2AM0GLGLeNEEMIT4YIzbHtqru6XEIQ==", + "version": "2.21.2", + "resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.21.2.tgz", + "integrity": "sha512-0Exe+4MZysqhZNXIKf4TzkvXaupxh9EHsoCRez0o5Dc0J7rlafayOEwql63qXv74CgZO8E4U8ugRNJko1vMvNw==", "requires": { "@nuxt/opencollective": "^0.3.2", "bootstrap": ">=4.5.3 <5.0.0", @@ -3065,11 +3769,30 @@ } }, "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "requires": { - "fill-range": "^7.0.1" + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } } }, "brorand": { @@ -3112,19 +3835,12 @@ } }, "browserify-rsa": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", - "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", "requires": { - "bn.js": "^4.1.0", + "bn.js": "^5.0.0", "randombytes": "^2.0.1" - }, - "dependencies": { - "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", - "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" - } } }, "browserify-sign": { @@ -3152,14 +3868,15 @@ } }, "browserslist": { - "version": "4.14.5", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.5.tgz", - "integrity": "sha512-Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA==", + "version": "4.16.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.3.tgz", + "integrity": "sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==", "requires": { - "caniuse-lite": "^1.0.30001135", - "electron-to-chromium": "^1.3.571", - "escalade": "^3.1.0", - "node-releases": "^1.1.61" + "caniuse-lite": "^1.0.30001181", + "colorette": "^1.2.1", + "electron-to-chromium": "^1.3.649", + "escalade": "^3.1.1", + "node-releases": "^1.1.70" } }, "buffer": { @@ -3220,6 +3937,21 @@ "rimraf": "^2.7.1", "ssri": "^7.0.0", "unique-filename": "^1.1.1" + }, + "dependencies": { + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + } + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } } }, "cache-base": { @@ -3249,69 +3981,15 @@ "mkdirp": "^0.5.1", "neo-async": "^2.6.1", "schema-utils": "^2.0.0" - }, - "dependencies": { - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", - "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "requires": { - "p-locate": "^4.1.0" - } - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "requires": { - "semver": "^6.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "requires": { - "p-limit": "^2.2.0" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "requires": { - "find-up": "^4.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" } }, "caller-callsite": { @@ -3336,12 +4014,12 @@ "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" }, "camel-case": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.1.tgz", - "integrity": "sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", "requires": { - "pascal-case": "^3.1.1", - "tslib": "^1.10.0" + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" } }, "camelcase": { @@ -3361,9 +4039,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001148", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz", - "integrity": "sha512-E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw==" + "version": "1.0.30001187", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001187.tgz", + "integrity": "sha512-w7/EP1JRZ9552CyrThUnay2RkZ1DXxKe/Q2swTC4+LElLh9RRYrL1Z+27LlakB8kzY0fSmHw9mc7XYDUKAKWMA==" }, "chalk": { "version": "2.4.2", @@ -3386,18 +4064,49 @@ "integrity": "sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==" }, "chokidar": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz", - "integrity": "sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.1.2", + "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", "readdirp": "~3.5.0" + }, + "dependencies": { + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + } } }, "chownr": { @@ -3411,6 +4120,13 @@ "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", "requires": { "tslib": "^1.9.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } } }, "ci-info": { @@ -3665,9 +4381,9 @@ } }, "consola": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.0.tgz", - "integrity": "sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==" + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==" }, "console-browserify": { "version": "1.2.0", @@ -3751,16 +4467,16 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", - "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==" + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==" }, "core-js-compat": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz", - "integrity": "sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.3.tgz", + "integrity": "sha512-1sCb0wBXnBIL16pfFG1Gkvei6UzvKyTNYpiC41yrdjEv0UoJoq9E/abTMzyYJ6JpTkAj15dLjbqifIzEBDVvog==", "requires": { - "browserslist": "^4.8.5", + "browserslist": "^4.16.1", "semver": "7.0.0" }, "dependencies": { @@ -3796,12 +4512,12 @@ }, "dependencies": { "buffer": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", - "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4" + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" } } } @@ -3848,9 +4564,9 @@ } }, "create-require": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.0.2.tgz", - "integrity": "sha512-ZizhnQtkxsH1XNsnRy8z2SHRTDAem7fmEJbw1oeuTEkgf5sLXtjrm4nhDcYkO0aiZnAk5dwAze65EvTRaOvxZw==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" }, "cross-spawn": { "version": "7.0.3", @@ -4111,26 +4827,26 @@ "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==" }, "csso": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.0.3.tgz", - "integrity": "sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", "requires": { - "css-tree": "1.0.0-alpha.39" + "css-tree": "^1.1.2" }, "dependencies": { "css-tree": { - "version": "1.0.0-alpha.39", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.39.tgz", - "integrity": "sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz", + "integrity": "sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ==", "requires": { - "mdn-data": "2.0.6", + "mdn-data": "2.0.14", "source-map": "^0.6.1" } }, "mdn-data": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.6.tgz", - "integrity": "sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA==" + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" }, "source-map": { "version": "0.6.1", @@ -4224,6 +4940,11 @@ } } }, + "defu": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/defu/-/defu-2.0.4.tgz", + "integrity": "sha512-G9pEH1UUMxShy6syWk01VQSRVs3CDWtlxtZu7A+NyqjxaCA4gSlWAKDBx6QiUEKezqS8+DUlXLI14Fp05Hmpwg==" + }, "depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", @@ -4239,9 +4960,9 @@ } }, "destr": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/destr/-/destr-1.0.0.tgz", - "integrity": "sha512-uw0zD4688l00hDftUP76EWyweDtOB/0mVd/8GvmwecYD+Akw5Z4v43pw4onVsz4rC/BsfnZnDMG2rdTGhVIODA==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/destr/-/destr-1.1.0.tgz", + "integrity": "sha512-Ev/sqS5AzzDwlpor/5wFCDu0dYMQu/0x2D6XfAsQ0E7uQmamIgYJ6Dppo2T2EOFVkeVYWjc+PCLKaqZZ57qmLg==" }, "destroy": { "version": "1.0.4", @@ -4253,6 +4974,11 @@ "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz", "integrity": "sha1-OHHMCmoALow+Wzz38zYmRnXwa50=" }, + "devalue": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-2.0.1.tgz", + "integrity": "sha512-I2TiqT5iWBEyB8GRfTDP0hiLZ0YeDJZ+upDxjBfOC2lebO5LezQMv7QvIUTzdb64jQyAKLf1AHADtGN+jw6v8Q==" + }, "diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", @@ -4270,14 +4996,6 @@ } } }, - "dimport": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dimport/-/dimport-1.0.0.tgz", - "integrity": "sha512-r5Cb8jvJ9YOTKQje2wrD6ncjpyDM4l94+OqgatYNzTb0viKS0/XomCjty1+F827u1pBiPt1ubSYdowZfE1L5Tw==", - "requires": { - "rewrite-imports": "^2.0.3" - } - }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -4313,9 +5031,9 @@ }, "dependencies": { "domelementtype": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.2.tgz", - "integrity": "sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz", + "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==" } } }, @@ -4347,12 +5065,12 @@ } }, "dot-case": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.3.tgz", - "integrity": "sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "requires": { - "no-case": "^3.0.3", - "tslib": "^1.10.0" + "no-case": "^3.0.4", + "tslib": "^2.0.3" } }, "dot-prop": { @@ -4424,22 +5142,22 @@ "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" }, "electron-to-chromium": { - "version": "1.3.582", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.582.tgz", - "integrity": "sha512-0nCJ7cSqnkMC+kUuPs0YgklFHraWGl/xHqtZWWtOeVtyi+YqkoAOMGuZQad43DscXCQI/yizcTa3u6B5r+BLww==" + "version": "1.3.664", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.664.tgz", + "integrity": "sha512-yb8LrTQXQnh9yhnaIHLk6CYugF/An50T20+X0h++hjjhVfgSp1DGoMSYycF8/aD5eiqS4QwaNhiduFvK8rifRg==" }, "elliptic": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", - "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", + "bn.js": "^4.11.9", + "brorand": "^1.1.0", "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" }, "dependencies": { "bn.js": { @@ -4473,9 +5191,9 @@ } }, "enhanced-resolve": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz", - "integrity": "sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", + "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", "requires": { "graceful-fs": "^4.1.2", "memory-fs": "^0.5.0", @@ -4538,14 +5256,14 @@ } }, "entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" }, "errno": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", - "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", "requires": { "prr": "~1.0.1" } @@ -4567,22 +5285,24 @@ } }, "es-abstract": { - "version": "1.18.0-next.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", - "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", + "version": "1.18.0-next.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.2.tgz", + "integrity": "sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw==", "requires": { + "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2", "has": "^1.0.3", "has-symbols": "^1.0.1", "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.0", + "is-negative-zero": "^2.0.1", "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", + "object-inspect": "^1.9.0", "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.3", + "string.prototype.trimstart": "^1.0.3" } }, "es-to-primitive": { @@ -4595,11 +5315,6 @@ "is-symbol": "^1.0.2" } }, - "es6-object-assign": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz", - "integrity": "sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=" - }, "escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", @@ -4616,13 +5331,13 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.11.0.tgz", - "integrity": "sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.20.0.tgz", + "integrity": "sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", - "@eslint/eslintrc": "^0.1.3", + "@babel/code-frame": "7.12.11", + "@eslint/eslintrc": "^0.3.0", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -4632,10 +5347,10 @@ "eslint-scope": "^5.1.1", "eslint-utils": "^2.1.0", "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.0", - "esquery": "^1.2.0", + "espree": "^7.3.1", + "esquery": "^1.4.0", "esutils": "^2.0.2", - "file-entry-cache": "^5.0.1", + "file-entry-cache": "^6.0.0", "functional-red-black-tree": "^1.0.1", "glob-parent": "^5.0.0", "globals": "^12.1.0", @@ -4646,7 +5361,7 @@ "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", - "lodash": "^4.17.19", + "lodash": "^4.17.20", "minimatch": "^3.0.4", "natural-compare": "^1.4.0", "optionator": "^0.9.1", @@ -4655,11 +5370,20 @@ "semver": "^7.2.1", "strip-ansi": "^6.0.0", "strip-json-comments": "^3.1.0", - "table": "^5.2.3", + "table": "^6.0.4", "text-table": "^0.2.0", "v8-compile-cache": "^2.0.3" }, "dependencies": { + "@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "requires": { + "@babel/highlight": "^7.10.4" + } + }, "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", @@ -4701,9 +5425,9 @@ "dev": true }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "dev": true, "requires": { "ms": "2.1.2" @@ -4747,9 +5471,9 @@ "dev": true }, "import-fresh": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", - "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "requires": { "parent-module": "^1.0.0", @@ -4890,15 +5614,15 @@ } }, "eslint-plugin-vue": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz", - "integrity": "sha512-9dW7kj8/d2IkDdgNpvIhJdJ3XzU3x4PThXYMzWt49taktYnGyrTY6/bXCYZ/VtQKU9kXPntPrZ41+8Pw0Nxblg==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.5.0.tgz", + "integrity": "sha512-QnMMTcyV8PLxBz7QQNAwISSEs6LYk2LJvGlxalXvpCtfKnqo7qcY0aZTIxPe8QOnHd7WCwiMZLOJzg6A03T0Gw==", "dev": true, "requires": { "eslint-utils": "^2.1.0", "natural-compare": "^1.4.0", "semver": "^7.3.2", - "vue-eslint-parser": "^7.1.1" + "vue-eslint-parser": "^7.4.1" } }, "eslint-scope": { @@ -4931,13 +5655,13 @@ "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==" }, "espree": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.0.tgz", - "integrity": "sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", + "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", "dev": true, "requires": { "acorn": "^7.4.0", - "acorn-jsx": "^5.2.0", + "acorn-jsx": "^5.3.1", "eslint-visitor-keys": "^1.3.0" }, "dependencies": { @@ -4955,9 +5679,9 @@ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" }, "esquery": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.3.1.tgz", - "integrity": "sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", "dev": true, "requires": { "estraverse": "^5.1.0" @@ -5223,14 +5947,13 @@ } }, "extract-css-chunks-webpack-plugin": { - "version": "4.7.5", - "resolved": "https://registry.npmjs.org/extract-css-chunks-webpack-plugin/-/extract-css-chunks-webpack-plugin-4.7.5.tgz", - "integrity": "sha512-7XlPj/OW+vpIdMcm1H/mo5hgJubMKXlWF5Pgq9F/db39b19A+XlRWppyAZHNaJChC8kJKQl5n8PbfwouIl9AJQ==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/extract-css-chunks-webpack-plugin/-/extract-css-chunks-webpack-plugin-4.9.0.tgz", + "integrity": "sha512-HNuNPCXRMqJDQ1OHAUehoY+0JVCnw9Y/H22FQzYVwo8Ulgew98AGDu0grnY5c7xwiXHjQa6yJ/1dxLCI/xqTyQ==", "requires": { "loader-utils": "^2.0.0", "normalize-url": "1.9.1", "schema-utils": "^1.0.0", - "webpack-external-import": "^2.2.4", "webpack-sources": "^1.1.0" }, "dependencies": { @@ -5273,9 +5996,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "fast-glob": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.4.tgz", - "integrity": "sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz", + "integrity": "sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==", "requires": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -5283,6 +6006,46 @@ "merge2": "^1.3.0", "micromatch": "^4.0.2", "picomatch": "^2.2.1" + }, + "dependencies": { + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "micromatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", + "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.0.5" + } + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + } } }, "fast-json-stable-stringify": { @@ -5297,9 +6060,9 @@ "dev": true }, "fastq": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.8.0.tgz", - "integrity": "sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.10.1.tgz", + "integrity": "sha512-AWuv6Ery3pM+dY7LYS8YIaCiQvUaos9OB1RyNgaOWnaX+Tik7Onvcsf8x8c+YtDeT0maYLniBip2hox5KtEXXA==", "requires": { "reusify": "^1.0.4" } @@ -5318,12 +6081,12 @@ } }, "file-entry-cache": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", - "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz", + "integrity": "sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==", "dev": true, "requires": { - "flat-cache": "^2.0.1" + "flat-cache": "^3.0.4" } }, "file-loader": { @@ -5341,13 +6104,31 @@ "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==" }, "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "requires": { - "to-regex-range": "^5.0.1" + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } } }, + "filter-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", + "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=" + }, "finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", @@ -5373,21 +6154,22 @@ } }, "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", "requires": { "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" } }, "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "requires": { - "locate-path": "^3.0.0" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" } }, "flat": { @@ -5396,20 +6178,19 @@ "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" }, "flat-cache": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz", - "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", "dev": true, "requires": { - "flatted": "^2.0.0", - "rimraf": "2.6.3", - "write": "1.0.3" + "flatted": "^3.1.0", + "rimraf": "^3.0.2" }, "dependencies": { "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "requires": { "glob": "^7.1.3" @@ -5418,9 +6199,9 @@ } }, "flatted": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", - "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.1.1.tgz", + "integrity": "sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==", "dev": true }, "flatten": { @@ -5467,20 +6248,15 @@ } }, "follow-redirects": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", - "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz", + "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==" }, "for-in": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" }, - "foreach": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", - "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" - }, "forwarded": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", @@ -5548,9 +6324,9 @@ } }, "fs-memo": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fs-memo/-/fs-memo-1.0.1.tgz", - "integrity": "sha512-lV4dUPsyJHVgD3g0loRj+ClZQnb8eUQN0olNWgmYbq+ch4ponSMBI+l4l72l9krHakhq79QLCzPJMko+qpvmTQ==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fs-memo/-/fs-memo-1.2.0.tgz", + "integrity": "sha512-YEexkCpL4j03jn5SxaMHqcO6IuWuqm8JFUYhyCep7Ao89JIYmB8xoKhK7zXXJ9cCaNXpyNH5L3QtAmoxjoHW2w==" }, "fs-minipass": { "version": "2.1.0", @@ -5606,9 +6382,9 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "optional": true }, "function-bind": { @@ -5623,16 +6399,26 @@ "dev": true }, "gensync": { - "version": "1.0.0-beta.1", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", - "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==" + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } }, "get-port-please": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-1.0.0.tgz", - "integrity": "sha512-4hylsMS0Uqa4jjwXVS+QWMntWL7CQouAlv4BEmiycavPqOp3ytGf4V4yqy8FnbBboHq5orCXuZyftuXbANk+Mg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-1.1.0.tgz", + "integrity": "sha512-C9adQpQ9uyboxURlYAVcqvKdnrZ0uIad6lAZzIr51G5shhUFcZUwl8rxY0B0hB6OJytBNzPB1Uj/S1CpP9aFzQ==", "requires": { - "fs-memo": "^1.0.0" + "fs-memo": "^1.2.0" } }, "get-stream": { @@ -5663,9 +6449,9 @@ } }, "git-url-parse": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.3.0.tgz", - "integrity": "sha512-i3XNa8IKmqnUqWBcdWBjOcnyZYfN3C1WRvnKI6ouFWwsXCZEnlgbwbm55ZpJ3OJMhfEP/ryFhqW8bBhej3C5Ug==", + "version": "11.4.4", + "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.4.4.tgz", + "integrity": "sha512-Y4o9o7vQngQDIU9IjyCmRJBin5iYjI5u9ZITnddRZpD7dcCFQj2sL2XuMNbLRE4b4B/4ENPsp2Q8P44fjAZ0Pw==", "requires": { "git-up": "^4.0.0" } @@ -5697,9 +6483,9 @@ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" }, "globby": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.1.tgz", - "integrity": "sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz", + "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==", "requires": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", @@ -5748,6 +6534,63 @@ "write-json-file": "^2.3.0" }, "dependencies": { + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "requires": { + "find-up": "^3.0.0" + } + }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", @@ -5807,24 +6650,6 @@ "kind-of": "^4.0.0" }, "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, "kind-of": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", @@ -5900,9 +6725,9 @@ "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==" }, "html-entities": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", - "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==" }, "html-minifier": { "version": "4.0.0", @@ -5975,16 +6800,16 @@ "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=" }, "html-webpack-plugin": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz", - "integrity": "sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.1.tgz", + "integrity": "sha512-yzK7RQZwv9xB+pcdHNTjcqbaaDZ+5L0zJHXfi89iWIZmb/FtzxhLk0635rmJihcQbs3ZUF27Xp4oWGx6EK56zg==", "requires": { "@types/html-minifier-terser": "^5.0.0", "@types/tapable": "^1.0.5", "@types/webpack": "^4.41.8", "html-minifier-terser": "^5.0.1", "loader-utils": "^1.2.3", - "lodash": "^4.17.15", + "lodash": "^4.17.20", "pretty-error": "^2.1.1", "tapable": "^1.1.3", "util.promisify": "1.0.0" @@ -6067,9 +6892,9 @@ } }, "ieee754": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", - "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" }, "iferr": { "version": "0.1.5", @@ -6271,11 +7096,6 @@ } } }, - "is-arguments": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", - "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" - }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -6295,9 +7115,9 @@ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, "is-callable": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", - "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz", + "integrity": "sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==" }, "is-color-stop": { "version": "1.1.0", @@ -6377,11 +7197,6 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" }, - "is-generator-function": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.7.tgz", - "integrity": "sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw==" - }, "is-glob": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", @@ -6390,23 +7205,28 @@ "is-extglob": "^2.1.1" } }, - "is-nan": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.0.tgz", - "integrity": "sha512-z7bbREymOqt2CCaZVly8aC4ML3Xhfi0ekuOnjO2L8vKdl+CttdVoGZQhd4adMFAsxQ5VeRVwORs4tU8RH+HFtQ==", - "requires": { - "define-properties": "^1.1.3" - } - }, "is-negative-zero": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", - "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", + "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==" }, "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } }, "is-obj": { "version": "2.0.0", @@ -6426,16 +7246,12 @@ "isobject": "^3.0.1" } }, - "is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" - }, "is-regex": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", - "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz", + "integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==", "requires": { + "call-bind": "^1.0.2", "has-symbols": "^1.0.1" } }, @@ -6473,37 +7289,6 @@ "has-symbols": "^1.0.1" } }, - "is-typed-array": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.3.tgz", - "integrity": "sha512-BSYUBOK/HJibQ30wWkWold5txYwMUXQct9YHAQJr8fSwvZoiglcqB0pd7vEN23+Tsi9IUEjztdOSzl4qLVYGTQ==", - "requires": { - "available-typed-arrays": "^1.0.0", - "es-abstract": "^1.17.4", - "foreach": "^2.0.5", - "has-symbols": "^1.0.1" - }, - "dependencies": { - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", - "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - } - } - }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", @@ -6554,9 +7339,9 @@ } }, "jiti": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-0.1.11.tgz", - "integrity": "sha512-zSPegl+ageMLSYcq1uAZa6V56pX2GbNl/eU3Or7PFHu10a2YhLAXj5fnHJGd6cHZTalSR8zXGH8WmyuyufMhLA==" + "version": "0.1.20", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-0.1.20.tgz", + "integrity": "sha512-nlsuibooCG5yEjmGSVqxhjULy3rO1Gl0LDP+HpUMbzOSLcz5s1Gf5cPnjvHiei0JCG3SXX761HQArDzNIfdz4Q==" }, "jquery": { "version": "3.5.1", @@ -6569,9 +7354,9 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "js-yaml": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz", - "integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -6686,18 +7471,12 @@ } } }, - "loadjs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/loadjs/-/loadjs-4.2.0.tgz", - "integrity": "sha512-AgQGZisAlTPbTEzrHPb6q+NYBMD+DP9uvGSIjSUM5uG+0jG15cb8axWpxuOIqrmQjn6scaaH8JwloiP27b2KXA==" - }, "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "p-locate": "^4.1.0" } }, "lodash": { @@ -6743,52 +7522,36 @@ "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" }, "lower-case": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.1.tgz", - "integrity": "sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "requires": { - "tslib": "^1.10.0" + "tslib": "^2.0.3" } }, "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "requires": { - "yallist": "^3.0.2" - }, - "dependencies": { - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } + "yallist": "^4.0.0" } }, "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" + "semver": "^6.0.0" }, "dependencies": { "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" } } }, - "map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", - "requires": { - "p-defer": "^1.0.0" - } - }, "map-cache": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", @@ -6822,15 +7585,6 @@ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" }, - "mem": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/mem/-/mem-6.1.1.tgz", - "integrity": "sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==", - "requires": { - "map-age-cleaner": "^0.1.3", - "mimic-fn": "^3.0.0" - } - }, "memory-fs": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", @@ -6905,12 +7659,23 @@ "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" }, "micromatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", - "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "requires": { - "braces": "^3.0.1", - "picomatch": "^2.0.5" + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" } }, "miller-rabin": { @@ -6930,27 +7695,27 @@ } }, "mime": { - "version": "2.4.6", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz", - "integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==" + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.0.tgz", + "integrity": "sha512-ft3WayFSFUVBuJj7BMLKAQcSlItKtfjsKDDsii3rqFDAZ7t11zRe8ASw/GlmivGwVUYtwkQrxiGGpL6gFvB0ag==" }, "mime-db": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", - "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + "version": "1.45.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz", + "integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==" }, "mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "version": "2.1.28", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz", + "integrity": "sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==", "requires": { - "mime-db": "1.44.0" + "mime-db": "1.45.0" } }, "mimic-fn": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz", - "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, "minimalistic-assert": { "version": "1.0.1", @@ -7080,9 +7845,9 @@ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" }, "nanoid": { - "version": "3.1.12", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.12.tgz", - "integrity": "sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==" + "version": "3.1.20", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", + "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==" }, "nanomatch": { "version": "1.2.13", @@ -7119,12 +7884,12 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "no-case": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.3.tgz", - "integrity": "sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "requires": { - "lower-case": "^2.0.1", - "tslib": "^1.10.0" + "lower-case": "^2.0.2", + "tslib": "^2.0.3" } }, "node-fetch": { @@ -7133,9 +7898,9 @@ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "node-html-parser": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.3.1.tgz", - "integrity": "sha512-AwYVI6GyEKj9NGoyMfSx4j5l7Axf7obQgLWGxtasLjED6RggTTQoq5ZRzjwSUfgSZ+Mv8Nzbi3pID0gFGqNUsA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-2.1.0.tgz", + "integrity": "sha512-kbCNfqjrwHAbG+mevL8aqjwVtF0Qv66XurWHoGLOc5G9rPR1L3k602jfeczAUUBldLNnCrdsDmO5G5nqAoMW+g==", "requires": { "he": "1.2.0" } @@ -7170,30 +7935,6 @@ "vm-browserify": "^1.0.1" }, "dependencies": { - "assert": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", - "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", - "requires": { - "object-assign": "^4.1.1", - "util": "0.10.3" - }, - "dependencies": { - "util": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", - "requires": { - "inherits": "2.0.1" - } - } - } - }, - "inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" - }, "punycode": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", @@ -7213,11 +7954,6 @@ "util-deprecate": "~1.0.1" }, "dependencies": { - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, "string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", @@ -7232,21 +7968,6 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "util": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", - "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", - "requires": { - "inherits": "2.0.3" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - } - } } } }, @@ -7256,9 +7977,9 @@ "integrity": "sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==" }, "node-releases": { - "version": "1.1.64", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.64.tgz", - "integrity": "sha512-Iec8O9166/x2HRMJyLLLWkd0sFFLrFNy+Xf+JQfSQsdBJzPcHpNl3JQ9gD4j+aJxmCa25jNsIbM4bmACtSbkSg==" + "version": "1.1.70", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.70.tgz", + "integrity": "sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw==" }, "node-res": { "version": "5.0.1", @@ -7309,20 +8030,19 @@ "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=" }, "nuxt": { - "version": "2.14.7", - "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-2.14.7.tgz", - "integrity": "sha512-0pmMDgSqyLacHJ0otGgfFC4cnMIiAfkK5JQ0TU4cHckwt1d0emgABqqWFuO9S45VI5sHHBFADDkbUnJt3JqbLg==", - "requires": { - "@nuxt/builder": "2.14.7", - "@nuxt/cli": "2.14.7", - "@nuxt/components": "^1.1.0", - "@nuxt/core": "2.14.7", - "@nuxt/generator": "2.14.7", - "@nuxt/loading-screen": "^2.0.2", + "version": "2.14.12", + "resolved": "https://registry.npmjs.org/nuxt/-/nuxt-2.14.12.tgz", + "integrity": "sha512-tfGz7s0ahL6mCGzzVEWpHgv+/hekNXgY1fX0SBB0dvJKjVHKAdoMxaoHBYhoCYdNL2GNiNQncHRipxiEtuCtOQ==", + "requires": { + "@nuxt/builder": "2.14.12", + "@nuxt/cli": "2.14.12", + "@nuxt/components": "^1.2.2", + "@nuxt/core": "2.14.12", + "@nuxt/generator": "2.14.12", + "@nuxt/loading-screen": "^2.0.3", "@nuxt/opencollective": "^0.3.2", - "@nuxt/static": "^1.0.0", - "@nuxt/telemetry": "^1.2.3", - "@nuxt/webpack": "2.14.7" + "@nuxt/telemetry": "^1.3.0", + "@nuxt/webpack": "2.14.12" } }, "object-assign": { @@ -7365,18 +8085,9 @@ "dev": true }, "object-inspect": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", - "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" - }, - "object-is": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.3.tgz", - "integrity": "sha512-teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.1" - } + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", + "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==" }, "object-keys": { "version": "1.1.1", @@ -7392,43 +8103,24 @@ } }, "object.assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz", - "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", "requires": { + "call-bind": "^1.0.0", "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.0", "has-symbols": "^1.0.1", "object-keys": "^1.1.1" } }, "object.getownpropertydescriptors": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", - "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - }, - "dependencies": { - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", - "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - } + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz", + "integrity": "sha512-6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1" } }, "object.pick": { @@ -7440,34 +8132,14 @@ } }, "object.values": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", - "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.2.tgz", + "integrity": "sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag==", "requires": { + "call-bind": "^1.0.0", "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1", - "function-bind": "^1.1.1", + "es-abstract": "^1.18.0-next.1", "has": "^1.0.3" - }, - "dependencies": { - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", - "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - } } }, "on-finished": { @@ -7497,13 +8169,6 @@ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "requires": { "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - } } }, "opener": { @@ -7544,11 +8209,6 @@ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, - "p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=" - }, "p-finally": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", @@ -7563,11 +8223,11 @@ } }, "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "requires": { - "p-limit": "^2.0.0" + "p-limit": "^2.2.0" } }, "p-map": { @@ -7628,12 +8288,12 @@ } }, "param-case": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.3.tgz", - "integrity": "sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", "requires": { - "dot-case": "^3.0.3", - "tslib": "^1.10.0" + "dot-case": "^3.0.4", + "tslib": "^2.0.3" } }, "parent-module": { @@ -7684,12 +8344,37 @@ } }, "parse-path": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.2.tgz", - "integrity": "sha512-HSqVz6iuXSiL8C1ku5Gl1Z5cwDd9Wo0q8CoffdAghP6bz8pJa1tcMC+m4N+z6VAS8QdksnIGq1TB6EgR4vPR6w==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz", + "integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==", "requires": { "is-ssh": "^1.3.0", - "protocols": "^1.4.0" + "protocols": "^1.4.0", + "qs": "^6.9.4", + "query-string": "^6.13.8" + }, + "dependencies": { + "qs": { + "version": "6.9.6", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz", + "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==" + }, + "query-string": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.0.tgz", + "integrity": "sha512-In3o+lUxlgejoVJgwEdYtdxrmlL0cQWJXj0+kkI7RWVo7hg5AhFtybeKlC9Dpgbr8eOC4ydpEh8017WwyfzqVQ==", + "requires": { + "decode-uri-component": "^0.2.0", + "filter-obj": "^1.1.0", + "split-on-first": "^1.0.0", + "strict-uri-encode": "^2.0.0" + } + }, + "strict-uri-encode": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", + "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=" + } } }, "parse-url": { @@ -7709,12 +8394,12 @@ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" }, "pascal-case": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.1.tgz", - "integrity": "sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "requires": { - "no-case": "^3.0.3", - "tslib": "^1.10.0" + "no-case": "^3.0.4", + "tslib": "^2.0.3" } }, "pascalcase": { @@ -7734,9 +8419,9 @@ "optional": true }, "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" }, "path-is-absolute": { "version": "1.0.1", @@ -7786,19 +8471,11 @@ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" }, "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "requires": { - "find-up": "^3.0.0" - } - }, - "pkg-up": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", - "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "requires": { - "find-up": "^3.0.0" + "find-up": "^4.0.0" } }, "popper.js": { @@ -8078,9 +8755,9 @@ } }, "postcss-font-variant": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.0.tgz", - "integrity": "sha512-M8BFYKOvCrI2aITzDad7kWuXXTm0YhGdP9Q8HanmN4EF1Hmcgs1KK5rSHylt/lUJe8yLxiSwWAHdScoEiIxztg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz", + "integrity": "sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==", "requires": { "postcss": "^7.0.2" } @@ -8665,9 +9342,9 @@ } }, "postcss-selector-not": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz", - "integrity": "sha512-W+bkBZRhqJaYN8XAnbbZPLWMvZD1wKTu0UxtFKdhtGjWYmxhkUneoeOhRJKdAE5V7ZTlnbHfCR+6bNwK9e1dTQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz", + "integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==", "requires": { "balanced-match": "^1.0.0", "postcss": "^7.0.2" @@ -8750,10 +9427,16 @@ "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" }, + "prettier": { + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", + "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", + "optional": true + }, "pretty-bytes": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.4.1.tgz", - "integrity": "sha512-s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA==" + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.5.0.tgz", + "integrity": "sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA==" }, "pretty-error": { "version": "2.1.2", @@ -8791,11 +9474,11 @@ "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" }, "proper-lockfile": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.1.tgz", - "integrity": "sha512-1w6rxXodisVpn7QYvLk706mzprPTAPCYAqxMvctmPN3ekuRk/kuGkGc82pangZiAt4R3lwSuUzheTTn0/Yb7Zg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz", + "integrity": "sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==", "requires": { - "graceful-fs": "^4.1.11", + "graceful-fs": "^4.2.4", "retry": "^0.12.0", "signal-exit": "^3.0.2" } @@ -8908,6 +9591,11 @@ "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" }, + "queue-microtask": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.2.tgz", + "integrity": "sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==" + }, "randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", @@ -8942,20 +9630,13 @@ } }, "rc9": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/rc9/-/rc9-1.0.0.tgz", - "integrity": "sha512-MVgjFCXkndOD08FBqnCgX92ND36NaGVEzBuImhZ5XVFZz2rF9RGfTiQ0yczxdNEoNbwIRC1guhQJVUMljsqvTg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/rc9/-/rc9-1.2.0.tgz", + "integrity": "sha512-/jknmhG0USFAx5uoKkAKhtG40sONds9RWhFHrP1UzJ3OvVfqFWOypSUpmsQD0fFwAV7YtzHhsn3QNasfAoxgcQ==", "requires": { "defu": "^2.0.4", "destr": "^1.0.0", "flat": "^5.0.0" - }, - "dependencies": { - "defu": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/defu/-/defu-2.0.4.tgz", - "integrity": "sha512-G9pEH1UUMxShy6syWk01VQSRVs3CDWtlxtZu7A+NyqjxaCA4gSlWAKDBx6QiUEKezqS8+DUlXLI14Fp05Hmpwg==" - } } }, "read-cache": { @@ -8992,9 +9673,9 @@ } }, "regenerate": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz", - "integrity": "sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" }, "regenerate-unicode-properties": { "version": "8.2.0", @@ -9051,9 +9732,9 @@ "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==" }, "regjsparser": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz", - "integrity": "sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==", + "version": "0.6.7", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.7.tgz", + "integrity": "sha512-ib77G0uxsA2ovgiYbCVGx4Pv3PSttAx2vIwidqQzbL2U5S4Q+j00HdSAneSBuyVcMvEnTXMjiGgB+DlXozVhpQ==", "requires": { "jsesc": "~0.5.0" }, @@ -9077,13 +9758,13 @@ "optional": true }, "renderkid": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.4.tgz", - "integrity": "sha512-K2eXrSOJdq+HuKzlcjOlGoOarUu5SDguDEhE7+Ah4zuOWL40j8A/oHvLlLob9PSTNvVnBd+/q0Er1QfpEuem5g==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.5.tgz", + "integrity": "sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ==", "requires": { - "css-select": "^1.1.0", + "css-select": "^2.0.2", "dom-converter": "^0.2", - "htmlparser2": "^3.3.0", + "htmlparser2": "^3.10.1", "lodash": "^4.17.20", "strip-ansi": "^3.0.0" }, @@ -9093,31 +9774,6 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" }, - "css-select": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", - "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", - "requires": { - "boolbase": "~1.0.0", - "css-what": "2.1", - "domutils": "1.5.1", - "nth-check": "~1.0.1" - } - }, - "css-what": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", - "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==" - }, - "domutils": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", - "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - } - }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", @@ -9138,6 +9794,12 @@ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true + }, "resolve": { "version": "1.17.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", @@ -9180,11 +9842,6 @@ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" }, - "rewrite-imports": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/rewrite-imports/-/rewrite-imports-2.0.3.tgz", - "integrity": "sha512-R7ICJEeP3y+d/q4C8YEJj9nRP0JyiSqG07uc0oQh8JvAe706dDFVL95GBZYCjADqmhArZWWjfM/5EcmVu4/B+g==" - }, "rgb-regex": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", @@ -9218,9 +9875,12 @@ "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" }, "run-parallel": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz", - "integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "requires": { + "queue-microtask": "^1.2.2" + } }, "run-queue": { "version": "1.0.3", @@ -9236,6 +9896,13 @@ "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", "requires": { "tslib": "^1.9.0" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } } }, "safe-buffer": { @@ -9272,9 +9939,12 @@ } }, "semver": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", - "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", + "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "requires": { + "lru-cache": "^6.0.0" + } }, "send": { "version": "0.17.1", @@ -9332,17 +10002,17 @@ } }, "serve-placeholder": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-1.2.2.tgz", - "integrity": "sha512-4zczakjRPVbX5XBcJqUoyiwiMEXWPBj0rEexQkiQitKEkj36szAmw5DgcgOpWiXtRTU7aqJ47hjnYJg+2FSj5g==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/serve-placeholder/-/serve-placeholder-1.2.3.tgz", + "integrity": "sha512-DC7t66WeIrlVzVMzickfHIn1zHu7eMsVNiH0nkD/wCrijFQdvgyfH2zc5lkFf79EApUgRhZntkpKjfgLkn2i/Q==", "requires": { - "defu": "^1.0.0" + "defu": "^3.2.2" }, "dependencies": { "defu": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/defu/-/defu-1.0.0.tgz", - "integrity": "sha512-1Y1KRFxiiq+LYsZ3iP7xYSR8bHfmHFOUpDunZCN1ld1fGfDJWJIvkUBtjl3apnBwPuJtL/H7cwwlLYX8xPkraQ==" + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/defu/-/defu-3.2.2.tgz", + "integrity": "sha512-8UWj5lNv7HD+kB0e9w77Z7TdQlbUYDVWqITLHNqFIn6khrNHv5WQo38Dcm1f6HeNyZf0U7UbPf6WeZDSdCzGDQ==" } } }, @@ -9446,14 +10116,46 @@ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" }, "slice-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", - "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, "requires": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + } } }, "snapdragon": { @@ -9612,6 +10314,11 @@ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" }, + "split-on-first": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", + "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==" + }, "split-string": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", @@ -9789,61 +10496,21 @@ } }, "string.prototype.trimend": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", - "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz", + "integrity": "sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==", "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - }, - "dependencies": { - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", - "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - } + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" } }, "string.prototype.trimstart": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", - "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz", + "integrity": "sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==", "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - }, - "dependencies": { - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", - "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - } + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" } }, "string_decoder": { @@ -9874,14 +10541,51 @@ "dev": true }, "style-resources-loader": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/style-resources-loader/-/style-resources-loader-1.3.3.tgz", - "integrity": "sha512-vDD2HyG6On8H9gWUN9O9q1eXR/JnXpCkNvpusvgFsRQ9JZGF9drzvwKEigR9vqlmUbXO2t/vIIabpYMmis0eAQ==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/style-resources-loader/-/style-resources-loader-1.4.1.tgz", + "integrity": "sha512-UaAoQXq20relw6B633z4QZDxDyW7gevTt1e0y3MZtzdZfnvB90UL658czAgNc609Y7Kn5ErdthK9bSVhnykBUA==", "requires": { "glob": "^7.1.6", - "is-promise": "^2.1.0", - "loader-utils": "^1.2.3", - "schema-utils": "^2.6.1" + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "@types/json-schema": { + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz", + "integrity": "sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==" + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.0.0.tgz", + "integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==", + "requires": { + "@types/json-schema": "^7.0.6", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } } }, "stylehacks": { @@ -9943,9 +10647,9 @@ } }, "stylus-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-4.1.1.tgz", - "integrity": "sha512-Vnm7J/nIs/P6swIrdwJW/dflhsCOiFmb1U3PeQ6phRtg1soPLN4uKnnL7AtGIJDe173elbtYIXVzmCyF493CfA==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-4.3.3.tgz", + "integrity": "sha512-PpWB5PnCXUzW4WMYhCvNzAHJBjIBPMXwsdfkkKuA9W7k8OQFMl/19/AQvaWsxz2IptxUlCseyJ6TY/eEKJ4+UQ==", "dev": true, "requires": { "fast-glob": "^3.2.4", @@ -9956,9 +10660,9 @@ }, "dependencies": { "@types/json-schema": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz", - "integrity": "sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==", + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz", + "integrity": "sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==", "dev": true }, "ajv": { @@ -10031,47 +10735,65 @@ } }, "table": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", - "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==", + "version": "6.0.7", + "resolved": "https://registry.npmjs.org/table/-/table-6.0.7.tgz", + "integrity": "sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==", "dev": true, "requires": { - "ajv": "^6.10.2", - "lodash": "^4.17.14", - "slice-ansi": "^2.1.0", - "string-width": "^3.0.0" + "ajv": "^7.0.2", + "lodash": "^4.17.20", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.0" }, "dependencies": { + "ajv": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.0.tgz", + "integrity": "sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "dev": true }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", "dev": true, "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" } }, "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", "dev": true, "requires": { - "ansi-regex": "^4.1.0" + "ansi-regex": "^5.0.0" } } } @@ -10082,9 +10804,9 @@ "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" }, "term-size": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", - "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz", + "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" }, "terser": { "version": "4.8.0", @@ -10124,67 +10846,6 @@ "webpack-sources": "^1.4.3" }, "dependencies": { - "find-cache-dir": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", - "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "requires": { - "p-locate": "^4.1.0" - } - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "requires": { - "semver": "^6.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "requires": { - "p-limit": "^2.2.0" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "requires": { - "find-up": "^4.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, "serialize-javascript": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", @@ -10264,9 +10925,9 @@ "integrity": "sha512-uVFet1LQToeUX0rTcSiYVYVoGuBpc8gP/2jnlUzuHMHe+gux6XLsNzxLUweabMwiUj5ejhoIMsUI55nVSEa/Vw==" }, "timers-browserify": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", - "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", "requires": { "setimmediate": "^1.0.4" } @@ -10324,11 +10985,12 @@ } }, "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "requires": { - "is-number": "^7.0.0" + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" } }, "toidentifier": { @@ -10342,9 +11004,9 @@ "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" }, "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" }, "tty-browserify": { "version": "0.0.0", @@ -10380,14 +11042,14 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "ua-parser-js": { - "version": "0.7.22", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz", - "integrity": "sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==" + "version": "0.7.24", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.24.tgz", + "integrity": "sha512-yo+miGzQx5gakzVK3QFfN0/L9uVhosXBBO7qmnk7c2iw1IhL212wfA3zbnI54B0obGwC/5NWub/iT9sReMx+Fw==" }, "uglify-js": { - "version": "3.11.3", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.3.tgz", - "integrity": "sha512-wDRziHG94mNj2n3R864CvYw/+pc9y/RNImiTyrrf8BzgWn75JgFSwYvXrtZQMnMnOp/4UTrf3iCSQxSStPiByA==" + "version": "3.12.7", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.7.tgz", + "integrity": "sha512-SIZhkoh+U/wjW+BHGhVwE9nt8tWJspncloBcFapkpGRwNPqcH8pzX36BXe3TPBjzHWPMUZotpCigak/udWNr1Q==" }, "unfetch": { "version": "4.2.0", @@ -10507,9 +11169,9 @@ } }, "upath": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.0.tgz", - "integrity": "sha512-ghi1XxsVYPOZPDsOZrfOJIwQU5I3JVYB3Q6IbBGn1KFeOa89i0nUy5tCEkY9pVm83U83qZ1QG40RQKGknllV4w==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", + "integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==" }, "upper-case": { "version": "1.1.3", @@ -10561,16 +11223,18 @@ "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" }, "util": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.12.3.tgz", - "integrity": "sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", "requires": { - "inherits": "^2.0.3", - "is-arguments": "^1.0.4", - "is-generator-function": "^1.0.7", - "is-typed-array": "^1.1.3", - "safe-buffer": "^5.1.2", - "which-typed-array": "^1.1.2" + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } } }, "util-deprecate": { @@ -10625,9 +11289,9 @@ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "v8-compile-cache": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", - "integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz", + "integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==", "dev": true }, "vary": { @@ -10656,9 +11320,9 @@ "integrity": "sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==" }, "vue-eslint-parser": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz", - "integrity": "sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.4.1.tgz", + "integrity": "sha512-AFvhdxpFvliYq1xt/biNBslTHE/zbEvSnr1qfHA/KxRIpErmEDrQZlQnvEexednRHmLfDNOMuDYwZL5xkLzIXQ==", "dev": true, "requires": { "debug": "^4.1.1", @@ -10676,9 +11340,9 @@ "dev": true }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", "dev": true, "requires": { "ms": "2.1.2" @@ -10724,9 +11388,9 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-loader": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.9.3.tgz", - "integrity": "sha512-Y67VnGGgVLH5Voostx8JBZgPQTlDQeOVBLOEsjc2cXbCYBKexSKEpOA56x0YZofoDOTszrLnIShyOX1p9uCEHA==", + "version": "15.9.6", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.9.6.tgz", + "integrity": "sha512-j0cqiLzwbeImIC6nVIby2o/ABAWhlppyL/m5oJ67R5MloP0hj/DtFgb0Zmq3J9CG7AJ+AXIvHVnJAPBvrLyuDg==", "requires": { "@vue/component-compiler-utils": "^3.1.0", "hash-sum": "^1.0.2", @@ -10756,9 +11420,9 @@ "integrity": "sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==" }, "vue-router": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.4.7.tgz", - "integrity": "sha512-CbHXue5BLrDivOk5O4eZ0WT4Yj8XwdXa4kCnsEIOzYUPF/07ZukayA2jGxDCJxLc9SgVQX9QX0OuGOwGlVB4Qg==" + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.1.tgz", + "integrity": "sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==" }, "vue-server-renderer": { "version": "2.6.12", @@ -10861,25 +11525,25 @@ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==" }, "vuex": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", - "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.6.2.tgz", + "integrity": "sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw==" }, "watchpack": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz", - "integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", + "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", "requires": { "chokidar": "^3.4.1", "graceful-fs": "^4.1.2", "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.0" + "watchpack-chokidar2": "^2.0.1" } }, "watchpack-chokidar2": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz", - "integrity": "sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", + "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", "optional": true, "requires": { "chokidar": "^2.1.8" @@ -10912,35 +11576,6 @@ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", "optional": true }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "optional": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, "chokidar": { "version": "2.1.8", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", @@ -10961,29 +11596,6 @@ "upath": "^1.1.1" } }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "optional": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "optional": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, "fsevents": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", @@ -11020,47 +11632,6 @@ "binary-extensions": "^1.0.0" } }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "optional": true, - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "optional": true, - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "optional": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, "readable-stream": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", @@ -11102,16 +11673,6 @@ "safe-buffer": "~5.1.0" } }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "optional": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, "upath": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", @@ -11121,9 +11682,9 @@ } }, "webpack": { - "version": "4.44.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz", - "integrity": "sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==", + "version": "4.46.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.46.0.tgz", + "integrity": "sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==", "requires": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", @@ -11133,7 +11694,7 @@ "ajv": "^6.10.2", "ajv-keywords": "^3.4.1", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^4.3.0", + "enhanced-resolve": "^4.5.0", "eslint-scope": "^4.0.3", "json-parse-better-errors": "^1.0.2", "loader-runner": "^2.4.0", @@ -11150,33 +11711,6 @@ "webpack-sources": "^1.4.1" }, "dependencies": { - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, "cacache": { "version": "12.0.4", "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", @@ -11199,63 +11733,69 @@ "y18n": "^4.0.0" } }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" } }, - "is-number": { + "find-up": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "locate-path": "^3.0.0" } }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "requires": { + "find-up": "^3.0.0" } }, "schema-utils": { @@ -11268,6 +11808,11 @@ "ajv-keywords": "^3.1.0" } }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, "serialize-javascript": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", @@ -11305,14 +11850,10 @@ "worker-farm": "^1.7.0" } }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" } } }, @@ -11349,9 +11890,9 @@ } }, "webpack-dev-middleware": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", - "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", + "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", "requires": { "memory-fs": "^0.4.1", "mime": "^2.4.4", @@ -11360,20 +11901,6 @@ "webpack-log": "^2.0.0" } }, - "webpack-external-import": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/webpack-external-import/-/webpack-external-import-2.2.4.tgz", - "integrity": "sha512-yJUHeu/UaZ8o0gCQyor6nsjEVdgc3ao8w7E6j28Dh1BanMxnqm0PumdElh2C5z/DMTcw1knQbpEArRo6/knNog==", - "requires": { - "assert": "^2.0.0", - "dimport": "^1.0.0", - "fs-extra": "^8.1.0", - "loadjs": "^4.2.0", - "mem": "^6.0.1", - "pkg-up": "^3.1.0", - "tapable": "^1.1.3" - } - }, "webpack-hot-middleware": { "version": "2.25.0", "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz", @@ -11453,39 +11980,6 @@ "isexe": "^2.0.0" } }, - "which-typed-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.2.tgz", - "integrity": "sha512-KT6okrd1tE6JdZAy3o2VhMoYPh3+J6EMZLyrxBQsZflI1QCZIxMrIYLkosd8Twf+YfknVIHmYQPgJt238p8dnQ==", - "requires": { - "available-typed-arrays": "^1.0.2", - "es-abstract": "^1.17.5", - "foreach": "^2.0.5", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.1", - "is-typed-array": "^1.1.3" - }, - "dependencies": { - "es-abstract": { - "version": "1.17.7", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", - "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - } - } - }, "widest-line": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", @@ -11604,15 +12098,6 @@ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, - "write": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz", - "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==", - "dev": true, - "requires": { - "mkdirp": "^0.5.1" - } - }, "write-file-atomic": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", @@ -11681,9 +12166,9 @@ } }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==" }, "yallist": { "version": "4.0.0", diff --git a/package.json b/package.json index 7059094..272e75c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cameracalc", - "version": "2.1.1", + "version": "2.1.2", "description": "Open Source Calculator for Filmmaking/Camera Department", "author": "Reinaldy Rafli (https://reinaldyrafli.com/)", "keywords": [ @@ -25,19 +25,19 @@ "lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ." }, "dependencies": { - "axios": "^0.20.0", - "bootstrap": "4.5.3", - "bootstrap-vue": "2.18.0", + "axios": "0.21.1", + "bootstrap": "4.6.0", + "bootstrap-vue": "2.21.2", "jquery": "3.5.1", "lodash": "4.17.20", - "nuxt": "2.14.7" + "nuxt": "2.14.12" }, "devDependencies": { "babel-eslint": "10.1.0", - "eslint": "7.11.0", + "eslint": "7.20.0", "eslint-loader": "4.0.2", - "eslint-plugin-vue": "7.1.0", + "eslint-plugin-vue": "7.5.0", "stylus": "0.54.8", - "stylus-loader": "4.1.1" + "stylus-loader": "4.3.3" } } diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index 3632d0c89129045dc4103e84e59e426c57b8f51a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1393 zcmV-%1&;cOP)Px)D@jB_R9Fe^ReNldMG&9eyIx;VxmMIdgjhwCKeVN$X=xNR5F_{iAD9pW6t#*F zgsb$5TDXc(+R_KbHns{HwTUSSMxqkbMAXm+Qmqd}qLq*w23kw2)Y7}&?)uyB`r&ui zgSLtP7@6d5XJ%(+e>;!;h%VEAG6Suz+(=E0vHu2kKIR~YDr+g=KThO5N?%t`9J7Cz z!`J{cS7sBbmBg4LMc2`Q*c=vb%;M+)D8)#rilGypCSqLx@dPzj-aO`0Ee@jx&{DMo z2WG&xg=Vd*Cq_lch7F)fE%7L^BtJ8$xL~eTcPV~!0CdAiRcr*Z+1D9sR%#uxa2%lS zMHc30U1D*;LsF_{LE;nVHg~>ZH^SfO0I1*c5a(Lr^e$ztX)$85I|Ia7@DN4Y6RSN5 zisVjYMleQy5y_2LmgG+w;e3P~i4NCXgH*d=HbBx*5MrLSb{`J>9A!vneqSRxGno<9 zE23>mQG7tr%OUm=gpmORdJXM@drwr%R(lc%Hl26;kf|LIe!i@Uup z*Llp$^8n6C$?f4TR{7EZgs8wRV8aUOrpM1&9Zf!U!LkK0XZn-1d__lJO8SGj2H%rk z@(%pkpq}e2T|eKn4__}1pt<5c)b=i<{s+pMyer&M%jvnfQA(ANZUt|F4GdoFEX4rC-M{KbO^D{(o%D)QCbo>s)CXAnlwG$1v zG;RKh+q6M%LCF^=-+R!_`1Hh)C$%n|A_Hh?Ux_qOl*A&ww!d(JcrU;Vzm zBG@?@XRm(q{u@8){e>ARy8+@`9F{%vo}5Rut}DOnXHL8pwpR&B8???!!vXa93sL(d z7}ev^F#=m1G@tfB&J5T*g`4%n#MuEhNFI+z66b5RB$+6gvwV4s=Hnc(FX2KxVAtV= zoT7Cmg#u`*xdEwPjlh3UtnETz)7V_4UsRy3cBH?kdC#u1re3e@AG~=G{(JEdP3`SM z|A4$M&soglW;|3e0KQf0ObP`+zET)O5%DcFb4{0NWL@>xLB1RP@zaEilp5=v$vc>R zJ#Os7gltH=e}(ZJCtn{ATlR}$Y6*J5Xi{ze4}hlX*{IVZpg%zqd9@kLx?0B$wa+`~ z@dT{8k1qE3ZMq>boI;T?y4pSnK!58AkB&jyP1Dx+f_&(| z@D4l!jWKpe^+%z*p;ELnVGFW!2Bo?%mfh~sy^PqGXwo~9O7a(Kk05}S%B4vCOgJ2( zS!?%%h6+l?*b!|q$1akMRcDMPsTZLO8B1irg)A#%p)|d&4pVxhE)Ffb6^8??E%{@J9`p7P#__uNTS#9TpzPzVuwC5DwQPdixgxK z$6~Dd^w&+2dJAv+m`Oz2ol=McA&%%hWCL`l@?rdE;fE27OwMDy=O^#?a$EmkbYzQ* zYh|omoW8~B2*hv;bbiiZi+cUyUYB?NFB$k7NQU1u0aJ3K00000NkvXXu0mjfj6#%2 diff --git a/static/head-icon..png b/static/head-icon.png similarity index 100% rename from static/head-icon..png rename to static/head-icon.png