diff --git a/mdsvex.config.cjs b/mdsvex.config.cjs index 2d5d041..9a690ed 100644 --- a/mdsvex.config.cjs +++ b/mdsvex.config.cjs @@ -1,20 +1,16 @@ module.exports = { - extensions: [".svx", ".md"], + extensions: [".svelte.md"], smartypants: { dashes: "oldschool", }, remarkPlugins: [ - // [require("remark-github"), { - // // Use your own repository - // repository: "https://github.com/svelte-add/mdsvex.git", - // }], require("remark-abbr"), ], rehypePlugins: [ - // require("rehype-slug"), - // [require("rehype-autolink-headings"), { - // behavior: "wrap", - // }], + require("rehype-slug"), + [require("rehype-autolink-headings"), { + behavior: "wrap", + }], ], layout: { _: "./src/routes/_centered-prose.svelte", diff --git a/package.json b/package.json index b4f81a9..7085e86 100644 --- a/package.json +++ b/package.json @@ -9,20 +9,19 @@ "format": "prettier --write ." }, "devDependencies": { - "@sveltejs/adapter-node": "next", "@sveltejs/adapter-static": "^1.0.0-next.4", "@sveltejs/kit": "next", - "@tailwindcss/jit": "^0.1.1", + "@tailwindcss/jit": "^0.1.18", "@tailwindcss/typography": "^0.4.0", - "@typescript-eslint/eslint-plugin": "^4.19.0", - "@typescript-eslint/parser": "^4.19.0", + "@typescript-eslint/eslint-plugin": "^4.22.0", + "@typescript-eslint/parser": "^4.22.0", "autoprefixer": "^10.2.5", - "cssnano": "^4.1.10", - "eslint": "^7.22.0", - "eslint-config-prettier": "^8.1.0", - "eslint-plugin-svelte3": "^3.1.0", - "mdsvex": "^0.8.9", - "postcss": "^8.2.7", + "cssnano": "^5.0.1", + "eslint": "^7.24.0", + "eslint-config-prettier": "^8.2.0", + "eslint-plugin-svelte3": "^3.1.2", + "mdsvex": "^0.9.0", + "postcss": "^8.2.10", "postcss-load-config": "^3.0.1", "prettier": "~2.2.1", "prettier-plugin-svelte": "^2.2.0", @@ -30,12 +29,14 @@ "rehype-slug": "^4.0.1", "remark-abbr": "^1.4.1", "remark-github": "^10.0.1", - "svelte": "^3.29.0", - "svelte-preprocess": "^4.6.9", - "tailwindcss": "^2.0.3", - "tslib": "^2.0.0", - "typescript": "^4.0.0", - "vite": "^2.1.0" + "svelte": "^3.37.0", + "svelte-preprocess": "^4.7.0", + "tailwindcss": "^2.1.1", + "tailwindcss-theme-variants": "^1.11.0-beta.1", + "tslib": "^2.2.0", + "typescript": "^4.2.4", + "vite": "^2.1.5", + "vite-imagetools": "3.4.0-next.1" }, "type": "module", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a84e855..e5fa8b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,31 +1,32 @@ devDependencies: - '@sveltejs/adapter-node': 1.0.0-next.10 '@sveltejs/adapter-static': 1.0.0-next.4 - '@sveltejs/kit': 1.0.0-next.64_svelte@3.36.0+vite@2.1.4 - '@tailwindcss/jit': 0.1.17_postcss@8.2.8+tailwindcss@2.0.4 - '@tailwindcss/typography': 0.4.0_tailwindcss@2.0.4 - '@typescript-eslint/eslint-plugin': 4.20.0_7448dc1756632cc6400f187319207d38 - '@typescript-eslint/parser': 4.20.0_eslint@7.23.0+typescript@4.2.3 - autoprefixer: 10.2.5_postcss@8.2.8 - cssnano: 4.1.10 - eslint: 7.23.0 - eslint-config-prettier: 8.1.0_eslint@7.23.0 - eslint-plugin-svelte3: 3.1.2_eslint@7.23.0+svelte@3.36.0 - mdsvex: 0.8.9_svelte@3.36.0 - postcss: 8.2.8 + '@sveltejs/kit': 1.0.0-next.77_svelte@3.37.0+vite@2.1.5 + '@tailwindcss/jit': 0.1.18_postcss@8.2.10+tailwindcss@2.1.1 + '@tailwindcss/typography': 0.4.0_tailwindcss@2.1.1 + '@typescript-eslint/eslint-plugin': 4.22.0_9acede93a3623dd7abe65c65a7010e73 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.2.4 + autoprefixer: 10.2.5_postcss@8.2.10 + cssnano: 5.0.1_postcss@8.2.10 + eslint: 7.24.0 + eslint-config-prettier: 8.2.0_eslint@7.24.0 + eslint-plugin-svelte3: 3.1.2_eslint@7.24.0+svelte@3.37.0 + mdsvex: 0.9.0_svelte@3.37.0 + postcss: 8.2.10 postcss-load-config: 3.0.1 prettier: 2.2.1 - prettier-plugin-svelte: 2.2.0_prettier@2.2.1+svelte@3.36.0 + prettier-plugin-svelte: 2.2.0_prettier@2.2.1+svelte@3.37.0 rehype-autolink-headings: 5.0.1 rehype-slug: 4.0.1 remark-abbr: 1.4.1 remark-github: 10.0.1 - svelte: 3.36.0 - svelte-preprocess: 4.7.0_62398f455c48c596ed60074d5e95f519 - tailwindcss: 2.0.4_caf414ac65a978d0d57907a0ec9fb41e - tslib: 2.1.0 - typescript: 4.2.3 - vite: 2.1.4 + svelte: 3.37.0 + svelte-preprocess: 4.7.0_ff7486d6e5a845ff361d36f415eaf31c + tailwindcss: 2.1.1_02ae6d0a5709fa7b5d38be2fad8eebc6 + tailwindcss-theme-variants: 1.11.0-beta.1_tailwindcss@2.1.1 + tslib: 2.2.0 + typescript: 4.2.4 + vite: 2.1.5 + vite-imagetools: 3.4.0-next.1 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.11: @@ -101,7 +102,7 @@ packages: /@rollup/pluginutils/4.1.0: dependencies: estree-walker: 2.0.2 - picomatch: 2.2.2 + picomatch: 2.2.3 dev: true engines: node: '>= 8.0.0' @@ -109,29 +110,27 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ== - /@sveltejs/adapter-node/1.0.0-next.10: - dev: true - resolution: - integrity: sha512-v62a9nQguK53ldwBp4FizvwW1Kh2wOZBjJKGlnZFhO9e1Z/LoIqR9LH5dVHz9d5K19or5ap3hRdS91WkkDgu4w== /@sveltejs/adapter-static/1.0.0-next.4: dev: true resolution: integrity: sha512-Atri/5jyiVmAklqDKb/5czmLkHos6LQOag61k/C6qWozMb8UopvL3bTm62hFQXGKvGnuSRq2xIueDOKWHM/7rA== - /@sveltejs/kit/1.0.0-next.64_svelte@3.36.0+vite@2.1.4: + /@sveltejs/kit/1.0.0-next.77_svelte@3.37.0+vite@2.1.5: dependencies: - '@sveltejs/vite-plugin-svelte': 1.0.0-next.5_svelte@3.36.0+vite@2.1.4 + '@sveltejs/vite-plugin-svelte': 1.0.0-next.5_svelte@3.37.0+vite@2.1.5 cheap-watch: 1.0.3 sade: 1.7.4 - svelte: 3.36.0 - vite: 2.1.4 + svelte: 3.37.0 + vite: 2.1.5 dev: true + engines: + node: '>= 12.17.0' hasBin: true peerDependencies: svelte: ^3.32.1 vite: ^2.1.0 resolution: - integrity: sha512-ccLesgGBDEkbYnz9j+xHfwkO6EF/oka9sPS+OEsveN5gmYF3o7j13Q8lZQgyXOTuUnnB+WDsklHL36ihWZzNkw== - /@sveltejs/vite-plugin-svelte/1.0.0-next.5_svelte@3.36.0+vite@2.1.4: + integrity: sha512-3qxJAa+P8hjKtQt0+VlVkv0ktdxJ3Ouf8DTcttv5wejf9EysDWcnrGEePuJWsU0pVSS4WGHdmPEgHGsaUB18BA== + /@sveltejs/vite-plugin-svelte/1.0.0-next.5_svelte@3.37.0+vite@2.1.5: dependencies: '@rollup/pluginutils': 4.1.0 chalk: 4.1.0 @@ -140,9 +139,9 @@ packages: require-relative: 0.8.7 slash: 3.0.0 source-map: 0.7.3 - svelte: 3.36.0 - svelte-hmr: 0.13.3_svelte@3.36.0 - vite: 2.1.4 + svelte: 3.37.0 + svelte-hmr: 0.13.3_svelte@3.37.0 + vite: 2.1.5 dev: true engines: node: '>=12.0.0' @@ -151,7 +150,7 @@ packages: vite: ^2.1.2 resolution: integrity: sha512-RVjafsqziWwnQm8VEy2y0qNaugNDvRd8tTaCt9rjgQkqaS/BDiyDCluXxA28PRC+ddZjvwUeq9k+0EfbLVObfg== - /@tailwindcss/jit/0.1.17_postcss@8.2.8+tailwindcss@2.0.4: + /@tailwindcss/jit/0.1.18_postcss@8.2.10+tailwindcss@2.1.1: dependencies: chokidar: 3.5.1 dlv: 1.1.3 @@ -160,36 +159,42 @@ packages: normalize-path: 3.0.0 object-hash: 2.1.1 parse-glob: 3.0.4 - postcss: 8.2.8 + postcss: 8.2.10 postcss-selector-parser: 6.0.4 quick-lru: 5.1.1 - tailwindcss: 2.0.4_caf414ac65a978d0d57907a0ec9fb41e + tailwindcss: 2.1.1_02ae6d0a5709fa7b5d38be2fad8eebc6 dev: true peerDependencies: postcss: ^8.2.6 tailwindcss: ^2.0.3 resolution: - integrity: sha512-Of3NbM2Peex6iPkOap5JBmAPq6oVjKEKMysy6iH/9Vl0TjuEuB094Uc7yzJz8q6j6AQEImlaOGxwF+sdBlG2pw== - /@tailwindcss/typography/0.4.0_tailwindcss@2.0.4: + integrity: sha512-WNSEiwbggtO9n6+ok2fFdYmhqY20oqLmB82H23nY8P5WzijZbIshojoY3s/OvPD7cmvzkweZ6LLKGWuDS1/vLA== + /@tailwindcss/typography/0.4.0_tailwindcss@2.1.1: dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 - tailwindcss: 2.0.4_caf414ac65a978d0d57907a0ec9fb41e + tailwindcss: 2.1.1_02ae6d0a5709fa7b5d38be2fad8eebc6 dev: true peerDependencies: tailwindcss: 2.0.0-alpha.24 || ^2.0.0 resolution: integrity: sha512-3BfOYT5MYNEq81Ism3L2qu/HRP2Q5vWqZtZRQqQrthHuaTK9qpuPfbMT5WATjAM5J1OePKBaI5pLoX4S1JGNMQ== + /@trysound/sax/0.1.1: + dev: true + engines: + node: '>=10.13.0' + resolution: + integrity: sha512-Z6DoceYb/1xSg5+e+ZlPZ9v0N16ZvZ+wYMraFue4HYrE4ttONKtsvruIRf6t9TBR0YvSOfi1hUU0fJfBLCDYow== /@types/json-schema/7.0.7: dev: true resolution: integrity: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA== - /@types/node/14.14.37: + /@types/node/14.14.41: dev: true resolution: - integrity: sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== + integrity: sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== /@types/parse-json/4.0.0: dev: true resolution: @@ -198,13 +203,9 @@ packages: dev: true resolution: integrity: sha1-h3L80EGOPNLMFxVV1zAHQVBR9LI= - /@types/q/1.5.4: - dev: true - resolution: - integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== /@types/sass/1.16.0: dependencies: - '@types/node': 14.14.37 + '@types/node': 14.14.41 dev: true resolution: integrity: sha512-2XZovu4NwcqmtZtsBR5XYLw18T8cBCnU2USFHTnYLLHz9fkhnoEMoDsqShJIOFsFhn5aJHjweiUUdTrDGujegA== @@ -212,19 +213,19 @@ packages: dev: true resolution: integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ== - /@typescript-eslint/eslint-plugin/4.20.0_7448dc1756632cc6400f187319207d38: + /@typescript-eslint/eslint-plugin/4.22.0_9acede93a3623dd7abe65c65a7010e73: dependencies: - '@typescript-eslint/experimental-utils': 4.20.0_eslint@7.23.0+typescript@4.2.3 - '@typescript-eslint/parser': 4.20.0_eslint@7.23.0+typescript@4.2.3 - '@typescript-eslint/scope-manager': 4.20.0 + '@typescript-eslint/experimental-utils': 4.22.0_eslint@7.24.0+typescript@4.2.4 + '@typescript-eslint/parser': 4.22.0_eslint@7.24.0+typescript@4.2.4 + '@typescript-eslint/scope-manager': 4.22.0 debug: 4.3.1 - eslint: 7.23.0 + eslint: 7.24.0 functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.1.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.2.3 - typescript: 4.2.3 + tsutils: 3.21.0_typescript@4.2.4 + typescript: 4.2.4 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -236,14 +237,14 @@ packages: typescript: optional: true resolution: - integrity: sha512-sw+3HO5aehYqn5w177z2D82ZQlqHCwcKSMboueo7oE4KU9QiC0SAgfS/D4z9xXvpTc8Bt41Raa9fBR8T2tIhoQ== - /@typescript-eslint/experimental-utils/4.20.0_eslint@7.23.0+typescript@4.2.3: + integrity: sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA== + /@typescript-eslint/experimental-utils/4.22.0_eslint@7.24.0+typescript@4.2.4: dependencies: '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.20.0 - '@typescript-eslint/types': 4.20.0 - '@typescript-eslint/typescript-estree': 4.20.0_typescript@4.2.3 - eslint: 7.23.0 + '@typescript-eslint/scope-manager': 4.22.0 + '@typescript-eslint/types': 4.22.0 + '@typescript-eslint/typescript-estree': 4.22.0_typescript@4.2.4 + eslint: 7.24.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 dev: true @@ -253,15 +254,15 @@ packages: eslint: '*' typescript: '*' resolution: - integrity: sha512-sQNlf6rjLq2yB5lELl3gOE7OuoA/6IVXJUJ+Vs7emrQMva14CkOwyQwD7CW+TkmOJ4Q/YGmoDLmbfFrpGmbKng== - /@typescript-eslint/parser/4.20.0_eslint@7.23.0+typescript@4.2.3: + integrity: sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg== + /@typescript-eslint/parser/4.22.0_eslint@7.24.0+typescript@4.2.4: dependencies: - '@typescript-eslint/scope-manager': 4.20.0 - '@typescript-eslint/types': 4.20.0 - '@typescript-eslint/typescript-estree': 4.20.0_typescript@4.2.3 + '@typescript-eslint/scope-manager': 4.22.0 + '@typescript-eslint/types': 4.22.0 + '@typescript-eslint/typescript-estree': 4.22.0_typescript@4.2.4 debug: 4.3.1 - eslint: 7.23.0 - typescript: 4.2.3 + eslint: 7.24.0 + typescript: 4.2.4 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -272,32 +273,32 @@ packages: typescript: optional: true resolution: - integrity: sha512-m6vDtgL9EABdjMtKVw5rr6DdeMCH3OA1vFb0dAyuZSa3e5yw1YRzlwFnm9knma9Lz6b2GPvoNSa8vOXrqsaglA== - /@typescript-eslint/scope-manager/4.20.0: + integrity: sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q== + /@typescript-eslint/scope-manager/4.22.0: dependencies: - '@typescript-eslint/types': 4.20.0 - '@typescript-eslint/visitor-keys': 4.20.0 + '@typescript-eslint/types': 4.22.0 + '@typescript-eslint/visitor-keys': 4.22.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-/zm6WR6iclD5HhGpcwl/GOYDTzrTHmvf8LLLkwKqqPKG6+KZt/CfSgPCiybshmck66M2L5fWSF/MKNuCwtKQSQ== - /@typescript-eslint/types/4.20.0: + integrity: sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q== + /@typescript-eslint/types/4.22.0: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w== - /@typescript-eslint/typescript-estree/4.20.0_typescript@4.2.3: + integrity: sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA== + /@typescript-eslint/typescript-estree/4.22.0_typescript@4.2.4: dependencies: - '@typescript-eslint/types': 4.20.0 - '@typescript-eslint/visitor-keys': 4.20.0 + '@typescript-eslint/types': 4.22.0 + '@typescript-eslint/visitor-keys': 4.22.0 debug: 4.3.1 globby: 11.0.3 is-glob: 4.0.1 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.2.3 - typescript: 4.2.3 + tsutils: 3.21.0_typescript@4.2.4 + typescript: 4.2.4 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -307,16 +308,16 @@ packages: typescript: optional: true resolution: - integrity: sha512-Knpp0reOd4ZsyoEJdW8i/sK3mtZ47Ls7ZHvD8WVABNx5Xnn7KhenMTRGegoyMTx6TiXlOVgMz9r0pDgXTEEIHA== - /@typescript-eslint/visitor-keys/4.20.0: + integrity: sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg== + /@typescript-eslint/visitor-keys/4.22.0: dependencies: - '@typescript-eslint/types': 4.20.0 + '@typescript-eslint/types': 4.22.0 eslint-visitor-keys: 2.0.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-NXKRM3oOVQL8yNFDNCZuieRIwZ5UtjNLYtmMx2PacEAGmbaEYtGgVHUHVyZvU/0rYZcizdrWjDo+WBtRPSgq+A== + integrity: sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw== /acorn-jsx/5.3.1_acorn@7.4.1: dependencies: acorn: 7.4.1 @@ -355,7 +356,7 @@ packages: dev: true resolution: integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - /ajv/8.0.1: + /ajv/8.1.0: dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -363,7 +364,7 @@ packages: uri-js: 4.4.1 dev: true resolution: - integrity: sha512-46ZA4TalFcLLqX1dEU3dhdY38wAtDydJ4e7QQTVekLUTzXkb1LfqU6VOBXC/a9wiv4T094WURqJH6ZitF92Kqw== + integrity: sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ== /alphanum-sort/1.0.2: dev: true resolution: @@ -374,6 +375,12 @@ packages: node: '>=6' resolution: integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== + /ansi-regex/2.1.1: + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= /ansi-regex/5.0.0: dev: true engines: @@ -396,21 +403,36 @@ packages: node: '>=8' resolution: integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - /anymatch/3.1.1: + /anymatch/3.1.2: dependencies: normalize-path: 3.0.0 - picomatch: 2.2.2 + picomatch: 2.2.3 dev: true engines: node: '>= 8' resolution: - integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== + integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== + /aproba/1.2.0: + dev: true + resolution: + integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + /are-we-there-yet/1.1.5: + dependencies: + delegates: 1.0.0 + readable-stream: 2.3.7 + dev: true + resolution: + integrity: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== /argparse/1.0.10: dependencies: sprintf-js: 1.0.3 dev: true resolution: integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + /array-flatten/3.0.0: + dev: true + resolution: + integrity: sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA== /array-union/2.1.0: dev: true engines: @@ -429,14 +451,14 @@ packages: node: '>= 4.0.0' resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /autoprefixer/10.2.5_postcss@8.2.8: + /autoprefixer/10.2.5_postcss@8.2.10: dependencies: - browserslist: 4.16.3 - caniuse-lite: 1.0.30001204 + browserslist: 4.16.4 + caniuse-lite: 1.0.30001209 colorette: 1.2.2 fraction.js: 4.0.13 normalize-range: 0.1.2 - postcss: 8.2.8 + postcss: 8.2.10 postcss-value-parser: 4.1.0 dev: true engines: @@ -446,23 +468,35 @@ packages: postcss: ^8.1.0 resolution: integrity: sha512-7H4AJZXvSsn62SqZyJCP+1AWwOuoYpUfK6ot9vm0e87XD6mT8lDywc9D9OTJPMULyGcvmIxzTAMeG2Cc+YX+fA== - /balanced-match/1.0.0: + /balanced-match/1.0.2: dev: true resolution: - integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + /base64-js/1.5.1: + dev: true + resolution: + integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== /binary-extensions/2.2.0: dev: true engines: node: '>=8' resolution: integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + /bl/4.1.0: + dependencies: + buffer: 5.7.1 + inherits: 2.0.4 + readable-stream: 3.6.0 + dev: true + resolution: + integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== /boolbase/1.0.0: dev: true resolution: integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24= /brace-expansion/1.1.11: dependencies: - balanced-match: 1.0.0 + balanced-match: 1.0.2 concat-map: 0.0.1 dev: true resolution: @@ -475,11 +509,11 @@ packages: node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - /browserslist/4.16.3: + /browserslist/4.16.4: dependencies: - caniuse-lite: 1.0.30001204 + caniuse-lite: 1.0.30001209 colorette: 1.2.2 - electron-to-chromium: 1.3.702 + electron-to-chromium: 1.3.717 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -487,7 +521,14 @@ packages: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 hasBin: true resolution: - integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== + integrity: sha512-d7rCxYV8I9kj41RH8UKYnvDYCRENUlHRgyXy/Rhr/1BaeLGfiCptEdFE8MIrvGfWbBFNjVYx76SQWvNX1j+/cQ== + /buffer/5.7.1: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + dev: true + resolution: + integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== /bytes/3.1.0: dev: true engines: @@ -501,28 +542,6 @@ packages: dev: true resolution: integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - /caller-callsite/2.0.0: - dependencies: - callsites: 2.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - /caller-path/2.0.0: - dependencies: - caller-callsite: 2.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - /callsites/2.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= /callsites/3.1.0: dev: true engines: @@ -537,17 +556,17 @@ packages: integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== /caniuse-api/3.0.0: dependencies: - browserslist: 4.16.3 - caniuse-lite: 1.0.30001204 + browserslist: 4.16.4 + caniuse-lite: 1.0.30001209 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true resolution: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - /caniuse-lite/1.0.30001204: + /caniuse-lite/1.0.30001209: dev: true resolution: - integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== + integrity: sha512-2Ktt4OeRM7EM/JaOZjuLzPYAIqmbwQMNnYbgooT+icoRGrKOyAxA1xhlnotBD1KArRSPsuJp3TdYcZYrL7qNxA== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -575,7 +594,7 @@ packages: integrity: sha512-xC5CruMhLzjPwJ5ecUxGu1uGmwJQykUhqd2QrCrYbwvsFYdRyviu6jG9+pccwDXJR/OpmOTOJ9yLFunVgQu9wg== /chokidar/3.5.1: dependencies: - anymatch: 3.1.1 + anymatch: 3.1.2 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -589,6 +608,10 @@ packages: fsevents: 2.3.2 resolution: integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== + /chownr/1.1.4: + dev: true + resolution: + integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== /clipboard/2.0.8: dependencies: good-listener: 1.2.2 @@ -598,16 +621,12 @@ packages: optional: true resolution: integrity: sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ== - /coa/2.0.2: - dependencies: - '@types/q': 1.5.4 - chalk: 2.4.2 - q: 1.5.1 + /code-point-at/1.1.0: dev: true engines: - node: '>= 4.0' + node: '>=0.10.0' resolution: - integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== + integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= /color-convert/1.9.3: dependencies: color-name: 1.1.3 @@ -654,21 +673,28 @@ packages: node: '>= 6' resolution: integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== + /commander/7.2.0: + dev: true + engines: + node: '>= 10' + resolution: + integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== + /commondir/1.0.1: + dev: true + resolution: + integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= /concat-map/0.0.1: dev: true resolution: integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /cosmiconfig/5.2.1: - dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.1 - parse-json: 4.0.0 + /console-control-strings/1.1.0: dev: true - engines: - node: '>=4' resolution: - integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= + /core-util-is/1.0.2: + dev: true + resolution: + integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= /cosmiconfig/7.0.0: dependencies: '@types/parse-json': 4.0.0 @@ -695,38 +721,32 @@ packages: dev: true resolution: integrity: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= - /css-declaration-sorter/4.0.1: + /css-color-names/1.0.1: + dev: true + resolution: + integrity: sha512-/loXYOch1qU1biStIFsHH8SxTmOseh1IJqFvy8IujXOm1h+QjUdDhkzOrR5HG8K8mlxREj0yfi8ewCHx0eMxzA== + /css-declaration-sorter/6.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 + postcss: 8.2.10 timsort: 0.3.0 dev: true engines: - node: '>4' + node: '>= 10' + peerDependencies: + postcss: ^8.0.9 resolution: - integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== - /css-select-base-adapter/0.1.1: - dev: true - resolution: - integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - /css-select/2.1.0: + integrity: sha512-S0TE4E0ha5+tBHdLWPc5n+S8E4dFBS5xScPvgHkLNZwWvX4ISoFGhGeerLC9uS1cKA/sC+K2wHq6qEbcagT/fg== + /css-select/3.1.2: dependencies: boolbase: 1.0.0 - css-what: 3.4.2 - domutils: 1.7.0 - nth-check: 1.0.2 + css-what: 4.0.0 + domhandler: 4.2.0 + domutils: 2.6.0 + nth-check: 2.0.0 dev: true resolution: - integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - /css-tree/1.0.0-alpha.37: - dependencies: - mdn-data: 2.0.4 - source-map: 0.6.1 - dev: true - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - /css-tree/1.1.2: + integrity: sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA== + /css-tree/1.1.3: dependencies: mdn-data: 2.0.14 source-map: 0.6.1 @@ -734,17 +754,17 @@ packages: engines: node: '>=8.0.0' resolution: - integrity: sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ== + integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q== /css-unit-converter/1.1.2: dev: true resolution: integrity: sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA== - /css-what/3.4.2: + /css-what/4.0.0: dev: true engines: node: '>= 6' resolution: - integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== + integrity: sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A== /cssesc/3.0.0: dev: true engines: @@ -752,83 +772,71 @@ packages: hasBin: true resolution: integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - /cssnano-preset-default/4.0.7: + /cssnano-preset-default/5.0.0_postcss@8.2.10: dependencies: - css-declaration-sorter: 4.0.1 - cssnano-util-raw-cache: 4.0.1 - postcss: 7.0.35 - postcss-calc: 7.0.5 - postcss-colormin: 4.0.3 - postcss-convert-values: 4.0.1 - postcss-discard-comments: 4.0.2 - postcss-discard-duplicates: 4.0.2 - postcss-discard-empty: 4.0.1 - postcss-discard-overridden: 4.0.1 - postcss-merge-longhand: 4.0.11 - postcss-merge-rules: 4.0.3 - postcss-minify-font-values: 4.0.2 - postcss-minify-gradients: 4.0.2 - postcss-minify-params: 4.0.2 - postcss-minify-selectors: 4.0.2 - postcss-normalize-charset: 4.0.1 - postcss-normalize-display-values: 4.0.2 - postcss-normalize-positions: 4.0.2 - postcss-normalize-repeat-style: 4.0.2 - postcss-normalize-string: 4.0.2 - postcss-normalize-timing-functions: 4.0.2 - postcss-normalize-unicode: 4.0.1 - postcss-normalize-url: 4.0.1 - postcss-normalize-whitespace: 4.0.2 - postcss-ordered-values: 4.1.2 - postcss-reduce-initial: 4.0.3 - postcss-reduce-transforms: 4.0.2 - postcss-svgo: 4.0.2 - postcss-unique-selectors: 4.0.1 + css-declaration-sorter: 6.0.0_postcss@8.2.10 + cssnano-utils: 2.0.0_postcss@8.2.10 + postcss: 8.2.10 + postcss-calc: 8.0.0_postcss@8.2.10 + postcss-colormin: 5.0.0_postcss@8.2.10 + postcss-convert-values: 5.0.0_postcss@8.2.10 + postcss-discard-comments: 5.0.0_postcss@8.2.10 + postcss-discard-duplicates: 5.0.0_postcss@8.2.10 + postcss-discard-empty: 5.0.0_postcss@8.2.10 + postcss-discard-overridden: 5.0.0_postcss@8.2.10 + postcss-merge-longhand: 5.0.0_postcss@8.2.10 + postcss-merge-rules: 5.0.0_postcss@8.2.10 + postcss-minify-font-values: 5.0.0_postcss@8.2.10 + postcss-minify-gradients: 5.0.0_postcss@8.2.10 + postcss-minify-params: 5.0.0_postcss@8.2.10 + postcss-minify-selectors: 5.0.0_postcss@8.2.10 + postcss-normalize-charset: 5.0.0_postcss@8.2.10 + postcss-normalize-display-values: 5.0.0_postcss@8.2.10 + postcss-normalize-positions: 5.0.0_postcss@8.2.10 + postcss-normalize-repeat-style: 5.0.0_postcss@8.2.10 + postcss-normalize-string: 5.0.0_postcss@8.2.10 + postcss-normalize-timing-functions: 5.0.0_postcss@8.2.10 + postcss-normalize-unicode: 5.0.0_postcss@8.2.10 + postcss-normalize-url: 5.0.0_postcss@8.2.10 + postcss-normalize-whitespace: 5.0.0_postcss@8.2.10 + postcss-ordered-values: 5.0.0_postcss@8.2.10 + postcss-reduce-initial: 5.0.0_postcss@8.2.10 + postcss-reduce-transforms: 5.0.0_postcss@8.2.10 + postcss-svgo: 5.0.0_postcss@8.2.10 + postcss-unique-selectors: 5.0.0_postcss@8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== - /cssnano-util-get-arguments/4.0.0: - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= - /cssnano-util-get-match/4.0.0: - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= - /cssnano-util-raw-cache/4.0.1: + integrity: sha512-zsLppqF7PxY6Tk+ghVx8djf4o1jIOu2GNufqy9lMxldt7gGpSy3FQ6jn7FCd5DZWCaBa7A/1/HVh8CK3BdFSJg== + /cssnano-utils/2.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 + postcss: 8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== - /cssnano-util-same-parent/4.0.1: - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== - /cssnano/4.1.10: + integrity: sha512-xvxmTszdrvSyTACdPe8VU5J6p4sm3egpgw54dILvNqt5eBUv6TFjACLhSxtRuEsxYrgy8uDy269YjScO5aKbGA== + /cssnano/5.0.1_postcss@8.2.10: dependencies: - cosmiconfig: 5.2.1 - cssnano-preset-default: 4.0.7 + cosmiconfig: 7.0.0 + cssnano-preset-default: 5.0.0_postcss@8.2.10 is-resolvable: 1.1.0 - postcss: 7.0.35 + postcss: 8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== + integrity: sha512-5WubEmKcK2cqw43DUAayRBiIlTdX7iX3ZowrWDVxSVcW3hyohVnbJ4K4mbnWtJp5rfJnUwHg5H4mDAGzmuCM3g== /csso/4.2.0: dependencies: - css-tree: 1.1.2 + css-tree: 1.1.3 dev: true engines: node: '>=8.0.0' @@ -860,18 +868,32 @@ packages: optional: true resolution: integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== + /decompress-response/4.2.1: + dependencies: + mimic-response: 2.1.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw== + /decompress-response/6.0.0: + dependencies: + mimic-response: 3.1.0 + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ== + /deep-extend/0.6.0: + dev: true + engines: + node: '>=4.0.0' + resolution: + integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== /deep-is/0.1.3: dev: true resolution: integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - /define-properties/1.1.3: - dependencies: - object-keys: 1.1.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== /defined/1.0.0: dev: true resolution: @@ -881,12 +903,23 @@ packages: optional: true resolution: integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw== + /delegates/1.0.0: + dev: true + resolution: + integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= /detect-indent/6.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA== + /detect-libc/1.0.3: + dev: true + engines: + node: '>=0.10' + hasBin: true + resolution: + integrity: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= /detective/5.2.0: dependencies: acorn-node: 1.8.2 @@ -922,28 +955,34 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - /dom-serializer/0.2.2: + /dom-serializer/1.3.1: dependencies: - domelementtype: 2.1.0 + domelementtype: 2.2.0 + domhandler: 4.2.0 entities: 2.2.0 dev: true resolution: - integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - /domelementtype/1.3.1: + integrity: sha512-Pv2ZluG5ife96udGgEDovOOOA5UELkltfJpnIExPrAk1LTvecolUGn6lIaoLh86d83GiB86CjzciMd9BuRB71Q== + /domelementtype/2.2.0: dev: true resolution: - integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - /domelementtype/2.1.0: - dev: true - resolution: - integrity: sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w== - /domutils/1.7.0: + integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== + /domhandler/4.2.0: dependencies: - dom-serializer: 0.2.2 - domelementtype: 1.3.1 + domelementtype: 2.2.0 + dev: true + engines: + node: '>= 4' + resolution: + integrity: sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA== + /domutils/2.6.0: + dependencies: + dom-serializer: 1.3.1 + domelementtype: 2.2.0 + domhandler: 4.2.0 dev: true resolution: - integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== + integrity: sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA== /dot-prop/5.3.0: dependencies: is-obj: 2.0.0 @@ -952,10 +991,10 @@ packages: node: '>=8' resolution: integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - /electron-to-chromium/1.3.702: + /electron-to-chromium/1.3.717: dev: true resolution: - integrity: sha512-qJVUKFWQnF6wP7MmTngDkmm8/KPzaiTXNFOAg5j7DSa6J7kPou7mTBqC8jpUOxauQWwHR3pn4dMRdV8IE1xdtA== + integrity: sha512-OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ== /emoji-regex/6.1.1: dev: true resolution: @@ -964,6 +1003,12 @@ packages: dev: true resolution: integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + /end-of-stream/1.4.4: + dependencies: + once: 1.4.0 + dev: true + resolution: + integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== /enquirer/2.3.6: dependencies: ansi-colors: 4.1.1 @@ -982,39 +1027,6 @@ packages: dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-abstract/1.18.0: - dependencies: - call-bind: 1.0.2 - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - get-intrinsic: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.2 - is-callable: 1.2.3 - is-negative-zero: 2.0.1 - is-regex: 1.1.2 - is-string: 1.0.5 - object-inspect: 1.9.0 - object-keys: 1.1.1 - object.assign: 4.1.2 - string.prototype.trimend: 1.0.4 - string.prototype.trimstart: 1.0.4 - unbox-primitive: 1.0.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw== - /es-to-primitive/1.2.1: - dependencies: - is-callable: 1.2.3 - is-date-object: 1.0.2 - is-symbol: 1.0.3 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== /esbuild/0.9.7: dev: true hasBin: true @@ -1039,19 +1051,19 @@ packages: node: '>=10' resolution: integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - /eslint-config-prettier/8.1.0_eslint@7.23.0: + /eslint-config-prettier/8.2.0_eslint@7.24.0: dependencies: - eslint: 7.23.0 + eslint: 7.24.0 dev: true hasBin: true peerDependencies: eslint: '>=7.0.0' resolution: - integrity: sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw== - /eslint-plugin-svelte3/3.1.2_eslint@7.23.0+svelte@3.36.0: + integrity: sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw== + /eslint-plugin-svelte3/3.1.2_eslint@7.24.0+svelte@3.37.0: dependencies: - eslint: 7.23.0 - svelte: 3.36.0 + eslint: 7.24.0 + svelte: 3.37.0 dev: true engines: node: '>=10' @@ -1089,7 +1101,7 @@ packages: node: '>=10' resolution: integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== - /eslint/7.23.0: + /eslint/7.24.0: dependencies: '@babel/code-frame': 7.12.11 '@eslint/eslintrc': 0.4.0 @@ -1108,7 +1120,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.7.0 + globals: 13.8.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -1125,7 +1137,7 @@ packages: semver: 7.3.5 strip-ansi: 6.0.0 strip-json-comments: 3.1.1 - table: 6.0.9 + table: 6.1.0 text-table: 0.2.0 v8-compile-cache: 2.3.0 dev: true @@ -1133,7 +1145,7 @@ packages: node: ^10.12.0 || >=12.0.0 hasBin: true resolution: - integrity: sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q== + integrity: sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ== /espree/7.3.1: dependencies: acorn: 7.4.1 @@ -1189,6 +1201,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + /expand-template/2.0.3: + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== /extend/3.0.2: dev: true resolution: @@ -1203,8 +1221,8 @@ packages: '@nodelib/fs.walk': 1.2.6 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.2 - picomatch: 2.2.2 + micromatch: 4.0.4 + picomatch: 2.2.3 dev: true engines: node: '>=8' @@ -1240,6 +1258,25 @@ packages: node: '>=8' resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + /find-cache-dir/3.3.1: + dependencies: + commondir: 1.0.1 + make-dir: 3.1.0 + pkg-dir: 4.2.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ== + /find-up/4.1.0: + dependencies: + locate-path: 5.0.0 + path-exists: 4.0.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== /flat-cache/3.0.4: dependencies: flatted: 3.1.1 @@ -1257,6 +1294,10 @@ packages: dev: true resolution: integrity: sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA== + /fs-constants/1.0.0: + dev: true + resolution: + integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== /fs-extra/9.1.0: dependencies: at-least-node: 1.0.0 @@ -1289,6 +1330,19 @@ packages: dev: true resolution: integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= + /gauge/2.7.4: + dependencies: + aproba: 1.2.0 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + object-assign: 4.1.1 + signal-exit: 3.0.3 + string-width: 1.0.2 + strip-ansi: 3.0.1 + wide-align: 1.1.3 + dev: true + resolution: + integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= /get-intrinsic/1.1.1: dependencies: function-bind: 1.1.1 @@ -1297,6 +1351,10 @@ packages: dev: true resolution: integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== + /github-from-package/0.0.0: + dev: true + resolution: + integrity: sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4= /github-slugger/1.3.0: dependencies: emoji-regex: 6.1.1 @@ -1345,14 +1403,14 @@ packages: node: '>=8' resolution: integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== - /globals/13.7.0: + /globals/13.8.0: dependencies: type-fest: 0.20.2 dev: true engines: node: '>=8' resolution: - integrity: sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA== + integrity: sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q== /globby/11.0.3: dependencies: array-union: 2.1.0 @@ -1377,10 +1435,6 @@ packages: dev: true resolution: integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== - /has-bigints/1.0.1: - dev: true - resolution: - integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== /has-flag/3.0.0: dev: true engines: @@ -1399,6 +1453,10 @@ packages: node: '>= 0.4' resolution: integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== + /has-unicode/2.0.1: + dev: true + resolution: + integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= /has/1.0.3: dependencies: function-bind: 1.1.1 @@ -1435,16 +1493,16 @@ packages: dev: true resolution: integrity: sha1-wc56MWjIxmFAM6S194d/OyJfnDg= - /html-comment-regex/1.1.2: - dev: true - resolution: - integrity: sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== /html-tags/3.1.0: dev: true engines: node: '>=8' resolution: integrity: sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== + /ieee754/1.2.1: + dev: true + resolution: + integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== /ignore/4.0.6: dev: true engines: @@ -1457,6 +1515,14 @@ packages: node: '>= 4' resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== + /imagetools-core/0.1.0: + dependencies: + sharp: 0.27.2 + dev: true + engines: + node: '>=12.0.0' + resolution: + integrity: sha512-dlukTQNZ9iN9j5SrWxEhrGwY87HxQDgliLDSu8n4tie2yts4lwms8JWz+MAuDIbI2qn+AIR30cx8QuLMKPNJ4A== /import-cwd/3.0.0: dependencies: import-from: 3.0.0 @@ -1465,15 +1531,6 @@ packages: node: '>=8' resolution: integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== - /import-fresh/2.0.0: - dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY= /import-fresh/3.3.0: dependencies: parent-module: 1.0.1 @@ -1512,12 +1569,16 @@ packages: dev: true resolution: integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - /is-absolute-url/2.1.0: + /ini/1.3.8: + dev: true + resolution: + integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== + /is-absolute-url/3.0.3: dev: true engines: - node: '>=0.10.0' + node: '>=8' resolution: - integrity: sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= + integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== /is-arrayish/0.2.1: dev: true resolution: @@ -1526,10 +1587,6 @@ packages: dev: true resolution: integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - /is-bigint/1.0.1: - dev: true - resolution: - integrity: sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg== /is-binary-path/2.1.0: dependencies: binary-extensions: 2.2.0 @@ -1546,12 +1603,6 @@ packages: node: '>= 0.4' resolution: integrity: sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA== - /is-callable/1.2.3: - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== /is-color-stop/1.1.0: dependencies: css-color-names: 0.0.4 @@ -1569,18 +1620,6 @@ packages: dev: true resolution: integrity: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== - /is-date-object/1.0.2: - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== - /is-directory/0.3.1: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= /is-dotfile/1.0.3: dev: true engines: @@ -1599,6 +1638,14 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + /is-fullwidth-code-point/1.0.0: + dependencies: + number-is-nan: 1.0.1 + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs= /is-fullwidth-code-point/3.0.0: dev: true engines: @@ -1621,12 +1668,6 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - /is-negative-zero/2.0.1: - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== /is-number-object/1.0.4: dev: true engines: @@ -1645,15 +1686,6 @@ packages: node: '>=8' resolution: integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - /is-regex/1.1.2: - dependencies: - call-bind: 1.0.2 - has-symbols: 1.0.2 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg== /is-resolvable/1.1.0: dev: true resolution: @@ -1664,22 +1696,10 @@ packages: node: '>= 0.4' resolution: integrity: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== - /is-svg/3.0.0: - dependencies: - html-comment-regex: 1.1.2 + /isarray/1.0.0: dev: true - engines: - node: '>=4' resolution: - integrity: sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== - /is-symbol/1.0.3: - dependencies: - has-symbols: 1.0.2 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== + integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= /isexe/2.0.0: dev: true resolution: @@ -1696,10 +1716,6 @@ packages: hasBin: true resolution: integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - /json-parse-better-errors/1.0.2: - dev: true - resolution: - integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== /json-parse-even-better-errors/2.3.1: dev: true resolution: @@ -1737,6 +1753,14 @@ packages: dev: true resolution: integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= + /locate-path/5.0.0: + dependencies: + p-locate: 4.1.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== /lodash.castarray/4.4.0: dev: true resolution: @@ -1789,6 +1813,20 @@ packages: node: '>=10' resolution: integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== + /magic-string/0.25.7: + dependencies: + sourcemap-codec: 1.4.8 + dev: true + resolution: + integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== + /make-dir/3.1.0: + dependencies: + semver: 6.3.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== /mdast-util-find-and-replace/1.1.1: dependencies: escape-string-regexp: 4.0.0 @@ -1805,36 +1843,44 @@ packages: dev: true resolution: integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== - /mdn-data/2.0.4: - dev: true - resolution: - integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - /mdsvex/0.8.9_svelte@3.36.0: + /mdsvex/0.9.0_svelte@3.37.0: dependencies: '@types/unist': 2.0.3 prismjs: 1.23.0 - svelte: 3.36.0 + svelte: 3.37.0 vfile-message: 2.0.4 dev: true peerDependencies: svelte: 3.x resolution: - integrity: sha512-9CDBDV29IVNJsJWDlCg1UwascU8QmuHsYEXJH2ZGsf7lCCWUDSwbOmR+I77tm8D2YQrPsbLCLq/UndUMJck3Cw== + integrity: sha512-1REYRZPgGWoEkA4N0xxeJLdjOzkOwXJeQGgx8F6Gm/dVZkoBmfY49EVc0PGql/fmwj7Qrkc8eGoPg7z6Q1U5hA== /merge2/1.4.1: dev: true engines: node: '>= 8' resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - /micromatch/4.0.2: + /micromatch/4.0.4: dependencies: braces: 3.0.2 - picomatch: 2.2.2 + picomatch: 2.2.3 + dev: true + engines: + node: '>=8.6' + resolution: + integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== + /mimic-response/2.1.0: dev: true engines: node: '>=8' resolution: - integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== + integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA== + /mimic-response/3.1.0: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== /min-indent/1.0.1: dev: true engines: @@ -1851,13 +1897,10 @@ packages: dev: true resolution: integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - /mkdirp/0.5.5: - dependencies: - minimist: 1.2.5 + /mkdirp-classic/0.5.3: dev: true - hasBin: true resolution: - integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== /modern-normalize/1.0.0: dev: true engines: @@ -1881,10 +1924,24 @@ packages: hasBin: true resolution: integrity: sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ== + /napi-build-utils/1.0.2: + dev: true + resolution: + integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg== /natural-compare/1.4.0: dev: true resolution: integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= + /node-abi/2.21.0: + dependencies: + semver: 5.7.1 + dev: true + resolution: + integrity: sha512-smhrivuPqEM3H5LmnY3KU6HfYv0u4QklgAxfFyRNujKUzbUcYZ+Jc2EhukB9SRcD2VpqhxM7n/MIcp1Ua1/JMg== + /node-addon-api/3.1.0: + dev: true + resolution: + integrity: sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw== /node-emoji/1.10.0: dependencies: lodash.toarray: 4.4.0 @@ -1895,6 +1952,10 @@ packages: dev: true resolution: integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg== + /noop-logger/0.1.1: + dev: true + resolution: + integrity: sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI= /normalize-path/3.0.0: dev: true engines: @@ -1907,18 +1968,33 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - /normalize-url/3.3.0: + /normalize-url/4.5.0: dev: true engines: - node: '>=6' + node: '>=8' resolution: - integrity: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - /nth-check/1.0.2: + integrity: sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ== + /npmlog/4.1.2: + dependencies: + are-we-there-yet: 1.1.5 + console-control-strings: 1.1.0 + gauge: 2.7.4 + set-blocking: 2.0.0 + dev: true + resolution: + integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== + /nth-check/2.0.0: dependencies: boolbase: 1.0.0 dev: true resolution: - integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== + integrity: sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q== + /number-is-nan/1.0.1: + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= /object-assign/4.1.1: dev: true engines: @@ -1931,48 +2007,6 @@ packages: node: '>= 6' resolution: integrity: sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ== - /object-inspect/1.9.0: - dev: true - resolution: - integrity: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== - /object-keys/1.1.1: - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - /object.assign/4.1.2: - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - has-symbols: 1.0.2 - object-keys: 1.1.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== - /object.getownpropertydescriptors/2.1.2: - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 - dev: true - engines: - node: '>= 0.8' - resolution: - integrity: sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ== - /object.values/1.1.3: - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 - has: 1.0.3 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw== /once/1.4.0: dependencies: wrappy: 1.0.2 @@ -1992,6 +2026,28 @@ packages: node: '>= 0.8.0' resolution: integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== + /p-limit/2.3.0: + dependencies: + p-try: 2.2.0 + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + /p-locate/4.1.0: + dependencies: + p-limit: 2.3.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== + /p-try/2.2.0: + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== /parent-module/1.0.1: dependencies: callsites: 3.1.0 @@ -2011,15 +2067,6 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-ssN2z7EfNVE7rdFz7wu246OIORw= - /parse-json/4.0.0: - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= /parse-json/5.2.0: dependencies: '@babel/code-frame': 7.12.13 @@ -2031,6 +2078,12 @@ packages: node: '>=8' resolution: integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + /path-exists/4.0.0: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== /path-is-absolute/1.0.1: dev: true engines: @@ -2053,73 +2106,94 @@ packages: node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - /picomatch/2.2.2: + /picomatch/2.2.3: dev: true engines: node: '>=8.6' resolution: - integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - /postcss-calc/7.0.5: + integrity: sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg== + /pkg-dir/4.2.0: dependencies: - postcss: 7.0.35 + find-up: 4.1.0 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== + /postcss-calc/8.0.0_postcss@8.2.10: + dependencies: + postcss: 8.2.10 postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 dev: true + peerDependencies: + postcss: ^8.2.2 resolution: - integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== - /postcss-colormin/4.0.3: + integrity: sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g== + /postcss-colormin/5.0.0_postcss@8.2.10: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.4 color: 3.1.3 - has: 1.0.3 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== - /postcss-convert-values/4.0.1: + integrity: sha512-Yt84+5V6CgS/AhK7d7MA58vG8dSZ7+ytlRtWLaQhag3HXOncTfmYpuUOX4cDoXjvLfw1sHRCHMiBjYhc35CymQ== + /postcss-convert-values/5.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== - /postcss-discard-comments/4.0.2: + integrity: sha512-V5kmYm4xoBAjNs+eHY/6XzXJkkGeg4kwNf2ocfqhLb1WBPEa4oaSmoi1fnVO7Dkblqvus9h+AenDvhCKUCK7uQ== + /postcss-discard-comments/5.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 + postcss: 8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== - /postcss-discard-duplicates/4.0.2: + integrity: sha512-Umig6Gxs8m20RihiXY6QkePd6mp4FxkA1Dg+f/Kd6uw0gEMfKRjDeQOyFkLibexbJJGHpE3lrN/Q0R9SMrUMbQ== + /postcss-discard-duplicates/5.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 + postcss: 8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== - /postcss-discard-empty/4.0.1: + integrity: sha512-vEJJ+Y3pFUnO1FyCBA6PSisGjHtnphL3V6GsNvkASq/VkP3OX5/No5RYXXLxHa2QegStNzg6HYrYdo71uR4caQ== + /postcss-discard-empty/5.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 + postcss: 8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== - /postcss-discard-overridden/4.0.1: + integrity: sha512-+wigy099Y1xZxG36WG5L1f2zeH1oicntkJEW4TDIqKKDO2g9XVB3OhoiHTu08rDEjLnbcab4rw0BAccwi2VjiQ== + /postcss-discard-overridden/5.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 + postcss: 8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== + integrity: sha512-hybnScTaZM2iEA6kzVQ6Spozy7kVdLw+lGw8hftLlBEzt93uzXoltkYp9u0tI8xbfhxDLTOOzHsHQCkYdmzRUg== /postcss-functions/3.0.0: dependencies: glob: 7.1.6 @@ -2132,7 +2206,7 @@ packages: /postcss-js/3.0.3: dependencies: camelcase-css: 2.0.1 - postcss: 8.2.8 + postcss: 8.2.10 dev: true engines: node: '>=10.0' @@ -2147,77 +2221,88 @@ packages: node: '>= 10' resolution: integrity: sha512-/pDHe30UYZUD11IeG8GWx9lNtu1ToyTsZHnyy45B4Mrwr/Kb6NgYl7k753+05CJNKnjbwh4975amoPJ+TEjHNQ== - /postcss-merge-longhand/4.0.11: + /postcss-merge-longhand/5.0.0_postcss@8.2.10: dependencies: - css-color-names: 0.0.4 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 - stylehacks: 4.0.3 + css-color-names: 1.0.1 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 + stylehacks: 5.0.0_postcss@8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== - /postcss-merge-rules/4.0.3: + integrity: sha512-VZNFA40K8BYHzJNA6jHPdg1Nofsz/nK5Dkszrcb5IgWcLroSBZOD6I/iNQzpejSU/3XwpOiZNaYAdBV4KcvxWA== + /postcss-merge-rules/5.0.0_postcss@8.2.10: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.4 caniuse-api: 3.0.0 - cssnano-util-same-parent: 4.0.1 - postcss: 7.0.35 - postcss-selector-parser: 3.1.2 + cssnano-utils: 2.0.0_postcss@8.2.10 + postcss: 8.2.10 + postcss-selector-parser: 6.0.4 vendors: 1.0.4 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== - /postcss-minify-font-values/4.0.2: + integrity: sha512-TfsXbKjNYCGfUPEXGIGPySnMiJbdS+3gcVeV8gwmJP4RajyKZHW8E0FYDL1WmggTj3hi+m+WUCAvqRpX2ut4Kg== + /postcss-minify-font-values/5.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== - /postcss-minify-gradients/4.0.2: + integrity: sha512-zi2JhFaMOcIaNxhndX5uhsqSY1rexKDp23wV8EOmC9XERqzLbHsoRye3aYF716Zm+hkcR4loqKDt8LZlmihwAg== + /postcss-minify-gradients/5.0.0_postcss@8.2.10: dependencies: - cssnano-util-get-arguments: 4.0.0 + cssnano-utils: 2.0.0_postcss@8.2.10 is-color-stop: 1.1.0 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== - /postcss-minify-params/4.0.2: + integrity: sha512-/jPtNgs6JySMwgsE5dPOq8a2xEopWTW3RyqoB9fLqxgR+mDUNLSi7joKd+N1z7FXWgVkc4l/dEBMXHgNAaUbvg== + /postcss-minify-params/5.0.0_postcss@8.2.10: dependencies: alphanum-sort: 1.0.2 - browserslist: 4.16.3 - cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + browserslist: 4.16.4 + cssnano-utils: 2.0.0_postcss@8.2.10 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 uniqs: 2.0.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== - /postcss-minify-selectors/4.0.2: + integrity: sha512-KvZYIxTPBVKjdd+XgObq9A+Sfv8lMkXTpbZTsjhr42XbfWIeLaTItMlygsDWfjArEc3muUfDaUFgNSeDiJ5jug== + /postcss-minify-selectors/5.0.0_postcss@8.2.10: dependencies: alphanum-sort: 1.0.2 - has: 1.0.3 - postcss: 7.0.35 + postcss: 8.2.10 postcss-selector-parser: 3.1.2 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== - /postcss-nested/5.0.5_postcss@8.2.8: + integrity: sha512-cEM0O0eWwFIvmo6nfB0lH0vO/XFwgqIvymODbfPXZ1gTA3i76FKnb7TGUrEpiTxaXH6tgYQ6DcTHwRiRS+YQLQ== + /postcss-nested/5.0.5_postcss@8.2.10: dependencies: - postcss: 8.2.8 + postcss: 8.2.10 postcss-selector-parser: 6.0.4 dev: true engines: @@ -2226,128 +2311,146 @@ packages: postcss: ^8.1.13 resolution: integrity: sha512-GSRXYz5bccobpTzLQZXOnSOfKl6TwVr5CyAQJUPub4nuRJSOECK5AqurxVgmtxP48p0Kc/ndY/YyS1yqldX0Ew== - /postcss-normalize-charset/4.0.1: + /postcss-normalize-charset/5.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 + postcss: 8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== - /postcss-normalize-display-values/4.0.2: + integrity: sha512-pqsCkgo9KmQP0ew6DqSA+uP9YN6EfsW20pQ3JU5JoQge09Z6Too4qU0TNDsTNWuEaP8SWsMp+19l15210MsDZQ== + /postcss-normalize-display-values/5.0.0_postcss@8.2.10: dependencies: - cssnano-util-get-match: 4.0.0 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + cssnano-utils: 2.0.0_postcss@8.2.10 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== - /postcss-normalize-positions/4.0.2: + integrity: sha512-t4f2d//gH1f7Ns0Jq3eNdnWuPT7TeLuISZ6RQx4j8gpl5XrhkdshdNcOnlrEK48YU6Tcb6jqK7dorME3N4oOGA== + /postcss-normalize-positions/5.0.0_postcss@8.2.10: dependencies: - cssnano-util-get-arguments: 4.0.0 - has: 1.0.3 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== - /postcss-normalize-repeat-style/4.0.2: + integrity: sha512-0o6/qU5ky74X/eWYj/tv4iiKCm3YqJnrhmVADpIMNXxzFZywsSQxl8F7cKs8jQEtF3VrJBgcDHTexZy1zgDoYg== + /postcss-normalize-repeat-style/5.0.0_postcss@8.2.10: dependencies: - cssnano-util-get-arguments: 4.0.0 - cssnano-util-get-match: 4.0.0 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + cssnano-utils: 2.0.0_postcss@8.2.10 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== - /postcss-normalize-string/4.0.2: + integrity: sha512-KRT14JbrXKcFMYuc4q7lh8lvv8u22wLyMrq+UpHKLtbx2H/LOjvWXYdoDxmNrrrJzomAWL+ViEXr48/IhSUJnQ== + /postcss-normalize-string/5.0.0_postcss@8.2.10: dependencies: - has: 1.0.3 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== - /postcss-normalize-timing-functions/4.0.2: + integrity: sha512-wSO4pf7GNcDZpmelREWYADF1+XZWrAcbFLQCOqoE92ZwYgaP/RLumkUTaamEzdT2YKRZAH8eLLKGWotU/7FNPw== + /postcss-normalize-timing-functions/5.0.0_postcss@8.2.10: dependencies: - cssnano-util-get-match: 4.0.0 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + cssnano-utils: 2.0.0_postcss@8.2.10 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== - /postcss-normalize-unicode/4.0.1: + integrity: sha512-TwPaDX+wl9wO3MUm23lzGmOzGCGKnpk+rSDgzB2INpakD5dgWR3L6bJq1P1LQYzBAvz8fRIj2NWdnZdV4EV98Q== + /postcss-normalize-unicode/5.0.0_postcss@8.2.10: dependencies: - browserslist: 4.16.3 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + browserslist: 4.16.4 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== - /postcss-normalize-url/4.0.1: + integrity: sha512-2CpVoz/67rXU5s9tsPZDxG1YGS9OFHwoY9gsLAzrURrCxTAb0H7Vp87/62LvVPgRWTa5ZmvgmqTp2rL8tlm72A== + /postcss-normalize-url/5.0.0_postcss@8.2.10: dependencies: - is-absolute-url: 2.1.0 - normalize-url: 3.3.0 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + is-absolute-url: 3.0.3 + normalize-url: 4.5.0 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== - /postcss-normalize-whitespace/4.0.2: + integrity: sha512-ICDaGFBqLgA3dlrCIRuhblLl80D13YtgEV9NJPTYJtgR72vu61KgxAHv+z/lKMs1EbwfSQa3ALjOFLSmXiE34A== + /postcss-normalize-whitespace/5.0.0_postcss@8.2.10: dependencies: - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== - /postcss-ordered-values/4.1.2: + integrity: sha512-KRnxQvQAVkJfaeXSz7JlnD9nBN9sFZF9lrk9452Q2uRoqrRSkinqifF8Iex7wZGei2DZVG/qpmDFDmRvbNAOGA== + /postcss-ordered-values/5.0.0_postcss@8.2.10: dependencies: - cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + cssnano-utils: 2.0.0_postcss@8.2.10 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== - /postcss-reduce-initial/4.0.3: + integrity: sha512-dPr+SRObiHueCIc4IUaG0aOGQmYkuNu50wQvdXTGKy+rzi2mjmPsbeDsheLk5WPb9Zyf2tp8E+I+h40cnivm6g== + /postcss-reduce-initial/5.0.0_postcss@8.2.10: dependencies: - browserslist: 4.16.3 + browserslist: 4.16.4 caniuse-api: 3.0.0 - has: 1.0.3 - postcss: 7.0.35 + postcss: 8.2.10 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== - /postcss-reduce-transforms/4.0.2: + integrity: sha512-wR6pXUaFbSMG1oCKx8pKVA+rnSXCHlca5jMrlmkmif+uig0HNUTV9oGN5kjKsM3mATQAldv2PF9Tbl2vqLFjnA== + /postcss-reduce-transforms/5.0.0_postcss@8.2.10: dependencies: - cssnano-util-get-match: 4.0.0 - has: 1.0.3 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 + cssnano-utils: 2.0.0_postcss@8.2.10 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== + integrity: sha512-iHdGODW4YzM3WjVecBhPQt6fpJC4lGQZxJKjkBNHpp2b8dzmvj0ogKThqya+IRodQEFzjfXgYeESkf172FH5Lw== /postcss-selector-parser/3.1.2: dependencies: dot-prop: 5.3.0 @@ -2369,27 +2472,31 @@ packages: node: '>=4' resolution: integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== - /postcss-svgo/4.0.2: + /postcss-svgo/5.0.0_postcss@8.2.10: dependencies: - is-svg: 3.0.0 - postcss: 7.0.35 - postcss-value-parser: 3.3.1 - svgo: 1.3.2 + postcss: 8.2.10 + postcss-value-parser: 4.1.0 + svgo: 2.3.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== - /postcss-unique-selectors/4.0.1: + integrity: sha512-M3/VS4sFI1Yp9g0bPL+xzzCNz5iLdRUztoFaugMit5a8sMfkVzzhwqbsOlD8IFFymCdJDmXmh31waYHWw1K4BA== + /postcss-unique-selectors/5.0.0_postcss@8.2.10: dependencies: alphanum-sort: 1.0.2 - postcss: 7.0.35 + postcss: 8.2.10 + postcss-selector-parser: 6.0.4 uniqs: 2.0.0 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== + integrity: sha512-o9l4pF8SRn7aCMTmzb/kNv/kjV7wPZpZ8Nlb1Gq8v/Qvw969K1wanz1RVA0ehHzWe9+wHXaC2DvZlak/gdMJ5w== /postcss-value-parser/3.3.1: dev: true resolution: @@ -2408,17 +2515,7 @@ packages: node: '>=4.0.0' resolution: integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - /postcss/7.0.35: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 6.1.0 - dev: true - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== - /postcss/8.2.8: + /postcss/8.2.10: dependencies: colorette: 1.2.2 nanoid: 3.1.22 @@ -2427,17 +2524,39 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== + integrity: sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw== + /prebuild-install/6.1.1: + dependencies: + detect-libc: 1.0.3 + expand-template: 2.0.3 + github-from-package: 0.0.0 + minimist: 1.2.5 + mkdirp-classic: 0.5.3 + napi-build-utils: 1.0.2 + node-abi: 2.21.0 + noop-logger: 0.1.1 + npmlog: 4.1.2 + pump: 3.0.0 + rc: 1.2.8 + simple-get: 3.1.0 + tar-fs: 2.1.1 + tunnel-agent: 0.6.0 + dev: true + engines: + node: '>=6' + hasBin: true + resolution: + integrity: sha512-M+cKwofFlHa5VpTWub7GLg5RLcunYIcLqtY5pKcls/u7xaAb8FrXZ520qY8rkpYy5xw90tYCyMO0MP5ggzR3Sw== /prelude-ls/1.2.1: dev: true engines: node: '>= 0.8.0' resolution: integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== - /prettier-plugin-svelte/2.2.0_prettier@2.2.1+svelte@3.36.0: + /prettier-plugin-svelte/2.2.0_prettier@2.2.1+svelte@3.37.0: dependencies: prettier: 2.2.1 - svelte: 3.36.0 + svelte: 3.37.0 dev: true peerDependencies: prettier: ^1.16.4 || ^2.0.0 @@ -2463,12 +2582,23 @@ packages: clipboard: 2.0.8 resolution: integrity: sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA== + /process-nextick-args/2.0.1: + dev: true + resolution: + integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== /progress/2.0.3: dev: true engines: node: '>=0.4.0' resolution: integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + /pump/3.0.0: + dependencies: + end-of-stream: 1.4.4 + once: 1.4.0 + dev: true + resolution: + integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== /punycode/2.1.1: dev: true engines: @@ -2479,19 +2609,12 @@ packages: dependencies: commander: 6.2.1 glob: 7.1.6 - postcss: 8.2.8 + postcss: 8.2.10 postcss-selector-parser: 6.0.4 dev: true hasBin: true resolution: integrity: sha512-hRSLN9mguJ2lzlIQtW4qmPS2kh6oMnA9RxdIYK8sz18QYqd6ePp4GNDl18oWHA1f2v2NEQIh51CO8s/E3YGckQ== - /q/1.5.1: - dev: true - engines: - node: '>=0.6.0' - teleport: '>=0.2.0' - resolution: - integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= /queue-microtask/1.2.3: dev: true resolution: @@ -2502,9 +2625,41 @@ packages: node: '>=10' resolution: integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== + /rc/1.2.8: + dependencies: + deep-extend: 0.6.0 + ini: 1.3.8 + minimist: 1.2.5 + strip-json-comments: 2.0.1 + dev: true + hasBin: true + resolution: + integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + /readable-stream/2.3.7: + dependencies: + core-util-is: 1.0.2 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + dev: true + resolution: + integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + /readable-stream/3.6.0: + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== /readdirp/3.5.0: dependencies: - picomatch: 2.2.2 + picomatch: 2.2.3 dev: true engines: node: '>=8.10.0' @@ -2566,12 +2721,6 @@ packages: dev: true resolution: integrity: sha1-eZlTn8ngR6N5KPoZb44VY9q9Nt4= - /resolve-from/3.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-six699nWiBvItuZTM17rywoYh0g= /resolve-from/4.0.0: dev: true engines: @@ -2613,7 +2762,7 @@ packages: hasBin: true resolution: integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - /rollup/2.44.0: + /rollup/2.45.2: dev: true engines: node: '>=10.0.0' @@ -2621,7 +2770,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ== + integrity: sha512-kRRU7wXzFHUzBIv0GfoFFIN3m9oteY4uAsKllIpQDId5cfnkWF2J130l+27dzDju0E6MScKiV0ZM5Bw8m4blYQ== /run-parallel/1.2.0: dependencies: queue-microtask: 1.2.3 @@ -2636,15 +2785,29 @@ packages: node: '>= 6' resolution: integrity: sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA== - /sax/1.2.4: + /safe-buffer/5.1.2: dev: true resolution: - integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== + integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + /safe-buffer/5.2.1: + dev: true + resolution: + integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== /select/1.1.2: dev: true optional: true resolution: integrity: sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= + /semver/5.7.1: + dev: true + hasBin: true + resolution: + integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + /semver/6.3.0: + dev: true + hasBin: true + resolution: + integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== /semver/7.3.5: dependencies: lru-cache: 6.0.0 @@ -2654,6 +2817,28 @@ packages: hasBin: true resolution: integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== + /set-blocking/2.0.0: + dev: true + resolution: + integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + /sharp/0.27.2: + dependencies: + array-flatten: 3.0.0 + color: 3.1.3 + detect-libc: 1.0.3 + node-addon-api: 3.1.0 + npmlog: 4.1.2 + prebuild-install: 6.1.1 + semver: 7.3.5 + simple-get: 4.0.0 + tar-fs: 2.1.1 + tunnel-agent: 0.6.0 + dev: true + engines: + node: '>=10' + requiresBuild: true + resolution: + integrity: sha512-w3FVoONPG/x5MXCc3wsjOS+b9h3CI60qkus6EPQU4dkT0BDm0PyGhDCK6KhtfT3/vbeOMOXAKFNSw+I3QGWkMA== /shebang-command/2.0.0: dependencies: shebang-regex: 3.0.0 @@ -2668,6 +2853,30 @@ packages: node: '>=8' resolution: integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + /signal-exit/3.0.3: + dev: true + resolution: + integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== + /simple-concat/1.0.1: + dev: true + resolution: + integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== + /simple-get/3.1.0: + dependencies: + decompress-response: 4.2.1 + once: 1.4.0 + simple-concat: 1.0.1 + dev: true + resolution: + integrity: sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA== + /simple-get/4.0.0: + dependencies: + decompress-response: 6.0.0 + once: 1.4.0 + simple-concat: 1.0.1 + dev: true + resolution: + integrity: sha512-ZalZGexYr3TA0SwySsr5HlgOOinS4Jsa8YB2GJ6lUNAazyAu4KG/VmzMTwAt2YVXzzVj8QmefmAonZIK2BSGcQ== /simple-swizzle/0.2.2: dependencies: is-arrayish: 0.3.2 @@ -2702,6 +2911,10 @@ packages: node: '>= 8' resolution: integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== + /sourcemap-codec/1.4.8: + dev: true + resolution: + integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== /sprintf-js/1.0.3: dev: true resolution: @@ -2710,6 +2923,16 @@ packages: dev: true resolution: integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== + /string-width/1.0.2: + dependencies: + code-point-at: 1.1.0 + is-fullwidth-code-point: 1.0.0 + strip-ansi: 3.0.1 + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= /string-width/4.2.2: dependencies: emoji-regex: 8.0.0 @@ -2720,20 +2943,26 @@ packages: node: '>=8' resolution: integrity: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== - /string.prototype.trimend/1.0.4: + /string_decoder/1.1.1: dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 + safe-buffer: 5.1.2 dev: true resolution: - integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== - /string.prototype.trimstart/1.0.4: + integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + /string_decoder/1.3.0: dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 + safe-buffer: 5.2.1 dev: true resolution: - integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== + integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + /strip-ansi/3.0.1: + dependencies: + ansi-regex: 2.1.1 + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= /strip-ansi/6.0.0: dependencies: ansi-regex: 5.0.0 @@ -2750,22 +2979,30 @@ packages: node: '>=8' resolution: integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== + /strip-json-comments/2.0.1: + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= /strip-json-comments/3.1.1: dev: true engines: node: '>=8' resolution: integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - /stylehacks/4.0.3: + /stylehacks/5.0.0_postcss@8.2.10: dependencies: - browserslist: 4.16.3 - postcss: 7.0.35 - postcss-selector-parser: 3.1.2 + browserslist: 4.16.4 + postcss: 8.2.10 + postcss-selector-parser: 6.0.4 dev: true engines: - node: '>=6.9.0' + node: ^10 || ^12 || >=14.0 + peerDependencies: + postcss: ^8.2.1 resolution: - integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== + integrity: sha512-QOWm6XivDLb+fqffTZP8jrmPmPITVChl2KCY2R05nsCWwLi3VGhCdVc3IVGNwd1zzTt1jPd67zIKjpQfxzQZeA== /supports-color/5.5.0: dependencies: has-flag: 3.0.0 @@ -2774,14 +3011,6 @@ packages: node: '>=4' resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - /supports-color/6.1.0: - dependencies: - has-flag: 3.0.0 - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== /supports-color/7.2.0: dependencies: has-flag: 4.0.0 @@ -2790,24 +3019,24 @@ packages: node: '>=8' resolution: integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - /svelte-hmr/0.13.3_svelte@3.36.0: + /svelte-hmr/0.13.3_svelte@3.37.0: dependencies: - svelte: 3.36.0 + svelte: 3.37.0 dev: true peerDependencies: svelte: '>=3.19.0' resolution: integrity: sha512-gagW62pLQ2lULmvNA3pIZu9pBCYOaGu3rQikUOv6Nokz5VxUgT9/mQLfMxj9phDEKHCg/lgr3i6PkqZDbO9P2Q== - /svelte-preprocess/4.7.0_62398f455c48c596ed60074d5e95f519: + /svelte-preprocess/4.7.0_ff7486d6e5a845ff361d36f415eaf31c: dependencies: '@types/pug': 2.0.4 '@types/sass': 1.16.0 detect-indent: 6.0.0 - postcss: 8.2.8 + postcss: 8.2.10 postcss-load-config: 3.0.1 strip-indent: 3.0.0 - svelte: 3.36.0 - typescript: 4.2.3 + svelte: 3.37.0 + typescript: 4.2.4 dev: true engines: node: '>= 9.11.2' @@ -2850,36 +3079,30 @@ packages: requiresBuild: true resolution: integrity: sha512-iNrY4YGqi0LD2e6oT9YbdSzOKntxk8gmzfqso1z/lUJOZh4o6fyIqkirmiZ8/dDJFqtIE1spVgDFWgkfhLEYlw== - /svelte/3.36.0: + /svelte/3.37.0: dev: true engines: node: '>= 8' resolution: - integrity: sha512-LSmdCYoAS6kzLff9nejB5KK5FBJaqyiivs7hPl0OJZ+OxiggI8lMAhvo5W3y8vSP0IWS5++Yb5EbKuQdzOSIoA== - /svgo/1.3.2: + integrity: sha512-TRF30F4W4+d+Jr2KzUUL1j8Mrpns/WM/WacxYlo5MMb2E5Qy2Pk1Guj6GylxsW9OnKQl1tnF8q3hG/hQ3h6VUA== + /svgo/2.3.0: dependencies: - chalk: 2.4.2 - coa: 2.0.2 - css-select: 2.1.0 - css-select-base-adapter: 0.1.1 - css-tree: 1.0.0-alpha.37 + '@trysound/sax': 0.1.1 + chalk: 4.1.0 + commander: 7.2.0 + css-select: 3.1.2 + css-tree: 1.1.3 csso: 4.2.0 - js-yaml: 3.14.1 - mkdirp: 0.5.5 - object.values: 1.1.3 - sax: 1.2.4 stable: 0.1.8 - unquote: 1.1.1 - util.promisify: 1.0.1 dev: true engines: - node: '>=4.0.0' + node: '>=10.13.0' hasBin: true resolution: - integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - /table/6.0.9: + integrity: sha512-fz4IKjNO6HDPgIQxu4IxwtubtbSfGEAJUq/IXyTPIkGhWck/faiiwfkvsB8LnBkKLvSoyNNIY6d13lZprJMc9Q== + /table/6.1.0: dependencies: - ajv: 8.0.1 + ajv: 8.1.0 is-boolean-object: 1.1.0 is-number-object: 1.0.4 is-string: 1.0.5 @@ -2892,29 +3115,46 @@ packages: engines: node: '>=10.0.0' resolution: - integrity: sha512-F3cLs9a3hL1Z7N4+EkSscsel3z55XT950AvB05bwayrNg5T1/gykXtigioTAjbltvbMSJvvhFCbnf6mX+ntnJQ== - /tailwindcss/2.0.4_caf414ac65a978d0d57907a0ec9fb41e: + integrity: sha512-T4G5KMmqIk6X87gLKWyU5exPpTjLjY5KyrFWaIjv3SvgaIUGXV7UEzGEnZJdTA38/yUS6f9PlKezQ0bYXG3iIQ== + /tailwindcss-theme-variants/1.11.0-beta.1_tailwindcss@2.1.1: + dependencies: + lodash: 4.17.21 + postcss-selector-parser: 6.0.4 + tailwindcss: 2.1.1_02ae6d0a5709fa7b5d38be2fad8eebc6 + dev: true + peerDependencies: + tailwindcss: ^1.9.6 || ^2.0.1 + resolution: + integrity: sha512-G/iUuRg7IaT9ihCiFsm9/CkCCa0ZKEnDSEzWHp7si1qpDcMVOVghPCB26IT0PbaTS38FoYblwLfAfnKFDlv2hQ== + /tailwindcss/2.1.1_02ae6d0a5709fa7b5d38be2fad8eebc6: dependencies: '@fullhuman/postcss-purgecss': 3.1.3 - autoprefixer: 10.2.5_postcss@8.2.8 + autoprefixer: 10.2.5_postcss@8.2.10 bytes: 3.1.0 chalk: 4.1.0 + chokidar: 3.5.1 color: 3.1.3 detective: 5.2.0 didyoumean: 1.2.1 + dlv: 1.1.3 + fast-glob: 3.2.5 fs-extra: 9.1.0 html-tags: 3.1.0 lodash: 4.17.21 + lodash.topath: 4.5.2 modern-normalize: 1.0.0 node-emoji: 1.10.0 + normalize-path: 3.0.0 object-hash: 2.1.1 - postcss: 8.2.8 + parse-glob: 3.0.4 + postcss: 8.2.10 postcss-functions: 3.0.0 postcss-js: 3.0.3 - postcss-nested: 5.0.5_postcss@8.2.8 + postcss-nested: 5.0.5_postcss@8.2.10 postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 pretty-hrtime: 1.0.3 + quick-lru: 5.1.1 reduce-css-calc: 2.1.8 resolve: 1.20.0 dev: true @@ -2925,7 +3165,28 @@ packages: autoprefixer: ^10.0.2 postcss: ^8.0.9 resolution: - integrity: sha512-WhgR0oiBxGOZ9jY0yVfaJCHnckR7U74Fs/BMsYxGdwGJQ5Hd/HlaKD26bEJFZOvYScJo0QcUj2ImldzedsG7Bw== + integrity: sha512-zZ6axGqpSZOCBS7wITm/WNHkBzDt5CIZlDlx0eCVldwTxFPELCVGbgh7Xpb3/kZp3cUxOmK7bZUjqhuMrbN6xQ== + /tar-fs/2.1.1: + dependencies: + chownr: 1.1.4 + mkdirp-classic: 0.5.3 + pump: 3.0.0 + tar-stream: 2.2.0 + dev: true + resolution: + integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng== + /tar-stream/2.2.0: + dependencies: + bl: 4.1.0 + end-of-stream: 1.4.4 + fs-constants: 1.0.0 + inherits: 2.0.4 + readable-stream: 3.6.0 + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== /text-table/0.2.0: dev: true resolution: @@ -2951,14 +3212,14 @@ packages: dev: true resolution: integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - /tslib/2.1.0: + /tslib/2.2.0: dev: true resolution: - integrity: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== - /tsutils/3.21.0_typescript@4.2.3: + integrity: sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== + /tsutils/3.21.0_typescript@4.2.4: dependencies: tslib: 1.14.1 - typescript: 4.2.3 + typescript: 4.2.4 dev: true engines: node: '>= 6' @@ -2966,6 +3227,12 @@ packages: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' resolution: integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== + /tunnel-agent/0.6.0: + dependencies: + safe-buffer: 5.2.1 + dev: true + resolution: + integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= /type-check/0.4.0: dependencies: prelude-ls: 1.2.1 @@ -2986,22 +3253,13 @@ packages: node: '>=8' resolution: integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - /typescript/4.2.3: + /typescript/4.2.4: dev: true engines: node: '>=4.2.0' hasBin: true resolution: - integrity: sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== - /unbox-primitive/1.0.1: - dependencies: - function-bind: 1.1.1 - has-bigints: 1.0.1 - has-symbols: 1.0.2 - which-boxed-primitive: 1.0.2 - dev: true - resolution: - integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== + integrity: sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== /uniq/1.0.1: dev: true resolution: @@ -3041,10 +3299,6 @@ packages: node: '>= 10.0.0' resolution: integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== - /unquote/1.1.1: - dev: true - resolution: - integrity: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= /uri-js/4.4.1: dependencies: punycode: 2.1.1 @@ -3055,15 +3309,6 @@ packages: dev: true resolution: integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - /util.promisify/1.0.1: - dependencies: - define-properties: 1.1.3 - es-abstract: 1.18.0 - has-symbols: 1.0.2 - object.getownpropertydescriptors: 2.1.2 - dev: true - resolution: - integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== /v8-compile-cache/2.3.0: dev: true resolution: @@ -3079,12 +3324,23 @@ packages: dev: true resolution: integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ== - /vite/2.1.4: + /vite-imagetools/3.4.0-next.1: + dependencies: + '@rollup/pluginutils': 4.1.0 + find-cache-dir: 3.3.1 + imagetools-core: 0.1.0 + magic-string: 0.25.7 + dev: true + engines: + node: '>=12.0.0' + resolution: + integrity: sha512-5y4vxkWfo96kRmZsaj7azokfZ8QFztdU5f4An9/eEiO379Wtz+D/dxlAu/ErSh3xWYtX1H8nKiJ3Iy4CSpwt0w== + /vite/2.1.5: dependencies: esbuild: 0.9.7 - postcss: 8.2.8 + postcss: 8.2.10 resolve: 1.20.0 - rollup: 2.44.0 + rollup: 2.45.2 dev: true engines: node: '>=12.0.0' @@ -3092,17 +3348,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-j/p0RZQvNY/auSPfazsDfo1PHtFp8ktwXPbzI6NqplzHcR3Cn/dfQWiMxL6zp8j9IWdcJP1Zfms7mxruBhStJw== - /which-boxed-primitive/1.0.2: - dependencies: - is-bigint: 1.0.1 - is-boolean-object: 1.1.0 - is-number-object: 1.0.4 - is-string: 1.0.5 - is-symbol: 1.0.3 - dev: true - resolution: - integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + integrity: sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og== /which/2.0.2: dependencies: isexe: 2.0.0 @@ -3112,6 +3358,12 @@ packages: hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + /wide-align/1.1.3: + dependencies: + string-width: 1.0.2 + dev: true + resolution: + integrity: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== /word-wrap/1.2.3: dev: true engines: @@ -3139,20 +3391,19 @@ packages: resolution: integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== specifiers: - '@sveltejs/adapter-node': next '@sveltejs/adapter-static': ^1.0.0-next.4 '@sveltejs/kit': next - '@tailwindcss/jit': ^0.1.1 + '@tailwindcss/jit': ^0.1.18 '@tailwindcss/typography': ^0.4.0 - '@typescript-eslint/eslint-plugin': ^4.19.0 - '@typescript-eslint/parser': ^4.19.0 + '@typescript-eslint/eslint-plugin': ^4.22.0 + '@typescript-eslint/parser': ^4.22.0 autoprefixer: ^10.2.5 - cssnano: ^4.1.10 - eslint: ^7.22.0 - eslint-config-prettier: ^8.1.0 - eslint-plugin-svelte3: ^3.1.0 - mdsvex: ^0.8.9 - postcss: ^8.2.7 + cssnano: ^5.0.1 + eslint: ^7.24.0 + eslint-config-prettier: ^8.2.0 + eslint-plugin-svelte3: ^3.1.2 + mdsvex: ^0.9.0 + postcss: ^8.2.10 postcss-load-config: ^3.0.1 prettier: ~2.2.1 prettier-plugin-svelte: ^2.2.0 @@ -3160,9 +3411,11 @@ specifiers: rehype-slug: ^4.0.1 remark-abbr: ^1.4.1 remark-github: ^10.0.1 - svelte: ^3.29.0 - svelte-preprocess: ^4.6.9 - tailwindcss: ^2.0.3 - tslib: ^2.0.0 - typescript: ^4.0.0 - vite: ^2.1.0 + svelte: ^3.37.0 + svelte-preprocess: ^4.7.0 + tailwindcss: ^2.1.1 + tailwindcss-theme-variants: ^1.11.0-beta.1 + tslib: ^2.2.0 + typescript: ^4.2.4 + vite: ^2.1.5 + vite-imagetools: 3.4.0-next.1 diff --git a/postcss.config.cjs b/postcss.config.cjs index b6bee6b..7093fb1 100644 --- a/postcss.config.cjs +++ b/postcss.config.cjs @@ -1,4 +1,4 @@ -const tailwindcss = require("@tailwindcss/jit"); +const tailwindcss = require("tailwindcss"); const autoprefixer = require("autoprefixer"); const cssnano = require("cssnano"); diff --git a/src/app.css b/src/app.css deleted file mode 100644 index b5c61c9..0000000 --- a/src/app.css +++ /dev/null @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; diff --git a/src/app.html b/src/app.html index 245305c..f79726b 100644 --- a/src/app.html +++ b/src/app.html @@ -2,11 +2,10 @@ - %svelte.head% - +
%svelte.body%
diff --git a/src/app.postcss b/src/app.postcss new file mode 100644 index 0000000..4d6ff68 --- /dev/null +++ b/src/app.postcss @@ -0,0 +1,10 @@ +@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap'); + +@tailwind base; +::selection { + @apply bg-accent-vivid; + @apply text-on-accent; +} + +@tailwind components; +@tailwind utilities; diff --git a/src/routes/$layout.svelte b/src/routes/$layout.svelte index 9e20eb0..7541b06 100644 --- a/src/routes/$layout.svelte +++ b/src/routes/$layout.svelte @@ -1,5 +1,17 @@ + + + + + + + diff --git a/src/routes/_favicon.png b/src/routes/_favicon.png new file mode 100644 index 0000000..52ec7b0 Binary files /dev/null and b/src/routes/_favicon.png differ diff --git a/src/routes/index.svelte.md b/src/routes/index.svelte.md new file mode 100644 index 0000000..910a2b9 --- /dev/null +++ b/src/routes/index.svelte.md @@ -0,0 +1,26 @@ + + + +# J / Jacob Babich + + + + + + +**Student at the University of Michigan-Dearborn** + +Cool facts about me: +* I'm seeking a [computer engineering](umdearborn.edu) and **electrical engineering** dual degree. + + +## Imagine this is another heading + +Beware that this site is extremely likely to go out of date! I'd like to keep it updated but that might not be a high priority. + +--- + +*This website's source code is available on [GitHub](https://github.com/babichjacob/university-website)* diff --git a/src/routes/index.svx b/src/routes/index.svx deleted file mode 100644 index 92f1037..0000000 --- a/src/routes/index.svx +++ /dev/null @@ -1,17 +0,0 @@ - - - -# J / Jacob Babich -![Photo of me]({photoOfMe}) -**Student at the University of Michigan-Dearborn** - -Cool facts about me: -* I'm seeking a computer engineering and electrical engineering dual degree. - -Beware that this site is extremely likely to go out of date! I'd like to keep it updated but that might not be a high priority. - ---- - -*This website's source code is available on [GitHub](https://github.com/babichjacob/university-website)* diff --git a/src/routes/manifest.json.ts b/src/routes/manifest.json.ts new file mode 100644 index 0000000..dedadf0 --- /dev/null +++ b/src/routes/manifest.json.ts @@ -0,0 +1,22 @@ +import icon192 from './_favicon.png?width=192&height=192&format=png'; +import icon512 from './_favicon.png?width=512&height=512&format=png'; + +export const get = async () => { + return { + body: { + // TODO: rest of the manifest + icons: [ + { + src: icon192, + type: 'image/png', + sizes: '192x192' + }, + { + src: icon512, + type: 'image/png', + sizes: '512x512' + } + ] + } + }; +}; diff --git a/svelte.config.cjs b/svelte.config.cjs index ffaa4e8..b82341b 100644 --- a/svelte.config.cjs +++ b/svelte.config.cjs @@ -1,3 +1,4 @@ +const imagetools = require('vite-imagetools'); const { mdsvex } = require("mdsvex"); const mdsvexConfig = require("./mdsvex.config.cjs"); const sveltePreprocess = require('svelte-preprocess'); @@ -12,9 +13,7 @@ module.exports = { preprocess: [ mdsvex(mdsvexConfig), sveltePreprocess({ - defaults: { - style: "postcss", - }, + postcss: true, }), ], kit: { @@ -24,9 +23,14 @@ module.exports = { target: '#svelte', vite: { + plugins: [ + imagetools({ + force: true + }), + ], ssr: { noExternal: Object.keys(pkg.dependencies || {}) - } - } - } + }, + }, + }, }; diff --git a/tailwind-typography-styles.cjs b/tailwind-typography-styles.cjs new file mode 100644 index 0000000..4754993 --- /dev/null +++ b/tailwind-typography-styles.cjs @@ -0,0 +1,47 @@ +module.exports = (_theme) => ({ + DEFAULT: { + css: { + color: false, + fontWeight: 300, + "@apply text-on-primary": "", + + a: { + color: false, + fontWeight: 400, + "@apply text-accent": "", + }, + "a:hover, a:focus": { + textDecoration: "underline", + "@apply text-accent-strong": "", + }, + + strong: { + color: false, + fontWeight: 400, + }, + + h1: { + color: false, + }, + h2: { + color: false, + }, + h3: { + color: false, + }, + h4: { + color: false, + }, + + "h1, h2, h3, h4": { + "@apply font-heading": "", + }, + + "h1 a, h2 a, h3 a, h4 a": { + fontWeight: 500, + textDecoration: "none", + "@apply text-on-primary": "", + }, + }, + }, +}); diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 4440c3d..80c29fe 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -1,31 +1,63 @@ -const { tailwindExtractor } = require("tailwindcss/lib/lib/purgeUnusedStyles"); +const colors = require("tailwindcss/colors"); +const defaultTheme = require("tailwindcss/defaultTheme"); +const typography = require("./tailwind-typography-styles.cjs"); + +const { themeVariants, prefersDark, prefersLight } = require("tailwindcss-theme-variants"); module.exports = { - purge: { - content: [ - "./src/**/*.{html,js,svelte,ts}", - ], - options: { - defaultExtractor: (content) => [ - // If this stops working, please open an issue at https://github.com/svelte-add/tailwindcss/issues rather than bothering Tailwind Labs about it - ...tailwindExtractor(content), - // Match Svelte class: directives (https://github.com/tailwindlabs/tailwindcss/discussions/1731) - ...[...content.matchAll(/(?:class:)*([\w\d-/:%.]+)/gm)].map(([_match, group, ..._rest]) => group), - ], - keyframes: true, - }, - }, + mode: "jit", + purge: [ + "./src/**/*.{html,js,md,svelte,svx,ts}", + ], theme: { extend: { + colors: { + "true-gray": colors.trueGray, + amber: colors.amber, + }, + fontFamily: { - sans: ["system-ui", "Helvetica", "Arial", "sans-serif"] - } + sans: ["'Rubik'", ...defaultTheme.fontFamily.sans], + heading: ["'Rubik'", ...defaultTheme.fontFamily.serif], + }, + + typography, }, }, - variants: { - extend: {}, - }, plugins: [ require("@tailwindcss/typography"), + themeVariants({ + themes: { + light: { + mediaQuery: prefersLight, + semantics: { + colors: { + "primary": "white", + "on-primary": "gray-900", + + "accent": "amber-600", + "accent-vivid": "amber-400", + "accent-strong": "amber-800", + "on-accent": "black", + }, + }, + }, + dark: { + mediaQuery: prefersDark, + semantics: { + colors: { + "primary": "true-gray-900", + "on-primary": "white", + + "accent": "amber-400", + "accent-vivid": "amber-600", + "accent-strong": "amber-200", + "on-accent": "white", + }, + }, + }, + }, + fallback: "compact", + }), ], };