File "package-lock.json"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/uploads/2022/01/package-lock.json
File size: 16 KB
MIME-type: text/plain
Charset: utf-8

{
	"name": "twentytwentyone",
	"version": "1.6.0",
	"lockfileVersion": 1,
	"requires": true,
	"dependencies": {
		"@babel/code-frame": {
			"version": "7.12.13",
			"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
			"integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
			"dev": true,
			"requires": {
				"@babel/highlight": "^7.12.13"
			}
		},
		"@babel/compat-data": {
			"version": "7.14.0",
			"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.0.tgz",
			"integrity": "sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==",
			"dev": true
		},
		"@babel/core": {
			"version": "7.14.3",
			"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz",
			"integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==",
			"dev": true,
			"requires": {
				"@babel/code-frame": "^7.12.13",
				"@babel/generator": "^7.14.3",
				"@babel/helper-compilation-targets": "^7.13.16",
				"@babel/helper-module-transforms": "^7.14.2",
				"@babel/helpers": "^7.14.0",
				"@babel/parser": "^7.14.3",
				"@babel/template": "^7.12.13",
				"@babel/traverse": "^7.14.2",
				"@babel/types": "^7.14.2",
				"convert-source-map": "^1.7.0",
				"debug": "^4.1.0",
				"gensync": "^1.0.0-beta.2",
				"json5": "^2.1.2",
				"semver": "^6.3.0",
				"source-map": "^0.5.0"
			},
			"dependencies": {
				"json5": {
					"version": "2.2.0",
					"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
					"integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
					"dev": true,
					"requires": {
						"minimist": "^1.2.5"
					}
				},
				"semver": {
					"version": "6.3.0",
					"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
					"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
					"dev": true
				}
			}
		},
		"@babel/eslint-parser": {
			"version": "7.17.0",
			"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz",
			"integrity": "sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==",
			"dev": true,
			"requires": {
				"eslint-scope": "^5.1.1",
				"eslint-visitor-keys": "^2.1.0",
				"semver": "^6.3.0"
			},
			"dependencies": {
				"semver": {
					"version": "6.3.0",
					"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
					"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
					"dev": true
				}
			}
		},
		"@babel/generator": {
			"version": "7.14.3",
			"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.14.3.tgz",
			"integrity": "sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",
			"dev": true,
			"requires": {
				"@babel/types": "^7.14.2",
				"jsesc": "^2.5.1",
				"source-map": "^0.5.0"
			}
		},
		"@babel/helper-compilation-targets": {
			"version": "7.13.16",
			"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz",
			"integrity": "sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==",
			"dev": true,
			"requires": {
				"@babel/compat-data": "^7.13.15",
				"@babel/helper-validator-option": "^7.12.17",
				"browserslist": "^4.14.5",
				"semver": "^6.3.0"
			},
			"dependencies": {
				"semver": {
					"version": "6.3.0",
					"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
					"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
					"dev": true
				}
			}
		},
		"@babel/helper-function-name": {
			"version": "7.14.2",
			"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz",
			"integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==",
			"dev": true,
			"requires": {
				"@babel/helper-get-function-arity": "^7.12.13",
				"@babel/template": "^7.12.13",
				"@babel/types": "^7.14.2"
			}
		},
		"@babel/helper-get-function-arity": {
			"version": "7.12.13",
			"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
			"integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
			"dev": true,
			"requires": {
				"@babel/types": "^7.12.13"
			}
		},
		"@babel/helper-member-expression-to-functions": {
			"version": "7.13.12",
			"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz",
			"integrity": "sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==",
			"dev": true,
			"requires": {
				"@babel/types": "^7.13.12"
			}
		},
		"@babel/helper-module-imports": {
			"version": "7.13.12",
			"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz",
			"integrity": "sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==",
			"dev": true,
			"requires": {
				"@babel/types": "^7.13.12"
			}
		},
		"@babel/helper-module-transforms": {
			"version": "7.14.2",
			"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz",
			"integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==",
			"dev": true,
			"requires": {
				"@babel/helper-module-imports": "^7.13.12",
				"@babel/helper-replace-supers": "^7.13.12",
				"@babel/helper-simple-access": "^7.13.12",
				"@babel/helper-split-export-declaration": "^7.12.13",
				"@babel/helper-validator-identifier": "^7.14.0",
				"@babel/template": "^7.12.13",
				"@babel/traverse": "^7.14.2",
				"@babel/types": "^7.14.2"
			},
			"dependencies": {
				"@babel/helper-validator-identifier": {
					"version": "7.14.0",
					"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
					"integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
					"dev": true
				}
			}
		},
		"@babel/helper-optimise-call-expression": {
			"version": "7.12.13",
			"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz",
			"integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==",
			"dev": true,
			"requires": {
				"@babel/types": "^7.12.13"
			}
		},
		"@babel/helper-replace-supers": {
			"version": "7.14.3",
			"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.3.tgz",
			"integrity": "sha512-Rlh8qEWZSTfdz+tgNV/N4gz1a0TMNwCUcENhMjHTHKp3LseYH5Jha0NSlyTQWMnjbYcwFt+bqAMqSLHVXkQ6UA==",
			"dev": true,
			"requires": {
				"@babel/helper-member-expression-to-functions": "^7.13.12",
				"@babel/helper-optimise-call-expression": "^7.12.13",
				"@babel/traverse": "^7.14.2",
				"@babel/types": "^7.14.2"
			}
		},
		"@babel/helper-simple-access": {
			"version": "7.13.12",
			"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz",
			"integrity": "sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==",
			"dev": true,
			"requires": {
				"@babel/types": "^7.13.12"
			}
		},
		"@babel/helper-split-export-declaration": {
			"version": "7.12.13",
			"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
			"integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
			"dev": true,
			"requires": {
				"@babel/types": "^7.12.13"
			}
		},
		"@babel/helper-validator-identifier": {
			"version": "7.12.11",
			"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
			"integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
			"dev": true
		},
		"@babel/helper-validator-option": {
			"version": "7.12.17",
			"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz",
			"integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==",
			"dev": true
		},
		"@babel/helpers": {
			"version": "7.14.0",
			"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.14.0.tgz",
			"integrity": "sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==",
			"dev": true,
			"requires": {
				"@babel/template": "^7.12.13",
				"@babel/traverse": "^7.14.0",
				"@babel/types": "^7.14.0"
			}
		},
		"@babel/highlight": {
			"version": "7.13.10",
			"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.10.tgz",
			"integrity": "sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==",
			"dev": true,
			"requires": {
				"@babel/helper-validator-identifier": "^7.12.11",
				"chalk": "^2.0.0",
				"js-tokens": "^4.0.0"
			}
		},
		"@babel/parser": {
			"version": "7.14.3",
			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.3.tgz",
			"integrity": "sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==",
			"dev": true
		},
		"@babel/runtime": {
			"version": "7.17.9",
			"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
			"integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
			"dev": true,
			"requires": {
				"regenerator-runtime": "^0.13.4"
			}
		},
		"@babel/runtime-corejs3": {
			"version": "7.17.9",
			"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz",
			"integrity": "sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==",
			"dev": true,
			"requires": {
				"core-js-pure": "^3.20.2",
				"regenerator-runtime": "^0.13.4"
			}
		},
		"@babel/template": {
			"version": "7.12.13",
			"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
			"integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
			"dev": true,
			"requires": {
				"@babel/code-frame": "^7.12.13",
				"@babel/parser": "^7.12.13",
				"@babel/types": "^7.12.13"
			}
		},
		"@babel/traverse": {
			"version": "7.14.2",
			"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz",
			"integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==",
			"dev": true,
			"requires": {
				"@babel/code-frame": "^7.12.13",
				"@babel/generator": "^7.14.2",
				"@babel/helper-function-name": "^7.14.2",
				"@babel/helper-split-export-declaration": "^7.12.13",
				"@babel/parser": "^7.14.2",
				"@babel/types": "^7.14.2",
				"debug": "^4.1.0",
				"globals": "^11.1.0"
			},
			"dependencies": {
				"globals": {
					"version": "11.12.0",
					"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
					"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
					"dev": true
				}
			}
		},
		"@babel/types": {
			"version": "7.14.2",
			"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.14.2.tgz",
			"integrity": "sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==",
			"dev": true,
			"requires": {
				"@babel/helper-validator-identifier": "^7.14.0",
				"to-fast-properties": "^2.0.0"
			},
			"dependencies": {
				"@babel/helper-validator-identifier": {
					"version": "7.14.0",
					"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
					"integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
					"dev": true
				}
			}
		},
		"@es-joy/jsdoccomment": {
			"version": "0.10.8",
			"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.10.8.tgz",
			"integrity": "sha512-3P1JiGL4xaR9PoTKUHa2N/LKwa2/eUdRqGwijMWWgBqbFEqJUVpmaOi2TcjcemrsRMgFLBzQCK4ToPhrSVDiFQ==",
			"dev": true,
			"requires": {
				"comment-parser": "1.2.4",
				"esquery": "^1.4.0",
				"jsdoc-type-pratt-parser": "1.1.1"
			},
			"dependencies": {
				"jsdoc-type-pratt-parser": {
					"version": "1.1.1",
					"resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.1.1.tgz",
					"integrity": "sha512-uelRmpghNwPBuZScwgBG/OzodaFk5RbO5xaivBdsAY70icWfShwZ7PCMO0x1zSkOa8T1FzHThmrdoyg/0AwV5g==",
					"dev": true
				}
			}
		},
		"@eslint/eslintrc": {
			"version": "1.2.2",
			"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.2.tgz",
			"integrity": "sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==",
			"dev": true,
			"requires": {
				"ajv": "^6.12.4",
				"debug": "^4.3.2",
				"espree": "^9.3.1",
				"globals": "^13.9.0",
				"ignore": "^5.2.0",
				"import-fresh": "^3.2.1",
				"js-yaml": "^4.1.0",
				"minimatch": "^3.0.4",
				"strip-json-comments": "^3.1.1"
			},
			"dependencies": {
				"debug": {
					"version": "4.3.4",
					"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
					"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
					"dev": true,
					"requires": {
						"ms": "2.1.2"
					}
				},
				"globals": {
					"version": "13.13.0",
					"resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz",
					"integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==",
					"dev": true,
					"requires": {
						"type-fest": "^0.20.2"
					}
				},
				"ignore": {
					"version": "5.2.0",
					"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
					"integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
					"dev": true
				},
				"type-fest": {
					"version": "0.20.2",
					"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
					"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
					"dev": true
				}
			}
		},
		"@humanwhocodes/config-array": {
			"version": "0.9.5",
			"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz",
			"integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==",
			"dev": true,
			"requires": {
				"@humanwhocodes/object-schema": "^1.2.1",
				"debug": "^4.1.1",
				"minimatch": "^3.0.4"
			}
		},
		"@humanwhocodes/object-schema": {
			"version": "1.2.1",
			"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
			"integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
			"dev": true
		},
		"@nodelib/fs.scandir": {
			"version": "2.1.4",
			"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
			"integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==",
			"dev": true,
			"requires": {
				"@nodelib/fs.stat": "2.0.4",
				"run-parallel": "^1.1.9"
			}
		},
		"@nodelib/fs.stat": {
			"version": "2.0.4",
			"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz",
			"integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==",
			"dev": true
		},
		"@nodelib/fs.walk": {
			"version": "1.2.6",
			"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-