2023-01-09 00:46:08 +01:00
{
"name" : "cargo-semver-checks-action" ,
"version" : "2.0.0" ,
"lockfileVersion" : 2 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "cargo-semver-checks-action" ,
"version" : "2.0.0" ,
"license" : "ISC" ,
"dependencies" : {
"@actions-rs/core" : "^0.1.6" ,
"@actions/core" : "^1.10.0" ,
2023-02-21 13:53:34 +01:00
"@actions/exec" : "^1.1.1" ,
2023-01-09 00:46:08 +01:00
"@actions/github" : "^5.1.1" ,
"@actions/io" : "^1.1.2" ,
"@actions/tool-cache" : "^2.0.1" ,
"@types/node-fetch" : "^2.6.2"
} ,
"devDependencies" : {
2023-02-21 12:18:52 +01:00
"@types/node" : "^18.11.18" ,
"@vercel/ncc" : "^0.36.1" ,
"typescript" : "^4.9.5"
2023-01-09 00:46:08 +01:00
}
} ,
"node_modules/@actions-rs/core" : {
"version" : "0.1.6" ,
"resolved" : "https://npm.pkg.github.com/download/@actions-rs/core/0.1.6/a31ee28db21827c6f9b5f342293ea1257dedf645" ,
"integrity" : "sha512-r0wHjreL+R5GrdNZ9l3EbyqPlD1vxhpvJPj8zwi8AaJEUs1huIQc/e50RF0dlc6DdtiFYzMi491TwEVREwAabQ==" ,
"license" : "MIT" ,
"dependencies" : {
"@actions/cache" : "^1.0.4" ,
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.4" ,
"@actions/github" : "^4.0.0" ,
"@actions/io" : "^1.0.2" ,
"@actions/tool-cache" : "^1.6.1" ,
"@octokit/graphql" : "^4.5.7" ,
"@octokit/rest" : "^18.0.9" ,
"semver" : "^7.3.2"
}
} ,
"node_modules/@actions-rs/core/node_modules/@actions/github" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@actions/github/-/github-4.0.0.tgz" ,
"integrity" : "sha512-Ej/Y2E+VV6sR9X7pWL5F3VgEWrABaT292DRqRU6R4hnQjPtC/zD3nagxVdXWiRQvYDh8kHXo7IDmG42eJ/dOMA==" ,
"dependencies" : {
"@actions/http-client" : "^1.0.8" ,
"@octokit/core" : "^3.0.0" ,
"@octokit/plugin-paginate-rest" : "^2.2.3" ,
"@octokit/plugin-rest-endpoint-methods" : "^4.0.0"
}
} ,
"node_modules/@actions-rs/core/node_modules/@actions/http-client" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz" ,
"integrity" : "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==" ,
"dependencies" : {
"tunnel" : "0.0.6"
}
} ,
"node_modules/@actions-rs/core/node_modules/@actions/tool-cache" : {
"version" : "1.7.2" ,
"resolved" : "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.7.2.tgz" ,
"integrity" : "sha512-GYlcgg/PK2RWBrGG2sFg6s7im3S94LMKuqAv8UPDq/pGTZbuEvmN4a95Fn1Z19OE+vt7UbUHeewOD5tEBT+4TQ==" ,
"dependencies" : {
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.0" ,
"@actions/http-client" : "^1.0.8" ,
"@actions/io" : "^1.1.1" ,
"semver" : "^6.1.0" ,
"uuid" : "^3.3.2"
}
} ,
"node_modules/@actions-rs/core/node_modules/@actions/tool-cache/node_modules/semver" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" ,
"integrity" : "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/@actions-rs/core/node_modules/@octokit/plugin-rest-endpoint-methods" : {
"version" : "4.15.1" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.1.tgz" ,
"integrity" : "sha512-4gQg4ySoW7ktKB0Mf38fHzcSffVZd6mT5deJQtpqkuPuAqzlED5AJTeW8Uk7dPRn7KaOlWcXB0MedTFJU1j4qA==" ,
"dependencies" : {
"@octokit/types" : "^6.13.0" ,
"deprecation" : "^2.3.1"
} ,
"peerDependencies" : {
"@octokit/core" : ">=3"
}
} ,
"node_modules/@actions-rs/core/node_modules/semver" : {
"version" : "7.3.8" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" ,
"integrity" : "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==" ,
"dependencies" : {
"lru-cache" : "^6.0.0"
} ,
"bin" : {
"semver" : "bin/semver.js"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/@actions-rs/core/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." ,
"bin" : {
"uuid" : "bin/uuid"
}
} ,
"node_modules/@actions/cache" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@actions/cache/-/cache-1.0.11.tgz" ,
"integrity" : "sha512-L+VCF1JpFePAzxkYtpwYDWnd0WzSU1DoNPE2cuINKpEie27ONH0Cpqt40cG8NiJW4zbZLN+kNkEDo3F2MkUuRw==" ,
"dependencies" : {
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.1" ,
"@actions/glob" : "^0.1.0" ,
"@actions/http-client" : "^1.0.9" ,
"@actions/io" : "^1.0.1" ,
"@azure/ms-rest-js" : "^2.6.0" ,
"@azure/storage-blob" : "^12.8.0" ,
"semver" : "^6.1.0" ,
"uuid" : "^3.3.3"
}
} ,
"node_modules/@actions/cache/node_modules/@actions/http-client" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz" ,
"integrity" : "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==" ,
"dependencies" : {
"tunnel" : "0.0.6"
}
} ,
"node_modules/@actions/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." ,
"bin" : {
"uuid" : "bin/uuid"
}
} ,
"node_modules/@actions/core" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz" ,
"integrity" : "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==" ,
"dependencies" : {
"@actions/http-client" : "^2.0.1" ,
"uuid" : "^8.3.2"
}
} ,
"node_modules/@actions/exec" : {
"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"
}
} ,
"node_modules/@actions/github" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz" ,
"integrity" : "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==" ,
"dependencies" : {
"@actions/http-client" : "^2.0.1" ,
"@octokit/core" : "^3.6.0" ,
"@octokit/plugin-paginate-rest" : "^2.17.0" ,
"@octokit/plugin-rest-endpoint-methods" : "^5.13.0"
}
} ,
"node_modules/@actions/glob" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/@actions/glob/-/glob-0.1.2.tgz" ,
"integrity" : "sha512-SclLR7Ia5sEqjkJTPs7Sd86maMDw43p769YxBOxvPvEWuPEhpAnBsQfENOpXjFYMmhCqd127bmf+YdvJqVqR4A==" ,
"dependencies" : {
"@actions/core" : "^1.2.6" ,
"minimatch" : "^3.0.4"
}
} ,
"node_modules/@actions/http-client" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz" ,
"integrity" : "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==" ,
"dependencies" : {
"tunnel" : "^0.0.6"
}
} ,
"node_modules/@actions/io" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@actions/io/-/io-1.1.2.tgz" ,
"integrity" : "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw=="
} ,
"node_modules/@actions/tool-cache" : {
"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==" ,
"dependencies" : {
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.0" ,
"@actions/http-client" : "^2.0.1" ,
"@actions/io" : "^1.1.1" ,
"semver" : "^6.1.0" ,
"uuid" : "^3.3.2"
}
} ,
"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." ,
"bin" : {
"uuid" : "bin/uuid"
}
} ,
"node_modules/@azure/abort-controller" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz" ,
"integrity" : "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==" ,
"dependencies" : {
"tslib" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@azure/abort-controller/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@azure/core-auth" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.4.0.tgz" ,
"integrity" : "sha512-HFrcTgmuSuukRf/EdPmqBrc5l6Q5Uu+2TbuhaKbgaCpP2TfAeiNaQPAadxO+CYBRHGUzIDteMAjFspFLDLnKVQ==" ,
"dependencies" : {
"@azure/abort-controller" : "^1.0.0" ,
"tslib" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@azure/core-auth/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@azure/core-http" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/@azure/core-http/-/core-http-2.3.1.tgz" ,
"integrity" : "sha512-cur03BUwV0Tbv81bQBOLafFB02B6G++K6F2O3IMl8pSE2QlXm3cu11bfyBNlDUKi5U+xnB3GC63ae3athhkx6Q==" ,
"dependencies" : {
"@azure/abort-controller" : "^1.0.0" ,
"@azure/core-auth" : "^1.3.0" ,
"@azure/core-tracing" : "1.0.0-preview.13" ,
"@azure/core-util" : "^1.1.1" ,
"@azure/logger" : "^1.0.0" ,
"@types/node-fetch" : "^2.5.0" ,
"@types/tunnel" : "^0.0.3" ,
"form-data" : "^4.0.0" ,
"node-fetch" : "^2.6.7" ,
"process" : "^0.11.10" ,
"tough-cookie" : "^4.0.0" ,
"tslib" : "^2.2.0" ,
"tunnel" : "^0.0.6" ,
"uuid" : "^8.3.0" ,
"xml2js" : "^0.4.19"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@azure/core-http/node_modules/form-data" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz" ,
"integrity" : "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" ,
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/@azure/core-http/node_modules/tough-cookie" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz" ,
"integrity" : "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==" ,
"dependencies" : {
"psl" : "^1.1.33" ,
"punycode" : "^2.1.1" ,
"universalify" : "^0.2.0" ,
"url-parse" : "^1.5.3"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/@azure/core-http/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@azure/core-lro" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.4.0.tgz" ,
"integrity" : "sha512-F65+rYkll1dpw3RGm8/SSiSj+/QkMeYDanzS/QKlM1dmuneVyXbO46C88V1MRHluLGdMP6qfD3vDRYALn0z0tQ==" ,
"dependencies" : {
"@azure/abort-controller" : "^1.0.0" ,
"@azure/logger" : "^1.0.0" ,
"tslib" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@azure/core-lro/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@azure/core-paging" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.4.0.tgz" ,
"integrity" : "sha512-tabFtZTg8D9XqZKEfNUOGh63SuYeOxmvH4GDcOJN+R1bZWZ1FZskctgY9Pmuwzhn+0Xvq9rmimK9hsvtLkeBsw==" ,
"dependencies" : {
"tslib" : "^2.2.0"
} ,
"engines" : {
"node" : ">=14.0.0"
}
} ,
"node_modules/@azure/core-paging/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@azure/core-tracing" : {
"version" : "1.0.0-preview.13" ,
"resolved" : "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz" ,
"integrity" : "sha512-KxDlhXyMlh2Jhj2ykX6vNEU0Vou4nHr025KoSEiz7cS3BNiHNaZcdECk/DmLkEB0as5T7b/TpRcehJ5yV6NeXQ==" ,
"dependencies" : {
"@opentelemetry/api" : "^1.0.1" ,
"tslib" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@azure/core-tracing/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@azure/core-util" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@azure/core-util/-/core-util-1.1.1.tgz" ,
"integrity" : "sha512-A4TBYVQCtHOigFb2ETiiKFDocBoI1Zk2Ui1KpI42aJSIDexF7DHQFpnjonltXAIU/ceH+1fsZAWWgvX6/AKzog==" ,
"dependencies" : {
"@azure/abort-controller" : "^1.0.0" ,
"tslib" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@azure/core-util/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@azure/logger" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@azure/logger/-/logger-1.0.3.tgz" ,
"integrity" : "sha512-aK4s3Xxjrx3daZr3VylxejK3vG5ExXck5WOHDJ8in/k9AqlfIyFMMT1uG7u8mNjX+QRILTIn0/Xgschfh/dQ9g==" ,
"dependencies" : {
"tslib" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@azure/logger/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@azure/ms-rest-js" : {
"version" : "2.6.4" ,
"resolved" : "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.6.4.tgz" ,
"integrity" : "sha512-2sbOpGhlBfv9itWdF7Qlk0CmoQCARxe5unwjNOprU7OdgEgabQncZ35L5u1A+zgdkVtNYF9Eo6XAhXzTweIhag==" ,
"dependencies" : {
"@azure/core-auth" : "^1.1.4" ,
"abort-controller" : "^3.0.0" ,
"form-data" : "^2.5.0" ,
"node-fetch" : "^2.6.7" ,
"tough-cookie" : "^3.0.1" ,
"tslib" : "^1.10.0" ,
"tunnel" : "0.0.6" ,
"uuid" : "^8.3.2" ,
"xml2js" : "^0.4.19"
}
} ,
"node_modules/@azure/ms-rest-js/node_modules/form-data" : {
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz" ,
"integrity" : "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" ,
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.6" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 0.12"
}
} ,
"node_modules/@azure/storage-blob" : {
"version" : "12.12.0" ,
"resolved" : "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.12.0.tgz" ,
"integrity" : "sha512-o/Mf6lkyYG/eBW4/hXB9864RxVNmAkcKHjsGR6Inlp5hupa3exjSyH2KjO3tLO//YGA+tS+17hM2bxRl9Sn16g==" ,
"dependencies" : {
"@azure/abort-controller" : "^1.0.0" ,
"@azure/core-http" : "^2.0.0" ,
"@azure/core-lro" : "^2.2.0" ,
"@azure/core-paging" : "^1.1.1" ,
"@azure/core-tracing" : "1.0.0-preview.13" ,
"@azure/logger" : "^1.0.0" ,
"events" : "^3.0.0" ,
"tslib" : "^2.2.0"
} ,
"engines" : {
"node" : ">=12.0.0"
}
} ,
"node_modules/@azure/storage-blob/node_modules/tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
} ,
"node_modules/@octokit/auth-token" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz" ,
"integrity" : "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==" ,
"dependencies" : {
"@octokit/types" : "^6.0.3"
}
} ,
"node_modules/@octokit/core" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz" ,
"integrity" : "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==" ,
"dependencies" : {
"@octokit/auth-token" : "^2.4.4" ,
"@octokit/graphql" : "^4.5.8" ,
"@octokit/request" : "^5.6.3" ,
"@octokit/request-error" : "^2.0.5" ,
"@octokit/types" : "^6.0.3" ,
"before-after-hook" : "^2.2.0" ,
"universal-user-agent" : "^6.0.0"
}
} ,
"node_modules/@octokit/endpoint" : {
"version" : "6.0.12" ,
"resolved" : "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz" ,
"integrity" : "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==" ,
"dependencies" : {
"@octokit/types" : "^6.0.3" ,
"is-plain-object" : "^5.0.0" ,
"universal-user-agent" : "^6.0.0"
}
} ,
"node_modules/@octokit/graphql" : {
"version" : "4.8.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz" ,
"integrity" : "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==" ,
"dependencies" : {
"@octokit/request" : "^5.6.0" ,
"@octokit/types" : "^6.0.3" ,
"universal-user-agent" : "^6.0.0"
}
} ,
"node_modules/@octokit/openapi-types" : {
"version" : "12.11.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz" ,
"integrity" : "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ=="
} ,
"node_modules/@octokit/plugin-paginate-rest" : {
"version" : "2.21.3" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz" ,
"integrity" : "sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==" ,
"dependencies" : {
"@octokit/types" : "^6.40.0"
} ,
"peerDependencies" : {
"@octokit/core" : ">=2"
}
} ,
"node_modules/@octokit/plugin-request-log" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz" ,
"integrity" : "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==" ,
"peerDependencies" : {
"@octokit/core" : ">=3"
}
} ,
"node_modules/@octokit/plugin-rest-endpoint-methods" : {
"version" : "5.16.2" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz" ,
"integrity" : "sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==" ,
"dependencies" : {
"@octokit/types" : "^6.39.0" ,
"deprecation" : "^2.3.1"
} ,
"peerDependencies" : {
"@octokit/core" : ">=3"
}
} ,
"node_modules/@octokit/request" : {
"version" : "5.6.3" ,
"resolved" : "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz" ,
"integrity" : "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==" ,
"dependencies" : {
"@octokit/endpoint" : "^6.0.1" ,
"@octokit/request-error" : "^2.1.0" ,
"@octokit/types" : "^6.16.1" ,
"is-plain-object" : "^5.0.0" ,
"node-fetch" : "^2.6.7" ,
"universal-user-agent" : "^6.0.0"
}
} ,
"node_modules/@octokit/request-error" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz" ,
"integrity" : "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==" ,
"dependencies" : {
"@octokit/types" : "^6.0.3" ,
"deprecation" : "^2.0.0" ,
"once" : "^1.4.0"
}
} ,
"node_modules/@octokit/rest" : {
"version" : "18.12.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz" ,
"integrity" : "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==" ,
"dependencies" : {
"@octokit/core" : "^3.5.1" ,
"@octokit/plugin-paginate-rest" : "^2.16.8" ,
"@octokit/plugin-request-log" : "^1.0.4" ,
"@octokit/plugin-rest-endpoint-methods" : "^5.12.0"
}
} ,
"node_modules/@octokit/types" : {
"version" : "6.41.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz" ,
"integrity" : "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==" ,
"dependencies" : {
"@octokit/openapi-types" : "^12.11.0"
}
} ,
"node_modules/@opentelemetry/api" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/api/-/api-1.3.0.tgz" ,
"integrity" : "sha512-YveTnGNsFFixTKJz09Oi4zYkiLT5af3WpZDu4aIUM7xX+2bHAkOJayFTVQd6zB8kkWPpbua4Ha6Ql00grdLlJQ==" ,
"engines" : {
"node" : ">=8.0.0"
}
} ,
"node_modules/@types/node" : {
"version" : "18.11.18" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz" ,
"integrity" : "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA=="
} ,
"node_modules/@types/node-fetch" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz" ,
"integrity" : "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==" ,
"dependencies" : {
"@types/node" : "*" ,
"form-data" : "^3.0.0"
}
} ,
"node_modules/@types/tunnel" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/tunnel/-/tunnel-0.0.3.tgz" ,
"integrity" : "sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==" ,
"dependencies" : {
"@types/node" : "*"
}
} ,
2023-02-21 12:18:52 +01:00
"node_modules/@vercel/ncc" : {
"version" : "0.36.1" ,
"resolved" : "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz" ,
"integrity" : "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==" ,
"dev" : true ,
"bin" : {
"ncc" : "dist/ncc/cli.js"
}
} ,
2023-01-09 00:46:08 +01:00
"node_modules/abort-controller" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
"dependencies" : {
"event-target-shim" : "^5.0.0"
} ,
"engines" : {
"node" : ">=6.5"
}
} ,
"node_modules/asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
} ,
"node_modules/balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
} ,
"node_modules/before-after-hook" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz" ,
"integrity" : "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="
} ,
"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==" ,
"dependencies" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"node_modules/combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
"dependencies" : {
"delayed-stream" : "~1.0.0"
} ,
"engines" : {
"node" : ">= 0.8"
}
} ,
"node_modules/concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
} ,
"node_modules/delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" ,
"engines" : {
"node" : ">=0.4.0"
}
} ,
"node_modules/deprecation" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz" ,
"integrity" : "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
} ,
"node_modules/event-target-shim" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" ,
"engines" : {
"node" : ">=0.8.x"
}
} ,
"node_modules/form-data" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz" ,
"integrity" : "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==" ,
"dependencies" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
} ,
"engines" : {
"node" : ">= 6"
}
} ,
"node_modules/ip-regex" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz" ,
"integrity" : "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==" ,
"engines" : {
"node" : ">=4"
}
} ,
"node_modules/is-plain-object" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" ,
"integrity" : "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" ,
"engines" : {
"node" : ">=0.10.0"
}
} ,
"node_modules/lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"dependencies" : {
"yallist" : "^4.0.0"
} ,
"engines" : {
"node" : ">=10"
}
} ,
"node_modules/mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"dependencies" : {
"mime-db" : "1.52.0"
} ,
"engines" : {
"node" : ">= 0.6"
}
} ,
"node_modules/minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"dependencies" : {
"brace-expansion" : "^1.1.7"
} ,
"engines" : {
"node" : "*"
}
} ,
"node_modules/node-fetch" : {
"version" : "2.6.7" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz" ,
"integrity" : "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==" ,
"dependencies" : {
"whatwg-url" : "^5.0.0"
} ,
"engines" : {
"node" : "4.x || >=6.0.0"
} ,
"peerDependencies" : {
"encoding" : "^0.1.0"
} ,
"peerDependenciesMeta" : {
"encoding" : {
"optional" : true
}
}
} ,
"node_modules/once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"dependencies" : {
"wrappy" : "1"
}
} ,
"node_modules/process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" ,
"engines" : {
"node" : ">= 0.6.0"
}
} ,
"node_modules/psl" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz" ,
"integrity" : "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
} ,
"node_modules/punycode" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz" ,
"integrity" : "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/querystringify" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" ,
"integrity" : "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
} ,
"node_modules/requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
} ,
"node_modules/sax" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" ,
"integrity" : "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
} ,
"node_modules/semver" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" ,
"integrity" : "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" ,
"bin" : {
"semver" : "bin/semver.js"
}
} ,
"node_modules/tough-cookie" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz" ,
"integrity" : "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==" ,
"dependencies" : {
"ip-regex" : "^2.1.0" ,
"psl" : "^1.1.28" ,
"punycode" : "^2.1.1"
} ,
"engines" : {
"node" : ">=6"
}
} ,
"node_modules/tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
} ,
"node_modules/tslib" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" ,
"integrity" : "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
} ,
"node_modules/tunnel" : {
"version" : "0.0.6" ,
"resolved" : "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz" ,
"integrity" : "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" ,
"engines" : {
"node" : ">=0.6.11 <=0.7.0 || >=0.7.3"
}
} ,
2023-02-21 12:18:52 +01:00
"node_modules/typescript" : {
"version" : "4.9.5" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz" ,
"integrity" : "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" ,
"dev" : true ,
"bin" : {
"tsc" : "bin/tsc" ,
"tsserver" : "bin/tsserver"
} ,
"engines" : {
"node" : ">=4.2.0"
}
} ,
2023-01-09 00:46:08 +01:00
"node_modules/universal-user-agent" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz" ,
"integrity" : "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w=="
} ,
"node_modules/universalify" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz" ,
"integrity" : "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" ,
"engines" : {
"node" : ">= 4.0.0"
}
} ,
"node_modules/url-parse" : {
"version" : "1.5.10" ,
"resolved" : "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" ,
"integrity" : "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" ,
"dependencies" : {
"querystringify" : "^2.1.1" ,
"requires-port" : "^1.0.0"
}
} ,
"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/webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
} ,
"node_modules/whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"dependencies" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
"node_modules/wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
} ,
"node_modules/xml2js" : {
"version" : "0.4.23" ,
"resolved" : "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz" ,
"integrity" : "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==" ,
"dependencies" : {
"sax" : ">=0.6.0" ,
"xmlbuilder" : "~11.0.0"
} ,
"engines" : {
"node" : ">=4.0.0"
}
} ,
"node_modules/xmlbuilder" : {
"version" : "11.0.1" ,
"resolved" : "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" ,
"integrity" : "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" ,
"engines" : {
"node" : ">=4.0"
}
} ,
"node_modules/yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
} ,
"dependencies" : {
"@actions-rs/core" : {
"version" : "0.1.6" ,
"resolved" : "https://npm.pkg.github.com/download/@actions-rs/core/0.1.6/a31ee28db21827c6f9b5f342293ea1257dedf645" ,
"integrity" : "sha512-r0wHjreL+R5GrdNZ9l3EbyqPlD1vxhpvJPj8zwi8AaJEUs1huIQc/e50RF0dlc6DdtiFYzMi491TwEVREwAabQ==" ,
"requires" : {
"@actions/cache" : "^1.0.4" ,
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.4" ,
"@actions/github" : "^4.0.0" ,
"@actions/io" : "^1.0.2" ,
"@actions/tool-cache" : "^1.6.1" ,
"@octokit/graphql" : "^4.5.7" ,
"@octokit/rest" : "^18.0.9" ,
"semver" : "^7.3.2"
} ,
"dependencies" : {
"@actions/github" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/@actions/github/-/github-4.0.0.tgz" ,
"integrity" : "sha512-Ej/Y2E+VV6sR9X7pWL5F3VgEWrABaT292DRqRU6R4hnQjPtC/zD3nagxVdXWiRQvYDh8kHXo7IDmG42eJ/dOMA==" ,
"requires" : {
"@actions/http-client" : "^1.0.8" ,
"@octokit/core" : "^3.0.0" ,
"@octokit/plugin-paginate-rest" : "^2.2.3" ,
"@octokit/plugin-rest-endpoint-methods" : "^4.0.0"
}
} ,
"@actions/http-client" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz" ,
"integrity" : "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==" ,
"requires" : {
"tunnel" : "0.0.6"
}
} ,
"@actions/tool-cache" : {
"version" : "1.7.2" ,
"resolved" : "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.7.2.tgz" ,
"integrity" : "sha512-GYlcgg/PK2RWBrGG2sFg6s7im3S94LMKuqAv8UPDq/pGTZbuEvmN4a95Fn1Z19OE+vt7UbUHeewOD5tEBT+4TQ==" ,
"requires" : {
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.0" ,
"@actions/http-client" : "^1.0.8" ,
"@actions/io" : "^1.1.1" ,
"semver" : "^6.1.0" ,
"uuid" : "^3.3.2"
} ,
"dependencies" : {
"semver" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" ,
"integrity" : "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
}
}
} ,
"@octokit/plugin-rest-endpoint-methods" : {
"version" : "4.15.1" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.1.tgz" ,
"integrity" : "sha512-4gQg4ySoW7ktKB0Mf38fHzcSffVZd6mT5deJQtpqkuPuAqzlED5AJTeW8Uk7dPRn7KaOlWcXB0MedTFJU1j4qA==" ,
"requires" : {
"@octokit/types" : "^6.13.0" ,
"deprecation" : "^2.3.1"
}
} ,
"semver" : {
"version" : "7.3.8" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" ,
"integrity" : "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==" ,
"requires" : {
"lru-cache" : "^6.0.0"
}
} ,
"uuid" : {
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" ,
"integrity" : "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
} ,
"@actions/cache" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@actions/cache/-/cache-1.0.11.tgz" ,
"integrity" : "sha512-L+VCF1JpFePAzxkYtpwYDWnd0WzSU1DoNPE2cuINKpEie27ONH0Cpqt40cG8NiJW4zbZLN+kNkEDo3F2MkUuRw==" ,
"requires" : {
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.1" ,
"@actions/glob" : "^0.1.0" ,
"@actions/http-client" : "^1.0.9" ,
"@actions/io" : "^1.0.1" ,
"@azure/ms-rest-js" : "^2.6.0" ,
"@azure/storage-blob" : "^12.8.0" ,
"semver" : "^6.1.0" ,
"uuid" : "^3.3.3"
} ,
"dependencies" : {
"@actions/http-client" : {
"version" : "1.0.11" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz" ,
"integrity" : "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==" ,
"requires" : {
"tunnel" : "0.0.6"
}
} ,
"uuid" : {
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" ,
"integrity" : "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
} ,
"@actions/core" : {
"version" : "1.10.0" ,
"resolved" : "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz" ,
"integrity" : "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==" ,
"requires" : {
"@actions/http-client" : "^2.0.1" ,
"uuid" : "^8.3.2"
}
} ,
"@actions/exec" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz" ,
"integrity" : "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==" ,
"requires" : {
"@actions/io" : "^1.0.1"
}
} ,
"@actions/github" : {
"version" : "5.1.1" ,
"resolved" : "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz" ,
"integrity" : "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==" ,
"requires" : {
"@actions/http-client" : "^2.0.1" ,
"@octokit/core" : "^3.6.0" ,
"@octokit/plugin-paginate-rest" : "^2.17.0" ,
"@octokit/plugin-rest-endpoint-methods" : "^5.13.0"
}
} ,
"@actions/glob" : {
"version" : "0.1.2" ,
"resolved" : "https://registry.npmjs.org/@actions/glob/-/glob-0.1.2.tgz" ,
"integrity" : "sha512-SclLR7Ia5sEqjkJTPs7Sd86maMDw43p769YxBOxvPvEWuPEhpAnBsQfENOpXjFYMmhCqd127bmf+YdvJqVqR4A==" ,
"requires" : {
"@actions/core" : "^1.2.6" ,
"minimatch" : "^3.0.4"
}
} ,
"@actions/http-client" : {
"version" : "2.0.1" ,
"resolved" : "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz" ,
"integrity" : "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==" ,
"requires" : {
"tunnel" : "^0.0.6"
}
} ,
"@actions/io" : {
"version" : "1.1.2" ,
"resolved" : "https://registry.npmjs.org/@actions/io/-/io-1.1.2.tgz" ,
"integrity" : "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw=="
} ,
"@actions/tool-cache" : {
"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==" ,
"requires" : {
"@actions/core" : "^1.2.6" ,
"@actions/exec" : "^1.0.0" ,
"@actions/http-client" : "^2.0.1" ,
"@actions/io" : "^1.1.1" ,
"semver" : "^6.1.0" ,
"uuid" : "^3.3.2"
} ,
"dependencies" : {
"uuid" : {
"version" : "3.4.0" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" ,
"integrity" : "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
}
} ,
"@azure/abort-controller" : {
"version" : "1.1.0" ,
"resolved" : "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz" ,
"integrity" : "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==" ,
"requires" : {
"tslib" : "^2.2.0"
} ,
"dependencies" : {
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@azure/core-auth" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.4.0.tgz" ,
"integrity" : "sha512-HFrcTgmuSuukRf/EdPmqBrc5l6Q5Uu+2TbuhaKbgaCpP2TfAeiNaQPAadxO+CYBRHGUzIDteMAjFspFLDLnKVQ==" ,
"requires" : {
"@azure/abort-controller" : "^1.0.0" ,
"tslib" : "^2.2.0"
} ,
"dependencies" : {
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@azure/core-http" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/@azure/core-http/-/core-http-2.3.1.tgz" ,
"integrity" : "sha512-cur03BUwV0Tbv81bQBOLafFB02B6G++K6F2O3IMl8pSE2QlXm3cu11bfyBNlDUKi5U+xnB3GC63ae3athhkx6Q==" ,
"requires" : {
"@azure/abort-controller" : "^1.0.0" ,
"@azure/core-auth" : "^1.3.0" ,
"@azure/core-tracing" : "1.0.0-preview.13" ,
"@azure/core-util" : "^1.1.1" ,
"@azure/logger" : "^1.0.0" ,
"@types/node-fetch" : "^2.5.0" ,
"@types/tunnel" : "^0.0.3" ,
"form-data" : "^4.0.0" ,
"node-fetch" : "^2.6.7" ,
"process" : "^0.11.10" ,
"tough-cookie" : "^4.0.0" ,
"tslib" : "^2.2.0" ,
"tunnel" : "^0.0.6" ,
"uuid" : "^8.3.0" ,
"xml2js" : "^0.4.19"
} ,
"dependencies" : {
"form-data" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz" ,
"integrity" : "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" ,
"requires" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
}
} ,
"tough-cookie" : {
"version" : "4.1.2" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz" ,
"integrity" : "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==" ,
"requires" : {
"psl" : "^1.1.33" ,
"punycode" : "^2.1.1" ,
"universalify" : "^0.2.0" ,
"url-parse" : "^1.5.3"
}
} ,
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@azure/core-lro" : {
"version" : "2.4.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.4.0.tgz" ,
"integrity" : "sha512-F65+rYkll1dpw3RGm8/SSiSj+/QkMeYDanzS/QKlM1dmuneVyXbO46C88V1MRHluLGdMP6qfD3vDRYALn0z0tQ==" ,
"requires" : {
"@azure/abort-controller" : "^1.0.0" ,
"@azure/logger" : "^1.0.0" ,
"tslib" : "^2.2.0"
} ,
"dependencies" : {
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@azure/core-paging" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.4.0.tgz" ,
"integrity" : "sha512-tabFtZTg8D9XqZKEfNUOGh63SuYeOxmvH4GDcOJN+R1bZWZ1FZskctgY9Pmuwzhn+0Xvq9rmimK9hsvtLkeBsw==" ,
"requires" : {
"tslib" : "^2.2.0"
} ,
"dependencies" : {
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@azure/core-tracing" : {
"version" : "1.0.0-preview.13" ,
"resolved" : "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz" ,
"integrity" : "sha512-KxDlhXyMlh2Jhj2ykX6vNEU0Vou4nHr025KoSEiz7cS3BNiHNaZcdECk/DmLkEB0as5T7b/TpRcehJ5yV6NeXQ==" ,
"requires" : {
"@opentelemetry/api" : "^1.0.1" ,
"tslib" : "^2.2.0"
} ,
"dependencies" : {
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@azure/core-util" : {
"version" : "1.1.1" ,
"resolved" : "https://registry.npmjs.org/@azure/core-util/-/core-util-1.1.1.tgz" ,
"integrity" : "sha512-A4TBYVQCtHOigFb2ETiiKFDocBoI1Zk2Ui1KpI42aJSIDexF7DHQFpnjonltXAIU/ceH+1fsZAWWgvX6/AKzog==" ,
"requires" : {
"@azure/abort-controller" : "^1.0.0" ,
"tslib" : "^2.2.0"
} ,
"dependencies" : {
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@azure/logger" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/@azure/logger/-/logger-1.0.3.tgz" ,
"integrity" : "sha512-aK4s3Xxjrx3daZr3VylxejK3vG5ExXck5WOHDJ8in/k9AqlfIyFMMT1uG7u8mNjX+QRILTIn0/Xgschfh/dQ9g==" ,
"requires" : {
"tslib" : "^2.2.0"
} ,
"dependencies" : {
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@azure/ms-rest-js" : {
"version" : "2.6.4" ,
"resolved" : "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.6.4.tgz" ,
"integrity" : "sha512-2sbOpGhlBfv9itWdF7Qlk0CmoQCARxe5unwjNOprU7OdgEgabQncZ35L5u1A+zgdkVtNYF9Eo6XAhXzTweIhag==" ,
"requires" : {
"@azure/core-auth" : "^1.1.4" ,
"abort-controller" : "^3.0.0" ,
"form-data" : "^2.5.0" ,
"node-fetch" : "^2.6.7" ,
"tough-cookie" : "^3.0.1" ,
"tslib" : "^1.10.0" ,
"tunnel" : "0.0.6" ,
"uuid" : "^8.3.2" ,
"xml2js" : "^0.4.19"
} ,
"dependencies" : {
"form-data" : {
"version" : "2.5.1" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz" ,
"integrity" : "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" ,
"requires" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.6" ,
"mime-types" : "^2.1.12"
}
}
}
} ,
"@azure/storage-blob" : {
"version" : "12.12.0" ,
"resolved" : "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.12.0.tgz" ,
"integrity" : "sha512-o/Mf6lkyYG/eBW4/hXB9864RxVNmAkcKHjsGR6Inlp5hupa3exjSyH2KjO3tLO//YGA+tS+17hM2bxRl9Sn16g==" ,
"requires" : {
"@azure/abort-controller" : "^1.0.0" ,
"@azure/core-http" : "^2.0.0" ,
"@azure/core-lro" : "^2.2.0" ,
"@azure/core-paging" : "^1.1.1" ,
"@azure/core-tracing" : "1.0.0-preview.13" ,
"@azure/logger" : "^1.0.0" ,
"events" : "^3.0.0" ,
"tslib" : "^2.2.0"
} ,
"dependencies" : {
"tslib" : {
"version" : "2.4.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" ,
"integrity" : "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}
}
} ,
"@octokit/auth-token" : {
"version" : "2.5.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz" ,
"integrity" : "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==" ,
"requires" : {
"@octokit/types" : "^6.0.3"
}
} ,
"@octokit/core" : {
"version" : "3.6.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz" ,
"integrity" : "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==" ,
"requires" : {
"@octokit/auth-token" : "^2.4.4" ,
"@octokit/graphql" : "^4.5.8" ,
"@octokit/request" : "^5.6.3" ,
"@octokit/request-error" : "^2.0.5" ,
"@octokit/types" : "^6.0.3" ,
"before-after-hook" : "^2.2.0" ,
"universal-user-agent" : "^6.0.0"
}
} ,
"@octokit/endpoint" : {
"version" : "6.0.12" ,
"resolved" : "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz" ,
"integrity" : "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==" ,
"requires" : {
"@octokit/types" : "^6.0.3" ,
"is-plain-object" : "^5.0.0" ,
"universal-user-agent" : "^6.0.0"
}
} ,
"@octokit/graphql" : {
"version" : "4.8.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz" ,
"integrity" : "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==" ,
"requires" : {
"@octokit/request" : "^5.6.0" ,
"@octokit/types" : "^6.0.3" ,
"universal-user-agent" : "^6.0.0"
}
} ,
"@octokit/openapi-types" : {
"version" : "12.11.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz" ,
"integrity" : "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ=="
} ,
"@octokit/plugin-paginate-rest" : {
"version" : "2.21.3" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz" ,
"integrity" : "sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==" ,
"requires" : {
"@octokit/types" : "^6.40.0"
}
} ,
"@octokit/plugin-request-log" : {
"version" : "1.0.4" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz" ,
"integrity" : "sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==" ,
"requires" : { }
} ,
"@octokit/plugin-rest-endpoint-methods" : {
"version" : "5.16.2" ,
"resolved" : "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz" ,
"integrity" : "sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==" ,
"requires" : {
"@octokit/types" : "^6.39.0" ,
"deprecation" : "^2.3.1"
}
} ,
"@octokit/request" : {
"version" : "5.6.3" ,
"resolved" : "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz" ,
"integrity" : "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==" ,
"requires" : {
"@octokit/endpoint" : "^6.0.1" ,
"@octokit/request-error" : "^2.1.0" ,
"@octokit/types" : "^6.16.1" ,
"is-plain-object" : "^5.0.0" ,
"node-fetch" : "^2.6.7" ,
"universal-user-agent" : "^6.0.0"
}
} ,
"@octokit/request-error" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz" ,
"integrity" : "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==" ,
"requires" : {
"@octokit/types" : "^6.0.3" ,
"deprecation" : "^2.0.0" ,
"once" : "^1.4.0"
}
} ,
"@octokit/rest" : {
"version" : "18.12.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz" ,
"integrity" : "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==" ,
"requires" : {
"@octokit/core" : "^3.5.1" ,
"@octokit/plugin-paginate-rest" : "^2.16.8" ,
"@octokit/plugin-request-log" : "^1.0.4" ,
"@octokit/plugin-rest-endpoint-methods" : "^5.12.0"
}
} ,
"@octokit/types" : {
"version" : "6.41.0" ,
"resolved" : "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz" ,
"integrity" : "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==" ,
"requires" : {
"@octokit/openapi-types" : "^12.11.0"
}
} ,
"@opentelemetry/api" : {
"version" : "1.3.0" ,
"resolved" : "https://registry.npmjs.org/@opentelemetry/api/-/api-1.3.0.tgz" ,
"integrity" : "sha512-YveTnGNsFFixTKJz09Oi4zYkiLT5af3WpZDu4aIUM7xX+2bHAkOJayFTVQd6zB8kkWPpbua4Ha6Ql00grdLlJQ=="
} ,
"@types/node" : {
"version" : "18.11.18" ,
"resolved" : "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz" ,
"integrity" : "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA=="
} ,
"@types/node-fetch" : {
"version" : "2.6.2" ,
"resolved" : "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz" ,
"integrity" : "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==" ,
"requires" : {
"@types/node" : "*" ,
"form-data" : "^3.0.0"
}
} ,
"@types/tunnel" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/@types/tunnel/-/tunnel-0.0.3.tgz" ,
"integrity" : "sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==" ,
"requires" : {
"@types/node" : "*"
}
} ,
2023-02-21 12:18:52 +01:00
"@vercel/ncc" : {
"version" : "0.36.1" ,
"resolved" : "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.1.tgz" ,
"integrity" : "sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==" ,
"dev" : true
} ,
2023-01-09 00:46:08 +01:00
"abort-controller" : {
"version" : "3.0.0" ,
"resolved" : "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" ,
"integrity" : "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" ,
"requires" : {
"event-target-shim" : "^5.0.0"
}
} ,
"asynckit" : {
"version" : "0.4.0" ,
"resolved" : "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" ,
"integrity" : "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
} ,
"balanced-match" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" ,
"integrity" : "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
} ,
"before-after-hook" : {
"version" : "2.2.3" ,
"resolved" : "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz" ,
"integrity" : "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ=="
} ,
"brace-expansion" : {
"version" : "1.1.11" ,
"resolved" : "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" ,
"integrity" : "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" ,
"requires" : {
"balanced-match" : "^1.0.0" ,
"concat-map" : "0.0.1"
}
} ,
"combined-stream" : {
"version" : "1.0.8" ,
"resolved" : "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" ,
"integrity" : "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" ,
"requires" : {
"delayed-stream" : "~1.0.0"
}
} ,
"concat-map" : {
"version" : "0.0.1" ,
"resolved" : "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" ,
"integrity" : "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
} ,
"delayed-stream" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" ,
"integrity" : "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
} ,
"deprecation" : {
"version" : "2.3.1" ,
"resolved" : "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz" ,
"integrity" : "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
} ,
"event-target-shim" : {
"version" : "5.0.1" ,
"resolved" : "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" ,
"integrity" : "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ=="
} ,
"events" : {
"version" : "3.3.0" ,
"resolved" : "https://registry.npmjs.org/events/-/events-3.3.0.tgz" ,
"integrity" : "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
} ,
"form-data" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz" ,
"integrity" : "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==" ,
"requires" : {
"asynckit" : "^0.4.0" ,
"combined-stream" : "^1.0.8" ,
"mime-types" : "^2.1.12"
}
} ,
"ip-regex" : {
"version" : "2.1.0" ,
"resolved" : "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz" ,
"integrity" : "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw=="
} ,
"is-plain-object" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" ,
"integrity" : "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q=="
} ,
"lru-cache" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" ,
"integrity" : "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" ,
"requires" : {
"yallist" : "^4.0.0"
}
} ,
"mime-db" : {
"version" : "1.52.0" ,
"resolved" : "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" ,
"integrity" : "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
} ,
"mime-types" : {
"version" : "2.1.35" ,
"resolved" : "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" ,
"integrity" : "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" ,
"requires" : {
"mime-db" : "1.52.0"
}
} ,
"minimatch" : {
"version" : "3.1.2" ,
"resolved" : "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" ,
"integrity" : "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" ,
"requires" : {
"brace-expansion" : "^1.1.7"
}
} ,
"node-fetch" : {
"version" : "2.6.7" ,
"resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz" ,
"integrity" : "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==" ,
"requires" : {
"whatwg-url" : "^5.0.0"
}
} ,
"once" : {
"version" : "1.4.0" ,
"resolved" : "https://registry.npmjs.org/once/-/once-1.4.0.tgz" ,
"integrity" : "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" ,
"requires" : {
"wrappy" : "1"
}
} ,
"process" : {
"version" : "0.11.10" ,
"resolved" : "https://registry.npmjs.org/process/-/process-0.11.10.tgz" ,
"integrity" : "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A=="
} ,
"psl" : {
"version" : "1.9.0" ,
"resolved" : "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz" ,
"integrity" : "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
} ,
"punycode" : {
"version" : "2.1.1" ,
"resolved" : "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz" ,
"integrity" : "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
} ,
"querystringify" : {
"version" : "2.2.0" ,
"resolved" : "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz" ,
"integrity" : "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
} ,
"requires-port" : {
"version" : "1.0.0" ,
"resolved" : "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz" ,
"integrity" : "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
} ,
"sax" : {
"version" : "1.2.4" ,
"resolved" : "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz" ,
"integrity" : "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
} ,
"semver" : {
"version" : "6.3.0" ,
"resolved" : "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" ,
"integrity" : "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
} ,
"tough-cookie" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz" ,
"integrity" : "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==" ,
"requires" : {
"ip-regex" : "^2.1.0" ,
"psl" : "^1.1.28" ,
"punycode" : "^2.1.1"
}
} ,
"tr46" : {
"version" : "0.0.3" ,
"resolved" : "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" ,
"integrity" : "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
} ,
"tslib" : {
"version" : "1.14.1" ,
"resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" ,
"integrity" : "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
} ,
"tunnel" : {
"version" : "0.0.6" ,
"resolved" : "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz" ,
"integrity" : "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
} ,
2023-02-21 12:18:52 +01:00
"typescript" : {
"version" : "4.9.5" ,
"resolved" : "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz" ,
"integrity" : "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" ,
"dev" : true
} ,
2023-01-09 00:46:08 +01:00
"universal-user-agent" : {
"version" : "6.0.0" ,
"resolved" : "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz" ,
"integrity" : "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w=="
} ,
"universalify" : {
"version" : "0.2.0" ,
"resolved" : "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz" ,
"integrity" : "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg=="
} ,
"url-parse" : {
"version" : "1.5.10" ,
"resolved" : "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz" ,
"integrity" : "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" ,
"requires" : {
"querystringify" : "^2.1.1" ,
"requires-port" : "^1.0.0"
}
} ,
"uuid" : {
"version" : "8.3.2" ,
"resolved" : "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" ,
"integrity" : "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
} ,
"webidl-conversions" : {
"version" : "3.0.1" ,
"resolved" : "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" ,
"integrity" : "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
} ,
"whatwg-url" : {
"version" : "5.0.0" ,
"resolved" : "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" ,
"integrity" : "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" ,
"requires" : {
"tr46" : "~0.0.3" ,
"webidl-conversions" : "^3.0.0"
}
} ,
"wrappy" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" ,
"integrity" : "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
} ,
"xml2js" : {
"version" : "0.4.23" ,
"resolved" : "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz" ,
"integrity" : "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==" ,
"requires" : {
"sax" : ">=0.6.0" ,
"xmlbuilder" : "~11.0.0"
}
} ,
"xmlbuilder" : {
"version" : "11.0.1" ,
"resolved" : "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz" ,
"integrity" : "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA=="
} ,
"yallist" : {
"version" : "4.0.0" ,
"resolved" : "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" ,
"integrity" : "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
}