work in progress. Want to switch branches for somthing
This commit is contained in:
		
							parent
							
								
									87a7a868dc
								
							
						
					
					
						commit
						9e3dfc5d16
					
				| 
						 | 
					@ -1,12 +1,12 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "rmcg.dev",
 | 
					  "name": "rmcg.dev",
 | 
				
			||||||
  "version": "1.0.0",
 | 
					  "version": "1.1.0",
 | 
				
			||||||
  "lockfileVersion": 2,
 | 
					  "lockfileVersion": 2,
 | 
				
			||||||
  "requires": true,
 | 
					  "requires": true,
 | 
				
			||||||
  "packages": {
 | 
					  "packages": {
 | 
				
			||||||
    "": {
 | 
					    "": {
 | 
				
			||||||
      "name": "rmcg.dev",
 | 
					      "name": "rmcg.dev",
 | 
				
			||||||
      "version": "1.0.0",
 | 
					      "version": "1.1.0",
 | 
				
			||||||
      "license": "ISC",
 | 
					      "license": "ISC",
 | 
				
			||||||
      "devDependencies": {
 | 
					      "devDependencies": {
 | 
				
			||||||
        "@11ty/eleventy": "^1.0.0"
 | 
					        "@11ty/eleventy": "^1.0.0"
 | 
				
			||||||
| 
						 | 
					@ -78,9 +78,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@babel/parser": {
 | 
					    "node_modules/@babel/parser": {
 | 
				
			||||||
      "version": "7.17.0",
 | 
					      "version": "7.17.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==",
 | 
					      "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
        "parser": "bin/babel-parser.js"
 | 
					        "parser": "bin/babel-parser.js"
 | 
				
			||||||
| 
						 | 
					@ -525,9 +525,9 @@
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/bytes": {
 | 
					    "node_modules/bytes": {
 | 
				
			||||||
      "version": "3.1.1",
 | 
					      "version": "3.1.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==",
 | 
					      "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">= 0.8"
 | 
					        "node": ">= 0.8"
 | 
				
			||||||
| 
						 | 
					@ -793,31 +793,13 @@
 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					        "node": ">=0.10.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/del": {
 | 
					 | 
				
			||||||
      "version": "2.2.2",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "globby": "^5.0.0",
 | 
					 | 
				
			||||||
        "is-path-cwd": "^1.0.0",
 | 
					 | 
				
			||||||
        "is-path-in-cwd": "^1.0.0",
 | 
					 | 
				
			||||||
        "object-assign": "^4.0.1",
 | 
					 | 
				
			||||||
        "pify": "^2.0.0",
 | 
					 | 
				
			||||||
        "pinkie-promise": "^2.0.0",
 | 
					 | 
				
			||||||
        "rimraf": "^2.2.8"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/depd": {
 | 
					    "node_modules/depd": {
 | 
				
			||||||
      "version": "1.1.2",
 | 
					      "version": "2.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
 | 
					      "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">= 0.6"
 | 
					        "node": ">= 0.8"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/dependency-graph": {
 | 
					    "node_modules/dependency-graph": {
 | 
				
			||||||
| 
						 | 
					@ -1204,9 +1186,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/follow-redirects": {
 | 
					    "node_modules/follow-redirects": {
 | 
				
			||||||
      "version": "1.14.7",
 | 
					      "version": "1.14.9",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
 | 
				
			||||||
      "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==",
 | 
					      "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "funding": [
 | 
					      "funding": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					@ -1324,44 +1306,6 @@
 | 
				
			||||||
        "node": ">= 6"
 | 
					        "node": ">= 6"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/globby": {
 | 
					 | 
				
			||||||
      "version": "5.0.0",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "array-union": "^1.0.1",
 | 
					 | 
				
			||||||
        "arrify": "^1.0.0",
 | 
					 | 
				
			||||||
        "glob": "^7.0.3",
 | 
					 | 
				
			||||||
        "object-assign": "^4.0.1",
 | 
					 | 
				
			||||||
        "pify": "^2.0.0",
 | 
					 | 
				
			||||||
        "pinkie-promise": "^2.0.0"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/globby/node_modules/array-union": {
 | 
					 | 
				
			||||||
      "version": "1.0.2",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "array-uniq": "^1.0.1"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/globby/node_modules/arrify": {
 | 
					 | 
				
			||||||
      "version": "1.0.1",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/graceful-fs": {
 | 
					    "node_modules/graceful-fs": {
 | 
				
			||||||
      "version": "4.2.9",
 | 
					      "version": "4.2.9",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
 | 
				
			||||||
| 
						 | 
					@ -1495,28 +1439,28 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/http-errors": {
 | 
					    "node_modules/http-errors": {
 | 
				
			||||||
      "version": "1.8.1",
 | 
					      "version": "2.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
 | 
					      "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "depd": "~1.1.2",
 | 
					        "depd": "2.0.0",
 | 
				
			||||||
        "inherits": "2.0.4",
 | 
					        "inherits": "2.0.4",
 | 
				
			||||||
        "setprototypeof": "1.2.0",
 | 
					        "setprototypeof": "1.2.0",
 | 
				
			||||||
        "statuses": ">= 1.5.0 < 2",
 | 
					        "statuses": "2.0.1",
 | 
				
			||||||
        "toidentifier": "1.0.1"
 | 
					        "toidentifier": "1.0.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">= 0.6"
 | 
					        "node": ">= 0.8"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/http-errors/node_modules/statuses": {
 | 
					    "node_modules/http-errors/node_modules/statuses": {
 | 
				
			||||||
      "version": "1.5.0",
 | 
					      "version": "2.0.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
 | 
				
			||||||
      "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
 | 
					      "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">= 0.6"
 | 
					        "node": ">= 0.8"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/http-proxy": {
 | 
					    "node_modules/http-proxy": {
 | 
				
			||||||
| 
						 | 
					@ -1679,39 +1623,6 @@
 | 
				
			||||||
        "lodash.isfinite": "^3.3.2"
 | 
					        "lodash.isfinite": "^3.3.2"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/is-path-cwd": {
 | 
					 | 
				
			||||||
      "version": "1.0.0",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/is-path-in-cwd": {
 | 
					 | 
				
			||||||
      "version": "1.0.1",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "is-path-inside": "^1.0.0"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/is-path-inside": {
 | 
					 | 
				
			||||||
      "version": "1.0.1",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "path-is-inside": "^1.0.1"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/is-promise": {
 | 
					    "node_modules/is-promise": {
 | 
				
			||||||
      "version": "2.2.2",
 | 
					      "version": "2.2.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
 | 
				
			||||||
| 
						 | 
					@ -1877,9 +1788,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/liquidjs": {
 | 
					    "node_modules/liquidjs": {
 | 
				
			||||||
      "version": "9.34.0",
 | 
					      "version": "9.35.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.34.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.35.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-LIOqPT3hvnmJQKwhJwBLcEwaEthdWJH2uvNjC9Q6K/n25+tuXQuvd/bwH1WwWBtBpzvESjcDWdM2SHpRlTLvqg==",
 | 
					      "integrity": "sha512-+xI5weUnymUAkRABThK+mJqYwpwrnE1fgShYJwS3IUdKVwnjPMqSJGTOpGIW14gDTIMrTLbEgRwGKJWD4wz1Pw==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
        "liquid": "bin/liquid.js",
 | 
					        "liquid": "bin/liquid.js",
 | 
				
			||||||
| 
						 | 
					@ -2066,9 +1977,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/luxon": {
 | 
					    "node_modules/luxon": {
 | 
				
			||||||
      "version": "2.3.0",
 | 
					      "version": "2.3.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg==",
 | 
					      "integrity": "sha512-I8vnjOmhXsMSlNMZlMkSOvgrxKJl0uOsEzdGgGNZuZPaS9KlefpE9KV95QFftlJSC+1UyCC9/I69R02cz/zcCA==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "engines": {
 | 
					      "engines": {
 | 
				
			||||||
        "node": ">=12"
 | 
					        "node": ">=12"
 | 
				
			||||||
| 
						 | 
					@ -2200,9 +2111,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/minimatch": {
 | 
					    "node_modules/minimatch": {
 | 
				
			||||||
      "version": "3.0.4",
 | 
					      "version": "3.1.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
 | 
					      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "brace-expansion": "^1.1.7"
 | 
					        "brace-expansion": "^1.1.7"
 | 
				
			||||||
| 
						 | 
					@ -2462,12 +2373,6 @@
 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					        "node": ">=0.10.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/path-is-inside": {
 | 
					 | 
				
			||||||
      "version": "1.0.2",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
 | 
					 | 
				
			||||||
      "dev": true
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/path-parse": {
 | 
					    "node_modules/path-parse": {
 | 
				
			||||||
      "version": "1.0.7",
 | 
					      "version": "1.0.7",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
 | 
				
			||||||
| 
						 | 
					@ -2501,27 +2406,6 @@
 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					        "node": ">=0.10.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/pinkie": {
 | 
					 | 
				
			||||||
      "version": "2.0.4",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/pinkie-promise": {
 | 
					 | 
				
			||||||
      "version": "2.0.1",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "pinkie": "^2.0.0"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "engines": {
 | 
					 | 
				
			||||||
        "node": ">=0.10.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "node_modules/please-upgrade-node": {
 | 
					    "node_modules/please-upgrade-node": {
 | 
				
			||||||
      "version": "3.2.0",
 | 
					      "version": "3.2.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",
 | 
				
			||||||
| 
						 | 
					@ -2755,13 +2639,13 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/raw-body": {
 | 
					    "node_modules/raw-body": {
 | 
				
			||||||
      "version": "2.4.2",
 | 
					      "version": "2.5.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==",
 | 
					      "integrity": "sha512-XpyZ6O7PVu3ItMQl0LslfsRoKxMOxi3SzDkrOtxMES5AqLFpYjQCryxI4LGygUN2jL+RgFsPkMPPlG7cg/47+A==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "bytes": "3.1.1",
 | 
					        "bytes": "3.1.2",
 | 
				
			||||||
        "http-errors": "1.8.1",
 | 
					        "http-errors": "2.0.0",
 | 
				
			||||||
        "iconv-lite": "0.4.24",
 | 
					        "iconv-lite": "0.4.24",
 | 
				
			||||||
        "unpipe": "1.0.0"
 | 
					        "unpipe": "1.0.0"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
| 
						 | 
					@ -2782,12 +2666,11 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/recursive-copy": {
 | 
					    "node_modules/recursive-copy": {
 | 
				
			||||||
      "version": "2.0.13",
 | 
					      "version": "2.0.14",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.13.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.14.tgz",
 | 
				
			||||||
      "integrity": "sha512-BjmE6R/dOImStEku+017L3Z0I6u/lA+SVr1sySWbTLjmQKDTESNmJ9WBZP8wbN5FuvqNvSYvRKA/IKQhAjqnpQ==",
 | 
					      "integrity": "sha512-K8WNY8f8naTpfbA+RaXmkaQuD1IeW9EgNEfyGxSqqTQukpVtoOKros9jUqbpEsSw59YOmpd8nCBgtqJZy5nvog==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "del": "^2.2.0",
 | 
					 | 
				
			||||||
        "errno": "^0.1.2",
 | 
					        "errno": "^0.1.2",
 | 
				
			||||||
        "graceful-fs": "^4.1.4",
 | 
					        "graceful-fs": "^4.1.4",
 | 
				
			||||||
        "junk": "^1.0.1",
 | 
					        "junk": "^1.0.1",
 | 
				
			||||||
| 
						 | 
					@ -2795,6 +2678,7 @@
 | 
				
			||||||
        "mkdirp": "^0.5.1",
 | 
					        "mkdirp": "^0.5.1",
 | 
				
			||||||
        "pify": "^2.3.0",
 | 
					        "pify": "^2.3.0",
 | 
				
			||||||
        "promise": "^7.0.1",
 | 
					        "promise": "^7.0.1",
 | 
				
			||||||
 | 
					        "rimraf": "^2.7.1",
 | 
				
			||||||
        "slash": "^1.0.0"
 | 
					        "slash": "^1.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					@ -3018,6 +2902,15 @@
 | 
				
			||||||
        "ms": "2.0.0"
 | 
					        "ms": "2.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/send/node_modules/depd": {
 | 
				
			||||||
 | 
					      "version": "1.1.2",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">= 0.6"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/send/node_modules/http-errors": {
 | 
					    "node_modules/send/node_modules/http-errors": {
 | 
				
			||||||
      "version": "1.6.3",
 | 
					      "version": "1.6.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
 | 
				
			||||||
| 
						 | 
					@ -3087,6 +2980,15 @@
 | 
				
			||||||
        "ms": "2.0.0"
 | 
					        "ms": "2.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/serve-index/node_modules/depd": {
 | 
				
			||||||
 | 
					      "version": "1.1.2",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
 | 
				
			||||||
 | 
					      "dev": true,
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": ">= 0.6"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/serve-index/node_modules/http-errors": {
 | 
					    "node_modules/serve-index/node_modules/http-errors": {
 | 
				
			||||||
      "version": "1.6.3",
 | 
					      "version": "1.6.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
 | 
				
			||||||
| 
						 | 
					@ -3544,9 +3446,9 @@
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/uglify-js": {
 | 
					    "node_modules/uglify-js": {
 | 
				
			||||||
      "version": "3.15.0",
 | 
					      "version": "3.15.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-x+xdeDWq7FiORDvyIJ0q/waWd4PhjBNOm5dQUOq2AKC0IEjxOS66Ha9tctiVDGcRQuh69K7fgU5oRuTK4cysSg==",
 | 
					      "integrity": "sha512-peeoTk3hSwYdoc9nrdiEJk+gx1ALCtTjdYuKSXMTDqq7n1W7dHPqWDdSi+BPL0ni2YMeHD7hKUSdbj3TZauY2A==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "optional": true,
 | 
					      "optional": true,
 | 
				
			||||||
      "bin": {
 | 
					      "bin": {
 | 
				
			||||||
| 
						 | 
					@ -3810,9 +3712,9 @@
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "@babel/parser": {
 | 
					    "@babel/parser": {
 | 
				
			||||||
      "version": "7.17.0",
 | 
					      "version": "7.17.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==",
 | 
					      "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "@babel/types": {
 | 
					    "@babel/types": {
 | 
				
			||||||
| 
						 | 
					@ -4169,9 +4071,9 @@
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bytes": {
 | 
					    "bytes": {
 | 
				
			||||||
      "version": "3.1.1",
 | 
					      "version": "3.1.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==",
 | 
					      "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "call-bind": {
 | 
					    "call-bind": {
 | 
				
			||||||
| 
						 | 
					@ -4388,25 +4290,10 @@
 | 
				
			||||||
      "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
 | 
					      "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "del": {
 | 
					 | 
				
			||||||
      "version": "2.2.2",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "requires": {
 | 
					 | 
				
			||||||
        "globby": "^5.0.0",
 | 
					 | 
				
			||||||
        "is-path-cwd": "^1.0.0",
 | 
					 | 
				
			||||||
        "is-path-in-cwd": "^1.0.0",
 | 
					 | 
				
			||||||
        "object-assign": "^4.0.1",
 | 
					 | 
				
			||||||
        "pify": "^2.0.0",
 | 
					 | 
				
			||||||
        "pinkie-promise": "^2.0.0",
 | 
					 | 
				
			||||||
        "rimraf": "^2.2.8"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "depd": {
 | 
					    "depd": {
 | 
				
			||||||
      "version": "1.1.2",
 | 
					      "version": "2.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
 | 
					      "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependency-graph": {
 | 
					    "dependency-graph": {
 | 
				
			||||||
| 
						 | 
					@ -4727,9 +4614,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "follow-redirects": {
 | 
					    "follow-redirects": {
 | 
				
			||||||
      "version": "1.14.7",
 | 
					      "version": "1.14.9",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
 | 
				
			||||||
      "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==",
 | 
					      "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "fresh": {
 | 
					    "fresh": {
 | 
				
			||||||
| 
						 | 
					@ -4808,37 +4695,6 @@
 | 
				
			||||||
        "is-glob": "^4.0.1"
 | 
					        "is-glob": "^4.0.1"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "globby": {
 | 
					 | 
				
			||||||
      "version": "5.0.0",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "requires": {
 | 
					 | 
				
			||||||
        "array-union": "^1.0.1",
 | 
					 | 
				
			||||||
        "arrify": "^1.0.0",
 | 
					 | 
				
			||||||
        "glob": "^7.0.3",
 | 
					 | 
				
			||||||
        "object-assign": "^4.0.1",
 | 
					 | 
				
			||||||
        "pify": "^2.0.0",
 | 
					 | 
				
			||||||
        "pinkie-promise": "^2.0.0"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "dependencies": {
 | 
					 | 
				
			||||||
        "array-union": {
 | 
					 | 
				
			||||||
          "version": "1.0.2",
 | 
					 | 
				
			||||||
          "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
 | 
					 | 
				
			||||||
          "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
 | 
					 | 
				
			||||||
          "dev": true,
 | 
					 | 
				
			||||||
          "requires": {
 | 
					 | 
				
			||||||
            "array-uniq": "^1.0.1"
 | 
					 | 
				
			||||||
          }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "arrify": {
 | 
					 | 
				
			||||||
          "version": "1.0.1",
 | 
					 | 
				
			||||||
          "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
 | 
					 | 
				
			||||||
          "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
 | 
					 | 
				
			||||||
          "dev": true
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "graceful-fs": {
 | 
					    "graceful-fs": {
 | 
				
			||||||
      "version": "4.2.9",
 | 
					      "version": "4.2.9",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
 | 
				
			||||||
| 
						 | 
					@ -4939,22 +4795,22 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "http-errors": {
 | 
					    "http-errors": {
 | 
				
			||||||
      "version": "1.8.1",
 | 
					      "version": "2.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
 | 
					      "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "depd": "~1.1.2",
 | 
					        "depd": "2.0.0",
 | 
				
			||||||
        "inherits": "2.0.4",
 | 
					        "inherits": "2.0.4",
 | 
				
			||||||
        "setprototypeof": "1.2.0",
 | 
					        "setprototypeof": "1.2.0",
 | 
				
			||||||
        "statuses": ">= 1.5.0 < 2",
 | 
					        "statuses": "2.0.1",
 | 
				
			||||||
        "toidentifier": "1.0.1"
 | 
					        "toidentifier": "1.0.1"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "dependencies": {
 | 
					      "dependencies": {
 | 
				
			||||||
        "statuses": {
 | 
					        "statuses": {
 | 
				
			||||||
          "version": "1.5.0",
 | 
					          "version": "2.0.1",
 | 
				
			||||||
          "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
 | 
					          "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
 | 
				
			||||||
          "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
 | 
					          "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
 | 
				
			||||||
          "dev": true
 | 
					          "dev": true
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
| 
						 | 
					@ -5089,30 +4945,6 @@
 | 
				
			||||||
        "lodash.isfinite": "^3.3.2"
 | 
					        "lodash.isfinite": "^3.3.2"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "is-path-cwd": {
 | 
					 | 
				
			||||||
      "version": "1.0.0",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
 | 
					 | 
				
			||||||
      "dev": true
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "is-path-in-cwd": {
 | 
					 | 
				
			||||||
      "version": "1.0.1",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "requires": {
 | 
					 | 
				
			||||||
        "is-path-inside": "^1.0.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "is-path-inside": {
 | 
					 | 
				
			||||||
      "version": "1.0.1",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "requires": {
 | 
					 | 
				
			||||||
        "path-is-inside": "^1.0.1"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "is-promise": {
 | 
					    "is-promise": {
 | 
				
			||||||
      "version": "2.2.2",
 | 
					      "version": "2.2.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
 | 
				
			||||||
| 
						 | 
					@ -5240,9 +5072,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "liquidjs": {
 | 
					    "liquidjs": {
 | 
				
			||||||
      "version": "9.34.0",
 | 
					      "version": "9.35.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.34.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.35.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-LIOqPT3hvnmJQKwhJwBLcEwaEthdWJH2uvNjC9Q6K/n25+tuXQuvd/bwH1WwWBtBpzvESjcDWdM2SHpRlTLvqg==",
 | 
					      "integrity": "sha512-+xI5weUnymUAkRABThK+mJqYwpwrnE1fgShYJwS3IUdKVwnjPMqSJGTOpGIW14gDTIMrTLbEgRwGKJWD4wz1Pw==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "localtunnel": {
 | 
					    "localtunnel": {
 | 
				
			||||||
| 
						 | 
					@ -5379,9 +5211,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "luxon": {
 | 
					    "luxon": {
 | 
				
			||||||
      "version": "2.3.0",
 | 
					      "version": "2.3.1",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.1.tgz",
 | 
				
			||||||
      "integrity": "sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg==",
 | 
					      "integrity": "sha512-I8vnjOmhXsMSlNMZlMkSOvgrxKJl0uOsEzdGgGNZuZPaS9KlefpE9KV95QFftlJSC+1UyCC9/I69R02cz/zcCA==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "markdown-it": {
 | 
					    "markdown-it": {
 | 
				
			||||||
| 
						 | 
					@ -5484,9 +5316,9 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "minimatch": {
 | 
					    "minimatch": {
 | 
				
			||||||
      "version": "3.0.4",
 | 
					      "version": "3.1.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
 | 
					      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "brace-expansion": "^1.1.7"
 | 
					        "brace-expansion": "^1.1.7"
 | 
				
			||||||
| 
						 | 
					@ -5675,12 +5507,6 @@
 | 
				
			||||||
      "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
 | 
					      "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "path-is-inside": {
 | 
					 | 
				
			||||||
      "version": "1.0.2",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
 | 
					 | 
				
			||||||
      "dev": true
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "path-parse": {
 | 
					    "path-parse": {
 | 
				
			||||||
      "version": "1.0.7",
 | 
					      "version": "1.0.7",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
 | 
				
			||||||
| 
						 | 
					@ -5705,21 +5531,6 @@
 | 
				
			||||||
      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
 | 
					      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "pinkie": {
 | 
					 | 
				
			||||||
      "version": "2.0.4",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
 | 
					 | 
				
			||||||
      "dev": true
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "pinkie-promise": {
 | 
					 | 
				
			||||||
      "version": "2.0.1",
 | 
					 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
 | 
					 | 
				
			||||||
      "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
 | 
					 | 
				
			||||||
      "dev": true,
 | 
					 | 
				
			||||||
      "requires": {
 | 
					 | 
				
			||||||
        "pinkie": "^2.0.0"
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "please-upgrade-node": {
 | 
					    "please-upgrade-node": {
 | 
				
			||||||
      "version": "3.2.0",
 | 
					      "version": "3.2.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz",
 | 
				
			||||||
| 
						 | 
					@ -5928,13 +5739,13 @@
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "raw-body": {
 | 
					    "raw-body": {
 | 
				
			||||||
      "version": "2.4.2",
 | 
					      "version": "2.5.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==",
 | 
					      "integrity": "sha512-XpyZ6O7PVu3ItMQl0LslfsRoKxMOxi3SzDkrOtxMES5AqLFpYjQCryxI4LGygUN2jL+RgFsPkMPPlG7cg/47+A==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "bytes": "3.1.1",
 | 
					        "bytes": "3.1.2",
 | 
				
			||||||
        "http-errors": "1.8.1",
 | 
					        "http-errors": "2.0.0",
 | 
				
			||||||
        "iconv-lite": "0.4.24",
 | 
					        "iconv-lite": "0.4.24",
 | 
				
			||||||
        "unpipe": "1.0.0"
 | 
					        "unpipe": "1.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
| 
						 | 
					@ -5949,12 +5760,11 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "recursive-copy": {
 | 
					    "recursive-copy": {
 | 
				
			||||||
      "version": "2.0.13",
 | 
					      "version": "2.0.14",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.13.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.14.tgz",
 | 
				
			||||||
      "integrity": "sha512-BjmE6R/dOImStEku+017L3Z0I6u/lA+SVr1sySWbTLjmQKDTESNmJ9WBZP8wbN5FuvqNvSYvRKA/IKQhAjqnpQ==",
 | 
					      "integrity": "sha512-K8WNY8f8naTpfbA+RaXmkaQuD1IeW9EgNEfyGxSqqTQukpVtoOKros9jUqbpEsSw59YOmpd8nCBgtqJZy5nvog==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "requires": {
 | 
					      "requires": {
 | 
				
			||||||
        "del": "^2.2.0",
 | 
					 | 
				
			||||||
        "errno": "^0.1.2",
 | 
					        "errno": "^0.1.2",
 | 
				
			||||||
        "graceful-fs": "^4.1.4",
 | 
					        "graceful-fs": "^4.1.4",
 | 
				
			||||||
        "junk": "^1.0.1",
 | 
					        "junk": "^1.0.1",
 | 
				
			||||||
| 
						 | 
					@ -5962,6 +5772,7 @@
 | 
				
			||||||
        "mkdirp": "^0.5.1",
 | 
					        "mkdirp": "^0.5.1",
 | 
				
			||||||
        "pify": "^2.3.0",
 | 
					        "pify": "^2.3.0",
 | 
				
			||||||
        "promise": "^7.0.1",
 | 
					        "promise": "^7.0.1",
 | 
				
			||||||
 | 
					        "rimraf": "^2.7.1",
 | 
				
			||||||
        "slash": "^1.0.0"
 | 
					        "slash": "^1.0.0"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					@ -6138,6 +5949,12 @@
 | 
				
			||||||
            "ms": "2.0.0"
 | 
					            "ms": "2.0.0"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        "depd": {
 | 
				
			||||||
 | 
					          "version": "1.1.2",
 | 
				
			||||||
 | 
					          "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
 | 
				
			||||||
 | 
					          "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
 | 
				
			||||||
 | 
					          "dev": true
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "http-errors": {
 | 
					        "http-errors": {
 | 
				
			||||||
          "version": "1.6.3",
 | 
					          "version": "1.6.3",
 | 
				
			||||||
          "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
 | 
					          "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
 | 
				
			||||||
| 
						 | 
					@ -6200,6 +6017,12 @@
 | 
				
			||||||
            "ms": "2.0.0"
 | 
					            "ms": "2.0.0"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        "depd": {
 | 
				
			||||||
 | 
					          "version": "1.1.2",
 | 
				
			||||||
 | 
					          "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
 | 
				
			||||||
 | 
					          "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
 | 
				
			||||||
 | 
					          "dev": true
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "http-errors": {
 | 
					        "http-errors": {
 | 
				
			||||||
          "version": "1.6.3",
 | 
					          "version": "1.6.3",
 | 
				
			||||||
          "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
 | 
					          "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
 | 
				
			||||||
| 
						 | 
					@ -6579,9 +6402,9 @@
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "uglify-js": {
 | 
					    "uglify-js": {
 | 
				
			||||||
      "version": "3.15.0",
 | 
					      "version": "3.15.2",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.2.tgz",
 | 
				
			||||||
      "integrity": "sha512-x+xdeDWq7FiORDvyIJ0q/waWd4PhjBNOm5dQUOq2AKC0IEjxOS66Ha9tctiVDGcRQuh69K7fgU5oRuTK4cysSg==",
 | 
					      "integrity": "sha512-peeoTk3hSwYdoc9nrdiEJk+gx1ALCtTjdYuKSXMTDqq7n1W7dHPqWDdSi+BPL0ni2YMeHD7hKUSdbj3TZauY2A==",
 | 
				
			||||||
      "dev": true,
 | 
					      "dev": true,
 | 
				
			||||||
      "optional": true
 | 
					      "optional": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,125 @@
 | 
				
			||||||
 | 
					# DUMP of notes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Was looking at using details/summary for a no javascript option but there is no support for animating the answer revail and there is not changing the position of where the disclosure triangle is https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Frontend Mentor - Sunnyside agency landing page solution
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is a solution to the [FAQ Accordion Card](https://www.frontendmentor.io/challenges/faq-accordion-card-XlyjD0Oam). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Table of contents
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- [DUMP of notes](#dump-of-notes)
 | 
				
			||||||
 | 
					- [Frontend Mentor - Sunnyside agency landing page solution](#frontend-mentor---sunnyside-agency-landing-page-solution)
 | 
				
			||||||
 | 
					  - [Table of contents](#table-of-contents)
 | 
				
			||||||
 | 
					  - [Overview](#overview)
 | 
				
			||||||
 | 
					    - [The challenge](#the-challenge)
 | 
				
			||||||
 | 
					    - [Screenshot](#screenshot)
 | 
				
			||||||
 | 
					    - [Links](#links)
 | 
				
			||||||
 | 
					  - [My process](#my-process)
 | 
				
			||||||
 | 
					    - [Built with](#built-with)
 | 
				
			||||||
 | 
					    - [What I learned](#what-i-learned)
 | 
				
			||||||
 | 
					    - [Continued development](#continued-development)
 | 
				
			||||||
 | 
					    - [Useful resources](#useful-resources)
 | 
				
			||||||
 | 
					  - [Author](#author)
 | 
				
			||||||
 | 
					  - [Acknowledgments](#acknowledgments)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Note: Delete this note and update the table of contents based on what sections you keep.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Overview
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### The challenge
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Users should be able to:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- View the optimal layout for the site depending on their device's screen size
 | 
				
			||||||
 | 
					- See hover states for all interactive elements on the page
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Screenshot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Add a screenshot of your solution. The easiest way to do this is to use Firefox to view your project, right-click the page and select "Take a Screenshot". You can choose either a full-height screenshot or a cropped one based on how long the page is. If it's very long, it might be best to crop it.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Alternatively, you can use a tool like [FireShot](https://getfireshot.com/) to take the screenshot. FireShot has a free option, so you don't need to purchase it.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Then crop/optimize/edit your image however you like, add it to your project, and update the file path in the image above.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Note: Delete this note and the paragraphs above when you add your screenshot. If you prefer not to add a screenshot, feel free to remove this entire section.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Links
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Solution URL: [Add solution URL here](https://your-solution-url.com)
 | 
				
			||||||
 | 
					- Live Site URL: [Add live site URL here](https://your-live-site-url.com)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## My process
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Built with
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Semantic HTML5 markup
 | 
				
			||||||
 | 
					- CSS custom properties
 | 
				
			||||||
 | 
					- Flexbox
 | 
				
			||||||
 | 
					- CSS Grid
 | 
				
			||||||
 | 
					- Mobile-first workflow
 | 
				
			||||||
 | 
					- [React](https://reactjs.org/) - JS library
 | 
				
			||||||
 | 
					- [Next.js](https://nextjs.org/) - React framework
 | 
				
			||||||
 | 
					- [Styled Components](https://styled-components.com/) - For styles
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Note: These are just examples. Delete this note and replace the list above with your own choices**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### What I learned
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					To see how you can add code snippets, see below:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```html
 | 
				
			||||||
 | 
					<h1>Some HTML code I'm proud of</h1>
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```css
 | 
				
			||||||
 | 
					.proud-of-this-css {
 | 
				
			||||||
 | 
					  color: papayawhip;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```js
 | 
				
			||||||
 | 
					const proudOfThisFunc = () => {
 | 
				
			||||||
 | 
					  console.log("🎉");
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you want more help with writing markdown, we'd recommend checking out [The Markdown Guide](https://www.markdownguide.org/) to learn more.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Note: Delete this note and the content within this section and replace with your own learnings.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Continued development
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Use this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Note: Delete this note and the content within this section and replace with your own plans for continued development.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Useful resources
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- [Example resource 1](https://www.example.com) - This helped me for XYZ reason. I really liked this pattern and will use it going forward.
 | 
				
			||||||
 | 
					- [Example resource 2](https://www.example.com) - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Note: Delete this note and replace the list above with resources that helped you during the challenge. These could come in handy for anyone viewing your solution or for yourself when you look back on this project in the future.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Author
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Website - [Add your name here](https://www.your-site.com)
 | 
				
			||||||
 | 
					- Frontend Mentor - [@yourusername](https://www.frontendmentor.io/profile/yourusername)
 | 
				
			||||||
 | 
					- Twitter - [@yourusername](https://www.twitter.com/yourusername)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Acknowledgments
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is where you can give a hat tip to anyone who helped you out on this project. Perhaps you worked in a team or got some inspiration from someone else's solution. This is the perfect place to give them some credit.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**Note: Delete this note and edit this section's content as necessary. If you completed this challenge by yourself, feel free to delete this section entirely.**
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,48 @@
 | 
				
			||||||
 | 
					/* http://meyerweb.com/eric/tools/css/reset/ 
 | 
				
			||||||
 | 
					   v2.0 | 20110126
 | 
				
			||||||
 | 
					   License: none (public domain)
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					html, body, div, span, applet, object, iframe,
 | 
				
			||||||
 | 
					h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 | 
				
			||||||
 | 
					a, abbr, acronym, address, big, cite, code,
 | 
				
			||||||
 | 
					del, dfn, em, img, ins, kbd, q, s, samp,
 | 
				
			||||||
 | 
					small, strike, strong, sub, sup, tt, var,
 | 
				
			||||||
 | 
					b, u, i, center,
 | 
				
			||||||
 | 
					dl, dt, dd, ol, ul, li,
 | 
				
			||||||
 | 
					fieldset, form, label, legend,
 | 
				
			||||||
 | 
					table, caption, tbody, tfoot, thead, tr, th, td,
 | 
				
			||||||
 | 
					article, aside, canvas, details, embed, 
 | 
				
			||||||
 | 
					figure, figcaption, footer, header, hgroup, 
 | 
				
			||||||
 | 
					menu, nav, output, ruby, section, summary,
 | 
				
			||||||
 | 
					time, mark, audio, video {
 | 
				
			||||||
 | 
						margin: 0;
 | 
				
			||||||
 | 
						padding: 0;
 | 
				
			||||||
 | 
						border: 0;
 | 
				
			||||||
 | 
						font-size: 100%;
 | 
				
			||||||
 | 
						font: inherit;
 | 
				
			||||||
 | 
						vertical-align: baseline;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					/* HTML5 display-role reset for older browsers */
 | 
				
			||||||
 | 
					article, aside, details, figcaption, figure, 
 | 
				
			||||||
 | 
					footer, header, hgroup, menu, nav, section {
 | 
				
			||||||
 | 
						display: block;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					body {
 | 
				
			||||||
 | 
						line-height: 1;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					ol, ul {
 | 
				
			||||||
 | 
						list-style: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					blockquote, q {
 | 
				
			||||||
 | 
						quotes: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					blockquote:before, blockquote:after,
 | 
				
			||||||
 | 
					q:before, q:after {
 | 
				
			||||||
 | 
						content: '';
 | 
				
			||||||
 | 
						content: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					table {
 | 
				
			||||||
 | 
						border-collapse: collapse;
 | 
				
			||||||
 | 
						border-spacing: 0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -10,18 +10,167 @@ Info:
 | 
				
			||||||
:root {
 | 
					:root {
 | 
				
			||||||
    /* colors: */
 | 
					    /* colors: */
 | 
				
			||||||
    /* Text */
 | 
					    /* Text */
 | 
				
			||||||
    -col-red-soft: hsl(14, 88%, 65%);
 | 
					    --col-red-soft: hsl(14, 88%, 65%);
 | 
				
			||||||
    -col-blue-very-dark-desaturated: hsl(238, 29%, 16%);
 | 
					    --col-blue-very-dark-desaturated: hsl(238, 29%, 16%);
 | 
				
			||||||
    -col-blue-very-dark-grayish: hsl(237, 12%, 33%);
 | 
					    --col-blue-very-dark-grayish: hsl(237, 12%, 33%);
 | 
				
			||||||
    -col-blue-dark-grayish: hsl(240, 6%, 50%);
 | 
					    --col-blue-dark-grayish: hsl(240, 6%, 50%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /*  divider */
 | 
					    /*  divider */
 | 
				
			||||||
    -col-blue-light-grayish: hsl(240, 5%, 91%);
 | 
					    --col-blue-light-grayish: hsl(240, 5%, 91%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* backgroun gradient */
 | 
					    /* background gradient */
 | 
				
			||||||
    -col-violet-soft: hsl(273, 75%, 66%);
 | 
					    --col-violet-soft: hsl(273, 75%, 66%);
 | 
				
			||||||
    -col-blue-soft: hsl(240, 73%, 65%);
 | 
					    --col-blue-soft: hsl(240, 73%, 65%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    --clr-test: rgb(255, 111, 000);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Fonts */
 | 
					    /* Fonts */
 | 
				
			||||||
    -font-size: 12px;
 | 
					    --fs-12px: 0.75rem;
 | 
				
			||||||
 | 
					    --fw-400: 400;
 | 
				
			||||||
 | 
					    --fw-700: 700;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					*,
 | 
				
			||||||
 | 
					::after,
 | 
				
			||||||
 | 
					::before {
 | 
				
			||||||
 | 
					    box-sizing: border-box;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					html,
 | 
				
			||||||
 | 
					body,
 | 
				
			||||||
 | 
					main {
 | 
				
			||||||
 | 
					    min-height: 100vh;
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Base page styling */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					body {
 | 
				
			||||||
 | 
					    background: linear-gradient(
 | 
				
			||||||
 | 
					        180deg,
 | 
				
			||||||
 | 
					        var(--col-violet-soft) 0%,
 | 
				
			||||||
 | 
					        var(--col-blue-soft) 100%
 | 
				
			||||||
 | 
					    );
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					main {
 | 
				
			||||||
 | 
					    display: grid;
 | 
				
			||||||
 | 
					    align-content: center;
 | 
				
			||||||
 | 
					    justify-items: center;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.card {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    flex-direction: column;
 | 
				
			||||||
 | 
					    font-family: "Kumbh Sans", sans-serif;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    background-color: white;
 | 
				
			||||||
 | 
					    width: 87%;
 | 
				
			||||||
 | 
					    border-radius: 23px;
 | 
				
			||||||
 | 
					    background-image: var(--card-image);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.card__header {
 | 
				
			||||||
 | 
					    text-align: center;
 | 
				
			||||||
 | 
					    font-weight: var(--fw-700);
 | 
				
			||||||
 | 
					    font-size: 2rem;
 | 
				
			||||||
 | 
					    line-height: 2.5rem;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.card__header_image {
 | 
				
			||||||
 | 
					    position: absolute;
 | 
				
			||||||
 | 
					    background-size: contain;
 | 
				
			||||||
 | 
					    content: url(../images/illustration-woman-online-mobile.svg);
 | 
				
			||||||
 | 
					    /* margin: 0 auto; */
 | 
				
			||||||
 | 
					    width: 237px;
 | 
				
			||||||
 | 
					    height: 180px;
 | 
				
			||||||
 | 
					    left: calc(50% - calc(237px / 2) - 10px);
 | 
				
			||||||
 | 
					    top: -20px;
 | 
				
			||||||
 | 
					    /* : calc(100% - 237px/2); */
 | 
				
			||||||
 | 
					    /* left: 40px; */
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.card__header_image_shadow {
 | 
				
			||||||
 | 
					    background-image: url(../images/bg-pattern-mobile.svg);
 | 
				
			||||||
 | 
					    background-repeat: no-repeat;
 | 
				
			||||||
 | 
					    background-position: top center;
 | 
				
			||||||
 | 
					    border: 1px solid red;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media screen and (min-width: 376px) {
 | 
				
			||||||
 | 
					    .card {
 | 
				
			||||||
 | 
					        flex-direction: row;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    .card__header {
 | 
				
			||||||
 | 
					        text-align: start;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.faq {
 | 
				
			||||||
 | 
					    margin-top: 6.125rem;
 | 
				
			||||||
 | 
					    /* border: 1px red solid; */
 | 
				
			||||||
 | 
					    color: var(--col-red-soft);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* FAQ Section */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					details {
 | 
				
			||||||
 | 
					    font-size: var(--fs-12px);
 | 
				
			||||||
 | 
					    line-height: 1.125rem;
 | 
				
			||||||
 | 
					    padding: 1rem 0 1rem 1.5rem;
 | 
				
			||||||
 | 
					    color: var(--col-blue-dark-grayish);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    border-bottom: 1px solid var(--col-blue-light-grayish);
 | 
				
			||||||
 | 
					    border-width: 75%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					summary {
 | 
				
			||||||
 | 
					    font-size: 0.8125rem;
 | 
				
			||||||
 | 
					    font-weight: var(--fw-400);
 | 
				
			||||||
 | 
					    line-height: 1rem;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    color: var(--col-blue-very-dark-grayish);
 | 
				
			||||||
 | 
					    /* padding: 1rem 1.5rem; */
 | 
				
			||||||
 | 
					    margin-bottom: 1rem;
 | 
				
			||||||
 | 
					    outline: none;
 | 
				
			||||||
 | 
					    /* border-radius: 0.25rem; */
 | 
				
			||||||
 | 
					    text-align: left;
 | 
				
			||||||
 | 
					    cursor: pointer;
 | 
				
			||||||
 | 
					    position: relative;
 | 
				
			||||||
 | 
					    display: block;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					summary:hover {
 | 
				
			||||||
 | 
					    color: var(--col-red-soft);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					details > summary::after {
 | 
				
			||||||
 | 
					    position: absolute;
 | 
				
			||||||
 | 
					    content: url(../images/icon-arrow-down.svg);
 | 
				
			||||||
 | 
					    right: 20px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					details[open] > summary {
 | 
				
			||||||
 | 
					    font-weight: var(--fw-700);
 | 
				
			||||||
 | 
					    color: var(--col-blue-very-dark-desaturated);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					details[open] > summary::after {
 | 
				
			||||||
 | 
					    transform: rotate(180deg);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					details > summary::-webkit-details-marker {
 | 
				
			||||||
 | 
					    display: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					details[open] summary ~ * {
 | 
				
			||||||
 | 
					    animation: sweep 0.5s ease-in-out;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					@keyframes sweep {
 | 
				
			||||||
 | 
					    0% {
 | 
				
			||||||
 | 
					        opacity: 0;
 | 
				
			||||||
 | 
					        margin-top: -10px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    100% {
 | 
				
			||||||
 | 
					        opacity: 1;
 | 
				
			||||||
 | 
					        margin-top: 0px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,9 +9,10 @@
 | 
				
			||||||
  <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
 | 
					  <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <title>Frontend Mentor | FAQ Accordion Card</title>
 | 
					  <title>Frontend Mentor | FAQ Accordion Card</title>
 | 
				
			||||||
 | 
					  <link rel="stylesheet" href="css/reset.css">
 | 
				
			||||||
 | 
					  <link rel="stylesheet" href="css/style.css">
 | 
				
			||||||
  <!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
 | 
					  <!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
 | 
				
			||||||
  <style>
 | 
					  <!-- <style>
 | 
				
			||||||
    .attribution {
 | 
					    .attribution {
 | 
				
			||||||
      font-size: 11px;
 | 
					      font-size: 11px;
 | 
				
			||||||
      text-align: center;
 | 
					      text-align: center;
 | 
				
			||||||
| 
						 | 
					@ -20,26 +21,56 @@
 | 
				
			||||||
    .attribution a {
 | 
					    .attribution a {
 | 
				
			||||||
      color: hsl(228, 45%, 44%);
 | 
					      color: hsl(228, 45%, 44%);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  </style>
 | 
					  </style> -->
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
  How many team members can I invite?
 | 
					  <main>
 | 
				
			||||||
 | 
					    <div class="card">
 | 
				
			||||||
 | 
					      <!-- <header class="card__header"> -->
 | 
				
			||||||
 | 
					      <div class="card__header_thing">
 | 
				
			||||||
 | 
					        <div class="card__header_image"></div>
 | 
				
			||||||
 | 
					        <div class="card__header_image_shadow"></div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					      <!-- </header> -->
 | 
				
			||||||
 | 
					      <article>
 | 
				
			||||||
 | 
					        <div class="faq">
 | 
				
			||||||
 | 
					          <h2 class="card__header">FAQ</h2>
 | 
				
			||||||
 | 
					          <details>
 | 
				
			||||||
 | 
					            <summary>How many team members can I invite?</summary>
 | 
				
			||||||
 | 
					            <div class="faq__content">
 | 
				
			||||||
              You can invite up to 2 additional users on the Free plan. There is no limit on
 | 
					              You can invite up to 2 additional users on the Free plan. There is no limit on
 | 
				
			||||||
              team members for the Premium plan.
 | 
					              team members for the Premium plan.
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
  What is the maximum file upload size?
 | 
					          </details>
 | 
				
			||||||
  No more than 2GB. All files in your account must fit your allotted storage space.
 | 
					          <details>
 | 
				
			||||||
 | 
					            <summary>What is the maximum file upload size?</summary>
 | 
				
			||||||
  How do I reset my password?
 | 
					            <div class="faq__content">
 | 
				
			||||||
 | 
					              No more than 2GB. All files in your account must fit your allotted storage space. </div>
 | 
				
			||||||
 | 
					          </details>
 | 
				
			||||||
 | 
					          <details>
 | 
				
			||||||
 | 
					            <summary>How do I reset my password?</summary>
 | 
				
			||||||
 | 
					            <div class="faq__content">
 | 
				
			||||||
              Click “Forgot password” from the login page or “Change password” from your profile page.
 | 
					              Click “Forgot password” from the login page or “Change password” from your profile page.
 | 
				
			||||||
              A reset link will be emailed to you.
 | 
					              A reset link will be emailed to you.
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
  Can I cancel my subscription?
 | 
					          </details>
 | 
				
			||||||
 | 
					          <details>
 | 
				
			||||||
 | 
					            <summary>Can I cancel my subscription?</summary>
 | 
				
			||||||
 | 
					            <div class="faq__content">
 | 
				
			||||||
              Yes! Send us a message and we’ll process your request no questions asked.
 | 
					              Yes! Send us a message and we’ll process your request no questions asked.
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
  Do you provide additional support?
 | 
					          </details>
 | 
				
			||||||
 | 
					          <details>
 | 
				
			||||||
 | 
					            <summary> Do you provide additional support?</summary>
 | 
				
			||||||
 | 
					            <div class="faq__content">
 | 
				
			||||||
              Chat and email support is available 24/7. Phone lines are open during normal business hours.
 | 
					              Chat and email support is available 24/7. Phone lines are open during normal business hours.
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					          </details>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					      </article>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </main>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- <div class="attribution">
 | 
					  <!-- <div class="attribution">
 | 
				
			||||||
    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
 | 
					    Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue