From 055889c699a5375d72c96eb2ca404fe52e23f654 Mon Sep 17 00:00:00 2001 From: Alexandre Mouton-Brady Date: Fri, 25 Sep 2020 16:07:21 +0200 Subject: [PATCH] :arrow_up update dependencies --- js/package.json | 4 +- js/pnpm-lock.yaml | 632 +++++++++++++++++------------------ ts-minimal/package.json | 4 +- ts-minimal/pnpm-lock.yaml | 632 +++++++++++++++++------------------ ts-tailwind/package.json | 4 +- ts-tailwind/pnpm-lock.yaml | 662 ++++++++++++++++++------------------- ts/package.json | 4 +- ts/pnpm-lock.yaml | 632 +++++++++++++++++------------------ 8 files changed, 1287 insertions(+), 1287 deletions(-) diff --git a/js/package.json b/js/package.json index d22dacc..b3c0cfb 100644 --- a/js/package.json +++ b/js/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "@amoutonbrady/vite-plugin-solid": "^0.1.1", + "@amoutonbrady/vite-plugin-solid": "^0.2.0", "vite": "^1.0.0-rc.4" }, "dependencies": { - "solid-js": "^0.18.14" + "solid-js": "^0.20.0" } } diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index a6d2cd0..857fccb 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -1,15 +1,15 @@ dependencies: solid-js: 0.18.14 devDependencies: - '@amoutonbrady/vite-plugin-solid': 0.1.1 + "@amoutonbrady/vite-plugin-solid": 0.1.1 vite: 1.0.0-rc.4 lockfileVersion: 5.1 packages: /@amoutonbrady/vite-plugin-solid/0.1.1: dependencies: - '@babel/core': 7.11.1 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.1 - '@rollup/plugin-babel': 5.2.0_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/preset-typescript": 7.10.4_@babel+core@7.11.1 + "@rollup/plugin-babel": 5.2.0_@babel+core@7.11.1 babel-preset-solid: 0.18.14_@babel+core@7.11.1 dedent: 0.7.0 solid-js: 0.18.14 @@ -19,20 +19,20 @@ packages: integrity: sha512-QbjKty4eXCAae/goAgQKQMpMuEhxGAZw2kuzjvxK3E3WmaeeCQc5nwZ+fyeZwwcZcu/Q3R02qBo0gXIrQBOqqQ== /@babel/code-frame/7.10.4: dependencies: - '@babel/highlight': 7.10.4 + "@babel/highlight": 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== /@babel/core/7.11.1: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.0 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.3 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/generator": 7.11.0 + "@babel/helper-module-transforms": 7.11.0 + "@babel/helpers": 7.10.4 + "@babel/parser": 7.11.3 + "@babel/template": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 convert-source-map: 1.7.0 debug: 4.1.1 gensync: 1.0.0-beta.1 @@ -43,12 +43,12 @@ packages: source-map: 0.5.7 dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== /@babel/generator/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -56,59 +56,59 @@ packages: integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 + "@babel/core": 7.11.1 + "@babel/helper-function-name": 7.10.4 + "@babel/helper-member-expression-to-functions": 7.11.0 + "@babel/helper-optimise-call-expression": 7.10.4 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/helper-replace-supers": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 dev: true peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 resolution: integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== /@babel/helper-function-name/7.10.4: dependencies: - '@babel/helper-get-function-arity': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/helper-get-function-arity": 7.10.4 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== /@babel/helper-member-expression-to-functions/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== /@babel/helper-module-imports/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== /@babel/helper-module-transforms/7.11.0: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/helper-module-imports": 7.10.4 + "@babel/helper-replace-supers": 7.10.4 + "@babel/helper-simple-access": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 lodash: 4.17.20 dev: true resolution: integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== /@babel/helper-optimise-call-expression/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== @@ -118,23 +118,23 @@ packages: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== /@babel/helper-replace-supers/7.10.4: dependencies: - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/helper-member-expression-to-functions": 7.11.0 + "@babel/helper-optimise-call-expression": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== /@babel/helper-simple-access/7.10.4: dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== /@babel/helper-split-export-declaration/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -144,15 +144,15 @@ packages: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== /@babel/helpers/7.10.4: dependencies: - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/template": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== /@babel/highlight/7.10.4: dependencies: - '@babel/helper-validator-identifier': 7.10.4 + "@babel/helper-validator-identifier": 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true @@ -161,65 +161,65 @@ packages: /@babel/parser/7.11.3: dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" hasBin: true resolution: integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/helper-create-class-features-plugin": 7.10.5_@babel+core@7.11.1 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/plugin-syntax-typescript": 7.10.4_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== /@babel/preset-typescript/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/plugin-transform-typescript": 7.11.0_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== /@babel/template/7.10.4: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== /@babel/traverse/7.11.0: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.0 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/generator": 7.11.0 + "@babel/helper-function-name": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 debug: 4.1.1 globals: 11.12.0 lodash: 4.17.20 @@ -228,7 +228,7 @@ packages: integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== /@babel/types/7.11.0: dependencies: - '@babel/helper-validator-identifier': 7.10.4 + "@babel/helper-validator-identifier": 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true @@ -236,48 +236,48 @@ packages: integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== /@nodelib/fs.scandir/2.1.3: dependencies: - '@nodelib/fs.stat': 2.0.3 + "@nodelib/fs.stat": 2.0.3 run-parallel: 1.1.9 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: - '@nodelib/fs.scandir': 2.1.3 + "@nodelib/fs.scandir": 2.1.3 fastq: 1.8.0 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== /@rollup/plugin-babel/5.2.0_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-module-imports': 7.10.4 - '@rollup/pluginutils': 3.1.0 + "@babel/core": 7.11.1 + "@babel/helper-module-imports": 7.10.4 + "@rollup/pluginutils": 3.1.0 dev: true engines: - node: '>= 10.0.0' + node: ">= 10.0.0" peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 + "@babel/core": ^7.0.0 + "@types/babel__core": ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - '@types/babel__core': + "@types/babel__core": optional: true resolution: integrity: sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw== /@rollup/plugin-commonjs/14.0.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 commondir: 1.0.1 estree-walker: 1.0.1 glob: 7.1.6 @@ -287,14 +287,14 @@ packages: rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^2.3.4 resolution: integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw== /@rollup/plugin-json/4.1.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 rollup: 2.24.0 dev: true peerDependencies: @@ -303,8 +303,8 @@ packages: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== /@rollup/plugin-node-resolve/8.4.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 - '@types/resolve': 1.17.1 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + "@types/resolve": 1.17.1 builtin-modules: 3.1.0 deep-freeze: 0.0.1 deepmerge: 4.2.2 @@ -313,46 +313,46 @@ packages: rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== /@rollup/pluginutils/3.1.0: dependencies: - '@types/estree': 0.0.39 + "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== /@rollup/pluginutils/3.1.0_rollup@2.24.0: dependencies: - '@types/estree': 0.0.39 + "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== /@types/accepts/1.3.5: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== /@types/body-parser/1.19.0: dependencies: - '@types/connect': 3.4.33 - '@types/node': 14.0.27 + "@types/connect": 3.4.33 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== @@ -362,7 +362,7 @@ packages: integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/connect/3.4.33: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A== @@ -372,10 +372,10 @@ packages: integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== /@types/cookies/0.7.4: dependencies: - '@types/connect': 3.4.33 - '@types/express': 4.17.7 - '@types/keygrip': 1.0.2 - '@types/node': 14.0.27 + "@types/connect": 3.4.33 + "@types/express": 4.17.7 + "@types/keygrip": 1.0.2 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw== @@ -389,18 +389,18 @@ packages: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== /@types/express-serve-static-core/4.17.9: dependencies: - '@types/node': 14.0.27 - '@types/qs': 6.9.4 - '@types/range-parser': 1.2.3 + "@types/node": 14.0.27 + "@types/qs": 6.9.4 + "@types/range-parser": 1.2.3 dev: true resolution: integrity: sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== /@types/express/4.17.7: dependencies: - '@types/body-parser': 1.19.0 - '@types/express-serve-static-core': 4.17.9 - '@types/qs': 6.9.4 - '@types/serve-static': 1.13.5 + "@types/body-parser": 1.19.0 + "@types/express-serve-static-core": 4.17.9 + "@types/qs": 6.9.4 + "@types/serve-static": 1.13.5 dev: true resolution: integrity: sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ== @@ -414,19 +414,19 @@ packages: integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== /@types/koa-compose/3.2.5: dependencies: - '@types/koa': 2.11.3 + "@types/koa": 2.11.3 dev: true resolution: integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== /@types/koa/2.11.3: dependencies: - '@types/accepts': 1.3.5 - '@types/content-disposition': 0.5.3 - '@types/cookies': 0.7.4 - '@types/http-assert': 1.5.1 - '@types/keygrip': 1.0.2 - '@types/koa-compose': 3.2.5 - '@types/node': 14.0.27 + "@types/accepts": 1.3.5 + "@types/content-disposition": 0.5.3 + "@types/cookies": 0.7.4 + "@types/http-assert": 1.5.1 + "@types/keygrip": 1.0.2 + "@types/koa-compose": 3.2.5 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-ABxVkrNWa4O/Jp24EYI/hRNqEVRlhB9g09p48neQp4m3xL1TJtdWk2NyNQSMCU45ejeELMQZBYyfstyVvO2H3Q== @@ -452,22 +452,22 @@ packages: integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== /@types/resolve/1.17.1: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== /@types/serve-static/1.13.5: dependencies: - '@types/express-serve-static-core': 4.17.9 - '@types/mime': 2.0.3 + "@types/express-serve-static-core": 4.17.9 + "@types/mime": 2.0.3 dev: true resolution: integrity: sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== /@vue/compiler-core/3.0.0-rc.5: dependencies: - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 - '@vue/shared': 3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 + "@vue/shared": 3.0.0-rc.5 estree-walker: 2.0.1 source-map: 0.6.1 dev: true @@ -475,19 +475,19 @@ packages: integrity: sha512-dNz5AObEYg0Oglw3emIsBhTAOVfObrfxDaAzR0UTRDDq+Ohfr6KTSaVQAH88Ym+oa08ZlLZBFc6ARe9doAOIxg== /@vue/compiler-dom/3.0.0-rc.5: dependencies: - '@vue/compiler-core': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-core": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-z8n+R1GhFnWuKURLYxfVSEfP7nSNM91qteobxwys55fhlZZuReouMnUwgrn+ois/IL6RdFlT9H+n4+N6yLrdJA== /@vue/compiler-sfc/3.0.0-rc.5_vue@3.0.0-rc.5: dependencies: - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 - '@vue/compiler-core': 3.0.0-rc.5 - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/compiler-ssr': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 + "@vue/compiler-core": 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/compiler-ssr": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 consolidate: 0.15.1 estree-walker: 2.0.1 hash-sum: 2.0.0 @@ -506,28 +506,28 @@ packages: integrity: sha512-huoIFEfFCJxHcpoByAUQti7CIwJdHPLJXKuy2HG7J1B+IEKugtBdF50CLH35ZD8dWM0nyOMFFqTbO7i6CCjL3Q== /@vue/compiler-ssr/3.0.0-rc.5: dependencies: - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-OU5Vl2+bCDMImS9OeCVnl4lfxZ3/sopdwX2SrUWVKQvCxmmmlyWvoVkC6nNGCs/MrOmIMhKmL6etgzLTWyCkUg== /@vue/reactivity/3.0.0-rc.5: dependencies: - '@vue/shared': 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-oe9C+1jtWUdYL/iNc0OPWbwgOk2rOW2uQ+exx3I6Jo6PKOmnAiPkMElalf9vRnO53rnUphVecMp8BlTJvcNgDw== /@vue/runtime-core/3.0.0-rc.5: dependencies: - '@vue/reactivity': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/reactivity": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-MRIWreFigxdRuI2moFociUL5rVBfgYPrT7rWfQ0XfOyW46b+AiuCJyZvgbsRXwkAERfW1Tb/mY5forYjX2thOg== /@vue/runtime-dom/3.0.0-rc.5: dependencies: - '@vue/runtime-core': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/runtime-core": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 csstype: 2.6.13 dev: true resolution: @@ -542,13 +542,13 @@ packages: negotiator: 0.6.2 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== /ansi-regex/5.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: @@ -556,16 +556,16 @@ packages: color-convert: 1.9.3 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== /ansi-styles/4.2.1: dependencies: - '@types/color-name': 1.1.1 + "@types/color-name": 1.1.1 color-convert: 2.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== /any-promise/1.3.0: @@ -578,7 +578,7 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== /argparse/1.0.10: @@ -590,22 +590,22 @@ packages: /array-union/2.1.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /at-least-node/1.0.0: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== /babel-plugin-jsx-dom-expressions/0.19.10_@babel+core@7.11.1: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.1 + "@babel/helper-module-imports": 7.10.4 + "@babel/plugin-syntax-jsx": 7.10.4_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': '*' + "@babel/core": "*" resolution: integrity: sha512-/gpqeOSCPEt+hOREHlZIXhn8UjfXg5MZM56dWpGzuGB3+XsiWZ07Geh2yPrho0uwksMJP/OOO5Ipk+Oei8eTSQ== /babel-preset-solid/0.18.14_@babel+core@7.11.1: @@ -613,7 +613,7 @@ packages: babel-plugin-jsx-dom-expressions: 0.19.10_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': '*' + "@babel/core": "*" resolution: integrity: sha512-plDadLGxyg0XiYNJO0bk2UuJP4u4hH6AWEGfELo7Ug3oQs2HvlTW12h77nDQaVr+45r3uhHuuJojZMDXxHaGPg== /balanced-match/1.0.0: @@ -627,7 +627,7 @@ packages: /binary-extensions/2.1.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: @@ -646,7 +646,7 @@ packages: fill-range: 7.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /brotli-size/4.0.0: @@ -654,7 +654,7 @@ packages: duplexer: 0.1.1 dev: true engines: - node: '>= 10.16.0' + node: ">= 10.16.0" resolution: integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA== /buffer-from/1.1.1: @@ -664,13 +664,13 @@ packages: /builtin-modules/1.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== /cache-content-type/1.0.1: @@ -679,7 +679,7 @@ packages: ylru: 1.2.1 dev: true engines: - node: '>= 6.0.0' + node: ">= 6.0.0" resolution: integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== /caller-callsite/2.0.0: @@ -687,7 +687,7 @@ packages: callsites: 2.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= /caller-path/2.0.0: @@ -695,13 +695,13 @@ packages: caller-callsite: 2.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= /callsites/2.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= /chalk/2.4.2: @@ -711,7 +711,7 @@ packages: supports-color: 5.5.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== /chalk/3.0.0: @@ -720,7 +720,7 @@ packages: supports-color: 7.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.1.0: @@ -729,7 +729,7 @@ packages: supports-color: 7.1.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== /chokidar/3.4.2: @@ -743,7 +743,7 @@ packages: readdirp: 3.4.0 dev: true engines: - node: '>= 8.10.0' + node: ">= 8.10.0" optionalDependencies: fsevents: 2.1.3 resolution: @@ -753,7 +753,7 @@ packages: source-map: 0.6.1 dev: true engines: - node: '>= 4.0' + node: ">= 4.0" resolution: integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== /cli-cursor/3.1.0: @@ -761,26 +761,26 @@ packages: restore-cursor: 3.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== /cli-spinners/2.4.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== /clone/1.0.4: dev: true engines: - node: '>=0.8' + node: ">=0.8" resolution: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /co/4.6.0: dev: true engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' + iojs: ">= 1.0.0" + node: ">= 0.12.0" resolution: integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /color-convert/1.9.3: @@ -794,7 +794,7 @@ packages: color-name: 1.1.4 dev: true engines: - node: '>=7.0.0' + node: ">=7.0.0" resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: @@ -822,7 +822,7 @@ packages: bluebird: 3.7.2 dev: true engines: - node: '>= 0.10.0' + node: ">= 0.10.0" resolution: integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== /content-disposition/0.5.3: @@ -830,13 +830,13 @@ packages: safe-buffer: 5.1.2 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== /content-type/1.0.4: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== /convert-source-map/1.7.0: @@ -851,7 +851,7 @@ packages: keygrip: 1.1.0 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== /cosmiconfig/5.2.1: @@ -862,7 +862,7 @@ packages: parse-json: 4.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== /cross-spawn/7.0.3: @@ -872,13 +872,13 @@ packages: which: 2.0.2 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /cssesc/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== @@ -919,7 +919,7 @@ packages: /deepmerge/4.2.2: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== /defaults/1.0.3: @@ -935,13 +935,13 @@ packages: /depd/1.1.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= /depd/2.0.0: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== /destroy/1.0.4: @@ -953,7 +953,7 @@ packages: path-type: 4.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /dotenv-expand/5.1.0: @@ -963,7 +963,7 @@ packages: /dotenv/8.2.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /duplexer/0.1.1: @@ -977,13 +977,13 @@ packages: /emojis-list/3.0.0: dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /encodeurl/1.0.2: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= /end-of-stream/1.4.4: @@ -1015,13 +1015,13 @@ packages: /escape-string-regexp/1.0.5: dev: true engines: - node: '>=0.8.0' + node: ">=0.8.0" resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= /esprima/4.0.1: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== @@ -1040,7 +1040,7 @@ packages: /etag/1.8.1: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= /eventemitter3/4.0.4: @@ -1060,20 +1060,20 @@ packages: strip-final-newline: 2.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== /fast-glob/3.2.4: dependencies: - '@nodelib/fs.stat': 2.0.3 - '@nodelib/fs.walk': 1.2.4 + "@nodelib/fs.stat": 2.0.3 + "@nodelib/fs.walk": 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== /fastq/1.8.0: @@ -1087,19 +1087,19 @@ packages: to-regex-range: 5.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /follow-redirects/1.13.0: dev: true engines: - node: '>=4.0' + node: ">=4.0" resolution: integrity: sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== /fresh/0.5.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= /fs-extra/9.0.1: @@ -1110,7 +1110,7 @@ packages: universalify: 1.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: @@ -1135,7 +1135,7 @@ packages: /gensync/1.0.0-beta.1: dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== /get-stream/5.2.0: @@ -1143,7 +1143,7 @@ packages: pump: 3.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== /glob-parent/5.1.1: @@ -1151,7 +1151,7 @@ packages: is-glob: 4.0.1 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: @@ -1168,7 +1168,7 @@ packages: /globals/11.12.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globby/11.0.1: @@ -1181,7 +1181,7 @@ packages: slash: 3.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /graceful-fs/4.2.4: @@ -1191,13 +1191,13 @@ packages: /has-flag/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== /hash-sum/2.0.0: @@ -1210,7 +1210,7 @@ packages: http-errors: 1.7.3 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== /http-errors/1.4.0: @@ -1219,7 +1219,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-bAJC3qaz33r9oVPHEImzHG6Cqr8= /http-errors/1.6.3: @@ -1230,7 +1230,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= /http-errors/1.7.3: @@ -1242,7 +1242,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-errors/1.8.0: @@ -1254,7 +1254,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== /http-proxy/1.18.1: @@ -1264,13 +1264,13 @@ packages: requires-port: 1.0.0 dev: true engines: - node: '>=8.0.0' + node: ">=8.0.0" resolution: integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== /human-signals/1.1.1: dev: true engines: - node: '>=8.12.0' + node: ">=8.12.0" resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== /icss-replace-symbols/1.1.0: @@ -1282,13 +1282,13 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /ignore/5.1.8: dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== /import-cwd/2.1.0: @@ -1296,7 +1296,7 @@ packages: import-from: 2.1.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= /import-fresh/2.0.0: @@ -1305,7 +1305,7 @@ packages: resolve-from: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= /import-from/2.1.0: @@ -1313,7 +1313,7 @@ packages: resolve-from: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= /indexes-of/1.0.1: @@ -1348,32 +1348,32 @@ packages: binary-extensions: 2.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== /is-directory/0.3.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= /is-docker/2.1.1: dev: true engines: - node: '>=8' + node: ">=8" hasBin: true resolution: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-extglob/2.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-generator-function/1.0.7: dev: true engines: - node: '>= 0.4' + node: ">= 0.4" resolution: integrity: sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== /is-glob/4.0.1: @@ -1381,13 +1381,13 @@ packages: is-extglob: 2.1.1 dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-interactive/1.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: @@ -1397,19 +1397,19 @@ packages: /is-number/7.0.0: dev: true engines: - node: '>=0.12.0' + node: ">=0.12.0" resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-reference/1.2.1: dependencies: - '@types/estree': 0.0.45 + "@types/estree": 0.0.45 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-stream/2.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== /is-wsl/2.2.0: @@ -1417,7 +1417,7 @@ packages: is-docker: 2.1.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== /isarray/0.0.1: @@ -1440,7 +1440,7 @@ packages: supports-color: 6.1.0 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== /js-tokens/4.0.0: @@ -1458,7 +1458,7 @@ packages: /jsesc/2.5.2: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== @@ -1478,7 +1478,7 @@ packages: minimist: 1.2.5 dev: true engines: - node: '>=6' + node: ">=6" hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== @@ -1495,7 +1495,7 @@ packages: tsscmp: 1.0.6 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== /koa-compose/3.2.1: @@ -1518,7 +1518,7 @@ packages: koa-compose: 3.2.1 dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= /koa-etag/3.0.0: @@ -1535,7 +1535,7 @@ packages: path-match: 1.2.4 dev: true peerDependencies: - koa: '>=2' + koa: ">=2" resolution: integrity: sha512-iXGRADBE0fM7g7AttNOlLZ/cCFKXeVMHbFJKIRb0dUCrSYXi02loyVSdBlKlBQ5ZfVKJLo9Q9FyqwVTp1poVVA== /koa-send/5.0.1: @@ -1545,7 +1545,7 @@ packages: resolve-path: 1.4.0 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ== /koa-static/5.0.0: @@ -1554,7 +1554,7 @@ packages: koa-send: 5.0.1 dev: true engines: - node: '>= 7.6.0' + node: ">= 7.6.0" resolution: integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ== /koa/2.13.0: @@ -1594,7 +1594,7 @@ packages: json5: 1.0.1 dev: true engines: - node: '>=4.0.0' + node: ">=4.0.0" resolution: integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /lodash.camelcase/4.3.0: @@ -1610,7 +1610,7 @@ packages: chalk: 2.4.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== /lru-cache/5.1.1: @@ -1628,7 +1628,7 @@ packages: /media-typer/0.3.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= /merge-source-map/1.1.0: @@ -1644,7 +1644,7 @@ packages: /merge2/1.4.1: dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: @@ -1653,13 +1653,13 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.44.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== /mime-types/2.1.27: @@ -1667,13 +1667,13 @@ packages: mime-db: 1.44.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== /mimic-fn/2.1.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== /minimatch/3.0.4: @@ -1709,19 +1709,19 @@ packages: /negotiator/0.6.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== /node-forge/0.9.0: dev: true engines: - node: '>= 4.5.0' + node: ">= 4.5.0" resolution: integrity: sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== /normalize-path/3.0.0: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /npm-run-path/4.0.1: @@ -1729,13 +1729,13 @@ packages: path-key: 3.1.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== /object-assign/4.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= /on-finished/2.3.0: @@ -1743,7 +1743,7 @@ packages: ee-first: 1.1.1 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= /once/1.4.0: @@ -1757,7 +1757,7 @@ packages: mimic-fn: 2.1.0 dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /only/0.0.2: @@ -1770,7 +1770,7 @@ packages: is-wsl: 2.2.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== /ora/4.1.1: @@ -1785,7 +1785,7 @@ packages: wcwidth: 1.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A== /parse-json/4.0.0: @@ -1794,25 +1794,25 @@ packages: json-parse-better-errors: 1.0.2 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= /parseurl/1.3.3: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== /path-is-absolute/1.0.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-match/1.2.4: @@ -1835,19 +1835,19 @@ packages: /path-type/4.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: - node: '>=8.6' + node: ">=8.6" resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /postcss-discard-comments/4.0.2: @@ -1855,7 +1855,7 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-import/12.0.1: @@ -1866,7 +1866,7 @@ packages: resolve: 1.17.0 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" resolution: integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== /postcss-load-config/2.1.0: @@ -1875,7 +1875,7 @@ packages: import-cwd: 2.1.0 dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== /postcss-modules-extract-imports/2.0.0: @@ -1883,7 +1883,7 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== /postcss-modules-local-by-default/3.0.3: @@ -1894,7 +1894,7 @@ packages: postcss-value-parser: 4.1.0 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== /postcss-modules-scope/2.2.0: @@ -1903,7 +1903,7 @@ packages: postcss-selector-parser: 6.0.2 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== /postcss-modules-values/3.0.0: @@ -1934,7 +1934,7 @@ packages: uniq: 1.0.1 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== /postcss-value-parser/3.3.1: @@ -1952,7 +1952,7 @@ packages: supports-color: 6.1.0 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" resolution: integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== /pump/3.0.0: @@ -1973,7 +1973,7 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>=8.10.0' + node: ">=8.10.0" resolution: integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== /requires-port/1.0.0: @@ -1983,7 +1983,7 @@ packages: /resolve-from/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-six699nWiBvItuZTM17rywoYh0g= /resolve-path/1.4.0: @@ -1992,7 +1992,7 @@ packages: path-is-absolute: 1.0.1 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= /resolve/1.17.0: @@ -2007,30 +2007,30 @@ packages: signal-exit: 3.0.3 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== /reusify/1.0.4: dev: true engines: - iojs: '>=1.0.0' - node: '>=0.10.0' + iojs: ">=1.0.0" + node: ">=0.10.0" resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 estree-walker: 2.0.1 globby: 11.0.1 magic-string: 0.25.7 dev: true peerDependencies: - rollup: '*' + rollup: "*" resolution: integrity: sha512-C1avEmnXC8cC4aAQ5dB63O9oQf7IrhEHc98bQw9Qd6H36FxtZooLCvVfcO4SNYrqaNrzH3ErucQt/zdFSLPHNw== /rollup-plugin-terser/5.3.0_rollup@2.24.0: dependencies: - '@babel/code-frame': 7.10.4 + "@babel/code-frame": 7.10.4 jest-worker: 24.9.0 rollup: 2.24.0 rollup-pluginutils: 2.8.2 @@ -2038,18 +2038,18 @@ packages: terser: 4.8.0 dev: true peerDependencies: - rollup: '>=0.66.0 <3' + rollup: ">=0.66.0 <3" resolution: integrity: sha512-XGMJihTIO3eIBsVGq7jiNYOdDMb3pVxuzY0uhOE/FM4x/u9nQgr3+McsjzqBn3QfHIpNSZmFnpoKAwHBEcsT7g== /rollup-plugin-vue/6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5: dependencies: - '@vue/compiler-sfc': 3.0.0-rc.5_vue@3.0.0-rc.5 + "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 debug: 4.1.1 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 dev: true peerDependencies: - '@vue/compiler-sfc': '*' + "@vue/compiler-sfc": "*" resolution: integrity: sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ== /rollup-plugin-web-worker-loader/1.3.1_rollup@2.24.0: @@ -2069,7 +2069,7 @@ packages: /rollup/2.24.0: dev: true engines: - node: '>=10.0.0' + node: ">=10.0.0" hasBin: true optionalDependencies: fsevents: 2.1.3 @@ -2115,13 +2115,13 @@ packages: shebang-regex: 3.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /signal-exit/3.0.3: @@ -2131,7 +2131,7 @@ packages: /slash/3.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== /solid-js/0.18.14: @@ -2147,13 +2147,13 @@ packages: /source-map/0.5.7: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== /sourcemap-codec/1.4.8: @@ -2167,7 +2167,7 @@ packages: /statuses/1.5.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= /string-hash/1.1.3: @@ -2179,13 +2179,13 @@ packages: ansi-regex: 5.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-final-newline/2.0.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== /supports-color/5.5.0: @@ -2193,7 +2193,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/6.1.0: @@ -2201,7 +2201,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== /supports-color/7.1.0: @@ -2209,7 +2209,7 @@ packages: has-flag: 4.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== /terser/4.8.0: @@ -2219,7 +2219,7 @@ packages: source-map-support: 0.5.19 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" hasBin: true resolution: integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== @@ -2228,7 +2228,7 @@ packages: thenify: 3.3.1 dev: true engines: - node: '>=0.8' + node: ">=0.8" resolution: integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= /thenify/3.3.1: @@ -2240,7 +2240,7 @@ packages: /to-fast-properties/2.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: @@ -2248,19 +2248,19 @@ packages: is-number: 7.0.0 dev: true engines: - node: '>=8.0' + node: ">=8.0" resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /toidentifier/1.0.0: dev: true engines: - node: '>=0.6' + node: ">=0.6" resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== /tsscmp/1.0.6: dev: true engines: - node: '>=0.6.x' + node: ">=0.6.x" resolution: integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== /type-is/1.6.18: @@ -2269,7 +2269,7 @@ packages: mime-types: 2.1.27 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== /uniq/1.0.1: @@ -2279,25 +2279,25 @@ packages: /universalify/1.0.0: dev: true engines: - node: '>= 10.0.0' + node: ">= 10.0.0" resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== /vary/1.1.2: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= /vite/1.0.0-rc.4: dependencies: - '@babel/parser': 7.11.3 - '@rollup/plugin-commonjs': 14.0.0_rollup@2.24.0 - '@rollup/plugin-json': 4.1.0_rollup@2.24.0 - '@rollup/plugin-node-resolve': 8.4.0_rollup@2.24.0 - '@types/koa': 2.11.3 - '@types/lru-cache': 5.1.0 - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/compiler-sfc': 3.0.0-rc.5_vue@3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@rollup/plugin-commonjs": 14.0.0_rollup@2.24.0 + "@rollup/plugin-json": 4.1.0_rollup@2.24.0 + "@rollup/plugin-node-resolve": 8.4.0_rollup@2.24.0 + "@types/koa": 2.11.3 + "@types/lru-cache": 5.1.0 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 brotli-size: 4.0.0 chalk: 4.1.0 chokidar: 3.4.2 @@ -2342,15 +2342,15 @@ packages: ws: 7.3.1 dev: true engines: - node: '>=10.16.0' + node: ">=10.16.0" hasBin: true resolution: integrity: sha512-D9gpKKaE2U0YpIxNrSn+nlFPBT0sfg68Y1EReYW8YHMhbNFcxwS7RZIa1W/8Pq6yDfVRAhbOZNijv1mLG5pCEg== /vue/3.0.0-rc.5: dependencies: - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/runtime-dom': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/runtime-dom": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-8t8Y4sHMBGD5iLZ7JfBGmKBJlzesPoL+/nW9EV8s+4LwnKC4rGlRp+Lj2rcign4iQaj0GFaL7DrQ8IoOfVX6+w== @@ -2365,7 +2365,7 @@ packages: isexe: 2.0.0 dev: true engines: - node: '>= 8' + node: ">= 8" hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -2376,7 +2376,7 @@ packages: /ws/7.3.1: dev: true engines: - node: '>=8.3.0' + node: ">=8.3.0" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -2394,10 +2394,10 @@ packages: /ylru/1.2.1: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== specifiers: - '@amoutonbrady/vite-plugin-solid': ^0.1.1 - solid-js: ^0.18.14 + "@amoutonbrady/vite-plugin-solid": ^0.2.0 + solid-js: ^0.20.0 vite: ^1.0.0-rc.4 diff --git a/ts-minimal/package.json b/ts-minimal/package.json index e9328c5..f382254 100644 --- a/ts-minimal/package.json +++ b/ts-minimal/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "@amoutonbrady/vite-plugin-solid": "^0.1.1", + "@amoutonbrady/vite-plugin-solid": "^0.2.0", "vite": "^1.0.0-rc.4" }, "dependencies": { - "solid-js": "^0.18.14" + "solid-js": "^0.20.0" } } diff --git a/ts-minimal/pnpm-lock.yaml b/ts-minimal/pnpm-lock.yaml index a6d2cd0..857fccb 100644 --- a/ts-minimal/pnpm-lock.yaml +++ b/ts-minimal/pnpm-lock.yaml @@ -1,15 +1,15 @@ dependencies: solid-js: 0.18.14 devDependencies: - '@amoutonbrady/vite-plugin-solid': 0.1.1 + "@amoutonbrady/vite-plugin-solid": 0.1.1 vite: 1.0.0-rc.4 lockfileVersion: 5.1 packages: /@amoutonbrady/vite-plugin-solid/0.1.1: dependencies: - '@babel/core': 7.11.1 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.1 - '@rollup/plugin-babel': 5.2.0_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/preset-typescript": 7.10.4_@babel+core@7.11.1 + "@rollup/plugin-babel": 5.2.0_@babel+core@7.11.1 babel-preset-solid: 0.18.14_@babel+core@7.11.1 dedent: 0.7.0 solid-js: 0.18.14 @@ -19,20 +19,20 @@ packages: integrity: sha512-QbjKty4eXCAae/goAgQKQMpMuEhxGAZw2kuzjvxK3E3WmaeeCQc5nwZ+fyeZwwcZcu/Q3R02qBo0gXIrQBOqqQ== /@babel/code-frame/7.10.4: dependencies: - '@babel/highlight': 7.10.4 + "@babel/highlight": 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== /@babel/core/7.11.1: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.0 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.3 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/generator": 7.11.0 + "@babel/helper-module-transforms": 7.11.0 + "@babel/helpers": 7.10.4 + "@babel/parser": 7.11.3 + "@babel/template": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 convert-source-map: 1.7.0 debug: 4.1.1 gensync: 1.0.0-beta.1 @@ -43,12 +43,12 @@ packages: source-map: 0.5.7 dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== /@babel/generator/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -56,59 +56,59 @@ packages: integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 + "@babel/core": 7.11.1 + "@babel/helper-function-name": 7.10.4 + "@babel/helper-member-expression-to-functions": 7.11.0 + "@babel/helper-optimise-call-expression": 7.10.4 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/helper-replace-supers": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 dev: true peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 resolution: integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== /@babel/helper-function-name/7.10.4: dependencies: - '@babel/helper-get-function-arity': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/helper-get-function-arity": 7.10.4 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== /@babel/helper-member-expression-to-functions/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== /@babel/helper-module-imports/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== /@babel/helper-module-transforms/7.11.0: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/helper-module-imports": 7.10.4 + "@babel/helper-replace-supers": 7.10.4 + "@babel/helper-simple-access": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 lodash: 4.17.20 dev: true resolution: integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== /@babel/helper-optimise-call-expression/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== @@ -118,23 +118,23 @@ packages: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== /@babel/helper-replace-supers/7.10.4: dependencies: - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/helper-member-expression-to-functions": 7.11.0 + "@babel/helper-optimise-call-expression": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== /@babel/helper-simple-access/7.10.4: dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== /@babel/helper-split-export-declaration/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -144,15 +144,15 @@ packages: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== /@babel/helpers/7.10.4: dependencies: - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/template": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== /@babel/highlight/7.10.4: dependencies: - '@babel/helper-validator-identifier': 7.10.4 + "@babel/helper-validator-identifier": 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true @@ -161,65 +161,65 @@ packages: /@babel/parser/7.11.3: dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" hasBin: true resolution: integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/helper-create-class-features-plugin": 7.10.5_@babel+core@7.11.1 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/plugin-syntax-typescript": 7.10.4_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== /@babel/preset-typescript/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/plugin-transform-typescript": 7.11.0_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== /@babel/template/7.10.4: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== /@babel/traverse/7.11.0: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.0 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/generator": 7.11.0 + "@babel/helper-function-name": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 debug: 4.1.1 globals: 11.12.0 lodash: 4.17.20 @@ -228,7 +228,7 @@ packages: integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== /@babel/types/7.11.0: dependencies: - '@babel/helper-validator-identifier': 7.10.4 + "@babel/helper-validator-identifier": 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true @@ -236,48 +236,48 @@ packages: integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== /@nodelib/fs.scandir/2.1.3: dependencies: - '@nodelib/fs.stat': 2.0.3 + "@nodelib/fs.stat": 2.0.3 run-parallel: 1.1.9 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: - '@nodelib/fs.scandir': 2.1.3 + "@nodelib/fs.scandir": 2.1.3 fastq: 1.8.0 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== /@rollup/plugin-babel/5.2.0_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-module-imports': 7.10.4 - '@rollup/pluginutils': 3.1.0 + "@babel/core": 7.11.1 + "@babel/helper-module-imports": 7.10.4 + "@rollup/pluginutils": 3.1.0 dev: true engines: - node: '>= 10.0.0' + node: ">= 10.0.0" peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 + "@babel/core": ^7.0.0 + "@types/babel__core": ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - '@types/babel__core': + "@types/babel__core": optional: true resolution: integrity: sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw== /@rollup/plugin-commonjs/14.0.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 commondir: 1.0.1 estree-walker: 1.0.1 glob: 7.1.6 @@ -287,14 +287,14 @@ packages: rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^2.3.4 resolution: integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw== /@rollup/plugin-json/4.1.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 rollup: 2.24.0 dev: true peerDependencies: @@ -303,8 +303,8 @@ packages: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== /@rollup/plugin-node-resolve/8.4.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 - '@types/resolve': 1.17.1 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + "@types/resolve": 1.17.1 builtin-modules: 3.1.0 deep-freeze: 0.0.1 deepmerge: 4.2.2 @@ -313,46 +313,46 @@ packages: rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== /@rollup/pluginutils/3.1.0: dependencies: - '@types/estree': 0.0.39 + "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== /@rollup/pluginutils/3.1.0_rollup@2.24.0: dependencies: - '@types/estree': 0.0.39 + "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== /@types/accepts/1.3.5: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== /@types/body-parser/1.19.0: dependencies: - '@types/connect': 3.4.33 - '@types/node': 14.0.27 + "@types/connect": 3.4.33 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== @@ -362,7 +362,7 @@ packages: integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/connect/3.4.33: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A== @@ -372,10 +372,10 @@ packages: integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== /@types/cookies/0.7.4: dependencies: - '@types/connect': 3.4.33 - '@types/express': 4.17.7 - '@types/keygrip': 1.0.2 - '@types/node': 14.0.27 + "@types/connect": 3.4.33 + "@types/express": 4.17.7 + "@types/keygrip": 1.0.2 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw== @@ -389,18 +389,18 @@ packages: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== /@types/express-serve-static-core/4.17.9: dependencies: - '@types/node': 14.0.27 - '@types/qs': 6.9.4 - '@types/range-parser': 1.2.3 + "@types/node": 14.0.27 + "@types/qs": 6.9.4 + "@types/range-parser": 1.2.3 dev: true resolution: integrity: sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== /@types/express/4.17.7: dependencies: - '@types/body-parser': 1.19.0 - '@types/express-serve-static-core': 4.17.9 - '@types/qs': 6.9.4 - '@types/serve-static': 1.13.5 + "@types/body-parser": 1.19.0 + "@types/express-serve-static-core": 4.17.9 + "@types/qs": 6.9.4 + "@types/serve-static": 1.13.5 dev: true resolution: integrity: sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ== @@ -414,19 +414,19 @@ packages: integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== /@types/koa-compose/3.2.5: dependencies: - '@types/koa': 2.11.3 + "@types/koa": 2.11.3 dev: true resolution: integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== /@types/koa/2.11.3: dependencies: - '@types/accepts': 1.3.5 - '@types/content-disposition': 0.5.3 - '@types/cookies': 0.7.4 - '@types/http-assert': 1.5.1 - '@types/keygrip': 1.0.2 - '@types/koa-compose': 3.2.5 - '@types/node': 14.0.27 + "@types/accepts": 1.3.5 + "@types/content-disposition": 0.5.3 + "@types/cookies": 0.7.4 + "@types/http-assert": 1.5.1 + "@types/keygrip": 1.0.2 + "@types/koa-compose": 3.2.5 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-ABxVkrNWa4O/Jp24EYI/hRNqEVRlhB9g09p48neQp4m3xL1TJtdWk2NyNQSMCU45ejeELMQZBYyfstyVvO2H3Q== @@ -452,22 +452,22 @@ packages: integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== /@types/resolve/1.17.1: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== /@types/serve-static/1.13.5: dependencies: - '@types/express-serve-static-core': 4.17.9 - '@types/mime': 2.0.3 + "@types/express-serve-static-core": 4.17.9 + "@types/mime": 2.0.3 dev: true resolution: integrity: sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== /@vue/compiler-core/3.0.0-rc.5: dependencies: - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 - '@vue/shared': 3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 + "@vue/shared": 3.0.0-rc.5 estree-walker: 2.0.1 source-map: 0.6.1 dev: true @@ -475,19 +475,19 @@ packages: integrity: sha512-dNz5AObEYg0Oglw3emIsBhTAOVfObrfxDaAzR0UTRDDq+Ohfr6KTSaVQAH88Ym+oa08ZlLZBFc6ARe9doAOIxg== /@vue/compiler-dom/3.0.0-rc.5: dependencies: - '@vue/compiler-core': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-core": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-z8n+R1GhFnWuKURLYxfVSEfP7nSNM91qteobxwys55fhlZZuReouMnUwgrn+ois/IL6RdFlT9H+n4+N6yLrdJA== /@vue/compiler-sfc/3.0.0-rc.5_vue@3.0.0-rc.5: dependencies: - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 - '@vue/compiler-core': 3.0.0-rc.5 - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/compiler-ssr': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 + "@vue/compiler-core": 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/compiler-ssr": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 consolidate: 0.15.1 estree-walker: 2.0.1 hash-sum: 2.0.0 @@ -506,28 +506,28 @@ packages: integrity: sha512-huoIFEfFCJxHcpoByAUQti7CIwJdHPLJXKuy2HG7J1B+IEKugtBdF50CLH35ZD8dWM0nyOMFFqTbO7i6CCjL3Q== /@vue/compiler-ssr/3.0.0-rc.5: dependencies: - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-OU5Vl2+bCDMImS9OeCVnl4lfxZ3/sopdwX2SrUWVKQvCxmmmlyWvoVkC6nNGCs/MrOmIMhKmL6etgzLTWyCkUg== /@vue/reactivity/3.0.0-rc.5: dependencies: - '@vue/shared': 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-oe9C+1jtWUdYL/iNc0OPWbwgOk2rOW2uQ+exx3I6Jo6PKOmnAiPkMElalf9vRnO53rnUphVecMp8BlTJvcNgDw== /@vue/runtime-core/3.0.0-rc.5: dependencies: - '@vue/reactivity': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/reactivity": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-MRIWreFigxdRuI2moFociUL5rVBfgYPrT7rWfQ0XfOyW46b+AiuCJyZvgbsRXwkAERfW1Tb/mY5forYjX2thOg== /@vue/runtime-dom/3.0.0-rc.5: dependencies: - '@vue/runtime-core': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/runtime-core": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 csstype: 2.6.13 dev: true resolution: @@ -542,13 +542,13 @@ packages: negotiator: 0.6.2 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== /ansi-regex/5.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: @@ -556,16 +556,16 @@ packages: color-convert: 1.9.3 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== /ansi-styles/4.2.1: dependencies: - '@types/color-name': 1.1.1 + "@types/color-name": 1.1.1 color-convert: 2.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== /any-promise/1.3.0: @@ -578,7 +578,7 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== /argparse/1.0.10: @@ -590,22 +590,22 @@ packages: /array-union/2.1.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /at-least-node/1.0.0: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== /babel-plugin-jsx-dom-expressions/0.19.10_@babel+core@7.11.1: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.1 + "@babel/helper-module-imports": 7.10.4 + "@babel/plugin-syntax-jsx": 7.10.4_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': '*' + "@babel/core": "*" resolution: integrity: sha512-/gpqeOSCPEt+hOREHlZIXhn8UjfXg5MZM56dWpGzuGB3+XsiWZ07Geh2yPrho0uwksMJP/OOO5Ipk+Oei8eTSQ== /babel-preset-solid/0.18.14_@babel+core@7.11.1: @@ -613,7 +613,7 @@ packages: babel-plugin-jsx-dom-expressions: 0.19.10_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': '*' + "@babel/core": "*" resolution: integrity: sha512-plDadLGxyg0XiYNJO0bk2UuJP4u4hH6AWEGfELo7Ug3oQs2HvlTW12h77nDQaVr+45r3uhHuuJojZMDXxHaGPg== /balanced-match/1.0.0: @@ -627,7 +627,7 @@ packages: /binary-extensions/2.1.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: @@ -646,7 +646,7 @@ packages: fill-range: 7.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /brotli-size/4.0.0: @@ -654,7 +654,7 @@ packages: duplexer: 0.1.1 dev: true engines: - node: '>= 10.16.0' + node: ">= 10.16.0" resolution: integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA== /buffer-from/1.1.1: @@ -664,13 +664,13 @@ packages: /builtin-modules/1.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== /cache-content-type/1.0.1: @@ -679,7 +679,7 @@ packages: ylru: 1.2.1 dev: true engines: - node: '>= 6.0.0' + node: ">= 6.0.0" resolution: integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== /caller-callsite/2.0.0: @@ -687,7 +687,7 @@ packages: callsites: 2.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= /caller-path/2.0.0: @@ -695,13 +695,13 @@ packages: caller-callsite: 2.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= /callsites/2.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= /chalk/2.4.2: @@ -711,7 +711,7 @@ packages: supports-color: 5.5.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== /chalk/3.0.0: @@ -720,7 +720,7 @@ packages: supports-color: 7.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.1.0: @@ -729,7 +729,7 @@ packages: supports-color: 7.1.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== /chokidar/3.4.2: @@ -743,7 +743,7 @@ packages: readdirp: 3.4.0 dev: true engines: - node: '>= 8.10.0' + node: ">= 8.10.0" optionalDependencies: fsevents: 2.1.3 resolution: @@ -753,7 +753,7 @@ packages: source-map: 0.6.1 dev: true engines: - node: '>= 4.0' + node: ">= 4.0" resolution: integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== /cli-cursor/3.1.0: @@ -761,26 +761,26 @@ packages: restore-cursor: 3.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== /cli-spinners/2.4.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== /clone/1.0.4: dev: true engines: - node: '>=0.8' + node: ">=0.8" resolution: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /co/4.6.0: dev: true engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' + iojs: ">= 1.0.0" + node: ">= 0.12.0" resolution: integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /color-convert/1.9.3: @@ -794,7 +794,7 @@ packages: color-name: 1.1.4 dev: true engines: - node: '>=7.0.0' + node: ">=7.0.0" resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: @@ -822,7 +822,7 @@ packages: bluebird: 3.7.2 dev: true engines: - node: '>= 0.10.0' + node: ">= 0.10.0" resolution: integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== /content-disposition/0.5.3: @@ -830,13 +830,13 @@ packages: safe-buffer: 5.1.2 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== /content-type/1.0.4: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== /convert-source-map/1.7.0: @@ -851,7 +851,7 @@ packages: keygrip: 1.1.0 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== /cosmiconfig/5.2.1: @@ -862,7 +862,7 @@ packages: parse-json: 4.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== /cross-spawn/7.0.3: @@ -872,13 +872,13 @@ packages: which: 2.0.2 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /cssesc/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== @@ -919,7 +919,7 @@ packages: /deepmerge/4.2.2: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== /defaults/1.0.3: @@ -935,13 +935,13 @@ packages: /depd/1.1.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= /depd/2.0.0: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== /destroy/1.0.4: @@ -953,7 +953,7 @@ packages: path-type: 4.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /dotenv-expand/5.1.0: @@ -963,7 +963,7 @@ packages: /dotenv/8.2.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /duplexer/0.1.1: @@ -977,13 +977,13 @@ packages: /emojis-list/3.0.0: dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /encodeurl/1.0.2: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= /end-of-stream/1.4.4: @@ -1015,13 +1015,13 @@ packages: /escape-string-regexp/1.0.5: dev: true engines: - node: '>=0.8.0' + node: ">=0.8.0" resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= /esprima/4.0.1: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== @@ -1040,7 +1040,7 @@ packages: /etag/1.8.1: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= /eventemitter3/4.0.4: @@ -1060,20 +1060,20 @@ packages: strip-final-newline: 2.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== /fast-glob/3.2.4: dependencies: - '@nodelib/fs.stat': 2.0.3 - '@nodelib/fs.walk': 1.2.4 + "@nodelib/fs.stat": 2.0.3 + "@nodelib/fs.walk": 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== /fastq/1.8.0: @@ -1087,19 +1087,19 @@ packages: to-regex-range: 5.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /follow-redirects/1.13.0: dev: true engines: - node: '>=4.0' + node: ">=4.0" resolution: integrity: sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== /fresh/0.5.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= /fs-extra/9.0.1: @@ -1110,7 +1110,7 @@ packages: universalify: 1.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: @@ -1135,7 +1135,7 @@ packages: /gensync/1.0.0-beta.1: dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== /get-stream/5.2.0: @@ -1143,7 +1143,7 @@ packages: pump: 3.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== /glob-parent/5.1.1: @@ -1151,7 +1151,7 @@ packages: is-glob: 4.0.1 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: @@ -1168,7 +1168,7 @@ packages: /globals/11.12.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globby/11.0.1: @@ -1181,7 +1181,7 @@ packages: slash: 3.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /graceful-fs/4.2.4: @@ -1191,13 +1191,13 @@ packages: /has-flag/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== /hash-sum/2.0.0: @@ -1210,7 +1210,7 @@ packages: http-errors: 1.7.3 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== /http-errors/1.4.0: @@ -1219,7 +1219,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-bAJC3qaz33r9oVPHEImzHG6Cqr8= /http-errors/1.6.3: @@ -1230,7 +1230,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= /http-errors/1.7.3: @@ -1242,7 +1242,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-errors/1.8.0: @@ -1254,7 +1254,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== /http-proxy/1.18.1: @@ -1264,13 +1264,13 @@ packages: requires-port: 1.0.0 dev: true engines: - node: '>=8.0.0' + node: ">=8.0.0" resolution: integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== /human-signals/1.1.1: dev: true engines: - node: '>=8.12.0' + node: ">=8.12.0" resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== /icss-replace-symbols/1.1.0: @@ -1282,13 +1282,13 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /ignore/5.1.8: dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== /import-cwd/2.1.0: @@ -1296,7 +1296,7 @@ packages: import-from: 2.1.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= /import-fresh/2.0.0: @@ -1305,7 +1305,7 @@ packages: resolve-from: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= /import-from/2.1.0: @@ -1313,7 +1313,7 @@ packages: resolve-from: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= /indexes-of/1.0.1: @@ -1348,32 +1348,32 @@ packages: binary-extensions: 2.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== /is-directory/0.3.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= /is-docker/2.1.1: dev: true engines: - node: '>=8' + node: ">=8" hasBin: true resolution: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-extglob/2.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-generator-function/1.0.7: dev: true engines: - node: '>= 0.4' + node: ">= 0.4" resolution: integrity: sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== /is-glob/4.0.1: @@ -1381,13 +1381,13 @@ packages: is-extglob: 2.1.1 dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-interactive/1.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: @@ -1397,19 +1397,19 @@ packages: /is-number/7.0.0: dev: true engines: - node: '>=0.12.0' + node: ">=0.12.0" resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-reference/1.2.1: dependencies: - '@types/estree': 0.0.45 + "@types/estree": 0.0.45 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-stream/2.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== /is-wsl/2.2.0: @@ -1417,7 +1417,7 @@ packages: is-docker: 2.1.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== /isarray/0.0.1: @@ -1440,7 +1440,7 @@ packages: supports-color: 6.1.0 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== /js-tokens/4.0.0: @@ -1458,7 +1458,7 @@ packages: /jsesc/2.5.2: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== @@ -1478,7 +1478,7 @@ packages: minimist: 1.2.5 dev: true engines: - node: '>=6' + node: ">=6" hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== @@ -1495,7 +1495,7 @@ packages: tsscmp: 1.0.6 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== /koa-compose/3.2.1: @@ -1518,7 +1518,7 @@ packages: koa-compose: 3.2.1 dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= /koa-etag/3.0.0: @@ -1535,7 +1535,7 @@ packages: path-match: 1.2.4 dev: true peerDependencies: - koa: '>=2' + koa: ">=2" resolution: integrity: sha512-iXGRADBE0fM7g7AttNOlLZ/cCFKXeVMHbFJKIRb0dUCrSYXi02loyVSdBlKlBQ5ZfVKJLo9Q9FyqwVTp1poVVA== /koa-send/5.0.1: @@ -1545,7 +1545,7 @@ packages: resolve-path: 1.4.0 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ== /koa-static/5.0.0: @@ -1554,7 +1554,7 @@ packages: koa-send: 5.0.1 dev: true engines: - node: '>= 7.6.0' + node: ">= 7.6.0" resolution: integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ== /koa/2.13.0: @@ -1594,7 +1594,7 @@ packages: json5: 1.0.1 dev: true engines: - node: '>=4.0.0' + node: ">=4.0.0" resolution: integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /lodash.camelcase/4.3.0: @@ -1610,7 +1610,7 @@ packages: chalk: 2.4.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== /lru-cache/5.1.1: @@ -1628,7 +1628,7 @@ packages: /media-typer/0.3.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= /merge-source-map/1.1.0: @@ -1644,7 +1644,7 @@ packages: /merge2/1.4.1: dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: @@ -1653,13 +1653,13 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.44.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== /mime-types/2.1.27: @@ -1667,13 +1667,13 @@ packages: mime-db: 1.44.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== /mimic-fn/2.1.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== /minimatch/3.0.4: @@ -1709,19 +1709,19 @@ packages: /negotiator/0.6.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== /node-forge/0.9.0: dev: true engines: - node: '>= 4.5.0' + node: ">= 4.5.0" resolution: integrity: sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== /normalize-path/3.0.0: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /npm-run-path/4.0.1: @@ -1729,13 +1729,13 @@ packages: path-key: 3.1.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== /object-assign/4.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= /on-finished/2.3.0: @@ -1743,7 +1743,7 @@ packages: ee-first: 1.1.1 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= /once/1.4.0: @@ -1757,7 +1757,7 @@ packages: mimic-fn: 2.1.0 dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /only/0.0.2: @@ -1770,7 +1770,7 @@ packages: is-wsl: 2.2.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== /ora/4.1.1: @@ -1785,7 +1785,7 @@ packages: wcwidth: 1.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A== /parse-json/4.0.0: @@ -1794,25 +1794,25 @@ packages: json-parse-better-errors: 1.0.2 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= /parseurl/1.3.3: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== /path-is-absolute/1.0.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-match/1.2.4: @@ -1835,19 +1835,19 @@ packages: /path-type/4.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: - node: '>=8.6' + node: ">=8.6" resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /postcss-discard-comments/4.0.2: @@ -1855,7 +1855,7 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-import/12.0.1: @@ -1866,7 +1866,7 @@ packages: resolve: 1.17.0 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" resolution: integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== /postcss-load-config/2.1.0: @@ -1875,7 +1875,7 @@ packages: import-cwd: 2.1.0 dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== /postcss-modules-extract-imports/2.0.0: @@ -1883,7 +1883,7 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== /postcss-modules-local-by-default/3.0.3: @@ -1894,7 +1894,7 @@ packages: postcss-value-parser: 4.1.0 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== /postcss-modules-scope/2.2.0: @@ -1903,7 +1903,7 @@ packages: postcss-selector-parser: 6.0.2 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== /postcss-modules-values/3.0.0: @@ -1934,7 +1934,7 @@ packages: uniq: 1.0.1 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== /postcss-value-parser/3.3.1: @@ -1952,7 +1952,7 @@ packages: supports-color: 6.1.0 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" resolution: integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== /pump/3.0.0: @@ -1973,7 +1973,7 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>=8.10.0' + node: ">=8.10.0" resolution: integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== /requires-port/1.0.0: @@ -1983,7 +1983,7 @@ packages: /resolve-from/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-six699nWiBvItuZTM17rywoYh0g= /resolve-path/1.4.0: @@ -1992,7 +1992,7 @@ packages: path-is-absolute: 1.0.1 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= /resolve/1.17.0: @@ -2007,30 +2007,30 @@ packages: signal-exit: 3.0.3 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== /reusify/1.0.4: dev: true engines: - iojs: '>=1.0.0' - node: '>=0.10.0' + iojs: ">=1.0.0" + node: ">=0.10.0" resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 estree-walker: 2.0.1 globby: 11.0.1 magic-string: 0.25.7 dev: true peerDependencies: - rollup: '*' + rollup: "*" resolution: integrity: sha512-C1avEmnXC8cC4aAQ5dB63O9oQf7IrhEHc98bQw9Qd6H36FxtZooLCvVfcO4SNYrqaNrzH3ErucQt/zdFSLPHNw== /rollup-plugin-terser/5.3.0_rollup@2.24.0: dependencies: - '@babel/code-frame': 7.10.4 + "@babel/code-frame": 7.10.4 jest-worker: 24.9.0 rollup: 2.24.0 rollup-pluginutils: 2.8.2 @@ -2038,18 +2038,18 @@ packages: terser: 4.8.0 dev: true peerDependencies: - rollup: '>=0.66.0 <3' + rollup: ">=0.66.0 <3" resolution: integrity: sha512-XGMJihTIO3eIBsVGq7jiNYOdDMb3pVxuzY0uhOE/FM4x/u9nQgr3+McsjzqBn3QfHIpNSZmFnpoKAwHBEcsT7g== /rollup-plugin-vue/6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5: dependencies: - '@vue/compiler-sfc': 3.0.0-rc.5_vue@3.0.0-rc.5 + "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 debug: 4.1.1 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 dev: true peerDependencies: - '@vue/compiler-sfc': '*' + "@vue/compiler-sfc": "*" resolution: integrity: sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ== /rollup-plugin-web-worker-loader/1.3.1_rollup@2.24.0: @@ -2069,7 +2069,7 @@ packages: /rollup/2.24.0: dev: true engines: - node: '>=10.0.0' + node: ">=10.0.0" hasBin: true optionalDependencies: fsevents: 2.1.3 @@ -2115,13 +2115,13 @@ packages: shebang-regex: 3.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /signal-exit/3.0.3: @@ -2131,7 +2131,7 @@ packages: /slash/3.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== /solid-js/0.18.14: @@ -2147,13 +2147,13 @@ packages: /source-map/0.5.7: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== /sourcemap-codec/1.4.8: @@ -2167,7 +2167,7 @@ packages: /statuses/1.5.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= /string-hash/1.1.3: @@ -2179,13 +2179,13 @@ packages: ansi-regex: 5.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-final-newline/2.0.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== /supports-color/5.5.0: @@ -2193,7 +2193,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/6.1.0: @@ -2201,7 +2201,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== /supports-color/7.1.0: @@ -2209,7 +2209,7 @@ packages: has-flag: 4.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== /terser/4.8.0: @@ -2219,7 +2219,7 @@ packages: source-map-support: 0.5.19 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" hasBin: true resolution: integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== @@ -2228,7 +2228,7 @@ packages: thenify: 3.3.1 dev: true engines: - node: '>=0.8' + node: ">=0.8" resolution: integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= /thenify/3.3.1: @@ -2240,7 +2240,7 @@ packages: /to-fast-properties/2.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: @@ -2248,19 +2248,19 @@ packages: is-number: 7.0.0 dev: true engines: - node: '>=8.0' + node: ">=8.0" resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /toidentifier/1.0.0: dev: true engines: - node: '>=0.6' + node: ">=0.6" resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== /tsscmp/1.0.6: dev: true engines: - node: '>=0.6.x' + node: ">=0.6.x" resolution: integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== /type-is/1.6.18: @@ -2269,7 +2269,7 @@ packages: mime-types: 2.1.27 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== /uniq/1.0.1: @@ -2279,25 +2279,25 @@ packages: /universalify/1.0.0: dev: true engines: - node: '>= 10.0.0' + node: ">= 10.0.0" resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== /vary/1.1.2: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= /vite/1.0.0-rc.4: dependencies: - '@babel/parser': 7.11.3 - '@rollup/plugin-commonjs': 14.0.0_rollup@2.24.0 - '@rollup/plugin-json': 4.1.0_rollup@2.24.0 - '@rollup/plugin-node-resolve': 8.4.0_rollup@2.24.0 - '@types/koa': 2.11.3 - '@types/lru-cache': 5.1.0 - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/compiler-sfc': 3.0.0-rc.5_vue@3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@rollup/plugin-commonjs": 14.0.0_rollup@2.24.0 + "@rollup/plugin-json": 4.1.0_rollup@2.24.0 + "@rollup/plugin-node-resolve": 8.4.0_rollup@2.24.0 + "@types/koa": 2.11.3 + "@types/lru-cache": 5.1.0 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 brotli-size: 4.0.0 chalk: 4.1.0 chokidar: 3.4.2 @@ -2342,15 +2342,15 @@ packages: ws: 7.3.1 dev: true engines: - node: '>=10.16.0' + node: ">=10.16.0" hasBin: true resolution: integrity: sha512-D9gpKKaE2U0YpIxNrSn+nlFPBT0sfg68Y1EReYW8YHMhbNFcxwS7RZIa1W/8Pq6yDfVRAhbOZNijv1mLG5pCEg== /vue/3.0.0-rc.5: dependencies: - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/runtime-dom': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/runtime-dom": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-8t8Y4sHMBGD5iLZ7JfBGmKBJlzesPoL+/nW9EV8s+4LwnKC4rGlRp+Lj2rcign4iQaj0GFaL7DrQ8IoOfVX6+w== @@ -2365,7 +2365,7 @@ packages: isexe: 2.0.0 dev: true engines: - node: '>= 8' + node: ">= 8" hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -2376,7 +2376,7 @@ packages: /ws/7.3.1: dev: true engines: - node: '>=8.3.0' + node: ">=8.3.0" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -2394,10 +2394,10 @@ packages: /ylru/1.2.1: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== specifiers: - '@amoutonbrady/vite-plugin-solid': ^0.1.1 - solid-js: ^0.18.14 + "@amoutonbrady/vite-plugin-solid": ^0.2.0 + solid-js: ^0.20.0 vite: ^1.0.0-rc.4 diff --git a/ts-tailwind/package.json b/ts-tailwind/package.json index ab7a4ce..8c528ab 100644 --- a/ts-tailwind/package.json +++ b/ts-tailwind/package.json @@ -8,11 +8,11 @@ }, "license": "ISC", "devDependencies": { - "@amoutonbrady/vite-plugin-solid": "^0.1.1", + "@amoutonbrady/vite-plugin-solid": "^0.2.0", "vite": "^1.0.0-rc.4", "tailwindcss": "^1.6.2" }, "dependencies": { - "solid-js": "^0.18.14" + "solid-js": "^0.20.0" } } diff --git a/ts-tailwind/pnpm-lock.yaml b/ts-tailwind/pnpm-lock.yaml index 8f9b0c1..6f019b9 100644 --- a/ts-tailwind/pnpm-lock.yaml +++ b/ts-tailwind/pnpm-lock.yaml @@ -1,16 +1,16 @@ dependencies: solid-js: 0.18.14 devDependencies: - '@amoutonbrady/vite-plugin-solid': 0.1.1 + "@amoutonbrady/vite-plugin-solid": 0.1.1 tailwindcss: 1.6.2 vite: 1.0.0-rc.4 lockfileVersion: 5.1 packages: /@amoutonbrady/vite-plugin-solid/0.1.1: dependencies: - '@babel/core': 7.11.1 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.1 - '@rollup/plugin-babel': 5.2.0_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/preset-typescript": 7.10.4_@babel+core@7.11.1 + "@rollup/plugin-babel": 5.2.0_@babel+core@7.11.1 babel-preset-solid: 0.18.14_@babel+core@7.11.1 dedent: 0.7.0 solid-js: 0.18.14 @@ -20,20 +20,20 @@ packages: integrity: sha512-QbjKty4eXCAae/goAgQKQMpMuEhxGAZw2kuzjvxK3E3WmaeeCQc5nwZ+fyeZwwcZcu/Q3R02qBo0gXIrQBOqqQ== /@babel/code-frame/7.10.4: dependencies: - '@babel/highlight': 7.10.4 + "@babel/highlight": 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== /@babel/core/7.11.1: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.0 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.3 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/generator": 7.11.0 + "@babel/helper-module-transforms": 7.11.0 + "@babel/helpers": 7.10.4 + "@babel/parser": 7.11.3 + "@babel/template": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 convert-source-map: 1.7.0 debug: 4.1.1 gensync: 1.0.0-beta.1 @@ -44,12 +44,12 @@ packages: source-map: 0.5.7 dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== /@babel/generator/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -57,59 +57,59 @@ packages: integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 + "@babel/core": 7.11.1 + "@babel/helper-function-name": 7.10.4 + "@babel/helper-member-expression-to-functions": 7.11.0 + "@babel/helper-optimise-call-expression": 7.10.4 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/helper-replace-supers": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 dev: true peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 resolution: integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== /@babel/helper-function-name/7.10.4: dependencies: - '@babel/helper-get-function-arity': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/helper-get-function-arity": 7.10.4 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== /@babel/helper-member-expression-to-functions/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== /@babel/helper-module-imports/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== /@babel/helper-module-transforms/7.11.0: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/helper-module-imports": 7.10.4 + "@babel/helper-replace-supers": 7.10.4 + "@babel/helper-simple-access": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 lodash: 4.17.20 dev: true resolution: integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== /@babel/helper-optimise-call-expression/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== @@ -119,23 +119,23 @@ packages: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== /@babel/helper-replace-supers/7.10.4: dependencies: - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/helper-member-expression-to-functions": 7.11.0 + "@babel/helper-optimise-call-expression": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== /@babel/helper-simple-access/7.10.4: dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== /@babel/helper-split-export-declaration/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -145,15 +145,15 @@ packages: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== /@babel/helpers/7.10.4: dependencies: - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/template": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== /@babel/highlight/7.10.4: dependencies: - '@babel/helper-validator-identifier': 7.10.4 + "@babel/helper-validator-identifier": 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true @@ -162,65 +162,65 @@ packages: /@babel/parser/7.11.3: dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" hasBin: true resolution: integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/helper-create-class-features-plugin": 7.10.5_@babel+core@7.11.1 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/plugin-syntax-typescript": 7.10.4_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== /@babel/preset-typescript/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/plugin-transform-typescript": 7.11.0_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== /@babel/template/7.10.4: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== /@babel/traverse/7.11.0: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.0 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/generator": 7.11.0 + "@babel/helper-function-name": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 debug: 4.1.1 globals: 11.12.0 lodash: 4.17.20 @@ -229,7 +229,7 @@ packages: integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== /@babel/types/7.11.0: dependencies: - '@babel/helper-validator-identifier': 7.10.4 + "@babel/helper-validator-identifier": 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true @@ -244,48 +244,48 @@ packages: integrity: sha512-qnKm5dIOyPGJ70kPZ5jiz0I9foVOic0j+cOzNDoo8KoCf6HjicIZ99UfO2OmE7vCYSKAAepEwJtNzpiiZAh9xw== /@nodelib/fs.scandir/2.1.3: dependencies: - '@nodelib/fs.stat': 2.0.3 + "@nodelib/fs.stat": 2.0.3 run-parallel: 1.1.9 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: - '@nodelib/fs.scandir': 2.1.3 + "@nodelib/fs.scandir": 2.1.3 fastq: 1.8.0 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== /@rollup/plugin-babel/5.2.0_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-module-imports': 7.10.4 - '@rollup/pluginutils': 3.1.0 + "@babel/core": 7.11.1 + "@babel/helper-module-imports": 7.10.4 + "@rollup/pluginutils": 3.1.0 dev: true engines: - node: '>= 10.0.0' + node: ">= 10.0.0" peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 + "@babel/core": ^7.0.0 + "@types/babel__core": ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - '@types/babel__core': + "@types/babel__core": optional: true resolution: integrity: sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw== /@rollup/plugin-commonjs/14.0.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 commondir: 1.0.1 estree-walker: 1.0.1 glob: 7.1.6 @@ -295,14 +295,14 @@ packages: rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^2.3.4 resolution: integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw== /@rollup/plugin-json/4.1.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 rollup: 2.24.0 dev: true peerDependencies: @@ -311,8 +311,8 @@ packages: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== /@rollup/plugin-node-resolve/8.4.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 - '@types/resolve': 1.17.1 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + "@types/resolve": 1.17.1 builtin-modules: 3.1.0 deep-freeze: 0.0.1 deepmerge: 4.2.2 @@ -321,46 +321,46 @@ packages: rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== /@rollup/pluginutils/3.1.0: dependencies: - '@types/estree': 0.0.39 + "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== /@rollup/pluginutils/3.1.0_rollup@2.24.0: dependencies: - '@types/estree': 0.0.39 + "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== /@types/accepts/1.3.5: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== /@types/body-parser/1.19.0: dependencies: - '@types/connect': 3.4.33 - '@types/node': 14.0.27 + "@types/connect": 3.4.33 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== @@ -370,7 +370,7 @@ packages: integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/connect/3.4.33: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A== @@ -380,10 +380,10 @@ packages: integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== /@types/cookies/0.7.4: dependencies: - '@types/connect': 3.4.33 - '@types/express': 4.17.7 - '@types/keygrip': 1.0.2 - '@types/node': 14.0.27 + "@types/connect": 3.4.33 + "@types/express": 4.17.7 + "@types/keygrip": 1.0.2 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw== @@ -397,18 +397,18 @@ packages: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== /@types/express-serve-static-core/4.17.9: dependencies: - '@types/node': 14.0.27 - '@types/qs': 6.9.4 - '@types/range-parser': 1.2.3 + "@types/node": 14.0.27 + "@types/qs": 6.9.4 + "@types/range-parser": 1.2.3 dev: true resolution: integrity: sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== /@types/express/4.17.7: dependencies: - '@types/body-parser': 1.19.0 - '@types/express-serve-static-core': 4.17.9 - '@types/qs': 6.9.4 - '@types/serve-static': 1.13.5 + "@types/body-parser": 1.19.0 + "@types/express-serve-static-core": 4.17.9 + "@types/qs": 6.9.4 + "@types/serve-static": 1.13.5 dev: true resolution: integrity: sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ== @@ -422,19 +422,19 @@ packages: integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== /@types/koa-compose/3.2.5: dependencies: - '@types/koa': 2.11.3 + "@types/koa": 2.11.3 dev: true resolution: integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== /@types/koa/2.11.3: dependencies: - '@types/accepts': 1.3.5 - '@types/content-disposition': 0.5.3 - '@types/cookies': 0.7.4 - '@types/http-assert': 1.5.1 - '@types/keygrip': 1.0.2 - '@types/koa-compose': 3.2.5 - '@types/node': 14.0.27 + "@types/accepts": 1.3.5 + "@types/content-disposition": 0.5.3 + "@types/cookies": 0.7.4 + "@types/http-assert": 1.5.1 + "@types/keygrip": 1.0.2 + "@types/koa-compose": 3.2.5 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-ABxVkrNWa4O/Jp24EYI/hRNqEVRlhB9g09p48neQp4m3xL1TJtdWk2NyNQSMCU45ejeELMQZBYyfstyVvO2H3Q== @@ -460,22 +460,22 @@ packages: integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== /@types/resolve/1.17.1: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== /@types/serve-static/1.13.5: dependencies: - '@types/express-serve-static-core': 4.17.9 - '@types/mime': 2.0.3 + "@types/express-serve-static-core": 4.17.9 + "@types/mime": 2.0.3 dev: true resolution: integrity: sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== /@vue/compiler-core/3.0.0-rc.5: dependencies: - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 - '@vue/shared': 3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 + "@vue/shared": 3.0.0-rc.5 estree-walker: 2.0.1 source-map: 0.6.1 dev: true @@ -483,19 +483,19 @@ packages: integrity: sha512-dNz5AObEYg0Oglw3emIsBhTAOVfObrfxDaAzR0UTRDDq+Ohfr6KTSaVQAH88Ym+oa08ZlLZBFc6ARe9doAOIxg== /@vue/compiler-dom/3.0.0-rc.5: dependencies: - '@vue/compiler-core': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-core": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-z8n+R1GhFnWuKURLYxfVSEfP7nSNM91qteobxwys55fhlZZuReouMnUwgrn+ois/IL6RdFlT9H+n4+N6yLrdJA== /@vue/compiler-sfc/3.0.0-rc.5_vue@3.0.0-rc.5: dependencies: - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 - '@vue/compiler-core': 3.0.0-rc.5 - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/compiler-ssr': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 + "@vue/compiler-core": 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/compiler-ssr": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 consolidate: 0.15.1 estree-walker: 2.0.1 hash-sum: 2.0.0 @@ -514,28 +514,28 @@ packages: integrity: sha512-huoIFEfFCJxHcpoByAUQti7CIwJdHPLJXKuy2HG7J1B+IEKugtBdF50CLH35ZD8dWM0nyOMFFqTbO7i6CCjL3Q== /@vue/compiler-ssr/3.0.0-rc.5: dependencies: - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-OU5Vl2+bCDMImS9OeCVnl4lfxZ3/sopdwX2SrUWVKQvCxmmmlyWvoVkC6nNGCs/MrOmIMhKmL6etgzLTWyCkUg== /@vue/reactivity/3.0.0-rc.5: dependencies: - '@vue/shared': 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-oe9C+1jtWUdYL/iNc0OPWbwgOk2rOW2uQ+exx3I6Jo6PKOmnAiPkMElalf9vRnO53rnUphVecMp8BlTJvcNgDw== /@vue/runtime-core/3.0.0-rc.5: dependencies: - '@vue/reactivity': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/reactivity": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-MRIWreFigxdRuI2moFociUL5rVBfgYPrT7rWfQ0XfOyW46b+AiuCJyZvgbsRXwkAERfW1Tb/mY5forYjX2thOg== /@vue/runtime-dom/3.0.0-rc.5: dependencies: - '@vue/runtime-core': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/runtime-core": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 csstype: 2.6.13 dev: true resolution: @@ -550,7 +550,7 @@ packages: negotiator: 0.6.2 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== /acorn-node/1.8.2: @@ -564,20 +564,20 @@ packages: /acorn-walk/7.2.0: dev: true engines: - node: '>=0.4.0' + node: ">=0.4.0" resolution: integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== /acorn/7.4.0: dev: true engines: - node: '>=0.4.0' + node: ">=0.4.0" hasBin: true resolution: integrity: sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== /ansi-regex/5.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: @@ -585,16 +585,16 @@ packages: color-convert: 1.9.3 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== /ansi-styles/4.2.1: dependencies: - '@types/color-name': 1.1.1 + "@types/color-name": 1.1.1 color-convert: 2.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== /any-promise/1.3.0: @@ -607,7 +607,7 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== /argparse/1.0.10: @@ -619,13 +619,13 @@ packages: /array-union/2.1.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /at-least-node/1.0.0: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== /autoprefixer/9.8.6: @@ -643,11 +643,11 @@ packages: integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== /babel-plugin-jsx-dom-expressions/0.19.10_@babel+core@7.11.1: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.1 + "@babel/helper-module-imports": 7.10.4 + "@babel/plugin-syntax-jsx": 7.10.4_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': '*' + "@babel/core": "*" resolution: integrity: sha512-/gpqeOSCPEt+hOREHlZIXhn8UjfXg5MZM56dWpGzuGB3+XsiWZ07Geh2yPrho0uwksMJP/OOO5Ipk+Oei8eTSQ== /babel-preset-solid/0.18.14_@babel+core@7.11.1: @@ -655,7 +655,7 @@ packages: babel-plugin-jsx-dom-expressions: 0.19.10_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': '*' + "@babel/core": "*" resolution: integrity: sha512-plDadLGxyg0XiYNJO0bk2UuJP4u4hH6AWEGfELo7Ug3oQs2HvlTW12h77nDQaVr+45r3uhHuuJojZMDXxHaGPg== /balanced-match/1.0.0: @@ -669,7 +669,7 @@ packages: /binary-extensions/2.1.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: @@ -688,7 +688,7 @@ packages: fill-range: 7.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /brotli-size/4.0.0: @@ -696,7 +696,7 @@ packages: duplexer: 0.1.1 dev: true engines: - node: '>= 10.16.0' + node: ">= 10.16.0" resolution: integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA== /browserslist/4.14.0: @@ -718,19 +718,19 @@ packages: /builtin-modules/1.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== /bytes/3.1.0: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== /cache-content-type/1.0.1: @@ -739,7 +739,7 @@ packages: ylru: 1.2.1 dev: true engines: - node: '>= 6.0.0' + node: ">= 6.0.0" resolution: integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== /caller-callsite/2.0.0: @@ -747,7 +747,7 @@ packages: callsites: 2.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= /caller-path/2.0.0: @@ -755,19 +755,19 @@ packages: caller-callsite: 2.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= /callsites/2.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= /camelcase-css/2.0.1: dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== /caniuse-lite/1.0.30001113: @@ -781,7 +781,7 @@ packages: supports-color: 5.5.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== /chalk/3.0.0: @@ -790,7 +790,7 @@ packages: supports-color: 7.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.1.0: @@ -799,7 +799,7 @@ packages: supports-color: 7.1.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== /chokidar/3.4.2: @@ -813,7 +813,7 @@ packages: readdirp: 3.4.0 dev: true engines: - node: '>= 8.10.0' + node: ">= 8.10.0" optionalDependencies: fsevents: 2.1.3 resolution: @@ -823,7 +823,7 @@ packages: source-map: 0.6.1 dev: true engines: - node: '>= 4.0' + node: ">= 4.0" resolution: integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== /cli-cursor/3.1.0: @@ -831,26 +831,26 @@ packages: restore-cursor: 3.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== /cli-spinners/2.4.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== /clone/1.0.4: dev: true engines: - node: '>=0.8' + node: ">=0.8" resolution: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /co/4.6.0: dev: true engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' + iojs: ">= 1.0.0" + node: ">= 0.12.0" resolution: integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /color-convert/1.9.3: @@ -864,7 +864,7 @@ packages: color-name: 1.1.4 dev: true engines: - node: '>=7.0.0' + node: ">=7.0.0" resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: @@ -900,7 +900,7 @@ packages: /commander/5.1.0: dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== /commondir/1.0.1: @@ -916,7 +916,7 @@ packages: bluebird: 3.7.2 dev: true engines: - node: '>= 0.10.0' + node: ">= 0.10.0" resolution: integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== /content-disposition/0.5.3: @@ -924,13 +924,13 @@ packages: safe-buffer: 5.1.2 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== /content-type/1.0.4: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== /convert-source-map/1.7.0: @@ -945,7 +945,7 @@ packages: keygrip: 1.1.0 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== /cosmiconfig/5.2.1: @@ -956,7 +956,7 @@ packages: parse-json: 4.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== /cross-spawn/7.0.3: @@ -966,7 +966,7 @@ packages: which: 2.0.2 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /css-unit-converter/1.1.2: @@ -976,7 +976,7 @@ packages: /cssesc/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== @@ -1017,7 +1017,7 @@ packages: /deepmerge/4.2.2: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== /defaults/1.0.3: @@ -1037,13 +1037,13 @@ packages: /depd/1.1.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= /depd/2.0.0: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== /destroy/1.0.4: @@ -1057,7 +1057,7 @@ packages: minimist: 1.2.5 dev: true engines: - node: '>=0.8.0' + node: ">=0.8.0" hasBin: true resolution: integrity: sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg== @@ -1066,7 +1066,7 @@ packages: path-type: 4.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /dotenv-expand/5.1.0: @@ -1076,7 +1076,7 @@ packages: /dotenv/8.2.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /duplexer/0.1.1: @@ -1094,13 +1094,13 @@ packages: /emojis-list/3.0.0: dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /encodeurl/1.0.2: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= /end-of-stream/1.4.4: @@ -1128,7 +1128,7 @@ packages: /escalade/3.0.2: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ== /escape-html/1.0.3: @@ -1138,13 +1138,13 @@ packages: /escape-string-regexp/1.0.5: dev: true engines: - node: '>=0.8.0' + node: ">=0.8.0" resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= /esprima/4.0.1: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== @@ -1163,7 +1163,7 @@ packages: /etag/1.8.1: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= /eventemitter3/4.0.4: @@ -1183,20 +1183,20 @@ packages: strip-final-newline: 2.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== /fast-glob/3.2.4: dependencies: - '@nodelib/fs.stat': 2.0.3 - '@nodelib/fs.walk': 1.2.4 + "@nodelib/fs.stat": 2.0.3 + "@nodelib/fs.walk": 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== /fastq/1.8.0: @@ -1210,19 +1210,19 @@ packages: to-regex-range: 5.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /follow-redirects/1.13.0: dev: true engines: - node: '>=4.0' + node: ">=4.0" resolution: integrity: sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== /fresh/0.5.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= /fs-extra/8.1.0: @@ -1232,7 +1232,7 @@ packages: universalify: 0.1.2 dev: true engines: - node: '>=6 <7 || >=8' + node: ">=6 <7 || >=8" resolution: integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== /fs-extra/9.0.1: @@ -1243,7 +1243,7 @@ packages: universalify: 1.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: @@ -1268,7 +1268,7 @@ packages: /gensync/1.0.0-beta.1: dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== /get-stream/5.2.0: @@ -1276,7 +1276,7 @@ packages: pump: 3.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== /glob-parent/5.1.1: @@ -1284,7 +1284,7 @@ packages: is-glob: 4.0.1 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: @@ -1301,7 +1301,7 @@ packages: /globals/11.12.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globby/11.0.1: @@ -1314,7 +1314,7 @@ packages: slash: 3.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /graceful-fs/4.2.4: @@ -1324,13 +1324,13 @@ packages: /has-flag/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== /hash-sum/2.0.0: @@ -1343,7 +1343,7 @@ packages: http-errors: 1.7.3 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== /http-errors/1.4.0: @@ -1352,7 +1352,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-bAJC3qaz33r9oVPHEImzHG6Cqr8= /http-errors/1.6.3: @@ -1363,7 +1363,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= /http-errors/1.7.3: @@ -1375,7 +1375,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-errors/1.8.0: @@ -1387,7 +1387,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== /http-proxy/1.18.1: @@ -1397,13 +1397,13 @@ packages: requires-port: 1.0.0 dev: true engines: - node: '>=8.0.0' + node: ">=8.0.0" resolution: integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== /human-signals/1.1.1: dev: true engines: - node: '>=8.12.0' + node: ">=8.12.0" resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== /icss-replace-symbols/1.1.0: @@ -1415,13 +1415,13 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /ignore/5.1.8: dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== /import-cwd/2.1.0: @@ -1429,7 +1429,7 @@ packages: import-from: 2.1.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= /import-fresh/2.0.0: @@ -1438,7 +1438,7 @@ packages: resolve-from: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= /import-from/2.1.0: @@ -1446,7 +1446,7 @@ packages: resolve-from: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= /indexes-of/1.0.1: @@ -1485,32 +1485,32 @@ packages: binary-extensions: 2.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== /is-directory/0.3.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= /is-docker/2.1.1: dev: true engines: - node: '>=8' + node: ">=8" hasBin: true resolution: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-extglob/2.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-generator-function/1.0.7: dev: true engines: - node: '>= 0.4' + node: ">= 0.4" resolution: integrity: sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== /is-glob/4.0.1: @@ -1518,13 +1518,13 @@ packages: is-extglob: 2.1.1 dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-interactive/1.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: @@ -1534,19 +1534,19 @@ packages: /is-number/7.0.0: dev: true engines: - node: '>=0.12.0' + node: ">=0.12.0" resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-reference/1.2.1: dependencies: - '@types/estree': 0.0.45 + "@types/estree": 0.0.45 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-stream/2.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== /is-wsl/2.2.0: @@ -1554,7 +1554,7 @@ packages: is-docker: 2.1.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== /isarray/0.0.1: @@ -1577,7 +1577,7 @@ packages: supports-color: 6.1.0 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== /js-tokens/4.0.0: @@ -1595,7 +1595,7 @@ packages: /jsesc/2.5.2: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== @@ -1615,7 +1615,7 @@ packages: minimist: 1.2.5 dev: true engines: - node: '>=6' + node: ">=6" hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== @@ -1638,7 +1638,7 @@ packages: tsscmp: 1.0.6 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== /koa-compose/3.2.1: @@ -1661,7 +1661,7 @@ packages: koa-compose: 3.2.1 dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= /koa-etag/3.0.0: @@ -1678,7 +1678,7 @@ packages: path-match: 1.2.4 dev: true peerDependencies: - koa: '>=2' + koa: ">=2" resolution: integrity: sha512-iXGRADBE0fM7g7AttNOlLZ/cCFKXeVMHbFJKIRb0dUCrSYXi02loyVSdBlKlBQ5ZfVKJLo9Q9FyqwVTp1poVVA== /koa-send/5.0.1: @@ -1688,7 +1688,7 @@ packages: resolve-path: 1.4.0 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ== /koa-static/5.0.0: @@ -1697,7 +1697,7 @@ packages: koa-send: 5.0.1 dev: true engines: - node: '>= 7.6.0' + node: ">= 7.6.0" resolution: integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ== /koa/2.13.0: @@ -1737,7 +1737,7 @@ packages: json5: 1.0.1 dev: true engines: - node: '>=4.0.0' + node: ">=4.0.0" resolution: integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /lodash.camelcase/4.3.0: @@ -1757,7 +1757,7 @@ packages: chalk: 2.4.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== /lru-cache/5.1.1: @@ -1775,7 +1775,7 @@ packages: /media-typer/0.3.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= /merge-source-map/1.1.0: @@ -1791,7 +1791,7 @@ packages: /merge2/1.4.1: dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: @@ -1800,13 +1800,13 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.44.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== /mime-types/2.1.27: @@ -1814,13 +1814,13 @@ packages: mime-db: 1.44.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== /mimic-fn/2.1.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== /minimatch/3.0.4: @@ -1856,7 +1856,7 @@ packages: /negotiator/0.6.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== /node-emoji/1.10.0: @@ -1868,7 +1868,7 @@ packages: /node-forge/0.9.0: dev: true engines: - node: '>= 4.5.0' + node: ">= 4.5.0" resolution: integrity: sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== /node-releases/1.1.60: @@ -1878,13 +1878,13 @@ packages: /normalize-path/3.0.0: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /normalize-range/0.1.2: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= /normalize.css/8.0.1: @@ -1896,7 +1896,7 @@ packages: path-key: 3.1.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== /num2fraction/1.2.2: @@ -1906,7 +1906,7 @@ packages: /object-assign/4.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= /on-finished/2.3.0: @@ -1914,7 +1914,7 @@ packages: ee-first: 1.1.1 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= /once/1.4.0: @@ -1928,7 +1928,7 @@ packages: mimic-fn: 2.1.0 dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /only/0.0.2: @@ -1941,7 +1941,7 @@ packages: is-wsl: 2.2.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== /ora/4.1.1: @@ -1956,7 +1956,7 @@ packages: wcwidth: 1.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A== /parse-json/4.0.0: @@ -1965,25 +1965,25 @@ packages: json-parse-better-errors: 1.0.2 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= /parseurl/1.3.3: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== /path-is-absolute/1.0.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-match/1.2.4: @@ -2006,19 +2006,19 @@ packages: /path-type/4.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: - node: '>=8.6' + node: ">=8.6" resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /postcss-discard-comments/4.0.2: @@ -2026,7 +2026,7 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-functions/3.0.0: @@ -2046,7 +2046,7 @@ packages: resolve: 1.17.0 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" resolution: integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== /postcss-js/2.0.3: @@ -2062,7 +2062,7 @@ packages: import-cwd: 2.1.0 dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== /postcss-modules-extract-imports/2.0.0: @@ -2070,7 +2070,7 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== /postcss-modules-local-by-default/3.0.3: @@ -2081,7 +2081,7 @@ packages: postcss-value-parser: 4.1.0 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== /postcss-modules-scope/2.2.0: @@ -2090,7 +2090,7 @@ packages: postcss-selector-parser: 6.0.2 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== /postcss-modules-values/3.0.0: @@ -2128,7 +2128,7 @@ packages: uniq: 1.0.1 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== /postcss-value-parser/3.3.1: @@ -2146,7 +2146,7 @@ packages: supports-color: 5.5.0 dev: true engines: - node: '>=4.0.0' + node: ">=4.0.0" resolution: integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== /postcss/7.0.32: @@ -2156,13 +2156,13 @@ packages: supports-color: 6.1.0 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" resolution: integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== /pretty-hrtime/1.0.3: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= /pump/3.0.0: @@ -2193,7 +2193,7 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>=8.10.0' + node: ">=8.10.0" resolution: integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== /reduce-css-calc/2.1.7: @@ -2210,7 +2210,7 @@ packages: /resolve-from/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-six699nWiBvItuZTM17rywoYh0g= /resolve-path/1.4.0: @@ -2219,7 +2219,7 @@ packages: path-is-absolute: 1.0.1 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= /resolve/1.17.0: @@ -2234,30 +2234,30 @@ packages: signal-exit: 3.0.3 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== /reusify/1.0.4: dev: true engines: - iojs: '>=1.0.0' - node: '>=0.10.0' + iojs: ">=1.0.0" + node: ">=0.10.0" resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 estree-walker: 2.0.1 globby: 11.0.1 magic-string: 0.25.7 dev: true peerDependencies: - rollup: '*' + rollup: "*" resolution: integrity: sha512-C1avEmnXC8cC4aAQ5dB63O9oQf7IrhEHc98bQw9Qd6H36FxtZooLCvVfcO4SNYrqaNrzH3ErucQt/zdFSLPHNw== /rollup-plugin-terser/5.3.0_rollup@2.24.0: dependencies: - '@babel/code-frame': 7.10.4 + "@babel/code-frame": 7.10.4 jest-worker: 24.9.0 rollup: 2.24.0 rollup-pluginutils: 2.8.2 @@ -2265,18 +2265,18 @@ packages: terser: 4.8.0 dev: true peerDependencies: - rollup: '>=0.66.0 <3' + rollup: ">=0.66.0 <3" resolution: integrity: sha512-XGMJihTIO3eIBsVGq7jiNYOdDMb3pVxuzY0uhOE/FM4x/u9nQgr3+McsjzqBn3QfHIpNSZmFnpoKAwHBEcsT7g== /rollup-plugin-vue/6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5: dependencies: - '@vue/compiler-sfc': 3.0.0-rc.5_vue@3.0.0-rc.5 + "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 debug: 4.1.1 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 dev: true peerDependencies: - '@vue/compiler-sfc': '*' + "@vue/compiler-sfc": "*" resolution: integrity: sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ== /rollup-plugin-web-worker-loader/1.3.1_rollup@2.24.0: @@ -2296,7 +2296,7 @@ packages: /rollup/2.24.0: dev: true engines: - node: '>=10.0.0' + node: ">=10.0.0" hasBin: true optionalDependencies: fsevents: 2.1.3 @@ -2342,13 +2342,13 @@ packages: shebang-regex: 3.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /signal-exit/3.0.3: @@ -2364,7 +2364,7 @@ packages: /slash/3.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== /solid-js/0.18.14: @@ -2380,13 +2380,13 @@ packages: /source-map/0.5.7: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== /sourcemap-codec/1.4.8: @@ -2400,7 +2400,7 @@ packages: /statuses/1.5.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= /string-hash/1.1.3: @@ -2412,13 +2412,13 @@ packages: ansi-regex: 5.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-final-newline/2.0.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== /supports-color/5.5.0: @@ -2426,7 +2426,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/6.1.0: @@ -2434,7 +2434,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== /supports-color/7.1.0: @@ -2442,12 +2442,12 @@ packages: has-flag: 4.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== /tailwindcss/1.6.2: dependencies: - '@fullhuman/postcss-purgecss': 2.3.0 + "@fullhuman/postcss-purgecss": 2.3.0 autoprefixer: 9.8.6 browserslist: 4.14.0 bytes: 3.1.0 @@ -2468,7 +2468,7 @@ packages: resolve: 1.17.0 dev: true engines: - node: '>=8.9.0' + node: ">=8.9.0" hasBin: true resolution: integrity: sha512-Cpa0kElG8Sg5sJSvTYi2frmIQZq0w37RLNNrYyy/W6HIWKspqSdTfb9tIN6X1gm4KV5a+TE/n7EKmn5Q9C7EUQ== @@ -2479,7 +2479,7 @@ packages: source-map-support: 0.5.19 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" hasBin: true resolution: integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== @@ -2488,7 +2488,7 @@ packages: thenify: 3.3.1 dev: true engines: - node: '>=0.8' + node: ">=0.8" resolution: integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= /thenify/3.3.1: @@ -2500,7 +2500,7 @@ packages: /to-fast-properties/2.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: @@ -2508,19 +2508,19 @@ packages: is-number: 7.0.0 dev: true engines: - node: '>=8.0' + node: ">=8.0" resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /toidentifier/1.0.0: dev: true engines: - node: '>=0.6' + node: ">=0.6" resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== /tsscmp/1.0.6: dev: true engines: - node: '>=0.6.x' + node: ">=0.6.x" resolution: integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== /type-is/1.6.18: @@ -2529,7 +2529,7 @@ packages: mime-types: 2.1.27 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== /uniq/1.0.1: @@ -2539,31 +2539,31 @@ packages: /universalify/0.1.2: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== /universalify/1.0.0: dev: true engines: - node: '>= 10.0.0' + node: ">= 10.0.0" resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== /vary/1.1.2: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= /vite/1.0.0-rc.4: dependencies: - '@babel/parser': 7.11.3 - '@rollup/plugin-commonjs': 14.0.0_rollup@2.24.0 - '@rollup/plugin-json': 4.1.0_rollup@2.24.0 - '@rollup/plugin-node-resolve': 8.4.0_rollup@2.24.0 - '@types/koa': 2.11.3 - '@types/lru-cache': 5.1.0 - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/compiler-sfc': 3.0.0-rc.5_vue@3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@rollup/plugin-commonjs": 14.0.0_rollup@2.24.0 + "@rollup/plugin-json": 4.1.0_rollup@2.24.0 + "@rollup/plugin-node-resolve": 8.4.0_rollup@2.24.0 + "@types/koa": 2.11.3 + "@types/lru-cache": 5.1.0 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 brotli-size: 4.0.0 chalk: 4.1.0 chokidar: 3.4.2 @@ -2608,15 +2608,15 @@ packages: ws: 7.3.1 dev: true engines: - node: '>=10.16.0' + node: ">=10.16.0" hasBin: true resolution: integrity: sha512-D9gpKKaE2U0YpIxNrSn+nlFPBT0sfg68Y1EReYW8YHMhbNFcxwS7RZIa1W/8Pq6yDfVRAhbOZNijv1mLG5pCEg== /vue/3.0.0-rc.5: dependencies: - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/runtime-dom': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/runtime-dom": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-8t8Y4sHMBGD5iLZ7JfBGmKBJlzesPoL+/nW9EV8s+4LwnKC4rGlRp+Lj2rcign4iQaj0GFaL7DrQ8IoOfVX6+w== @@ -2631,7 +2631,7 @@ packages: isexe: 2.0.0 dev: true engines: - node: '>= 8' + node: ">= 8" hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -2642,7 +2642,7 @@ packages: /ws/7.3.1: dev: true engines: - node: '>=8.3.0' + node: ">=8.3.0" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -2656,7 +2656,7 @@ packages: /xtend/4.0.2: dev: true engines: - node: '>=0.4' + node: ">=0.4" resolution: integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== /yallist/3.1.1: @@ -2666,11 +2666,11 @@ packages: /ylru/1.2.1: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== specifiers: - '@amoutonbrady/vite-plugin-solid': ^0.1.1 - solid-js: ^0.18.14 + "@amoutonbrady/vite-plugin-solid": ^0.2.0 + solid-js: ^0.20.0 tailwindcss: ^1.6.2 vite: ^1.0.0-rc.4 diff --git a/ts/package.json b/ts/package.json index e9328c5..f382254 100644 --- a/ts/package.json +++ b/ts/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "@amoutonbrady/vite-plugin-solid": "^0.1.1", + "@amoutonbrady/vite-plugin-solid": "^0.2.0", "vite": "^1.0.0-rc.4" }, "dependencies": { - "solid-js": "^0.18.14" + "solid-js": "^0.20.0" } } diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index a6d2cd0..857fccb 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -1,15 +1,15 @@ dependencies: solid-js: 0.18.14 devDependencies: - '@amoutonbrady/vite-plugin-solid': 0.1.1 + "@amoutonbrady/vite-plugin-solid": 0.1.1 vite: 1.0.0-rc.4 lockfileVersion: 5.1 packages: /@amoutonbrady/vite-plugin-solid/0.1.1: dependencies: - '@babel/core': 7.11.1 - '@babel/preset-typescript': 7.10.4_@babel+core@7.11.1 - '@rollup/plugin-babel': 5.2.0_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/preset-typescript": 7.10.4_@babel+core@7.11.1 + "@rollup/plugin-babel": 5.2.0_@babel+core@7.11.1 babel-preset-solid: 0.18.14_@babel+core@7.11.1 dedent: 0.7.0 solid-js: 0.18.14 @@ -19,20 +19,20 @@ packages: integrity: sha512-QbjKty4eXCAae/goAgQKQMpMuEhxGAZw2kuzjvxK3E3WmaeeCQc5nwZ+fyeZwwcZcu/Q3R02qBo0gXIrQBOqqQ== /@babel/code-frame/7.10.4: dependencies: - '@babel/highlight': 7.10.4 + "@babel/highlight": 7.10.4 dev: true resolution: integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== /@babel/core/7.11.1: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.0 - '@babel/helper-module-transforms': 7.11.0 - '@babel/helpers': 7.10.4 - '@babel/parser': 7.11.3 - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/generator": 7.11.0 + "@babel/helper-module-transforms": 7.11.0 + "@babel/helpers": 7.10.4 + "@babel/parser": 7.11.3 + "@babel/template": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 convert-source-map: 1.7.0 debug: 4.1.1 gensync: 1.0.0-beta.1 @@ -43,12 +43,12 @@ packages: source-map: 0.5.7 dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== /@babel/generator/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -56,59 +56,59 @@ packages: integrity: sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== /@babel/helper-create-class-features-plugin/7.10.5_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 + "@babel/core": 7.11.1 + "@babel/helper-function-name": 7.10.4 + "@babel/helper-member-expression-to-functions": 7.11.0 + "@babel/helper-optimise-call-expression": 7.10.4 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/helper-replace-supers": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 dev: true peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 resolution: integrity: sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== /@babel/helper-function-name/7.10.4: dependencies: - '@babel/helper-get-function-arity': 7.10.4 - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/helper-get-function-arity": 7.10.4 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== /@babel/helper-get-function-arity/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== /@babel/helper-member-expression-to-functions/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== /@babel/helper-module-imports/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== /@babel/helper-module-transforms/7.11.0: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/helper-replace-supers': 7.10.4 - '@babel/helper-simple-access': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/helper-module-imports": 7.10.4 + "@babel/helper-replace-supers": 7.10.4 + "@babel/helper-simple-access": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 lodash: 4.17.20 dev: true resolution: integrity: sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== /@babel/helper-optimise-call-expression/7.10.4: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== @@ -118,23 +118,23 @@ packages: integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== /@babel/helper-replace-supers/7.10.4: dependencies: - '@babel/helper-member-expression-to-functions': 7.11.0 - '@babel/helper-optimise-call-expression': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/helper-member-expression-to-functions": 7.11.0 + "@babel/helper-optimise-call-expression": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== /@babel/helper-simple-access/7.10.4: dependencies: - '@babel/template': 7.10.4 - '@babel/types': 7.11.0 + "@babel/template": 7.10.4 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== /@babel/helper-split-export-declaration/7.11.0: dependencies: - '@babel/types': 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== @@ -144,15 +144,15 @@ packages: integrity: sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== /@babel/helpers/7.10.4: dependencies: - '@babel/template': 7.10.4 - '@babel/traverse': 7.11.0 - '@babel/types': 7.11.0 + "@babel/template": 7.10.4 + "@babel/traverse": 7.11.0 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== /@babel/highlight/7.10.4: dependencies: - '@babel/helper-validator-identifier': 7.10.4 + "@babel/helper-validator-identifier": 7.10.4 chalk: 2.4.2 js-tokens: 4.0.0 dev: true @@ -161,65 +161,65 @@ packages: /@babel/parser/7.11.3: dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" hasBin: true resolution: integrity: sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== /@babel/plugin-syntax-jsx/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-KCg9mio9jwiARCB7WAcQ7Y1q+qicILjoK8LP/VkPkEKaf5dkaZZK1EcTe91a3JJlZ3qy6L5s9X52boEYi8DM9g== /@babel/plugin-syntax-typescript/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ== /@babel/plugin-transform-typescript/7.11.0_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-create-class-features-plugin': 7.10.5_@babel+core@7.11.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.10.4_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/helper-create-class-features-plugin": 7.10.5_@babel+core@7.11.1 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/plugin-syntax-typescript": 7.10.4_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-edJsNzTtvb3MaXQwj8403B7mZoGu9ElDJQZOKjGUnvilquxBA3IQoEIOvkX/1O8xfAsnHS/oQhe2w/IXrr+w0w== /@babel/preset-typescript/7.10.4_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-transform-typescript': 7.11.0_@babel+core@7.11.1 + "@babel/core": 7.11.1 + "@babel/helper-plugin-utils": 7.10.4 + "@babel/plugin-transform-typescript": 7.11.0_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 resolution: integrity: sha512-SdYnvGPv+bLlwkF2VkJnaX/ni1sMNetcGI1+nThF1gyv6Ph8Qucc4ZZAjM5yZcE/AKRXIOTZz7eSRDWOEjPyRQ== /@babel/template/7.10.4: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 dev: true resolution: integrity: sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== /@babel/traverse/7.11.0: dependencies: - '@babel/code-frame': 7.10.4 - '@babel/generator': 7.11.0 - '@babel/helper-function-name': 7.10.4 - '@babel/helper-split-export-declaration': 7.11.0 - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 + "@babel/code-frame": 7.10.4 + "@babel/generator": 7.11.0 + "@babel/helper-function-name": 7.10.4 + "@babel/helper-split-export-declaration": 7.11.0 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 debug: 4.1.1 globals: 11.12.0 lodash: 4.17.20 @@ -228,7 +228,7 @@ packages: integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== /@babel/types/7.11.0: dependencies: - '@babel/helper-validator-identifier': 7.10.4 + "@babel/helper-validator-identifier": 7.10.4 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true @@ -236,48 +236,48 @@ packages: integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== /@nodelib/fs.scandir/2.1.3: dependencies: - '@nodelib/fs.stat': 2.0.3 + "@nodelib/fs.stat": 2.0.3 run-parallel: 1.1.9 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== /@nodelib/fs.stat/2.0.3: dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== /@nodelib/fs.walk/1.2.4: dependencies: - '@nodelib/fs.scandir': 2.1.3 + "@nodelib/fs.scandir": 2.1.3 fastq: 1.8.0 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== /@rollup/plugin-babel/5.2.0_@babel+core@7.11.1: dependencies: - '@babel/core': 7.11.1 - '@babel/helper-module-imports': 7.10.4 - '@rollup/pluginutils': 3.1.0 + "@babel/core": 7.11.1 + "@babel/helper-module-imports": 7.10.4 + "@rollup/pluginutils": 3.1.0 dev: true engines: - node: '>= 10.0.0' + node: ">= 10.0.0" peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 + "@babel/core": ^7.0.0 + "@types/babel__core": ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - '@types/babel__core': + "@types/babel__core": optional: true resolution: integrity: sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw== /@rollup/plugin-commonjs/14.0.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 commondir: 1.0.1 estree-walker: 1.0.1 glob: 7.1.6 @@ -287,14 +287,14 @@ packages: rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^2.3.4 resolution: integrity: sha512-+PSmD9ePwTAeU106i9FRdc+Zb3XUWyW26mo5Atr2mk82hor8+nPwkztEjFo8/B1fJKfaQDg9aM2bzQkjhi7zOw== /@rollup/plugin-json/4.1.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 rollup: 2.24.0 dev: true peerDependencies: @@ -303,8 +303,8 @@ packages: integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== /@rollup/plugin-node-resolve/8.4.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 - '@types/resolve': 1.17.1 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 + "@types/resolve": 1.17.1 builtin-modules: 3.1.0 deep-freeze: 0.0.1 deepmerge: 4.2.2 @@ -313,46 +313,46 @@ packages: rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-LFqKdRLn0ShtQyf6SBYO69bGE1upV6wUhBX0vFOUnLAyzx5cwp8svA0eHUnu8+YU57XOkrMtfG63QOpQx25pHQ== /@rollup/pluginutils/3.1.0: dependencies: - '@types/estree': 0.0.39 + "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== /@rollup/pluginutils/3.1.0_rollup@2.24.0: dependencies: - '@types/estree': 0.0.39 + "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 rollup: 2.24.0 dev: true engines: - node: '>= 8.0.0' + node: ">= 8.0.0" peerDependencies: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== /@types/accepts/1.3.5: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ== /@types/body-parser/1.19.0: dependencies: - '@types/connect': 3.4.33 - '@types/node': 14.0.27 + "@types/connect": 3.4.33 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ== @@ -362,7 +362,7 @@ packages: integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== /@types/connect/3.4.33: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A== @@ -372,10 +372,10 @@ packages: integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg== /@types/cookies/0.7.4: dependencies: - '@types/connect': 3.4.33 - '@types/express': 4.17.7 - '@types/keygrip': 1.0.2 - '@types/node': 14.0.27 + "@types/connect": 3.4.33 + "@types/express": 4.17.7 + "@types/keygrip": 1.0.2 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw== @@ -389,18 +389,18 @@ packages: integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== /@types/express-serve-static-core/4.17.9: dependencies: - '@types/node': 14.0.27 - '@types/qs': 6.9.4 - '@types/range-parser': 1.2.3 + "@types/node": 14.0.27 + "@types/qs": 6.9.4 + "@types/range-parser": 1.2.3 dev: true resolution: integrity: sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA== /@types/express/4.17.7: dependencies: - '@types/body-parser': 1.19.0 - '@types/express-serve-static-core': 4.17.9 - '@types/qs': 6.9.4 - '@types/serve-static': 1.13.5 + "@types/body-parser": 1.19.0 + "@types/express-serve-static-core": 4.17.9 + "@types/qs": 6.9.4 + "@types/serve-static": 1.13.5 dev: true resolution: integrity: sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ== @@ -414,19 +414,19 @@ packages: integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== /@types/koa-compose/3.2.5: dependencies: - '@types/koa': 2.11.3 + "@types/koa": 2.11.3 dev: true resolution: integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ== /@types/koa/2.11.3: dependencies: - '@types/accepts': 1.3.5 - '@types/content-disposition': 0.5.3 - '@types/cookies': 0.7.4 - '@types/http-assert': 1.5.1 - '@types/keygrip': 1.0.2 - '@types/koa-compose': 3.2.5 - '@types/node': 14.0.27 + "@types/accepts": 1.3.5 + "@types/content-disposition": 0.5.3 + "@types/cookies": 0.7.4 + "@types/http-assert": 1.5.1 + "@types/keygrip": 1.0.2 + "@types/koa-compose": 3.2.5 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-ABxVkrNWa4O/Jp24EYI/hRNqEVRlhB9g09p48neQp4m3xL1TJtdWk2NyNQSMCU45ejeELMQZBYyfstyVvO2H3Q== @@ -452,22 +452,22 @@ packages: integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== /@types/resolve/1.17.1: dependencies: - '@types/node': 14.0.27 + "@types/node": 14.0.27 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== /@types/serve-static/1.13.5: dependencies: - '@types/express-serve-static-core': 4.17.9 - '@types/mime': 2.0.3 + "@types/express-serve-static-core": 4.17.9 + "@types/mime": 2.0.3 dev: true resolution: integrity: sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ== /@vue/compiler-core/3.0.0-rc.5: dependencies: - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 - '@vue/shared': 3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 + "@vue/shared": 3.0.0-rc.5 estree-walker: 2.0.1 source-map: 0.6.1 dev: true @@ -475,19 +475,19 @@ packages: integrity: sha512-dNz5AObEYg0Oglw3emIsBhTAOVfObrfxDaAzR0UTRDDq+Ohfr6KTSaVQAH88Ym+oa08ZlLZBFc6ARe9doAOIxg== /@vue/compiler-dom/3.0.0-rc.5: dependencies: - '@vue/compiler-core': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-core": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-z8n+R1GhFnWuKURLYxfVSEfP7nSNM91qteobxwys55fhlZZuReouMnUwgrn+ois/IL6RdFlT9H+n4+N6yLrdJA== /@vue/compiler-sfc/3.0.0-rc.5_vue@3.0.0-rc.5: dependencies: - '@babel/parser': 7.11.3 - '@babel/types': 7.11.0 - '@vue/compiler-core': 3.0.0-rc.5 - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/compiler-ssr': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@babel/types": 7.11.0 + "@vue/compiler-core": 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/compiler-ssr": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 consolidate: 0.15.1 estree-walker: 2.0.1 hash-sum: 2.0.0 @@ -506,28 +506,28 @@ packages: integrity: sha512-huoIFEfFCJxHcpoByAUQti7CIwJdHPLJXKuy2HG7J1B+IEKugtBdF50CLH35ZD8dWM0nyOMFFqTbO7i6CCjL3Q== /@vue/compiler-ssr/3.0.0-rc.5: dependencies: - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-OU5Vl2+bCDMImS9OeCVnl4lfxZ3/sopdwX2SrUWVKQvCxmmmlyWvoVkC6nNGCs/MrOmIMhKmL6etgzLTWyCkUg== /@vue/reactivity/3.0.0-rc.5: dependencies: - '@vue/shared': 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-oe9C+1jtWUdYL/iNc0OPWbwgOk2rOW2uQ+exx3I6Jo6PKOmnAiPkMElalf9vRnO53rnUphVecMp8BlTJvcNgDw== /@vue/runtime-core/3.0.0-rc.5: dependencies: - '@vue/reactivity': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/reactivity": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-MRIWreFigxdRuI2moFociUL5rVBfgYPrT7rWfQ0XfOyW46b+AiuCJyZvgbsRXwkAERfW1Tb/mY5forYjX2thOg== /@vue/runtime-dom/3.0.0-rc.5: dependencies: - '@vue/runtime-core': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/runtime-core": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 csstype: 2.6.13 dev: true resolution: @@ -542,13 +542,13 @@ packages: negotiator: 0.6.2 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== /ansi-regex/5.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== /ansi-styles/3.2.1: @@ -556,16 +556,16 @@ packages: color-convert: 1.9.3 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== /ansi-styles/4.2.1: dependencies: - '@types/color-name': 1.1.1 + "@types/color-name": 1.1.1 color-convert: 2.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== /any-promise/1.3.0: @@ -578,7 +578,7 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== /argparse/1.0.10: @@ -590,22 +590,22 @@ packages: /array-union/2.1.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /at-least-node/1.0.0: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== /babel-plugin-jsx-dom-expressions/0.19.10_@babel+core@7.11.1: dependencies: - '@babel/helper-module-imports': 7.10.4 - '@babel/plugin-syntax-jsx': 7.10.4_@babel+core@7.11.1 + "@babel/helper-module-imports": 7.10.4 + "@babel/plugin-syntax-jsx": 7.10.4_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': '*' + "@babel/core": "*" resolution: integrity: sha512-/gpqeOSCPEt+hOREHlZIXhn8UjfXg5MZM56dWpGzuGB3+XsiWZ07Geh2yPrho0uwksMJP/OOO5Ipk+Oei8eTSQ== /babel-preset-solid/0.18.14_@babel+core@7.11.1: @@ -613,7 +613,7 @@ packages: babel-plugin-jsx-dom-expressions: 0.19.10_@babel+core@7.11.1 dev: true peerDependencies: - '@babel/core': '*' + "@babel/core": "*" resolution: integrity: sha512-plDadLGxyg0XiYNJO0bk2UuJP4u4hH6AWEGfELo7Ug3oQs2HvlTW12h77nDQaVr+45r3uhHuuJojZMDXxHaGPg== /balanced-match/1.0.0: @@ -627,7 +627,7 @@ packages: /binary-extensions/2.1.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /bluebird/3.7.2: @@ -646,7 +646,7 @@ packages: fill-range: 7.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /brotli-size/4.0.0: @@ -654,7 +654,7 @@ packages: duplexer: 0.1.1 dev: true engines: - node: '>= 10.16.0' + node: ">= 10.16.0" resolution: integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA== /buffer-from/1.1.1: @@ -664,13 +664,13 @@ packages: /builtin-modules/1.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= /builtin-modules/3.1.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== /cache-content-type/1.0.1: @@ -679,7 +679,7 @@ packages: ylru: 1.2.1 dev: true engines: - node: '>= 6.0.0' + node: ">= 6.0.0" resolution: integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA== /caller-callsite/2.0.0: @@ -687,7 +687,7 @@ packages: callsites: 2.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= /caller-path/2.0.0: @@ -695,13 +695,13 @@ packages: caller-callsite: 2.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= /callsites/2.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= /chalk/2.4.2: @@ -711,7 +711,7 @@ packages: supports-color: 5.5.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== /chalk/3.0.0: @@ -720,7 +720,7 @@ packages: supports-color: 7.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== /chalk/4.1.0: @@ -729,7 +729,7 @@ packages: supports-color: 7.1.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== /chokidar/3.4.2: @@ -743,7 +743,7 @@ packages: readdirp: 3.4.0 dev: true engines: - node: '>= 8.10.0' + node: ">= 8.10.0" optionalDependencies: fsevents: 2.1.3 resolution: @@ -753,7 +753,7 @@ packages: source-map: 0.6.1 dev: true engines: - node: '>= 4.0' + node: ">= 4.0" resolution: integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== /cli-cursor/3.1.0: @@ -761,26 +761,26 @@ packages: restore-cursor: 3.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== /cli-spinners/2.4.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== /clone/1.0.4: dev: true engines: - node: '>=0.8' + node: ">=0.8" resolution: integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= /co/4.6.0: dev: true engines: - iojs: '>= 1.0.0' - node: '>= 0.12.0' + iojs: ">= 1.0.0" + node: ">= 0.12.0" resolution: integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= /color-convert/1.9.3: @@ -794,7 +794,7 @@ packages: color-name: 1.1.4 dev: true engines: - node: '>=7.0.0' + node: ">=7.0.0" resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: @@ -822,7 +822,7 @@ packages: bluebird: 3.7.2 dev: true engines: - node: '>= 0.10.0' + node: ">= 0.10.0" resolution: integrity: sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw== /content-disposition/0.5.3: @@ -830,13 +830,13 @@ packages: safe-buffer: 5.1.2 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== /content-type/1.0.4: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== /convert-source-map/1.7.0: @@ -851,7 +851,7 @@ packages: keygrip: 1.1.0 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow== /cosmiconfig/5.2.1: @@ -862,7 +862,7 @@ packages: parse-json: 4.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== /cross-spawn/7.0.3: @@ -872,13 +872,13 @@ packages: which: 2.0.2 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== /cssesc/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== @@ -919,7 +919,7 @@ packages: /deepmerge/4.2.2: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== /defaults/1.0.3: @@ -935,13 +935,13 @@ packages: /depd/1.1.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= /depd/2.0.0: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== /destroy/1.0.4: @@ -953,7 +953,7 @@ packages: path-type: 4.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /dotenv-expand/5.1.0: @@ -963,7 +963,7 @@ packages: /dotenv/8.2.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /duplexer/0.1.1: @@ -977,13 +977,13 @@ packages: /emojis-list/3.0.0: dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== /encodeurl/1.0.2: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= /end-of-stream/1.4.4: @@ -1015,13 +1015,13 @@ packages: /escape-string-regexp/1.0.5: dev: true engines: - node: '>=0.8.0' + node: ">=0.8.0" resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= /esprima/4.0.1: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== @@ -1040,7 +1040,7 @@ packages: /etag/1.8.1: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= /eventemitter3/4.0.4: @@ -1060,20 +1060,20 @@ packages: strip-final-newline: 2.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== /fast-glob/3.2.4: dependencies: - '@nodelib/fs.stat': 2.0.3 - '@nodelib/fs.walk': 1.2.4 + "@nodelib/fs.stat": 2.0.3 + "@nodelib/fs.walk": 1.2.4 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== /fastq/1.8.0: @@ -1087,19 +1087,19 @@ packages: to-regex-range: 5.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /follow-redirects/1.13.0: dev: true engines: - node: '>=4.0' + node: ">=4.0" resolution: integrity: sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== /fresh/0.5.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= /fs-extra/9.0.1: @@ -1110,7 +1110,7 @@ packages: universalify: 1.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: @@ -1135,7 +1135,7 @@ packages: /gensync/1.0.0-beta.1: dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== /get-stream/5.2.0: @@ -1143,7 +1143,7 @@ packages: pump: 3.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== /glob-parent/5.1.1: @@ -1151,7 +1151,7 @@ packages: is-glob: 4.0.1 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: @@ -1168,7 +1168,7 @@ packages: /globals/11.12.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== /globby/11.0.1: @@ -1181,7 +1181,7 @@ packages: slash: 3.0.0 dev: true engines: - node: '>=10' + node: ">=10" resolution: integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== /graceful-fs/4.2.4: @@ -1191,13 +1191,13 @@ packages: /has-flag/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= /has-flag/4.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== /hash-sum/2.0.0: @@ -1210,7 +1210,7 @@ packages: http-errors: 1.7.3 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-rdw7q6GTlibqVVbXr0CKelfV5iY8G2HqEUkhSk297BMbSpSL8crXC+9rjKoMcZZEsksX30le6f/4ul4E28gegw== /http-errors/1.4.0: @@ -1219,7 +1219,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-bAJC3qaz33r9oVPHEImzHG6Cqr8= /http-errors/1.6.3: @@ -1230,7 +1230,7 @@ packages: statuses: 1.5.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= /http-errors/1.7.3: @@ -1242,7 +1242,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== /http-errors/1.8.0: @@ -1254,7 +1254,7 @@ packages: toidentifier: 1.0.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A== /http-proxy/1.18.1: @@ -1264,13 +1264,13 @@ packages: requires-port: 1.0.0 dev: true engines: - node: '>=8.0.0' + node: ">=8.0.0" resolution: integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== /human-signals/1.1.1: dev: true engines: - node: '>=8.12.0' + node: ">=8.12.0" resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== /icss-replace-symbols/1.1.0: @@ -1282,13 +1282,13 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== /ignore/5.1.8: dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== /import-cwd/2.1.0: @@ -1296,7 +1296,7 @@ packages: import-from: 2.1.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk= /import-fresh/2.0.0: @@ -1305,7 +1305,7 @@ packages: resolve-from: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= /import-from/2.1.0: @@ -1313,7 +1313,7 @@ packages: resolve-from: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-M1238qev/VOqpHHUuAId7ja387E= /indexes-of/1.0.1: @@ -1348,32 +1348,32 @@ packages: binary-extensions: 2.1.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== /is-directory/0.3.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= /is-docker/2.1.1: dev: true engines: - node: '>=8' + node: ">=8" hasBin: true resolution: integrity: sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== /is-extglob/2.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-generator-function/1.0.7: dev: true engines: - node: '>= 0.4' + node: ">= 0.4" resolution: integrity: sha512-YZc5EwyO4f2kWCax7oegfuSr9mFz1ZvieNYBEjmukLxgXfBUbxAWGVF7GZf0zidYtoBl3WvC07YK0wT76a+Rtw== /is-glob/4.0.1: @@ -1381,13 +1381,13 @@ packages: is-extglob: 2.1.1 dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-interactive/1.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== /is-module/1.0.0: @@ -1397,19 +1397,19 @@ packages: /is-number/7.0.0: dev: true engines: - node: '>=0.12.0' + node: ">=0.12.0" resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-reference/1.2.1: dependencies: - '@types/estree': 0.0.45 + "@types/estree": 0.0.45 dev: true resolution: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== /is-stream/2.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== /is-wsl/2.2.0: @@ -1417,7 +1417,7 @@ packages: is-docker: 2.1.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== /isarray/0.0.1: @@ -1440,7 +1440,7 @@ packages: supports-color: 6.1.0 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw== /js-tokens/4.0.0: @@ -1458,7 +1458,7 @@ packages: /jsesc/2.5.2: dev: true engines: - node: '>=4' + node: ">=4" hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== @@ -1478,7 +1478,7 @@ packages: minimist: 1.2.5 dev: true engines: - node: '>=6' + node: ">=6" hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== @@ -1495,7 +1495,7 @@ packages: tsscmp: 1.0.6 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== /koa-compose/3.2.1: @@ -1518,7 +1518,7 @@ packages: koa-compose: 3.2.1 dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA= /koa-etag/3.0.0: @@ -1535,7 +1535,7 @@ packages: path-match: 1.2.4 dev: true peerDependencies: - koa: '>=2' + koa: ">=2" resolution: integrity: sha512-iXGRADBE0fM7g7AttNOlLZ/cCFKXeVMHbFJKIRb0dUCrSYXi02loyVSdBlKlBQ5ZfVKJLo9Q9FyqwVTp1poVVA== /koa-send/5.0.1: @@ -1545,7 +1545,7 @@ packages: resolve-path: 1.4.0 dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ== /koa-static/5.0.0: @@ -1554,7 +1554,7 @@ packages: koa-send: 5.0.1 dev: true engines: - node: '>= 7.6.0' + node: ">= 7.6.0" resolution: integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ== /koa/2.13.0: @@ -1594,7 +1594,7 @@ packages: json5: 1.0.1 dev: true engines: - node: '>=4.0.0' + node: ">=4.0.0" resolution: integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== /lodash.camelcase/4.3.0: @@ -1610,7 +1610,7 @@ packages: chalk: 2.4.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== /lru-cache/5.1.1: @@ -1628,7 +1628,7 @@ packages: /media-typer/0.3.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= /merge-source-map/1.1.0: @@ -1644,7 +1644,7 @@ packages: /merge2/1.4.1: dev: true engines: - node: '>= 8' + node: ">= 8" resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: @@ -1653,13 +1653,13 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.44.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== /mime-types/2.1.27: @@ -1667,13 +1667,13 @@ packages: mime-db: 1.44.0 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== /mimic-fn/2.1.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== /minimatch/3.0.4: @@ -1709,19 +1709,19 @@ packages: /negotiator/0.6.2: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== /node-forge/0.9.0: dev: true engines: - node: '>= 4.5.0' + node: ">= 4.5.0" resolution: integrity: sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== /normalize-path/3.0.0: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /npm-run-path/4.0.1: @@ -1729,13 +1729,13 @@ packages: path-key: 3.1.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== /object-assign/4.1.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= /on-finished/2.3.0: @@ -1743,7 +1743,7 @@ packages: ee-first: 1.1.1 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= /once/1.4.0: @@ -1757,7 +1757,7 @@ packages: mimic-fn: 2.1.0 dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== /only/0.0.2: @@ -1770,7 +1770,7 @@ packages: is-wsl: 2.2.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== /ora/4.1.1: @@ -1785,7 +1785,7 @@ packages: wcwidth: 1.0.1 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A== /parse-json/4.0.0: @@ -1794,25 +1794,25 @@ packages: json-parse-better-errors: 1.0.2 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= /parseurl/1.3.3: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== /path-is-absolute/1.0.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-key/3.1.1: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== /path-match/1.2.4: @@ -1835,19 +1835,19 @@ packages: /path-type/4.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: - node: '>=8.6' + node: ">=8.6" resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /postcss-discard-comments/4.0.2: @@ -1855,7 +1855,7 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>=6.9.0' + node: ">=6.9.0" resolution: integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== /postcss-import/12.0.1: @@ -1866,7 +1866,7 @@ packages: resolve: 1.17.0 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" resolution: integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw== /postcss-load-config/2.1.0: @@ -1875,7 +1875,7 @@ packages: import-cwd: 2.1.0 dev: true engines: - node: '>= 4' + node: ">= 4" resolution: integrity: sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== /postcss-modules-extract-imports/2.0.0: @@ -1883,7 +1883,7 @@ packages: postcss: 7.0.32 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== /postcss-modules-local-by-default/3.0.3: @@ -1894,7 +1894,7 @@ packages: postcss-value-parser: 4.1.0 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== /postcss-modules-scope/2.2.0: @@ -1903,7 +1903,7 @@ packages: postcss-selector-parser: 6.0.2 dev: true engines: - node: '>= 6' + node: ">= 6" resolution: integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== /postcss-modules-values/3.0.0: @@ -1934,7 +1934,7 @@ packages: uniq: 1.0.1 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== /postcss-value-parser/3.3.1: @@ -1952,7 +1952,7 @@ packages: supports-color: 6.1.0 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" resolution: integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== /pump/3.0.0: @@ -1973,7 +1973,7 @@ packages: picomatch: 2.2.2 dev: true engines: - node: '>=8.10.0' + node: ">=8.10.0" resolution: integrity: sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== /requires-port/1.0.0: @@ -1983,7 +1983,7 @@ packages: /resolve-from/3.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-six699nWiBvItuZTM17rywoYh0g= /resolve-path/1.4.0: @@ -1992,7 +1992,7 @@ packages: path-is-absolute: 1.0.1 dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-xL2p9e+y/OZSR4c6s2u02DT+Fvc= /resolve/1.17.0: @@ -2007,30 +2007,30 @@ packages: signal-exit: 3.0.3 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== /reusify/1.0.4: dev: true engines: - iojs: '>=1.0.0' - node: '>=0.10.0' + iojs: ">=1.0.0" + node: ">=0.10.0" resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== /rollup-plugin-dynamic-import-variables/1.1.0_rollup@2.24.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.24.0 + "@rollup/pluginutils": 3.1.0_rollup@2.24.0 estree-walker: 2.0.1 globby: 11.0.1 magic-string: 0.25.7 dev: true peerDependencies: - rollup: '*' + rollup: "*" resolution: integrity: sha512-C1avEmnXC8cC4aAQ5dB63O9oQf7IrhEHc98bQw9Qd6H36FxtZooLCvVfcO4SNYrqaNrzH3ErucQt/zdFSLPHNw== /rollup-plugin-terser/5.3.0_rollup@2.24.0: dependencies: - '@babel/code-frame': 7.10.4 + "@babel/code-frame": 7.10.4 jest-worker: 24.9.0 rollup: 2.24.0 rollup-pluginutils: 2.8.2 @@ -2038,18 +2038,18 @@ packages: terser: 4.8.0 dev: true peerDependencies: - rollup: '>=0.66.0 <3' + rollup: ">=0.66.0 <3" resolution: integrity: sha512-XGMJihTIO3eIBsVGq7jiNYOdDMb3pVxuzY0uhOE/FM4x/u9nQgr3+McsjzqBn3QfHIpNSZmFnpoKAwHBEcsT7g== /rollup-plugin-vue/6.0.0-beta.10_@vue+compiler-sfc@3.0.0-rc.5: dependencies: - '@vue/compiler-sfc': 3.0.0-rc.5_vue@3.0.0-rc.5 + "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 debug: 4.1.1 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 dev: true peerDependencies: - '@vue/compiler-sfc': '*' + "@vue/compiler-sfc": "*" resolution: integrity: sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ== /rollup-plugin-web-worker-loader/1.3.1_rollup@2.24.0: @@ -2069,7 +2069,7 @@ packages: /rollup/2.24.0: dev: true engines: - node: '>=10.0.0' + node: ">=10.0.0" hasBin: true optionalDependencies: fsevents: 2.1.3 @@ -2115,13 +2115,13 @@ packages: shebang-regex: 3.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== /shebang-regex/3.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== /signal-exit/3.0.3: @@ -2131,7 +2131,7 @@ packages: /slash/3.0.0: dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== /solid-js/0.18.14: @@ -2147,13 +2147,13 @@ packages: /source-map/0.5.7: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: dev: true engines: - node: '>=0.10.0' + node: ">=0.10.0" resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== /sourcemap-codec/1.4.8: @@ -2167,7 +2167,7 @@ packages: /statuses/1.5.0: dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= /string-hash/1.1.3: @@ -2179,13 +2179,13 @@ packages: ansi-regex: 5.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== /strip-final-newline/2.0.0: dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== /supports-color/5.5.0: @@ -2193,7 +2193,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== /supports-color/6.1.0: @@ -2201,7 +2201,7 @@ packages: has-flag: 3.0.0 dev: true engines: - node: '>=6' + node: ">=6" resolution: integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== /supports-color/7.1.0: @@ -2209,7 +2209,7 @@ packages: has-flag: 4.0.0 dev: true engines: - node: '>=8' + node: ">=8" resolution: integrity: sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== /terser/4.8.0: @@ -2219,7 +2219,7 @@ packages: source-map-support: 0.5.19 dev: true engines: - node: '>=6.0.0' + node: ">=6.0.0" hasBin: true resolution: integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== @@ -2228,7 +2228,7 @@ packages: thenify: 3.3.1 dev: true engines: - node: '>=0.8' + node: ">=0.8" resolution: integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY= /thenify/3.3.1: @@ -2240,7 +2240,7 @@ packages: /to-fast-properties/2.0.0: dev: true engines: - node: '>=4' + node: ">=4" resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= /to-regex-range/5.0.1: @@ -2248,19 +2248,19 @@ packages: is-number: 7.0.0 dev: true engines: - node: '>=8.0' + node: ">=8.0" resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /toidentifier/1.0.0: dev: true engines: - node: '>=0.6' + node: ">=0.6" resolution: integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== /tsscmp/1.0.6: dev: true engines: - node: '>=0.6.x' + node: ">=0.6.x" resolution: integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== /type-is/1.6.18: @@ -2269,7 +2269,7 @@ packages: mime-types: 2.1.27 dev: true engines: - node: '>= 0.6' + node: ">= 0.6" resolution: integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== /uniq/1.0.1: @@ -2279,25 +2279,25 @@ packages: /universalify/1.0.0: dev: true engines: - node: '>= 10.0.0' + node: ">= 10.0.0" resolution: integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== /vary/1.1.2: dev: true engines: - node: '>= 0.8' + node: ">= 0.8" resolution: integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= /vite/1.0.0-rc.4: dependencies: - '@babel/parser': 7.11.3 - '@rollup/plugin-commonjs': 14.0.0_rollup@2.24.0 - '@rollup/plugin-json': 4.1.0_rollup@2.24.0 - '@rollup/plugin-node-resolve': 8.4.0_rollup@2.24.0 - '@types/koa': 2.11.3 - '@types/lru-cache': 5.1.0 - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/compiler-sfc': 3.0.0-rc.5_vue@3.0.0-rc.5 + "@babel/parser": 7.11.3 + "@rollup/plugin-commonjs": 14.0.0_rollup@2.24.0 + "@rollup/plugin-json": 4.1.0_rollup@2.24.0 + "@rollup/plugin-node-resolve": 8.4.0_rollup@2.24.0 + "@types/koa": 2.11.3 + "@types/lru-cache": 5.1.0 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/compiler-sfc": 3.0.0-rc.5_vue@3.0.0-rc.5 brotli-size: 4.0.0 chalk: 4.1.0 chokidar: 3.4.2 @@ -2342,15 +2342,15 @@ packages: ws: 7.3.1 dev: true engines: - node: '>=10.16.0' + node: ">=10.16.0" hasBin: true resolution: integrity: sha512-D9gpKKaE2U0YpIxNrSn+nlFPBT0sfg68Y1EReYW8YHMhbNFcxwS7RZIa1W/8Pq6yDfVRAhbOZNijv1mLG5pCEg== /vue/3.0.0-rc.5: dependencies: - '@vue/compiler-dom': 3.0.0-rc.5 - '@vue/runtime-dom': 3.0.0-rc.5 - '@vue/shared': 3.0.0-rc.5 + "@vue/compiler-dom": 3.0.0-rc.5 + "@vue/runtime-dom": 3.0.0-rc.5 + "@vue/shared": 3.0.0-rc.5 dev: true resolution: integrity: sha512-8t8Y4sHMBGD5iLZ7JfBGmKBJlzesPoL+/nW9EV8s+4LwnKC4rGlRp+Lj2rcign4iQaj0GFaL7DrQ8IoOfVX6+w== @@ -2365,7 +2365,7 @@ packages: isexe: 2.0.0 dev: true engines: - node: '>= 8' + node: ">= 8" hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -2376,7 +2376,7 @@ packages: /ws/7.3.1: dev: true engines: - node: '>=8.3.0' + node: ">=8.3.0" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -2394,10 +2394,10 @@ packages: /ylru/1.2.1: dev: true engines: - node: '>= 4.0.0' + node: ">= 4.0.0" resolution: integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ== specifiers: - '@amoutonbrady/vite-plugin-solid': ^0.1.1 - solid-js: ^0.18.14 + "@amoutonbrady/vite-plugin-solid": ^0.2.0 + solid-js: ^0.20.0 vite: ^1.0.0-rc.4