2019-12-03 18:28:59 +03:00
{
"name" : "checkout" ,
2024-09-25 20:51:15 +03:00
"version" : "4.2.0" ,
2024-04-24 19:04:10 +03:00
"lockfileVersion" : 3 ,
2019-12-03 18:28:59 +03:00
"requires" : true ,
2022-12-12 21:44:24 +03:00
"packages" : {
"" : {
"name" : "checkout" ,
2024-09-25 20:51:15 +03:00
"version" : "4.2.0" ,
2022-12-12 21:44:24 +03:00
"license" : "MIT" ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@actions/core" : "^1.10.1" ,
"@actions/exec" : "^1.1.1" ,
"@actions/github" : "^6.0.0" ,
2023-03-15 22:45:08 +03:00
"@actions/io" : "^1.1.3" ,
2024-04-24 19:04:10 +03:00
"@actions/tool-cache" : "^2.0.1" ,
"uuid" : "^9.0.1"
2022-12-12 21:44:24 +03:00
} ,
"devDependencies" : {
2024-04-24 19:04:10 +03:00
"@types/jest" : "^29.5.12" ,
2024-05-20 16:56:19 +03:00
"@types/node" : "^20.12.12" ,
2024-04-24 19:04:10 +03:00
"@types/uuid" : "^9.0.8" ,
2024-05-20 16:56:19 +03:00
"@typescript-eslint/eslint-plugin" : "^7.9.0" ,
"@typescript-eslint/parser" : "^7.9.0" ,
2024-04-24 19:04:10 +03:00
"@vercel/ncc" : "^0.38.1" ,
"eslint" : "^8.57.0" ,
"eslint-plugin-github" : "^4.10.2" ,
2024-09-05 22:04:17 +03:00
"eslint-plugin-jest" : "^28.8.2" ,
2024-04-24 19:04:10 +03:00
"jest" : "^29.7.0" ,
"jest-circus" : "^29.7.0" ,
"js-yaml" : "^4.1.0" ,
2024-09-05 22:04:17 +03:00
"prettier" : "^3.3.3" ,
"ts-jest" : "^29.2.5" ,
"typescript" : "^5.5.4"
2024-04-24 19:04:10 +03:00
}
} ,
"node_modules/@aashutoshrathi/word-wrap" : {
"version" : "1.2.6" ,
"resolved" : "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz" ,
"integrity" : "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.10.0"
2022-12-12 21:44:24 +03:00
}
} ,
"node_modules/@actions/core" : {
2024-04-24 19:04:10 +03:00
"version" : "1.10.1" ,
"resolved" : "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz" ,
"integrity" : "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==" ,
2022-12-12 21:44:24 +03:00
"dependencies" : {
"@actions/http-client" : "^2.0.1" ,
"uuid" : "^8.3.2"
}
} ,
"node_modules/@actions/core/node_modules/uuid" : {
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" ,
"integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" ,
"bin" : {
"uuid" : "dist/bin/uuid"
}
} ,
"node_modules/@actions/exec" : {
2024-04-24 19:04:10 +03:00
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz" ,
"integrity" : "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==" ,
"dependencies" : {
"@actions/io" : "^1.0.1"
}
2022-12-12 21:44:24 +03:00
} ,
"node_modules/@actions/github" : {
2024-04-24 19:04:10 +03:00
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz" ,
"integrity" : "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==" ,
2022-12-12 21:44:24 +03:00
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@actions/http-client" : "^2.2.0" ,
"@octokit/core" : "^5.0.1" ,
"@octokit/plugin-paginate-rest" : "^9.0.0" ,
"@octokit/plugin-rest-endpoint-methods" : "^10.0.0"
2022-12-12 21:44:24 +03:00
}
} ,
"node_modules/@actions/http-client" : {
2024-04-24 19:04:10 +03:00
"version" : "2.2.1" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.1.tgz" ,
"integrity" : "sha512-KhC/cZsq7f8I4LfZSJKgCvEwfkE8o1538VoBeoGzokVLLnbFDEAdFD3UhoMklxo2un9NJVBdANOresx7vTHlHw==" ,
2022-12-12 21:44:24 +03:00
"dependencies" : {
2024-04-24 19:04:10 +03:00
"tunnel" : "^0.0.6" ,
"undici" : "^5.25.4"
2022-12-12 21:44:24 +03:00
}
} ,
"node_modules/@actions/io" : {
2023-03-15 22:45:08 +03:00
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz" ,
"integrity" : "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q=="
2022-12-12 21:44:24 +03:00
} ,
"node_modules/@actions/tool-cache" : {
2024-04-24 19:04:10 +03:00
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-2.0.1.tgz" ,
"integrity" : "sha512-iPU+mNwrbA8jodY8eyo/0S/QqCKDajiR8OxWTnSk/SnYg0sj8Hp4QcUEVC1YFpHWXtrfbQrE13Jz4k4HXJQKcA==" ,
2022-12-12 21:44:24 +03:00
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.0" ,
"@actions/http-client" : "^2.0.1" ,
"@actions/io" : "^1.1.1" ,
2022-12-12 21:44:24 +03:00
"semver" : "^6.1.0" ,
"uuid" : "^3.3.2"
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@actions/tool-cache/node_modules/uuid" : {
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" ,
"integrity" : "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" ,
"deprecated" : "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details." ,
2022-12-12 21:44:24 +03:00
"bin" : {
2024-04-24 19:04:10 +03:00
"uuid" : "bin/uuid"
2022-12-12 21:44:24 +03:00
}
} ,
"node_modules/@ampproject/remapping" : {
2024-04-24 19:04:10 +03:00
"version" : "2.3.0" ,
"resolved" : "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" ,
"integrity" : "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.24"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/code-frame" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.2" ,
"resolved" : "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz" ,
"integrity" : "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/highlight" : "^7.24.2" ,
"picocolors" : "^1.0.0"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/compat-data" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz" ,
"integrity" : "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/core" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz" ,
"integrity" : "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==" ,
"dev" : true ,
"dependencies" : {
"@ampproject/remapping" : "^2.2.0" ,
"@babel/code-frame" : "^7.24.2" ,
"@babel/generator" : "^7.24.4" ,
"@babel/helper-compilation-targets" : "^7.23.6" ,
"@babel/helper-module-transforms" : "^7.23.3" ,
"@babel/helpers" : "^7.24.4" ,
"@babel/parser" : "^7.24.4" ,
"@babel/template" : "^7.24.0" ,
"@babel/traverse" : "^7.24.1" ,
"@babel/types" : "^7.24.0" ,
"convert-source-map" : "^2.0.0" ,
2022-12-12 21:44:24 +03:00
"debug" : "^4.1.0" ,
"gensync" : "^1.0.0-beta.2" ,
2024-04-24 19:04:10 +03:00
"json5" : "^2.2.3" ,
"semver" : "^6.3.1"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/babel"
}
} ,
"node_modules/@babel/generator" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz" ,
"integrity" : "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/types" : "^7.24.0" ,
"@jridgewell/gen-mapping" : "^0.3.5" ,
"@jridgewell/trace-mapping" : "^0.3.25" ,
2022-12-12 21:44:24 +03:00
"jsesc" : "^2.5.1"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-compilation-targets" : {
2024-04-24 19:04:10 +03:00
"version" : "7.23.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz" ,
"integrity" : "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/compat-data" : "^7.23.5" ,
"@babel/helper-validator-option" : "^7.23.5" ,
"browserslist" : "^4.22.2" ,
"lru-cache" : "^5.1.1" ,
"semver" : "^6.3.1"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-environment-visitor" : {
2024-03-05 21:09:59 +03:00
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz" ,
"integrity" : "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-function-name" : {
2024-03-05 21:09:59 +03:00
"version" : "7.23.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz" ,
"integrity" : "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-03-05 21:09:59 +03:00
"@babel/template" : "^7.22.15" ,
"@babel/types" : "^7.23.0"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-hoist-variables" : {
2024-03-05 21:09:59 +03:00
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz" ,
"integrity" : "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-03-05 21:09:59 +03:00
"@babel/types" : "^7.22.5"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-imports" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz" ,
"integrity" : "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/types" : "^7.24.0"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-module-transforms" : {
2024-04-24 19:04:10 +03:00
"version" : "7.23.3" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz" ,
"integrity" : "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-module-imports" : "^7.22.15" ,
"@babel/helper-simple-access" : "^7.22.5" ,
"@babel/helper-split-export-declaration" : "^7.22.6" ,
"@babel/helper-validator-identifier" : "^7.22.20"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
2024-04-24 19:04:10 +03:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0"
2022-12-12 21:44:24 +03:00
}
} ,
"node_modules/@babel/helper-plugin-utils" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz" ,
"integrity" : "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==" ,
"dev" : true ,
"engines" : {
"node" : ">=6.9.0"
}
2022-12-12 21:44:24 +03:00
} ,
"node_modules/@babel/helper-simple-access" : {
2024-04-24 19:04:10 +03:00
"version" : "7.22.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz" ,
"integrity" : "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/types" : "^7.22.5"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-split-export-declaration" : {
2024-03-05 21:09:59 +03:00
"version" : "7.22.6" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz" ,
"integrity" : "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-03-05 21:09:59 +03:00
"@babel/types" : "^7.22.5"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-string-parser" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz" ,
"integrity" : "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-identifier" : {
2024-03-05 21:09:59 +03:00
"version" : "7.22.20" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz" ,
"integrity" : "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helper-validator-option" : {
2024-04-24 19:04:10 +03:00
"version" : "7.23.5" ,
"resolved" : "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz" ,
"integrity" : "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/helpers" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz" ,
"integrity" : "sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/template" : "^7.24.0" ,
"@babel/traverse" : "^7.24.1" ,
"@babel/types" : "^7.24.0"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/highlight" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.2" ,
"resolved" : "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz" ,
"integrity" : "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-03-05 21:09:59 +03:00
"@babel/helper-validator-identifier" : "^7.22.20" ,
"chalk" : "^2.4.2" ,
2024-04-24 19:04:10 +03:00
"js-tokens" : "^4.0.0" ,
"picocolors" : "^1.0.0"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@babel/highlight/node_modules/ansi-styles" : {
"version" : "3.2.1" ,
"resolved" : "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" ,
"integrity" : "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" ,
"dev" : true ,
"dependencies" : {
"color-convert" : "^1.9.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/chalk" : {
"version" : "2.4.2" ,
"resolved" : "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" ,
"integrity" : "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" ,
"dev" : true ,
"dependencies" : {
"ansi-styles" : "^3.2.1" ,
"escape-string-regexp" : "^1.0.5" ,
"supports-color" : "^5.3.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/color-convert" : {
"version" : "1.9.3" ,
"resolved" : "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" ,
"integrity" : "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" ,
"dev" : true ,
"dependencies" : {
"color-name" : "1.1.3"
}
} ,
"node_modules/@babel/highlight/node_modules/color-name" : {
"version" : "1.1.3" ,
"resolved" : "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" ,
"integrity" : "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" ,
"dev" : true
} ,
"node_modules/@babel/highlight/node_modules/escape-string-regexp" : {
"version" : "1.0.5" ,
"resolved" : "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" ,
"integrity" : "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" ,
"dev" : true ,
"engines" : {
"node" : ">=0.8.0"
}
} ,
"node_modules/@babel/highlight/node_modules/has-flag" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" ,
"integrity" : "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" ,
"dev" : true ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/@babel/highlight/node_modules/supports-color" : {
"version" : "5.5.0" ,
"resolved" : "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" ,
"integrity" : "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" ,
"dev" : true ,
"dependencies" : {
"has-flag" : "^3.0.0"
} ,
"engines" : {
"node" : ">=4"
}
} ,
2022-12-12 21:44:24 +03:00
"node_modules/@babel/parser" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz" ,
"integrity" : "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"bin" : {
"parser" : "bin/babel-parser.js"
} ,
"engines" : {
"node" : ">=6.0.0"
}
} ,
"node_modules/@babel/plugin-syntax-async-generators" : {
"version" : "7.8.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" ,
"integrity" : "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-bigint" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz" ,
"integrity" : "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-class-properties" : {
"version" : "7.12.13" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" ,
"integrity" : "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.12.13"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-import-meta" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz" ,
"integrity" : "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-json-strings" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" ,
"integrity" : "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@babel/plugin-syntax-jsx" : {
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz" ,
"integrity" : "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
2024-04-24 19:04:10 +03:00
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.24.0"
} ,
2022-12-12 21:44:24 +03:00
"engines" : {
"node" : ">=6.9.0"
2024-04-24 19:04:10 +03:00
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
2022-12-12 21:44:24 +03:00
}
} ,
"node_modules/@babel/plugin-syntax-logical-assignment-operators" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" ,
"integrity" : "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" ,
"integrity" : "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-numeric-separator" : {
"version" : "7.10.4" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" ,
"integrity" : "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.10.4"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-object-rest-spread" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" ,
"integrity" : "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-optional-catch-binding" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" ,
"integrity" : "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-optional-chaining" : {
"version" : "7.8.3" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" ,
"integrity" : "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.8.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-top-level-await" : {
"version" : "7.14.5" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" ,
"integrity" : "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" ,
"dev" : true ,
"dependencies" : {
"@babel/helper-plugin-utils" : "^7.14.5"
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
"node_modules/@babel/plugin-syntax-typescript" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz" ,
"integrity" : "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/helper-plugin-utils" : "^7.24.0"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
} ,
"peerDependencies" : {
"@babel/core" : "^7.0.0-0"
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@babel/runtime" : {
"version" : "7.24.4" ,
"resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz" ,
"integrity" : "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
2024-04-24 19:04:10 +03:00
"dependencies" : {
"regenerator-runtime" : "^0.14.0"
} ,
2022-12-12 21:44:24 +03:00
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/template" : {
2024-03-05 21:09:59 +03:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz" ,
"integrity" : "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-03-05 21:09:59 +03:00
"@babel/code-frame" : "^7.23.5" ,
"@babel/parser" : "^7.24.0" ,
"@babel/types" : "^7.24.0"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@babel/traverse" : {
2024-04-24 19:04:10 +03:00
"version" : "7.24.1" ,
"resolved" : "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz" ,
"integrity" : "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==" ,
2024-03-05 21:09:59 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@babel/code-frame" : "^7.24.1" ,
"@babel/generator" : "^7.24.1" ,
2024-03-05 21:09:59 +03:00
"@babel/helper-environment-visitor" : "^7.22.20" ,
"@babel/helper-function-name" : "^7.23.0" ,
"@babel/helper-hoist-variables" : "^7.22.5" ,
"@babel/helper-split-export-declaration" : "^7.22.6" ,
2024-04-24 19:04:10 +03:00
"@babel/parser" : "^7.24.1" ,
2024-03-05 21:09:59 +03:00
"@babel/types" : "^7.24.0" ,
"debug" : "^4.3.1" ,
2022-12-12 21:44:24 +03:00
"globals" : "^11.1.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@babel/traverse/node_modules/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 ,
"engines" : {
"node" : ">=4"
}
} ,
2022-12-12 21:44:24 +03:00
"node_modules/@babel/types" : {
2024-03-05 21:09:59 +03:00
"version" : "7.24.0" ,
"resolved" : "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz" ,
"integrity" : "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-03-05 21:09:59 +03:00
"@babel/helper-string-parser" : "^7.23.4" ,
"@babel/helper-validator-identifier" : "^7.22.20" ,
2022-12-12 21:44:24 +03:00
"to-fast-properties" : "^2.0.0"
} ,
"engines" : {
"node" : ">=6.9.0"
}
} ,
"node_modules/@bcoe/v8-coverage" : {
"version" : "0.2.3" ,
"resolved" : "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" ,
"integrity" : "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" ,
"dev" : true
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@eslint-community/eslint-utils" : {
"version" : "4.4.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" ,
"integrity" : "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"eslint-visitor-keys" : "^3.3.0"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
2024-04-24 19:04:10 +03:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
} ,
"peerDependencies" : {
"eslint" : "^6.0.0 || ^7.0.0 || >=8.0.0"
2022-12-12 21:44:24 +03:00
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@eslint-community/regexpp" : {
"version" : "4.10.0" ,
"resolved" : "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz" ,
"integrity" : "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"engines" : {
2024-04-24 19:04:10 +03:00
"node" : "^12.0.0 || ^14.0.0 || >=16.0.0"
2022-12-12 21:44:24 +03:00
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@eslint/eslintrc" : {
"version" : "2.1.4" ,
"resolved" : "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" ,
"integrity" : "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
2024-04-24 19:04:10 +03:00
"dependencies" : {
"ajv" : "^6.12.4" ,
"debug" : "^4.3.2" ,
"espree" : "^9.6.0" ,
"globals" : "^13.19.0" ,
"ignore" : "^5.2.0" ,
"import-fresh" : "^3.2.1" ,
"js-yaml" : "^4.1.0" ,
"minimatch" : "^3.1.2" ,
"strip-json-comments" : "^3.1.1"
} ,
2022-12-12 21:44:24 +03:00
"engines" : {
2024-04-24 19:04:10 +03:00
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-12-12 21:44:24 +03:00
} ,
"funding" : {
2024-04-24 19:04:10 +03:00
"url" : "https://opencollective.com/eslint"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"dev" : true ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@eslint/eslintrc/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/@eslint/js" : {
"version" : "8.57.0" ,
"resolved" : "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz" ,
"integrity" : "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==" ,
"dev" : true ,
"engines" : {
"node" : "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} ,
"node_modules/@fastify/busboy" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz" ,
"integrity" : "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==" ,
"engines" : {
"node" : ">=14"
2022-12-12 21:44:24 +03:00
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@github/browserslist-config" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/@github/browserslist-config/-/browserslist-config-1.0.0.tgz" ,
"integrity" : "sha512-gIhjdJp/c2beaIWWIlsXdqXVRUz3r2BxBCpfz/F3JXHvSAQ1paMYjLH+maEATtENg+k5eLV7gA+9yPp762ieuw==" ,
"dev" : true
} ,
2022-12-12 21:44:24 +03:00
"node_modules/@humanwhocodes/config-array" : {
2024-04-24 19:04:10 +03:00
"version" : "0.11.14" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz" ,
"integrity" : "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==" ,
2022-12-12 21:44:24 +03:00
"dev" : true ,
"dependencies" : {
2024-04-24 19:04:10 +03:00
"@humanwhocodes/object-schema" : "^2.0.2" ,
"debug" : "^4.3.1" ,
"minimatch" : "^3.0.5"
2022-12-12 21:44:24 +03:00
} ,
"engines" : {
"node" : ">=10.10.0"
}
} ,
2024-04-24 19:04:10 +03:00
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"dev" : true ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/@humanwhocodes/config-array/node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dev" : true ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/@humanwhocodes/module-importer" : {
"version" : "1.0.1" ,
"resolved" : "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" ,
"integrity" : "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" ,
"dev" : true ,
"engines" : {
"node" : ">=12.22"
} ,
"funding" : {
"type" : "github" ,
"url" : "https://github.com/sponsors/nzakas"
}
} ,
2022-12-12 21:44:24 +03:00