You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1956 lines
74 KiB
1956 lines
74 KiB
{ |
|
"name": "action-download-artifact", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "action-download-artifact", |
|
"dependencies": { |
|
"@actions/artifact": "2.1.7", |
|
"@actions/core": "1.10.1", |
|
"@actions/github": "6.0.0", |
|
"adm-zip": "0.5.12", |
|
"filesize": "10.1.1" |
|
} |
|
}, |
|
"node_modules/@actions/artifact": { |
|
"version": "2.1.7", |
|
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.7.tgz", |
|
"integrity": "sha512-iIFsTPZnb182dBc+Is5v7ZqojC4ydO8Ru4/PD8Azg2diV//fdW3H6biEH/utUlNhwfOuHxZpC/QSQsU5KDEuuw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@actions/core": "^1.10.0", |
|
"@actions/github": "^5.1.1", |
|
"@actions/http-client": "^2.1.0", |
|
"@azure/storage-blob": "^12.15.0", |
|
"@octokit/core": "^3.5.1", |
|
"@octokit/plugin-request-log": "^1.0.4", |
|
"@octokit/plugin-retry": "^3.0.9", |
|
"@octokit/request-error": "^5.0.0", |
|
"@protobuf-ts/plugin": "^2.2.3-alpha.1", |
|
"archiver": "^7.0.1", |
|
"crypto": "^1.0.1", |
|
"jwt-decode": "^3.1.2", |
|
"twirp-ts": "^2.5.0", |
|
"unzip-stream": "^0.3.1" |
|
} |
|
}, |
|
"node_modules/@actions/artifact/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/core": { |
|
"version": "1.10.1", |
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", |
|
"integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", |
|
"dependencies": { |
|
"@actions/http-client": "^2.0.1", |
|
"uuid": "^8.3.2" |
|
} |
|
}, |
|
"node_modules/@actions/github": { |
|
"version": "6.0.0", |
|
"resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", |
|
"integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", |
|
"dependencies": { |
|
"@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" |
|
} |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/auth-token": { |
|
"version": "4.0.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz", |
|
"integrity": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==", |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/core": { |
|
"version": "5.0.2", |
|
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.0.2.tgz", |
|
"integrity": "sha512-cZUy1gUvd4vttMic7C0lwPed8IYXWYp8kHIMatyhY8t8n3Cpw2ILczkV5pGMPqef7v0bLo0pOHrEHarsau2Ydg==", |
|
"dependencies": { |
|
"@octokit/auth-token": "^4.0.0", |
|
"@octokit/graphql": "^7.0.0", |
|
"@octokit/request": "^8.0.2", |
|
"@octokit/request-error": "^5.0.0", |
|
"@octokit/types": "^12.0.0", |
|
"before-after-hook": "^2.2.0", |
|
"universal-user-agent": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/endpoint": { |
|
"version": "9.0.4", |
|
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.4.tgz", |
|
"integrity": "sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==", |
|
"dependencies": { |
|
"@octokit/types": "^12.0.0", |
|
"universal-user-agent": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/graphql": { |
|
"version": "7.0.2", |
|
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.0.2.tgz", |
|
"integrity": "sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==", |
|
"dependencies": { |
|
"@octokit/request": "^8.0.1", |
|
"@octokit/types": "^12.0.0", |
|
"universal-user-agent": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/openapi-types": { |
|
"version": "19.1.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.1.0.tgz", |
|
"integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==" |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/plugin-paginate-rest": { |
|
"version": "9.1.5", |
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.1.5.tgz", |
|
"integrity": "sha512-WKTQXxK+bu49qzwv4qKbMMRXej1DU2gq017euWyKVudA6MldaSSQuxtz+vGbhxV4CjxpUxjZu6rM2wfc1FiWVg==", |
|
"dependencies": { |
|
"@octokit/types": "^12.4.0" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
}, |
|
"peerDependencies": { |
|
"@octokit/core": ">=5" |
|
} |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods": { |
|
"version": "10.2.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz", |
|
"integrity": "sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==", |
|
"dependencies": { |
|
"@octokit/types": "^12.3.0" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
}, |
|
"peerDependencies": { |
|
"@octokit/core": ">=5" |
|
} |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/request": { |
|
"version": "8.1.6", |
|
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.1.6.tgz", |
|
"integrity": "sha512-YhPaGml3ncZC1NfXpP3WZ7iliL1ap6tLkAp6MvbK2fTTPytzVUyUesBBogcdMm86uRYO5rHaM1xIWxigWZ17MQ==", |
|
"dependencies": { |
|
"@octokit/endpoint": "^9.0.0", |
|
"@octokit/request-error": "^5.0.0", |
|
"@octokit/types": "^12.0.0", |
|
"universal-user-agent": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/@actions/github/node_modules/@octokit/types": { |
|
"version": "12.4.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.4.0.tgz", |
|
"integrity": "sha512-FLWs/AvZllw/AGVs+nJ+ELCDZZJk+kY0zMen118xhL2zD0s1etIUHm1odgjP7epxYU1ln7SZxEUWYop5bhsdgQ==", |
|
"dependencies": { |
|
"@octokit/openapi-types": "^19.1.0" |
|
} |
|
}, |
|
"node_modules/@actions/http-client": { |
|
"version": "2.2.0", |
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.0.tgz", |
|
"integrity": "sha512-q+epW0trjVUUHboliPb4UF9g2msf+w61b32tAkFEwL/IwP0DQWgbCMM0Hbe3e3WXSKz5VcUXbzJQgy8Hkra/Lg==", |
|
"dependencies": { |
|
"tunnel": "^0.0.6", |
|
"undici": "^5.25.4" |
|
} |
|
}, |
|
"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/core-auth": { |
|
"version": "1.5.0", |
|
"resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.5.0.tgz", |
|
"integrity": "sha512-udzoBuYG1VBoHVohDTrvKjyzel34zt77Bhp7dQntVGGD0ehVq48owENbBG8fIgkHRNUBQH5k1r0hpoMu5L8+kw==", |
|
"dependencies": { |
|
"@azure/abort-controller": "^1.0.0", |
|
"@azure/core-util": "^1.1.0", |
|
"tslib": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/@azure/core-http": { |
|
"version": "3.0.4", |
|
"resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-3.0.4.tgz", |
|
"integrity": "sha512-Fok9VVhMdxAFOtqiiAtg74fL0UJkt0z3D+ouUUxcRLzZNBioPRAMJFVxiWoJljYpXsRi4GDQHzQHDc9AiYaIUQ==", |
|
"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", |
|
"tslib": "^2.2.0", |
|
"tunnel": "^0.0.6", |
|
"uuid": "^8.3.0", |
|
"xml2js": "^0.5.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/@azure/core-lro": { |
|
"version": "2.5.4", |
|
"resolved": "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.5.4.tgz", |
|
"integrity": "sha512-3GJiMVH7/10bulzOKGrrLeG/uCBH/9VtxqaMcB9lIqAeamI/xYQSHJL/KcsLDuH+yTjYpro/u6D/MuRe4dN70Q==", |
|
"dependencies": { |
|
"@azure/abort-controller": "^1.0.0", |
|
"@azure/core-util": "^1.2.0", |
|
"@azure/logger": "^1.0.0", |
|
"tslib": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/@azure/core-paging": { |
|
"version": "1.5.0", |
|
"resolved": "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.5.0.tgz", |
|
"integrity": "sha512-zqWdVIt+2Z+3wqxEOGzR5hXFZ8MGKK52x4vFLw8n58pR6ZfKRx3EXYTxTaYxYHc/PexPUTyimcTWFJbji9Z6Iw==", |
|
"dependencies": { |
|
"tslib": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"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-util": { |
|
"version": "1.6.1", |
|
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.6.1.tgz", |
|
"integrity": "sha512-h5taHeySlsV9qxuK64KZxy4iln1BtMYlNt5jbuEFN3UFSAd1EwKg/Gjl5a6tZ/W8t6li3xPnutOx7zbDyXnPmQ==", |
|
"dependencies": { |
|
"@azure/abort-controller": "^1.0.0", |
|
"tslib": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=16.0.0" |
|
} |
|
}, |
|
"node_modules/@azure/logger": { |
|
"version": "1.0.4", |
|
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.0.4.tgz", |
|
"integrity": "sha512-ustrPY8MryhloQj7OWGe+HrYx+aoiOxzbXTtgblbV3xwCqpzUK36phH3XNHQKj3EPonyFUuDTfR3qFhTEAuZEg==", |
|
"dependencies": { |
|
"tslib": "^2.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/@azure/storage-blob": { |
|
"version": "12.17.0", |
|
"resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.17.0.tgz", |
|
"integrity": "sha512-sM4vpsCpcCApagRW5UIjQNlNylo02my2opgp0Emi8x888hZUvJ3dN69Oq20cEGXkMUWnoCrBaB0zyS3yeB87sQ==", |
|
"dependencies": { |
|
"@azure/abort-controller": "^1.0.0", |
|
"@azure/core-http": "^3.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": ">=14.0.0" |
|
} |
|
}, |
|
"node_modules/@fastify/busboy": { |
|
"version": "2.1.0", |
|
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz", |
|
"integrity": "sha512-+KpH+QxZU7O4675t3mnkQKcZZg56u+K/Ct2K+N2AZYNVK8kyeo/bI18tI8aPm3tvNNRyTWfj6s5tnGNlcbQRsA==", |
|
"engines": { |
|
"node": ">=14" |
|
} |
|
}, |
|
"node_modules/@isaacs/cliui": { |
|
"version": "8.0.2", |
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", |
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"string-width": "^5.1.2", |
|
"string-width-cjs": "npm:string-width@^4.2.0", |
|
"strip-ansi": "^7.0.1", |
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1", |
|
"wrap-ansi": "^8.1.0", |
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
} |
|
}, |
|
"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/core/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/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/plugin-retry": { |
|
"version": "3.0.9", |
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz", |
|
"integrity": "sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ==", |
|
"dependencies": { |
|
"@octokit/types": "^6.0.3", |
|
"bottleneck": "^2.15.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": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.0.1.tgz", |
|
"integrity": "sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==", |
|
"dependencies": { |
|
"@octokit/types": "^12.0.0", |
|
"deprecation": "^2.0.0", |
|
"once": "^1.4.0" |
|
}, |
|
"engines": { |
|
"node": ">= 18" |
|
} |
|
}, |
|
"node_modules/@octokit/request-error/node_modules/@octokit/openapi-types": { |
|
"version": "19.1.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.1.0.tgz", |
|
"integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==" |
|
}, |
|
"node_modules/@octokit/request-error/node_modules/@octokit/types": { |
|
"version": "12.4.0", |
|
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.4.0.tgz", |
|
"integrity": "sha512-FLWs/AvZllw/AGVs+nJ+ELCDZZJk+kY0zMen118xhL2zD0s1etIUHm1odgjP7epxYU1ln7SZxEUWYop5bhsdgQ==", |
|
"dependencies": { |
|
"@octokit/openapi-types": "^19.1.0" |
|
} |
|
}, |
|
"node_modules/@octokit/request/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/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.7.0", |
|
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.7.0.tgz", |
|
"integrity": "sha512-AdY5wvN0P2vXBi3b29hxZgSFvdhdxPB9+f0B6s//P9Q8nibRWeA3cHm8UmLpio9ABigkVHJ5NMPk+Mz8VCCyrw==", |
|
"engines": { |
|
"node": ">=8.0.0" |
|
} |
|
}, |
|
"node_modules/@pkgjs/parseargs": { |
|
"version": "0.11.0", |
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", |
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", |
|
"license": "MIT", |
|
"optional": true, |
|
"engines": { |
|
"node": ">=14" |
|
} |
|
}, |
|
"node_modules/@protobuf-ts/plugin": { |
|
"version": "2.9.3", |
|
"resolved": "https://registry.npmjs.org/@protobuf-ts/plugin/-/plugin-2.9.3.tgz", |
|
"integrity": "sha512-tHYACv+nnIV2eoiMxeZhrgMqGiUktzUzrhfgnROg/rr8TecPLp9v5/yqNibN+bad5k7d57aqlTuQKhFl+J4W/g==", |
|
"dependencies": { |
|
"@protobuf-ts/plugin-framework": "^2.9.3", |
|
"@protobuf-ts/protoc": "^2.9.3", |
|
"@protobuf-ts/runtime": "^2.9.3", |
|
"@protobuf-ts/runtime-rpc": "^2.9.3", |
|
"typescript": "^3.9" |
|
}, |
|
"bin": { |
|
"protoc-gen-dump": "bin/protoc-gen-dump", |
|
"protoc-gen-ts": "bin/protoc-gen-ts" |
|
} |
|
}, |
|
"node_modules/@protobuf-ts/plugin-framework": { |
|
"version": "2.9.3", |
|
"resolved": "https://registry.npmjs.org/@protobuf-ts/plugin-framework/-/plugin-framework-2.9.3.tgz", |
|
"integrity": "sha512-iqdkhAu7fGPvBCVOoAEEFJ1/oaGIBoNIMgSv2WonTNJVHxv5FvvAfWFn6nG/eta34fHRZT38ZXTaYcMUkv8AiQ==", |
|
"dependencies": { |
|
"@protobuf-ts/runtime": "^2.9.3", |
|
"typescript": "^3.9" |
|
} |
|
}, |
|
"node_modules/@protobuf-ts/protoc": { |
|
"version": "2.9.3", |
|
"resolved": "https://registry.npmjs.org/@protobuf-ts/protoc/-/protoc-2.9.3.tgz", |
|
"integrity": "sha512-TJ0Ycx/CIBqpB4wpKt6K05kjXj6zv36s/qpdCT/wdJBhpayOVBqLF5NpLp3WIiw1PmIxvqalB6QHKjvnLzGKLA==", |
|
"bin": { |
|
"protoc": "protoc.js" |
|
} |
|
}, |
|
"node_modules/@protobuf-ts/runtime": { |
|
"version": "2.9.3", |
|
"resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.9.3.tgz", |
|
"integrity": "sha512-nivzCpg/qYD0RX2OmHOahJALb8ndjGmUhNBcTJ0BbXoqKwCSM6vYA+vegzS3rhuaPgbyC7Ec8idlnizzUfIRuw==" |
|
}, |
|
"node_modules/@protobuf-ts/runtime-rpc": { |
|
"version": "2.9.3", |
|
"resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.9.3.tgz", |
|
"integrity": "sha512-WelHpctvZeG8yhbb7tnsrLzotq9xjMCXuGuhJ8qMyEdNoBBEodbXseofAYFTebo2/PN2LzyEq3X6vwr5f8jqTA==", |
|
"dependencies": { |
|
"@protobuf-ts/runtime": "^2.9.3" |
|
} |
|
}, |
|
"node_modules/@types/node": { |
|
"version": "20.10.4", |
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz", |
|
"integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==", |
|
"dependencies": { |
|
"undici-types": "~5.26.4" |
|
} |
|
}, |
|
"node_modules/@types/node-fetch": { |
|
"version": "2.6.9", |
|
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.9.tgz", |
|
"integrity": "sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==", |
|
"dependencies": { |
|
"@types/node": "*", |
|
"form-data": "^4.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": "*" |
|
} |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"event-target-shim": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.5" |
|
} |
|
}, |
|
"node_modules/adm-zip": { |
|
"version": "0.5.12", |
|
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.12.tgz", |
|
"integrity": "sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.0" |
|
} |
|
}, |
|
"node_modules/ansi-regex": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", |
|
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1" |
|
} |
|
}, |
|
"node_modules/ansi-styles": { |
|
"version": "6.2.1", |
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", |
|
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
} |
|
}, |
|
"node_modules/archiver": { |
|
"version": "7.0.1", |
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz", |
|
"integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"archiver-utils": "^5.0.2", |
|
"async": "^3.2.4", |
|
"buffer-crc32": "^1.0.0", |
|
"readable-stream": "^4.0.0", |
|
"readdir-glob": "^1.1.2", |
|
"tar-stream": "^3.0.0", |
|
"zip-stream": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/archiver-utils": { |
|
"version": "5.0.2", |
|
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz", |
|
"integrity": "sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"glob": "^10.0.0", |
|
"graceful-fs": "^4.2.0", |
|
"is-stream": "^2.0.1", |
|
"lazystream": "^1.0.0", |
|
"lodash": "^4.17.15", |
|
"normalize-path": "^3.0.0", |
|
"readable-stream": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/archiver-utils/node_modules/brace-expansion": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", |
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/archiver-utils/node_modules/glob": { |
|
"version": "10.4.5", |
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", |
|
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"foreground-child": "^3.1.0", |
|
"jackspeak": "^3.1.2", |
|
"minimatch": "^9.0.4", |
|
"minipass": "^7.1.2", |
|
"package-json-from-dist": "^1.0.0", |
|
"path-scurry": "^1.11.1" |
|
}, |
|
"bin": { |
|
"glob": "dist/esm/bin.mjs" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/archiver-utils/node_modules/minimatch": { |
|
"version": "9.0.5", |
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", |
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/async": { |
|
"version": "3.2.6", |
|
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", |
|
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", |
|
"license": "MIT" |
|
}, |
|
"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/b4a": { |
|
"version": "1.6.6", |
|
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz", |
|
"integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==", |
|
"license": "Apache-2.0" |
|
}, |
|
"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/bare-events": { |
|
"version": "2.4.2", |
|
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz", |
|
"integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==", |
|
"license": "Apache-2.0", |
|
"optional": true |
|
}, |
|
"node_modules/base64-js": { |
|
"version": "1.5.1", |
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", |
|
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/feross" |
|
}, |
|
{ |
|
"type": "patreon", |
|
"url": "https://www.patreon.com/feross" |
|
}, |
|
{ |
|
"type": "consulting", |
|
"url": "https://feross.org/support" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"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/binary": { |
|
"version": "0.3.0", |
|
"resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", |
|
"integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==", |
|
"dependencies": { |
|
"buffers": "~0.1.1", |
|
"chainsaw": "~0.1.0" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/bottleneck": { |
|
"version": "2.19.5", |
|
"resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", |
|
"integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" |
|
}, |
|
"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/buffer": { |
|
"version": "6.0.3", |
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", |
|
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/feross" |
|
}, |
|
{ |
|
"type": "patreon", |
|
"url": "https://www.patreon.com/feross" |
|
}, |
|
{ |
|
"type": "consulting", |
|
"url": "https://feross.org/support" |
|
} |
|
], |
|
"license": "MIT", |
|
"dependencies": { |
|
"base64-js": "^1.3.1", |
|
"ieee754": "^1.2.1" |
|
} |
|
}, |
|
"node_modules/buffer-crc32": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz", |
|
"integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8.0.0" |
|
} |
|
}, |
|
"node_modules/buffers": { |
|
"version": "0.1.1", |
|
"resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", |
|
"integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==", |
|
"engines": { |
|
"node": ">=0.2.0" |
|
} |
|
}, |
|
"node_modules/camel-case": { |
|
"version": "4.1.2", |
|
"resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", |
|
"integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", |
|
"dependencies": { |
|
"pascal-case": "^3.1.2", |
|
"tslib": "^2.0.3" |
|
} |
|
}, |
|
"node_modules/chainsaw": { |
|
"version": "0.1.0", |
|
"resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", |
|
"integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==", |
|
"dependencies": { |
|
"traverse": ">=0.3.0 <0.4" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/color-convert": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-name": "~1.1.4" |
|
}, |
|
"engines": { |
|
"node": ">=7.0.0" |
|
} |
|
}, |
|
"node_modules/color-name": { |
|
"version": "1.1.4", |
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
|
"license": "MIT" |
|
}, |
|
"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/commander": { |
|
"version": "4.1.1", |
|
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", |
|
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/compress-commons": { |
|
"version": "6.0.2", |
|
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz", |
|
"integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"crc-32": "^1.2.0", |
|
"crc32-stream": "^6.0.0", |
|
"is-stream": "^2.0.1", |
|
"normalize-path": "^3.0.0", |
|
"readable-stream": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"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/core-util-is": { |
|
"version": "1.0.3", |
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", |
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/crc-32": { |
|
"version": "1.2.2", |
|
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz", |
|
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", |
|
"license": "Apache-2.0", |
|
"bin": { |
|
"crc32": "bin/crc32.njs" |
|
}, |
|
"engines": { |
|
"node": ">=0.8" |
|
} |
|
}, |
|
"node_modules/crc32-stream": { |
|
"version": "6.0.0", |
|
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz", |
|
"integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"crc-32": "^1.2.0", |
|
"readable-stream": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
}, |
|
"node_modules/cross-spawn": { |
|
"version": "7.0.3", |
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", |
|
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"path-key": "^3.1.0", |
|
"shebang-command": "^2.0.0", |
|
"which": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/crypto": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", |
|
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", |
|
"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in." |
|
}, |
|
"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/dot-object": { |
|
"version": "2.1.4", |
|
"resolved": "https://registry.npmjs.org/dot-object/-/dot-object-2.1.4.tgz", |
|
"integrity": "sha512-7FXnyyCLFawNYJ+NhkqyP9Wd2yzuo+7n9pGiYpkmXCTYa8Ci2U0eUNDVg5OuO5Pm6aFXI2SWN8/N/w7SJWu1WA==", |
|
"dependencies": { |
|
"commander": "^4.0.0", |
|
"glob": "^7.1.5" |
|
}, |
|
"bin": { |
|
"dot-object": "bin/dot-object" |
|
} |
|
}, |
|
"node_modules/eastasianwidth": { |
|
"version": "0.2.0", |
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", |
|
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/emoji-regex": { |
|
"version": "9.2.2", |
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", |
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", |
|
"license": "MIT" |
|
}, |
|
"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==", |
|
"license": "MIT", |
|
"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/fast-fifo": { |
|
"version": "1.3.2", |
|
"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", |
|
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/filesize": { |
|
"version": "10.1.1", |
|
"resolved": "https://registry.npmjs.org/filesize/-/filesize-10.1.1.tgz", |
|
"integrity": "sha512-L0cdwZrKlwZQkMSFnCflJ6J2Y+5egO/p3vgRSDQGxQt++QbUZe5gMbRO6kg6gzwQDPvq2Fk9AmoxUNfZ5gdqaQ==", |
|
"license": "BSD-3-Clause", |
|
"engines": { |
|
"node": ">= 10.4.0" |
|
} |
|
}, |
|
"node_modules/foreground-child": { |
|
"version": "3.3.0", |
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", |
|
"integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"cross-spawn": "^7.0.0", |
|
"signal-exit": "^4.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"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/fs.realpath": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", |
|
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" |
|
}, |
|
"node_modules/glob": { |
|
"version": "7.2.3", |
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", |
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", |
|
"dependencies": { |
|
"fs.realpath": "^1.0.0", |
|
"inflight": "^1.0.4", |
|
"inherits": "2", |
|
"minimatch": "^3.1.1", |
|
"once": "^1.3.0", |
|
"path-is-absolute": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": "*" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/graceful-fs": { |
|
"version": "4.2.11", |
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", |
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/ieee754": { |
|
"version": "1.2.1", |
|
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", |
|
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/feross" |
|
}, |
|
{ |
|
"type": "patreon", |
|
"url": "https://www.patreon.com/feross" |
|
}, |
|
{ |
|
"type": "consulting", |
|
"url": "https://feross.org/support" |
|
} |
|
], |
|
"license": "BSD-3-Clause" |
|
}, |
|
"node_modules/inflight": { |
|
"version": "1.0.6", |
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", |
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", |
|
"dependencies": { |
|
"once": "^1.3.0", |
|
"wrappy": "1" |
|
} |
|
}, |
|
"node_modules/inherits": { |
|
"version": "2.0.4", |
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", |
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" |
|
}, |
|
"node_modules/is-fullwidth-code-point": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", |
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"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/is-stream": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", |
|
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/isarray": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", |
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/isexe": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", |
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", |
|
"license": "ISC" |
|
}, |
|
"node_modules/jackspeak": { |
|
"version": "3.4.3", |
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", |
|
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", |
|
"license": "BlueOak-1.0.0", |
|
"dependencies": { |
|
"@isaacs/cliui": "^8.0.2" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
}, |
|
"optionalDependencies": { |
|
"@pkgjs/parseargs": "^0.11.0" |
|
} |
|
}, |
|
"node_modules/jwt-decode": { |
|
"version": "3.1.2", |
|
"resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.1.2.tgz", |
|
"integrity": "sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==" |
|
}, |
|
"node_modules/lazystream": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz", |
|
"integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"readable-stream": "^2.0.5" |
|
}, |
|
"engines": { |
|
"node": ">= 0.6.3" |
|
} |
|
}, |
|
"node_modules/lazystream/node_modules/readable-stream": { |
|
"version": "2.3.8", |
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", |
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"core-util-is": "~1.0.0", |
|
"inherits": "~2.0.3", |
|
"isarray": "~1.0.0", |
|
"process-nextick-args": "~2.0.0", |
|
"safe-buffer": "~5.1.1", |
|
"string_decoder": "~1.1.1", |
|
"util-deprecate": "~1.0.1" |
|
} |
|
}, |
|
"node_modules/lazystream/node_modules/safe-buffer": { |
|
"version": "5.1.2", |
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", |
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/lazystream/node_modules/string_decoder": { |
|
"version": "1.1.1", |
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", |
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"safe-buffer": "~5.1.0" |
|
} |
|
}, |
|
"node_modules/lodash": { |
|
"version": "4.17.21", |
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" |
|
}, |
|
"node_modules/lower-case": { |
|
"version": "2.0.2", |
|
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", |
|
"integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", |
|
"dependencies": { |
|
"tslib": "^2.0.3" |
|
} |
|
}, |
|
"node_modules/lru-cache": { |
|
"version": "10.4.3", |
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", |
|
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", |
|
"license": "ISC" |
|
}, |
|
"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/minimist": { |
|
"version": "1.2.8", |
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", |
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
} |
|
}, |
|
"node_modules/minipass": { |
|
"version": "7.1.2", |
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", |
|
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=16 || 14 >=14.17" |
|
} |
|
}, |
|
"node_modules/mkdirp": { |
|
"version": "0.5.6", |
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", |
|
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", |
|
"dependencies": { |
|
"minimist": "^1.2.6" |
|
}, |
|
"bin": { |
|
"mkdirp": "bin/cmd.js" |
|
} |
|
}, |
|
"node_modules/no-case": { |
|
"version": "3.0.4", |
|
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", |
|
"integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", |
|
"dependencies": { |
|
"lower-case": "^2.0.2", |
|
"tslib": "^2.0.3" |
|
} |
|
}, |
|
"node_modules/node-fetch": { |
|
"version": "2.7.0", |
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", |
|
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", |
|
"dependencies": { |
|
"whatwg-url": "^5.0.0" |
|
}, |
|
"engines": { |
|
"node": "4.x || >=6.0.0" |
|
}, |
|
"peerDependencies": { |
|
"encoding": "^0.1.0" |
|
}, |
|
"peerDependenciesMeta": { |
|
"encoding": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/normalize-path": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", |
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"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/package-json-from-dist": { |
|
"version": "1.0.0", |
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", |
|
"integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", |
|
"license": "BlueOak-1.0.0" |
|
}, |
|
"node_modules/pascal-case": { |
|
"version": "3.1.2", |
|
"resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", |
|
"integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", |
|
"dependencies": { |
|
"no-case": "^3.0.4", |
|
"tslib": "^2.0.3" |
|
} |
|
}, |
|
"node_modules/path-is-absolute": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", |
|
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
} |
|
}, |
|
"node_modules/path-key": { |
|
"version": "3.1.1", |
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", |
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/path-scurry": { |
|
"version": "1.11.1", |
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", |
|
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", |
|
"license": "BlueOak-1.0.0", |
|
"dependencies": { |
|
"lru-cache": "^10.2.0", |
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=16 || 14 >=14.18" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/path-to-regexp": { |
|
"version": "6.2.1", |
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", |
|
"integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" |
|
}, |
|
"node_modules/prettier": { |
|
"version": "2.8.8", |
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", |
|
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", |
|
"bin": { |
|
"prettier": "bin-prettier.js" |
|
}, |
|
"engines": { |
|
"node": ">=10.13.0" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/prettier/prettier?sponsor=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/process-nextick-args": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", |
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/queue-tick": { |
|
"version": "1.0.1", |
|
"resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", |
|
"integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/readable-stream": { |
|
"version": "4.5.2", |
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", |
|
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"abort-controller": "^3.0.0", |
|
"buffer": "^6.0.3", |
|
"events": "^3.3.0", |
|
"process": "^0.11.10", |
|
"string_decoder": "^1.3.0" |
|
}, |
|
"engines": { |
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
} |
|
}, |
|
"node_modules/readdir-glob": { |
|
"version": "1.1.3", |
|
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz", |
|
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"minimatch": "^5.1.0" |
|
} |
|
}, |
|
"node_modules/readdir-glob/node_modules/brace-expansion": { |
|
"version": "2.0.1", |
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", |
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"balanced-match": "^1.0.0" |
|
} |
|
}, |
|
"node_modules/readdir-glob/node_modules/minimatch": { |
|
"version": "5.1.6", |
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", |
|
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"brace-expansion": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/safe-buffer": { |
|
"version": "5.2.1", |
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", |
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", |
|
"funding": [ |
|
{ |
|
"type": "github", |
|
"url": "https://github.com/sponsors/feross" |
|
}, |
|
{ |
|
"type": "patreon", |
|
"url": "https://www.patreon.com/feross" |
|
}, |
|
{ |
|
"type": "consulting", |
|
"url": "https://feross.org/support" |
|
} |
|
], |
|
"license": "MIT" |
|
}, |
|
"node_modules/sax": { |
|
"version": "1.3.0", |
|
"resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", |
|
"integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" |
|
}, |
|
"node_modules/shebang-command": { |
|
"version": "2.0.0", |
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", |
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"shebang-regex": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/shebang-regex": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", |
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/signal-exit": { |
|
"version": "4.1.0", |
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", |
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", |
|
"license": "ISC", |
|
"engines": { |
|
"node": ">=14" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/isaacs" |
|
} |
|
}, |
|
"node_modules/streamx": { |
|
"version": "2.20.0", |
|
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.0.tgz", |
|
"integrity": "sha512-ZGd1LhDeGFucr1CUCTBOS58ZhEendd0ttpGT3usTvosS4ntIwKN9LJFp+OeCSprsCPL14BXVRZlHGRY1V9PVzQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"fast-fifo": "^1.3.2", |
|
"queue-tick": "^1.0.1", |
|
"text-decoder": "^1.1.0" |
|
}, |
|
"optionalDependencies": { |
|
"bare-events": "^2.2.0" |
|
} |
|
}, |
|
"node_modules/string_decoder": { |
|
"version": "1.3.0", |
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", |
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"safe-buffer": "~5.2.0" |
|
} |
|
}, |
|
"node_modules/string-width": { |
|
"version": "5.1.2", |
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", |
|
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"eastasianwidth": "^0.2.0", |
|
"emoji-regex": "^9.2.2", |
|
"strip-ansi": "^7.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"node_modules/string-width-cjs": { |
|
"name": "string-width", |
|
"version": "4.2.3", |
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", |
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"emoji-regex": "^8.0.0", |
|
"is-fullwidth-code-point": "^3.0.0", |
|
"strip-ansi": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/string-width-cjs/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/string-width-cjs/node_modules/emoji-regex": { |
|
"version": "8.0.0", |
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", |
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/string-width-cjs/node_modules/strip-ansi": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", |
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/strip-ansi": { |
|
"version": "7.1.0", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", |
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1" |
|
} |
|
}, |
|
"node_modules/strip-ansi-cjs": { |
|
"name": "strip-ansi", |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", |
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/tar-stream": { |
|
"version": "3.1.7", |
|
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", |
|
"integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"b4a": "^1.6.4", |
|
"fast-fifo": "^1.2.0", |
|
"streamx": "^2.15.0" |
|
} |
|
}, |
|
"node_modules/text-decoder": { |
|
"version": "1.1.1", |
|
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz", |
|
"integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"b4a": "^1.6.4" |
|
} |
|
}, |
|
"node_modules/tr46": { |
|
"version": "0.0.3", |
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", |
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" |
|
}, |
|
"node_modules/traverse": { |
|
"version": "0.3.9", |
|
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", |
|
"integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==", |
|
"engines": { |
|
"node": "*" |
|
} |
|
}, |
|
"node_modules/ts-poet": { |
|
"version": "4.15.0", |
|
"resolved": "https://registry.npmjs.org/ts-poet/-/ts-poet-4.15.0.tgz", |
|
"integrity": "sha512-sLLR8yQBvHzi9d4R1F4pd+AzQxBfzOSSjfxiJxQhkUoH5bL7RsAC6wgvtVUQdGqiCsyS9rT6/8X2FI7ipdir5g==", |
|
"dependencies": { |
|
"lodash": "^4.17.15", |
|
"prettier": "^2.5.1" |
|
} |
|
}, |
|
"node_modules/tslib": { |
|
"version": "2.6.2", |
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", |
|
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" |
|
}, |
|
"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" |
|
} |
|
}, |
|
"node_modules/twirp-ts": { |
|
"version": "2.5.0", |
|
"resolved": "https://registry.npmjs.org/twirp-ts/-/twirp-ts-2.5.0.tgz", |
|
"integrity": "sha512-JTKIK5Pf/+3qCrmYDFlqcPPUx+ohEWKBaZy8GL8TmvV2VvC0SXVyNYILO39+GCRbqnuP6hBIF+BVr8ZxRz+6fw==", |
|
"dependencies": { |
|
"@protobuf-ts/plugin-framework": "^2.0.7", |
|
"camel-case": "^4.1.2", |
|
"dot-object": "^2.1.4", |
|
"path-to-regexp": "^6.2.0", |
|
"ts-poet": "^4.5.0", |
|
"yaml": "^1.10.2" |
|
}, |
|
"bin": { |
|
"protoc-gen-twirp_ts": "protoc-gen-twirp_ts" |
|
}, |
|
"peerDependencies": { |
|
"@protobuf-ts/plugin": "^2.5.0", |
|
"ts-proto": "^1.81.3" |
|
}, |
|
"peerDependenciesMeta": { |
|
"@protobuf-ts/plugin": { |
|
"optional": true |
|
}, |
|
"ts-proto": { |
|
"optional": true |
|
} |
|
} |
|
}, |
|
"node_modules/typescript": { |
|
"version": "3.9.10", |
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", |
|
"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", |
|
"bin": { |
|
"tsc": "bin/tsc", |
|
"tsserver": "bin/tsserver" |
|
}, |
|
"engines": { |
|
"node": ">=4.2.0" |
|
} |
|
}, |
|
"node_modules/undici": { |
|
"version": "5.28.2", |
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.28.2.tgz", |
|
"integrity": "sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==", |
|
"dependencies": { |
|
"@fastify/busboy": "^2.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=14.0" |
|
} |
|
}, |
|
"node_modules/undici-types": { |
|
"version": "5.26.5", |
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", |
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" |
|
}, |
|
"node_modules/universal-user-agent": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", |
|
"integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==" |
|
}, |
|
"node_modules/unzip-stream": { |
|
"version": "0.3.1", |
|
"resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.1.tgz", |
|
"integrity": "sha512-RzaGXLNt+CW+T41h1zl6pGz3EaeVhYlK+rdAap+7DxW5kqsqePO8kRtWPaCiVqdhZc86EctSPVYNix30YOMzmw==", |
|
"dependencies": { |
|
"binary": "^0.3.0", |
|
"mkdirp": "^0.5.1" |
|
} |
|
}, |
|
"node_modules/util-deprecate": { |
|
"version": "1.0.2", |
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", |
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", |
|
"license": "MIT" |
|
}, |
|
"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/which": { |
|
"version": "2.0.2", |
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", |
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", |
|
"license": "ISC", |
|
"dependencies": { |
|
"isexe": "^2.0.0" |
|
}, |
|
"bin": { |
|
"node-which": "bin/node-which" |
|
}, |
|
"engines": { |
|
"node": ">= 8" |
|
} |
|
}, |
|
"node_modules/wrap-ansi": { |
|
"version": "8.1.0", |
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", |
|
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^6.1.0", |
|
"string-width": "^5.0.1", |
|
"strip-ansi": "^7.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=12" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs": { |
|
"name": "wrap-ansi", |
|
"version": "7.0.0", |
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", |
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-styles": "^4.0.0", |
|
"string-width": "^4.1.0", |
|
"strip-ansi": "^6.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { |
|
"version": "5.0.1", |
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { |
|
"version": "4.3.0", |
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"color-convert": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { |
|
"version": "8.0.0", |
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", |
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
|
"license": "MIT" |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/string-width": { |
|
"version": "4.2.3", |
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", |
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"emoji-regex": "^8.0.0", |
|
"is-fullwidth-code-point": "^3.0.0", |
|
"strip-ansi": "^6.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", |
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"ansi-regex": "^5.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=8" |
|
} |
|
}, |
|
"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.5.0", |
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", |
|
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", |
|
"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/yaml": { |
|
"version": "1.10.2", |
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", |
|
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", |
|
"engines": { |
|
"node": ">= 6" |
|
} |
|
}, |
|
"node_modules/zip-stream": { |
|
"version": "6.0.1", |
|
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz", |
|
"integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"archiver-utils": "^5.0.0", |
|
"compress-commons": "^6.0.2", |
|
"readable-stream": "^4.0.0" |
|
}, |
|
"engines": { |
|
"node": ">= 14" |
|
} |
|
} |
|
} |
|
}
|
|
|