5 tools (capture_screenshot, markdown_to_pdf, markdown_to_image, markdown_to_html, api_status) + API docs resource. Stdio transport for Claude Code/Desktop integration. Updated README with MCP setup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5474 lines
188 KiB
JSON
5474 lines
188 KiB
JSON
{
|
|
"name": "screenshot-api",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "screenshot-api",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
"@x402/core": "^2.3.0",
|
|
"@x402/evm": "^2.3.0",
|
|
"@x402/express": "^2.3.0",
|
|
"marked": "^17.0.1",
|
|
"puppeteer-core": "^24.0.0"
|
|
}
|
|
},
|
|
"node_modules/@adraffy/ens-normalize": {
|
|
"version": "1.10.1",
|
|
"resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz",
|
|
"integrity": "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.28.6",
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
|
|
"integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk": {
|
|
"version": "1.44.0",
|
|
"resolved": "https://registry.npmjs.org/@coinbase/cdp-sdk/-/cdp-sdk-1.44.0.tgz",
|
|
"integrity": "sha512-0I5O1DzbchR91GAYQAU8lxx6q9DBvN0no9IBwrTKLHW8t5bABMg8dzQ/jrGRd6lr/QFJJW4L0ZSLGae5jsxGWw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana-program/system": "^0.10.0",
|
|
"@solana-program/token": "^0.9.0",
|
|
"@solana/kit": "^5.1.0",
|
|
"@solana/web3.js": "^1.98.1",
|
|
"abitype": "1.0.6",
|
|
"axios": "^1.12.2",
|
|
"axios-retry": "^4.5.0",
|
|
"jose": "^6.0.8",
|
|
"md5": "^2.3.0",
|
|
"uncrypto": "^0.1.3",
|
|
"viem": "^2.21.26",
|
|
"zod": "^3.24.4"
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana-program/system": {
|
|
"version": "0.10.0",
|
|
"resolved": "https://registry.npmjs.org/@solana-program/system/-/system-0.10.0.tgz",
|
|
"integrity": "sha512-Go+LOEZmqmNlfr+Gjy5ZWAdY5HbYzk2RBewD9QinEU/bBSzpFfzqDRT55JjFRBGJUvMgf3C2vfXEGT4i8DSI4g==",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"@solana/kit": "^5.0"
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana-program/token": {
|
|
"version": "0.9.0",
|
|
"resolved": "https://registry.npmjs.org/@solana-program/token/-/token-0.9.0.tgz",
|
|
"integrity": "sha512-vnZxndd4ED4Fc56sw93cWZ2djEeeOFxtaPS8SPf5+a+JZjKA/EnKqzbE1y04FuMhIVrLERQ8uR8H2h72eZzlsA==",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"@solana/kit": "^5.0"
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/accounts": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/accounts/-/accounts-5.5.1.tgz",
|
|
"integrity": "sha512-TfOY9xixg5rizABuLVuZ9XI2x2tmWUC/OoN556xwfDlhBHBjKfszicYYOyD6nbFmwTGYarCmyGIdteXxTXIdhQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/rpc-spec": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/addresses": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/addresses/-/addresses-5.5.1.tgz",
|
|
"integrity": "sha512-5xoah3Q9G30HQghu/9BiHLb5pzlPKRC3zydQDmE3O9H//WfayxTFppsUDCL6FjYUHqj/wzK6CWHySglc2RkpdA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/assertions": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/assertions": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/assertions/-/assertions-5.5.1.tgz",
|
|
"integrity": "sha512-YTCSWAlGwSlVPnWtWLm3ukz81wH4j2YaCveK+TjpvUU88hTy6fmUqxi0+hvAMAe4zKXpJyj3Az7BrLJRxbIm4Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/codecs": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs/-/codecs-5.5.1.tgz",
|
|
"integrity": "sha512-Vea29nJub/bXjfzEV7ZZQ/PWr1pYLZo3z0qW0LQL37uKKVzVFRQlwetd7INk3YtTD3xm9WUYr7bCvYUk3uKy2g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-data-structures": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/options": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/codecs-core": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-core/-/codecs-core-5.5.1.tgz",
|
|
"integrity": "sha512-TgBt//bbKBct0t6/MpA8ElaOA3sa8eYVvR7LGslCZ84WiAwwjCY0lW/lOYsFHJQzwREMdUyuEyy5YWBKtdh8Rw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/codecs-data-structures": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-data-structures/-/codecs-data-structures-5.5.1.tgz",
|
|
"integrity": "sha512-97bJWGyUY9WvBz3mX1UV3YPWGDTez6btCfD0ip3UVEXJbItVuUiOkzcO5iFDUtQT5riKT6xC+Mzl+0nO76gd0w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/codecs-numbers": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-numbers/-/codecs-numbers-5.5.1.tgz",
|
|
"integrity": "sha512-rllMIZAHqmtvC0HO/dc/21wDuWaD0B8Ryv8o+YtsICQBuiL/0U4AGwH7Pi5GNFySYk0/crSuwfIqQFtmxNSPFw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/codecs-strings": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-strings/-/codecs-strings-5.5.1.tgz",
|
|
"integrity": "sha512-7klX4AhfHYA+uKKC/nxRGP2MntbYQCR3N6+v7bk1W/rSxYuhNmt+FN8aoThSZtWIKwN6BEyR1167ka8Co1+E7A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"fastestsmallesttextencoderdecoder": "^1.0.22",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"fastestsmallesttextencoderdecoder": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/errors": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/errors/-/errors-5.5.1.tgz",
|
|
"integrity": "sha512-vFO3p+S7HoyyrcAectnXbdsMfwUzY2zYFUc2DEe5BwpiE9J1IAxPBGjOWO6hL1bbYdBrlmjNx8DXCslqS+Kcmg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "5.6.2",
|
|
"commander": "14.0.2"
|
|
},
|
|
"bin": {
|
|
"errors": "bin/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/fast-stable-stringify": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/fast-stable-stringify/-/fast-stable-stringify-5.5.1.tgz",
|
|
"integrity": "sha512-Ni7s2FN33zTzhTFgRjEbOVFO+UAmK8qi3Iu0/GRFYK4jN696OjKHnboSQH/EacQ+yGqS54bfxf409wU5dsLLCw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/functional": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/functional/-/functional-5.5.1.tgz",
|
|
"integrity": "sha512-tTHoJcEQq3gQx5qsdsDJ0LEJeFzwNpXD80xApW9o/PPoCNimI3SALkZl+zNW8VnxRrV3l3yYvfHWBKe/X3WG3w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/instructions": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/instructions/-/instructions-5.5.1.tgz",
|
|
"integrity": "sha512-h0G1CG6S+gUUSt0eo6rOtsaXRBwCq1+Js2a+Ps9Bzk9q7YHNFA75/X0NWugWLgC92waRp66hrjMTiYYnLBoWOQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/keys": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/keys/-/keys-5.5.1.tgz",
|
|
"integrity": "sha512-KRD61cL7CRL+b4r/eB9dEoVxIf/2EJ1Pm1DmRYhtSUAJD2dJ5Xw8QFuehobOGm9URqQ7gaQl+Fkc1qvDlsWqKg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/assertions": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/kit": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/kit/-/kit-5.5.1.tgz",
|
|
"integrity": "sha512-irKUGiV2yRoyf+4eGQ/ZeCRxa43yjFEL1DUI5B0DkcfZw3cr0VJtVJnrG8OtVF01vT0OUfYOcUn6zJW5TROHvQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/accounts": "5.5.1",
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/instruction-plans": "5.5.1",
|
|
"@solana/instructions": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/offchain-messages": "5.5.1",
|
|
"@solana/plugin-core": "5.5.1",
|
|
"@solana/programs": "5.5.1",
|
|
"@solana/rpc": "5.5.1",
|
|
"@solana/rpc-api": "5.5.1",
|
|
"@solana/rpc-parsed-types": "5.5.1",
|
|
"@solana/rpc-spec-types": "5.5.1",
|
|
"@solana/rpc-subscriptions": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1",
|
|
"@solana/signers": "5.5.1",
|
|
"@solana/sysvars": "5.5.1",
|
|
"@solana/transaction-confirmation": "5.5.1",
|
|
"@solana/transaction-messages": "5.5.1",
|
|
"@solana/transactions": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/nominal-types": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/nominal-types/-/nominal-types-5.5.1.tgz",
|
|
"integrity": "sha512-I1ImR+kfrLFxN5z22UDiTWLdRZeKtU0J/pkWkO8qm/8WxveiwdIv4hooi8pb6JnlR4mSrWhq0pCIOxDYrL9GIQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/options": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/options/-/options-5.5.1.tgz",
|
|
"integrity": "sha512-eo971c9iLNLmk+yOFyo7yKIJzJ/zou6uKpy6mBuyb/thKtS/haiKIc3VLhyTXty3OH2PW8yOlORJnv4DexJB8A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-data-structures": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/programs": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/programs/-/programs-5.5.1.tgz",
|
|
"integrity": "sha512-7U9kn0Jsx1NuBLn5HRTFYh78MV4XN145Yc3WP/q5BlqAVNlMoU9coG5IUTJIG847TUqC1lRto3Dnpwm6T4YRpA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/promises": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/promises/-/promises-5.5.1.tgz",
|
|
"integrity": "sha512-T9lfuUYkGykJmppEcssNiCf6yiYQxJkhiLPP+pyAc2z84/7r3UVIb2tNJk4A9sucS66pzJnVHZKcZVGUUp6wzA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc/-/rpc-5.5.1.tgz",
|
|
"integrity": "sha512-ku8zTUMrkCWci66PRIBC+1mXepEnZH/q1f3ck0kJZ95a06bOTl5KU7HeXWtskkyefzARJ5zvCs54AD5nxjQJ+A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/fast-stable-stringify": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/rpc-api": "5.5.1",
|
|
"@solana/rpc-spec": "5.5.1",
|
|
"@solana/rpc-spec-types": "5.5.1",
|
|
"@solana/rpc-transformers": "5.5.1",
|
|
"@solana/rpc-transport-http": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-api": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-api/-/rpc-api-5.5.1.tgz",
|
|
"integrity": "sha512-XWOQQPhKl06Vj0xi3RYHAc6oEQd8B82okYJ04K7N0Vvy3J4PN2cxeK7klwkjgavdcN9EVkYCChm2ADAtnztKnA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/rpc-parsed-types": "5.5.1",
|
|
"@solana/rpc-spec": "5.5.1",
|
|
"@solana/rpc-transformers": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1",
|
|
"@solana/transaction-messages": "5.5.1",
|
|
"@solana/transactions": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-parsed-types": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-parsed-types/-/rpc-parsed-types-5.5.1.tgz",
|
|
"integrity": "sha512-HEi3G2nZqGEsa3vX6U0FrXLaqnUCg4SKIUrOe8CezD+cSFbRTOn3rCLrUmJrhVyXlHoQVaRO9mmeovk31jWxJg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-spec": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-spec/-/rpc-spec-5.5.1.tgz",
|
|
"integrity": "sha512-m3LX2bChm3E3by4mQrH4YwCAFY57QBzuUSWqlUw7ChuZ+oLLOq7b2czi4i6L4Vna67j3eCmB3e+4tqy1j5wy7Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/rpc-spec-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-spec-types": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-spec-types/-/rpc-spec-types-5.5.1.tgz",
|
|
"integrity": "sha512-6OFKtRpIEJQs8Jb2C4OO8KyP2h2Hy1MFhatMAoXA+0Ik8S3H+CicIuMZvGZ91mIu/tXicuOOsNNLu3HAkrakrw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-subscriptions": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-subscriptions/-/rpc-subscriptions-5.5.1.tgz",
|
|
"integrity": "sha512-CTMy5bt/6mDh4tc6vUJms9EcuZj3xvK0/xq8IQ90rhkpYvate91RjBP+egvjgSayUg9yucU9vNuUpEjz4spM7w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/fast-stable-stringify": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/promises": "5.5.1",
|
|
"@solana/rpc-spec-types": "5.5.1",
|
|
"@solana/rpc-subscriptions-api": "5.5.1",
|
|
"@solana/rpc-subscriptions-channel-websocket": "5.5.1",
|
|
"@solana/rpc-subscriptions-spec": "5.5.1",
|
|
"@solana/rpc-transformers": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1",
|
|
"@solana/subscribable": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-subscriptions-api": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-subscriptions-api/-/rpc-subscriptions-api-5.5.1.tgz",
|
|
"integrity": "sha512-5Oi7k+GdeS8xR2ly1iuSFkAv6CZqwG0Z6b1QZKbEgxadE1XGSDrhM2cn59l+bqCozUWCqh4c/A2znU/qQjROlw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/rpc-subscriptions-spec": "5.5.1",
|
|
"@solana/rpc-transformers": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1",
|
|
"@solana/transaction-messages": "5.5.1",
|
|
"@solana/transactions": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-subscriptions-channel-websocket": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-subscriptions-channel-websocket/-/rpc-subscriptions-channel-websocket-5.5.1.tgz",
|
|
"integrity": "sha512-7tGfBBrYY8TrngOyxSHoCU5shy86iA9SRMRrPSyBhEaZRAk6dnbdpmUTez7gtdVo0BCvh9nzQtUycKWSS7PnFQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/rpc-subscriptions-spec": "5.5.1",
|
|
"@solana/subscribable": "5.5.1",
|
|
"ws": "^8.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-subscriptions-spec": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-subscriptions-spec/-/rpc-subscriptions-spec-5.5.1.tgz",
|
|
"integrity": "sha512-iq+rGq5fMKP3/mKHPNB6MC8IbVW41KGZg83Us/+LE3AWOTWV1WT20KT2iH1F1ik9roi42COv/TpoZZvhKj45XQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/promises": "5.5.1",
|
|
"@solana/rpc-spec-types": "5.5.1",
|
|
"@solana/subscribable": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-transformers": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-transformers/-/rpc-transformers-5.5.1.tgz",
|
|
"integrity": "sha512-OsWqLCQdcrRJKvHiMmwFhp9noNZ4FARuMkHT5us3ustDLXaxOjF0gfqZLnMkulSLcKt7TGXqMhBV+HCo7z5M8Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1",
|
|
"@solana/rpc-spec-types": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-transport-http": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-transport-http/-/rpc-transport-http-5.5.1.tgz",
|
|
"integrity": "sha512-yv8GoVSHqEV0kUJEIhkdOVkR2SvJ6yoWC51cJn2rSV7plr6huLGe0JgujCmB7uZhhaLbcbP3zxXxu9sOjsi7Fg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/rpc-spec": "5.5.1",
|
|
"@solana/rpc-spec-types": "5.5.1",
|
|
"undici-types": "^7.19.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/rpc-types": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-types/-/rpc-types-5.5.1.tgz",
|
|
"integrity": "sha512-bibTFQ7PbHJJjGJPmfYC2I+/5CRFS4O2p9WwbFraX1Keeel+nRrt/NBXIy8veP5AEn2sVJIyJPpWBRpCx1oATA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/signers": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/signers/-/signers-5.5.1.tgz",
|
|
"integrity": "sha512-FY0IVaBT2kCAze55vEieR6hag4coqcuJ31Aw3hqRH7mv6sV8oqwuJmUrx+uFwOp1gwd5OEAzlv6N4hOOple4sQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/instructions": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1",
|
|
"@solana/offchain-messages": "5.5.1",
|
|
"@solana/transaction-messages": "5.5.1",
|
|
"@solana/transactions": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/subscribable": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/subscribable/-/subscribable-5.5.1.tgz",
|
|
"integrity": "sha512-9K0PsynFq0CsmK1CDi5Y2vUIJpCqkgSS5yfDN0eKPgHqEptLEaia09Kaxc90cSZDZU5mKY/zv1NBmB6Aro9zQQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/sysvars": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/sysvars/-/sysvars-5.5.1.tgz",
|
|
"integrity": "sha512-k3Quq87Mm+geGUu1GWv6knPk0ALsfY6EKSJGw9xUJDHzY/RkYSBnh0RiOrUhtFm2TDNjOailg8/m0VHmi3reFA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/accounts": "5.5.1",
|
|
"@solana/codecs": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/transaction-confirmation": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/transaction-confirmation/-/transaction-confirmation-5.5.1.tgz",
|
|
"integrity": "sha512-j4mKlYPHEyu+OD7MBt3jRoX4ScFgkhZC6H65on4Fux6LMScgivPJlwnKoZMnsgxFgWds0pl+BYzSiALDsXlYtw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/promises": "5.5.1",
|
|
"@solana/rpc": "5.5.1",
|
|
"@solana/rpc-subscriptions": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1",
|
|
"@solana/transaction-messages": "5.5.1",
|
|
"@solana/transactions": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/transaction-messages": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/transaction-messages/-/transaction-messages-5.5.1.tgz",
|
|
"integrity": "sha512-aXyhMCEaAp3M/4fP0akwBBQkFPr4pfwoC5CLDq999r/FUwDax2RE/h4Ic7h2Xk+JdcUwsb+rLq85Y52hq84XvQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-data-structures": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/instructions": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/@solana/transactions": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/transactions/-/transactions-5.5.1.tgz",
|
|
"integrity": "sha512-8hHtDxtqalZ157pnx6p8k10D7J/KY/biLzfgh9R09VNLLY3Fqi7kJvJCr7M2ik3oRll56pxhraAGCC9yIT6eOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-data-structures": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/instructions": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1",
|
|
"@solana/transaction-messages": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/commander": {
|
|
"version": "14.0.2",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/@coinbase/cdp-sdk/node_modules/undici-types": {
|
|
"version": "7.20.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.20.0.tgz",
|
|
"integrity": "sha512-PZDAAlMkNw5ZzN/ebfyrwzrMWfIf7Jbn9iM/I6SF456OKrb2wnfqVowaxEY/cMAM8MjFu1zhdpJyA0L+rTYwNw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@hono/node-server": {
|
|
"version": "1.19.9",
|
|
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.9.tgz",
|
|
"integrity": "sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.14.1"
|
|
},
|
|
"peerDependencies": {
|
|
"hono": "^4"
|
|
}
|
|
},
|
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
"version": "1.26.0",
|
|
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.26.0.tgz",
|
|
"integrity": "sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.19.9",
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"content-type": "^1.0.5",
|
|
"cors": "^2.8.5",
|
|
"cross-spawn": "^7.0.5",
|
|
"eventsource": "^3.0.2",
|
|
"eventsource-parser": "^3.0.0",
|
|
"express": "^5.2.1",
|
|
"express-rate-limit": "^8.2.1",
|
|
"hono": "^4.11.4",
|
|
"jose": "^6.1.3",
|
|
"json-schema-typed": "^8.0.2",
|
|
"pkce-challenge": "^5.0.0",
|
|
"raw-body": "^3.0.0",
|
|
"zod": "^3.25 || ^4.0",
|
|
"zod-to-json-schema": "^3.25.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@cfworker/json-schema": "^4.1.1",
|
|
"zod": "^3.25 || ^4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@cfworker/json-schema": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": false
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@noble/ciphers": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz",
|
|
"integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/curves": {
|
|
"version": "1.9.7",
|
|
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz",
|
|
"integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "1.8.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/hashes": {
|
|
"version": "1.8.0",
|
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
|
|
"integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@puppeteer/browsers": {
|
|
"version": "2.12.0",
|
|
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.12.0.tgz",
|
|
"integrity": "sha512-Xuq42yxcQJ54ti8ZHNzF5snFvtpgXzNToJ1bXUGQRaiO8t+B6UM8sTUJfvV+AJnqtkJU/7hdy6nbKyA12aHtRw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "^4.4.3",
|
|
"extract-zip": "^2.0.1",
|
|
"progress": "^2.0.3",
|
|
"proxy-agent": "^6.5.0",
|
|
"semver": "^7.7.3",
|
|
"tar-fs": "^3.1.1",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"bin": {
|
|
"browsers": "lib/cjs/main-cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@scure/base": {
|
|
"version": "1.2.6",
|
|
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
|
|
"integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@scure/bip32": {
|
|
"version": "1.7.0",
|
|
"resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.7.0.tgz",
|
|
"integrity": "sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/curves": "~1.9.0",
|
|
"@noble/hashes": "~1.8.0",
|
|
"@scure/base": "~1.2.5"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@scure/bip39": {
|
|
"version": "1.6.0",
|
|
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz",
|
|
"integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "~1.8.0",
|
|
"@scure/base": "~1.2.5"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@solana/accounts": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/accounts/-/accounts-2.3.0.tgz",
|
|
"integrity": "sha512-QgQTj404Z6PXNOyzaOpSzjgMOuGwG8vC66jSDB+3zHaRcEPRVRd2sVSrd1U6sHtnV3aiaS6YyDuPQMheg4K2jw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/rpc-spec": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/addresses": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/addresses/-/addresses-2.3.0.tgz",
|
|
"integrity": "sha512-ypTNkY2ZaRFpHLnHAgaW8a83N0/WoqdFvCqf4CQmnMdFsZSdC7qOwcbd7YzdaQn9dy+P2hybewzB+KP7LutxGA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/assertions": "2.3.0",
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/nominal-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/assertions": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/assertions/-/assertions-2.3.0.tgz",
|
|
"integrity": "sha512-Ekoet3khNg3XFLN7MIz8W31wPQISpKUGDGTylLptI+JjCDWx3PIa88xjEMqFo02WJ8sBj2NLV64Xg1sBcsHjZQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/buffer-layout": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/buffer-layout/-/buffer-layout-4.0.1.tgz",
|
|
"integrity": "sha512-E1ImOIAD1tBZFRdjeM4/pzTiTApC0AOBGwyAMS4fwIodCWArzJ3DWdoh8cKxeFM2fElkxBh2Aqts1BPC373rHA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "~6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.10"
|
|
}
|
|
},
|
|
"node_modules/@solana/codecs": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs/-/codecs-2.3.0.tgz",
|
|
"integrity": "sha512-JVqGPkzoeyU262hJGdH64kNLH0M+Oew2CIPOa/9tR3++q2pEd4jU2Rxdfye9sd0Ce3XJrR5AIa8ZfbyQXzjh+g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-data-structures": "2.3.0",
|
|
"@solana/codecs-numbers": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/options": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/codecs-core": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-core/-/codecs-core-2.3.0.tgz",
|
|
"integrity": "sha512-oG+VZzN6YhBHIoSKgS5ESM9VIGzhWjEHEGNPSibiDTxFhsFWxNaz8LbMDPjBUE69r9wmdGLkrQ+wVPbnJcZPvw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/codecs-data-structures": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-data-structures/-/codecs-data-structures-2.3.0.tgz",
|
|
"integrity": "sha512-qvU5LE5DqEdYMYgELRHv+HMOx73sSoV1ZZkwIrclwUmwTbTaH8QAJURBj0RhQ/zCne7VuLLOZFFGv6jGigWhSw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-numbers": "2.3.0",
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/codecs-numbers": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-numbers/-/codecs-numbers-2.3.0.tgz",
|
|
"integrity": "sha512-jFvvwKJKffvG7Iz9dmN51OGB7JBcy2CJ6Xf3NqD/VP90xak66m/Lg48T01u5IQ/hc15mChVHiBm+HHuOFDUrQg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/codecs-strings": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-strings/-/codecs-strings-2.3.0.tgz",
|
|
"integrity": "sha512-y5pSBYwzVziXu521hh+VxqUtp0hYGTl1eWGoc1W+8mdvBdC1kTqm/X7aYQw33J42hw03JjryvYOvmGgk3Qz/Ug==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-numbers": "2.3.0",
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"fastestsmallesttextencoderdecoder": "^1.0.22",
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/errors": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/errors/-/errors-2.3.0.tgz",
|
|
"integrity": "sha512-66RI9MAbwYV0UtP7kGcTBVLxJgUxoZGm8Fbc0ah+lGiAw17Gugco6+9GrJCV83VyF2mDWyYnYM9qdI3yjgpnaQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.4.1",
|
|
"commander": "^14.0.0"
|
|
},
|
|
"bin": {
|
|
"errors": "bin/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/fast-stable-stringify": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/fast-stable-stringify/-/fast-stable-stringify-2.3.0.tgz",
|
|
"integrity": "sha512-KfJPrMEieUg6D3hfQACoPy0ukrAV8Kio883llt/8chPEG3FVTX9z/Zuf4O01a15xZmBbmQ7toil2Dp0sxMJSxw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/functional": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/functional/-/functional-2.3.0.tgz",
|
|
"integrity": "sha512-AgsPh3W3tE+nK3eEw/W9qiSfTGwLYEvl0rWaxHht/lRcuDVwfKRzeSa5G79eioWFFqr+pTtoCr3D3OLkwKz02Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/instruction-plans/-/instruction-plans-5.5.1.tgz",
|
|
"integrity": "sha512-7z3CB7YMcFKuVvgcnNY8bY6IsZ8LG61Iytbz7HpNVGX2u1RthOs1tRW8luTzSG1MPL0Ox7afyAVMYeFqSPHnaQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/instructions": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/promises": "5.5.1",
|
|
"@solana/transaction-messages": "5.5.1",
|
|
"@solana/transactions": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/addresses": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/addresses/-/addresses-5.5.1.tgz",
|
|
"integrity": "sha512-5xoah3Q9G30HQghu/9BiHLb5pzlPKRC3zydQDmE3O9H//WfayxTFppsUDCL6FjYUHqj/wzK6CWHySglc2RkpdA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/assertions": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/assertions": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/assertions/-/assertions-5.5.1.tgz",
|
|
"integrity": "sha512-YTCSWAlGwSlVPnWtWLm3ukz81wH4j2YaCveK+TjpvUU88hTy6fmUqxi0+hvAMAe4zKXpJyj3Az7BrLJRxbIm4Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/codecs-core": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-core/-/codecs-core-5.5.1.tgz",
|
|
"integrity": "sha512-TgBt//bbKBct0t6/MpA8ElaOA3sa8eYVvR7LGslCZ84WiAwwjCY0lW/lOYsFHJQzwREMdUyuEyy5YWBKtdh8Rw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/codecs-data-structures": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-data-structures/-/codecs-data-structures-5.5.1.tgz",
|
|
"integrity": "sha512-97bJWGyUY9WvBz3mX1UV3YPWGDTez6btCfD0ip3UVEXJbItVuUiOkzcO5iFDUtQT5riKT6xC+Mzl+0nO76gd0w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/codecs-numbers": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-numbers/-/codecs-numbers-5.5.1.tgz",
|
|
"integrity": "sha512-rllMIZAHqmtvC0HO/dc/21wDuWaD0B8Ryv8o+YtsICQBuiL/0U4AGwH7Pi5GNFySYk0/crSuwfIqQFtmxNSPFw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/codecs-strings": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-strings/-/codecs-strings-5.5.1.tgz",
|
|
"integrity": "sha512-7klX4AhfHYA+uKKC/nxRGP2MntbYQCR3N6+v7bk1W/rSxYuhNmt+FN8aoThSZtWIKwN6BEyR1167ka8Co1+E7A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"fastestsmallesttextencoderdecoder": "^1.0.22",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"fastestsmallesttextencoderdecoder": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/errors": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/errors/-/errors-5.5.1.tgz",
|
|
"integrity": "sha512-vFO3p+S7HoyyrcAectnXbdsMfwUzY2zYFUc2DEe5BwpiE9J1IAxPBGjOWO6hL1bbYdBrlmjNx8DXCslqS+Kcmg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "5.6.2",
|
|
"commander": "14.0.2"
|
|
},
|
|
"bin": {
|
|
"errors": "bin/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/functional": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/functional/-/functional-5.5.1.tgz",
|
|
"integrity": "sha512-tTHoJcEQq3gQx5qsdsDJ0LEJeFzwNpXD80xApW9o/PPoCNimI3SALkZl+zNW8VnxRrV3l3yYvfHWBKe/X3WG3w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/instructions": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/instructions/-/instructions-5.5.1.tgz",
|
|
"integrity": "sha512-h0G1CG6S+gUUSt0eo6rOtsaXRBwCq1+Js2a+Ps9Bzk9q7YHNFA75/X0NWugWLgC92waRp66hrjMTiYYnLBoWOQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/keys": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/keys/-/keys-5.5.1.tgz",
|
|
"integrity": "sha512-KRD61cL7CRL+b4r/eB9dEoVxIf/2EJ1Pm1DmRYhtSUAJD2dJ5Xw8QFuehobOGm9URqQ7gaQl+Fkc1qvDlsWqKg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/assertions": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/nominal-types": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/nominal-types/-/nominal-types-5.5.1.tgz",
|
|
"integrity": "sha512-I1ImR+kfrLFxN5z22UDiTWLdRZeKtU0J/pkWkO8qm/8WxveiwdIv4hooi8pb6JnlR4mSrWhq0pCIOxDYrL9GIQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/promises": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/promises/-/promises-5.5.1.tgz",
|
|
"integrity": "sha512-T9lfuUYkGykJmppEcssNiCf6yiYQxJkhiLPP+pyAc2z84/7r3UVIb2tNJk4A9sucS66pzJnVHZKcZVGUUp6wzA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/rpc-types": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-types/-/rpc-types-5.5.1.tgz",
|
|
"integrity": "sha512-bibTFQ7PbHJJjGJPmfYC2I+/5CRFS4O2p9WwbFraX1Keeel+nRrt/NBXIy8veP5AEn2sVJIyJPpWBRpCx1oATA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/transaction-messages": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/transaction-messages/-/transaction-messages-5.5.1.tgz",
|
|
"integrity": "sha512-aXyhMCEaAp3M/4fP0akwBBQkFPr4pfwoC5CLDq999r/FUwDax2RE/h4Ic7h2Xk+JdcUwsb+rLq85Y52hq84XvQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-data-structures": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/instructions": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/@solana/transactions": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/transactions/-/transactions-5.5.1.tgz",
|
|
"integrity": "sha512-8hHtDxtqalZ157pnx6p8k10D7J/KY/biLzfgh9R09VNLLY3Fqi7kJvJCr7M2ik3oRll56pxhraAGCC9yIT6eOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-data-structures": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/functional": "5.5.1",
|
|
"@solana/instructions": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1",
|
|
"@solana/rpc-types": "5.5.1",
|
|
"@solana/transaction-messages": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/instruction-plans/node_modules/commander": {
|
|
"version": "14.0.2",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/@solana/instructions": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/instructions/-/instructions-2.3.0.tgz",
|
|
"integrity": "sha512-PLMsmaIKu7hEAzyElrk2T7JJx4D+9eRwebhFZpy2PXziNSmFF929eRHKUsKqBFM3cYR1Yy3m6roBZfA+bGE/oQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/keys": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/keys/-/keys-2.3.0.tgz",
|
|
"integrity": "sha512-ZVVdga79pNH+2pVcm6fr2sWz9HTwfopDVhYb0Lh3dh+WBmJjwkabXEIHey2rUES7NjFa/G7sV8lrUn/v8LDCCQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/assertions": "2.3.0",
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/nominal-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/kit": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/kit/-/kit-2.3.0.tgz",
|
|
"integrity": "sha512-sb6PgwoW2LjE5oTFu4lhlS/cGt/NB3YrShEyx7JgWFWysfgLdJnhwWThgwy/4HjNsmtMrQGWVls0yVBHcMvlMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/accounts": "2.3.0",
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/codecs": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/functional": "2.3.0",
|
|
"@solana/instructions": "2.3.0",
|
|
"@solana/keys": "2.3.0",
|
|
"@solana/programs": "2.3.0",
|
|
"@solana/rpc": "2.3.0",
|
|
"@solana/rpc-parsed-types": "2.3.0",
|
|
"@solana/rpc-spec-types": "2.3.0",
|
|
"@solana/rpc-subscriptions": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0",
|
|
"@solana/signers": "2.3.0",
|
|
"@solana/sysvars": "2.3.0",
|
|
"@solana/transaction-confirmation": "2.3.0",
|
|
"@solana/transaction-messages": "2.3.0",
|
|
"@solana/transactions": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/nominal-types": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/nominal-types/-/nominal-types-2.3.0.tgz",
|
|
"integrity": "sha512-uKlMnlP4PWW5UTXlhKM8lcgIaNj8dvd8xO4Y9l+FVvh9RvW2TO0GwUO6JCo7JBzCB0PSqRJdWWaQ8pu1Ti/OkA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/offchain-messages/-/offchain-messages-5.5.1.tgz",
|
|
"integrity": "sha512-g+xHH95prTU+KujtbOzj8wn+C7ZNoiLhf3hj6nYq3MTyxOXtBEysguc97jJveUZG0K97aIKG6xVUlMutg5yxhw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-data-structures": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/keys": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/addresses": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/addresses/-/addresses-5.5.1.tgz",
|
|
"integrity": "sha512-5xoah3Q9G30HQghu/9BiHLb5pzlPKRC3zydQDmE3O9H//WfayxTFppsUDCL6FjYUHqj/wzK6CWHySglc2RkpdA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/assertions": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/assertions": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/assertions/-/assertions-5.5.1.tgz",
|
|
"integrity": "sha512-YTCSWAlGwSlVPnWtWLm3ukz81wH4j2YaCveK+TjpvUU88hTy6fmUqxi0+hvAMAe4zKXpJyj3Az7BrLJRxbIm4Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/codecs-core": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-core/-/codecs-core-5.5.1.tgz",
|
|
"integrity": "sha512-TgBt//bbKBct0t6/MpA8ElaOA3sa8eYVvR7LGslCZ84WiAwwjCY0lW/lOYsFHJQzwREMdUyuEyy5YWBKtdh8Rw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/codecs-data-structures": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-data-structures/-/codecs-data-structures-5.5.1.tgz",
|
|
"integrity": "sha512-97bJWGyUY9WvBz3mX1UV3YPWGDTez6btCfD0ip3UVEXJbItVuUiOkzcO5iFDUtQT5riKT6xC+Mzl+0nO76gd0w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/codecs-numbers": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-numbers/-/codecs-numbers-5.5.1.tgz",
|
|
"integrity": "sha512-rllMIZAHqmtvC0HO/dc/21wDuWaD0B8Ryv8o+YtsICQBuiL/0U4AGwH7Pi5GNFySYk0/crSuwfIqQFtmxNSPFw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/codecs-strings": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/codecs-strings/-/codecs-strings-5.5.1.tgz",
|
|
"integrity": "sha512-7klX4AhfHYA+uKKC/nxRGP2MntbYQCR3N6+v7bk1W/rSxYuhNmt+FN8aoThSZtWIKwN6BEyR1167ka8Co1+E7A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-numbers": "5.5.1",
|
|
"@solana/errors": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"fastestsmallesttextencoderdecoder": "^1.0.22",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"fastestsmallesttextencoderdecoder": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/errors": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/errors/-/errors-5.5.1.tgz",
|
|
"integrity": "sha512-vFO3p+S7HoyyrcAectnXbdsMfwUzY2zYFUc2DEe5BwpiE9J1IAxPBGjOWO6hL1bbYdBrlmjNx8DXCslqS+Kcmg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "5.6.2",
|
|
"commander": "14.0.2"
|
|
},
|
|
"bin": {
|
|
"errors": "bin/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/keys": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/keys/-/keys-5.5.1.tgz",
|
|
"integrity": "sha512-KRD61cL7CRL+b4r/eB9dEoVxIf/2EJ1Pm1DmRYhtSUAJD2dJ5Xw8QFuehobOGm9URqQ7gaQl+Fkc1qvDlsWqKg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/assertions": "5.5.1",
|
|
"@solana/codecs-core": "5.5.1",
|
|
"@solana/codecs-strings": "5.5.1",
|
|
"@solana/errors": "5.5.1",
|
|
"@solana/nominal-types": "5.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/@solana/nominal-types": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/nominal-types/-/nominal-types-5.5.1.tgz",
|
|
"integrity": "sha512-I1ImR+kfrLFxN5z22UDiTWLdRZeKtU0J/pkWkO8qm/8WxveiwdIv4hooi8pb6JnlR4mSrWhq0pCIOxDYrL9GIQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/offchain-messages/node_modules/commander": {
|
|
"version": "14.0.2",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/@solana/options": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/options/-/options-2.3.0.tgz",
|
|
"integrity": "sha512-PPnnZBRCWWoZQ11exPxf//DRzN2C6AoFsDI/u2AsQfYih434/7Kp4XLpfOMT/XESi+gdBMFNNfbES5zg3wAIkw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-data-structures": "2.3.0",
|
|
"@solana/codecs-numbers": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/plugin-core": {
|
|
"version": "5.5.1",
|
|
"resolved": "https://registry.npmjs.org/@solana/plugin-core/-/plugin-core-5.5.1.tgz",
|
|
"integrity": "sha512-VUZl30lDQFJeiSyNfzU1EjYt2QZvoBFKEwjn1lilUJw7KgqD5z7mbV7diJhT+dLFs36i0OsjXvq5kSygn8YJ3A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@solana/programs": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/programs/-/programs-2.3.0.tgz",
|
|
"integrity": "sha512-UXKujV71VCI5uPs+cFdwxybtHZAIZyQkqDiDnmK+DawtOO9mBn4Nimdb/6RjR2CXT78mzO9ZCZ3qfyX+ydcB7w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/promises": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/promises/-/promises-2.3.0.tgz",
|
|
"integrity": "sha512-GjVgutZKXVuojd9rWy1PuLnfcRfqsaCm7InCiZc8bqmJpoghlyluweNc7ml9Y5yQn1P2IOyzh9+p/77vIyNybQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc/-/rpc-2.3.0.tgz",
|
|
"integrity": "sha512-ZWN76iNQAOCpYC7yKfb3UNLIMZf603JckLKOOLTHuy9MZnTN8XV6uwvDFhf42XvhglgUjGCEnbUqWtxQ9pa/pQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/fast-stable-stringify": "2.3.0",
|
|
"@solana/functional": "2.3.0",
|
|
"@solana/rpc-api": "2.3.0",
|
|
"@solana/rpc-spec": "2.3.0",
|
|
"@solana/rpc-spec-types": "2.3.0",
|
|
"@solana/rpc-transformers": "2.3.0",
|
|
"@solana/rpc-transport-http": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-api": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-api/-/rpc-api-2.3.0.tgz",
|
|
"integrity": "sha512-UUdiRfWoyYhJL9PPvFeJr4aJ554ob2jXcpn4vKmRVn9ire0sCbpQKYx6K8eEKHZWXKrDW8IDspgTl0gT/aJWVg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/keys": "2.3.0",
|
|
"@solana/rpc-parsed-types": "2.3.0",
|
|
"@solana/rpc-spec": "2.3.0",
|
|
"@solana/rpc-transformers": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0",
|
|
"@solana/transaction-messages": "2.3.0",
|
|
"@solana/transactions": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-parsed-types": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-parsed-types/-/rpc-parsed-types-2.3.0.tgz",
|
|
"integrity": "sha512-B5pHzyEIbBJf9KHej+zdr5ZNAdSvu7WLU2lOUPh81KHdHQs6dEb310LGxcpCc7HVE8IEdO20AbckewDiAN6OCg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-spec": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-spec/-/rpc-spec-2.3.0.tgz",
|
|
"integrity": "sha512-fA2LMX4BMixCrNB2n6T83AvjZ3oUQTu7qyPLyt8gHQaoEAXs8k6GZmu6iYcr+FboQCjUmRPgMaABbcr9j2J9Sw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/rpc-spec-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-spec-types": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-spec-types/-/rpc-spec-types-2.3.0.tgz",
|
|
"integrity": "sha512-xQsb65lahjr8Wc9dMtP7xa0ZmDS8dOE2ncYjlvfyw/h4mpdXTUdrSMi6RtFwX33/rGuztQ7Hwaid5xLNSLvsFQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-subscriptions": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-subscriptions/-/rpc-subscriptions-2.3.0.tgz",
|
|
"integrity": "sha512-Uyr10nZKGVzvCOqwCZgwYrzuoDyUdwtgQRefh13pXIrdo4wYjVmoLykH49Omt6abwStB0a4UL5gX9V4mFdDJZg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/fast-stable-stringify": "2.3.0",
|
|
"@solana/functional": "2.3.0",
|
|
"@solana/promises": "2.3.0",
|
|
"@solana/rpc-spec-types": "2.3.0",
|
|
"@solana/rpc-subscriptions-api": "2.3.0",
|
|
"@solana/rpc-subscriptions-channel-websocket": "2.3.0",
|
|
"@solana/rpc-subscriptions-spec": "2.3.0",
|
|
"@solana/rpc-transformers": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0",
|
|
"@solana/subscribable": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-subscriptions-api": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-subscriptions-api/-/rpc-subscriptions-api-2.3.0.tgz",
|
|
"integrity": "sha512-9mCjVbum2Hg9KGX3LKsrI5Xs0KX390lS+Z8qB80bxhar6MJPugqIPH8uRgLhCW9GN3JprAfjRNl7our8CPvsPQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/keys": "2.3.0",
|
|
"@solana/rpc-subscriptions-spec": "2.3.0",
|
|
"@solana/rpc-transformers": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0",
|
|
"@solana/transaction-messages": "2.3.0",
|
|
"@solana/transactions": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-subscriptions-channel-websocket": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-subscriptions-channel-websocket/-/rpc-subscriptions-channel-websocket-2.3.0.tgz",
|
|
"integrity": "sha512-2oL6ceFwejIgeWzbNiUHI2tZZnaOxNTSerszcin7wYQwijxtpVgUHiuItM/Y70DQmH9sKhmikQp+dqeGalaJxw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/functional": "2.3.0",
|
|
"@solana/rpc-subscriptions-spec": "2.3.0",
|
|
"@solana/subscribable": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3",
|
|
"ws": "^8.18.0"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-subscriptions-spec": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-subscriptions-spec/-/rpc-subscriptions-spec-2.3.0.tgz",
|
|
"integrity": "sha512-rdmVcl4PvNKQeA2l8DorIeALCgJEMSu7U8AXJS1PICeb2lQuMeaR+6cs/iowjvIB0lMVjYN2sFf6Q3dJPu6wWg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/promises": "2.3.0",
|
|
"@solana/rpc-spec-types": "2.3.0",
|
|
"@solana/subscribable": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-transformers": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-transformers/-/rpc-transformers-2.3.0.tgz",
|
|
"integrity": "sha512-UuHYK3XEpo9nMXdjyGKkPCOr7WsZsxs7zLYDO1A5ELH3P3JoehvrDegYRAGzBS2VKsfApZ86ZpJToP0K3PhmMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/functional": "2.3.0",
|
|
"@solana/nominal-types": "2.3.0",
|
|
"@solana/rpc-spec-types": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-transport-http": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-transport-http/-/rpc-transport-http-2.3.0.tgz",
|
|
"integrity": "sha512-HFKydmxGw8nAF5N+S0NLnPBDCe5oMDtI2RAmW8DMqP4U3Zxt2XWhvV1SNkAldT5tF0U1vP+is6fHxyhk4xqEvg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/rpc-spec": "2.3.0",
|
|
"@solana/rpc-spec-types": "2.3.0",
|
|
"undici-types": "^7.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/rpc-types": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/rpc-types/-/rpc-types-2.3.0.tgz",
|
|
"integrity": "sha512-O09YX2hED2QUyGxrMOxQ9GzH1LlEwwZWu69QbL4oYmIf6P5dzEEHcqRY6L1LsDVqc/dzAdEs/E1FaPrcIaIIPw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-numbers": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/nominal-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/signers": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/signers/-/signers-2.3.0.tgz",
|
|
"integrity": "sha512-OSv6fGr/MFRx6J+ZChQMRqKNPGGmdjkqarKkRzkwmv7v8quWsIRnJT5EV8tBy3LI4DLO/A8vKiNSPzvm1TdaiQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/instructions": "2.3.0",
|
|
"@solana/keys": "2.3.0",
|
|
"@solana/nominal-types": "2.3.0",
|
|
"@solana/transaction-messages": "2.3.0",
|
|
"@solana/transactions": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/subscribable": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/subscribable/-/subscribable-2.3.0.tgz",
|
|
"integrity": "sha512-DkgohEDbMkdTWiKAoatY02Njr56WXx9e/dKKfmne8/Ad6/2llUIrax78nCdlvZW9quXMaXPTxZvdQqo9N669Og==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/errors": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/sysvars": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/sysvars/-/sysvars-2.3.0.tgz",
|
|
"integrity": "sha512-LvjADZrpZ+CnhlHqfI5cmsRzX9Rpyb1Ox2dMHnbsRNzeKAMhu9w4ZBIaeTdO322zsTr509G1B+k2ABD3whvUBA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/accounts": "2.3.0",
|
|
"@solana/codecs": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/transaction-confirmation": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/transaction-confirmation/-/transaction-confirmation-2.3.0.tgz",
|
|
"integrity": "sha512-UiEuiHCfAAZEKdfne/XljFNJbsKAe701UQHKXEInYzIgBjRbvaeYZlBmkkqtxwcasgBTOmEaEKT44J14N9VZDw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/keys": "2.3.0",
|
|
"@solana/promises": "2.3.0",
|
|
"@solana/rpc": "2.3.0",
|
|
"@solana/rpc-subscriptions": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0",
|
|
"@solana/transaction-messages": "2.3.0",
|
|
"@solana/transactions": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/transaction-messages": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/transaction-messages/-/transaction-messages-2.3.0.tgz",
|
|
"integrity": "sha512-bgqvWuy3MqKS5JdNLH649q+ngiyOu5rGS3DizSnWwYUd76RxZl1kN6CoqHSrrMzFMvis6sck/yPGG3wqrMlAww==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-data-structures": "2.3.0",
|
|
"@solana/codecs-numbers": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/functional": "2.3.0",
|
|
"@solana/instructions": "2.3.0",
|
|
"@solana/nominal-types": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/transactions": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@solana/transactions/-/transactions-2.3.0.tgz",
|
|
"integrity": "sha512-LnTvdi8QnrQtuEZor5Msje61sDpPstTVwKg4y81tNxDhiyomjuvnSNLAq6QsB9gIxUqbNzPZgOG9IU4I4/Uaug==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solana/addresses": "2.3.0",
|
|
"@solana/codecs-core": "2.3.0",
|
|
"@solana/codecs-data-structures": "2.3.0",
|
|
"@solana/codecs-numbers": "2.3.0",
|
|
"@solana/codecs-strings": "2.3.0",
|
|
"@solana/errors": "2.3.0",
|
|
"@solana/functional": "2.3.0",
|
|
"@solana/instructions": "2.3.0",
|
|
"@solana/keys": "2.3.0",
|
|
"@solana/nominal-types": "2.3.0",
|
|
"@solana/rpc-types": "2.3.0",
|
|
"@solana/transaction-messages": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@solana/web3.js": {
|
|
"version": "1.98.4",
|
|
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-1.98.4.tgz",
|
|
"integrity": "sha512-vv9lfnvjUsRiq//+j5pBdXig0IQdtzA0BRZ3bXEP4KaIyF1CcaydWqgyzQgfZMNIsWNWmG+AUHwPy4AHOD6gpw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.25.0",
|
|
"@noble/curves": "^1.4.2",
|
|
"@noble/hashes": "^1.4.0",
|
|
"@solana/buffer-layout": "^4.0.1",
|
|
"@solana/codecs-numbers": "^2.1.0",
|
|
"agentkeepalive": "^4.5.0",
|
|
"bn.js": "^5.2.1",
|
|
"borsh": "^0.7.0",
|
|
"bs58": "^4.0.1",
|
|
"buffer": "6.0.3",
|
|
"fast-stable-stringify": "^1.0.0",
|
|
"jayson": "^4.1.1",
|
|
"node-fetch": "^2.7.0",
|
|
"rpc-websockets": "^9.0.2",
|
|
"superstruct": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/@spruceid/siwe-parser": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/@spruceid/siwe-parser/-/siwe-parser-2.1.2.tgz",
|
|
"integrity": "sha512-d/r3S1LwJyMaRAKQ0awmo9whfXeE88Qt00vRj91q5uv5ATtWIQEGJ67Yr5eSZw5zp1/fZCXZYuEckt8lSkereQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.1.2",
|
|
"apg-js": "^4.3.0",
|
|
"uri-js": "^4.4.1",
|
|
"valid-url": "^1.0.9"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/binary": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@stablelib/binary/-/binary-1.0.1.tgz",
|
|
"integrity": "sha512-ClJWvmL6UBM/wjkvv/7m5VP3GMr9t0osr4yVgLZsLCOz4hGN9gIAFEqnJ0TsSMAN+n840nf2cHZnA5/KFqHC7Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/int": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/int": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@stablelib/int/-/int-1.0.1.tgz",
|
|
"integrity": "sha512-byr69X/sDtDiIjIV6m4roLVWnNNlRGzsvxw+agj8CIEazqWGOQp2dTYgQhtyVXV9wpO6WyXRQUzLV/JRNumT2w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@stablelib/random": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@stablelib/random/-/random-1.0.2.tgz",
|
|
"integrity": "sha512-rIsE83Xpb7clHPVRlBj8qNe5L8ISQOzjghYQm/dZ7VaM2KHYwMW5adjQjrzTZCchFnNCNhkwtnOBa9HTMJCI8w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/wipe": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@stablelib/wipe/-/wipe-1.0.1.tgz",
|
|
"integrity": "sha512-WfqfX/eXGiAd3RJe4VU2snh/ZPwtSjLG4ynQ/vYzvghTh7dHFcI1wl+nrkWG6lGhukOxOsUHfv8dUXr58D0ayg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@swc/helpers": {
|
|
"version": "0.5.18",
|
|
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.18.tgz",
|
|
"integrity": "sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.8.0"
|
|
}
|
|
},
|
|
"node_modules/@tootallnate/quickjs-emscripten": {
|
|
"version": "0.23.0",
|
|
"resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
|
|
"integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/connect": {
|
|
"version": "3.4.38",
|
|
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
|
|
"integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "25.2.1",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.1.tgz",
|
|
"integrity": "sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~7.16.0"
|
|
}
|
|
},
|
|
"node_modules/@types/uuid": {
|
|
"version": "8.3.4",
|
|
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz",
|
|
"integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ws": {
|
|
"version": "7.4.7",
|
|
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz",
|
|
"integrity": "sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yauzl": {
|
|
"version": "2.10.3",
|
|
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
|
|
"integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@x402/core": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@x402/core/-/core-2.3.0.tgz",
|
|
"integrity": "sha512-XOSfqZXJMHwBoTFa07MiVr35CaMPoD2hVwncMAQQKr/qfEHmdD4mP3vrcAQvkfIJXVdu/wkpWXTJ5irXy1jn7g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"zod": "^3.24.2"
|
|
}
|
|
},
|
|
"node_modules/@x402/evm": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@x402/evm/-/evm-2.3.0.tgz",
|
|
"integrity": "sha512-VzjS5k0EiQQ8+MKVMth1/tHgeAW2j2LRi/JLqKd1UVRe8X2tkcgItvRnZzX6kSrlta8e3iKngVu9GMKIIkrI8Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@x402/core": "~2.3.0",
|
|
"viem": "^2.39.3",
|
|
"zod": "^3.24.2"
|
|
}
|
|
},
|
|
"node_modules/@x402/express": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@x402/express/-/express-2.3.0.tgz",
|
|
"integrity": "sha512-r+yiOeta8SlBzGu3fvkdZR6fqTdc+HrGiwkLQEWR75WqIV/3VSxfIlj1y7NG+aZiNqBH1pWyfJnI+2Jkc4XesA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@coinbase/cdp-sdk": "^1.22.0",
|
|
"@solana/kit": "^2.1.1",
|
|
"@x402/core": "~2.3.0",
|
|
"@x402/extensions": "~2.3.0",
|
|
"viem": "^2.39.3",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@x402/paywall": "2.3.0",
|
|
"express": "^4.0.0 || ^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@x402/paywall": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@x402/extensions": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@x402/extensions/-/extensions-2.3.0.tgz",
|
|
"integrity": "sha512-hpx4CQ/fvfimwKQgw2LVu5Nj4s6+mzOAu3bhYE/5YtkMe49r2nxlTdhBoqjXs1nP7osL08r06wr1EVdzEdtYYQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@scure/base": "^1.2.6",
|
|
"@x402/core": "~2.3.0",
|
|
"ajv": "^8.17.1",
|
|
"siwe": "^2.3.2",
|
|
"tweetnacl": "^1.0.3",
|
|
"viem": "^2.43.5",
|
|
"zod": "^3.24.2"
|
|
}
|
|
},
|
|
"node_modules/abitype": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/abitype/-/abitype-1.0.6.tgz",
|
|
"integrity": "sha512-MMSqYh4+C/aVqI2RQaWqbvI4Kxo5cQV40WQ4QFtDnNzCkqChm8MuENhElmynZlO0qUy/ObkEUaXtKqYnx1Kp3A==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/wevm"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.0.4",
|
|
"zod": "^3 >=3.22.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
|
|
"integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "^3.0.0",
|
|
"negotiator": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/aes-js": {
|
|
"version": "4.0.0-beta.5",
|
|
"resolved": "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.5.tgz",
|
|
"integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "7.1.4",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/agentkeepalive": {
|
|
"version": "4.6.0",
|
|
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz",
|
|
"integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/ajv": {
|
|
"version": "8.17.1",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-uri": "^3.0.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/ajv-formats": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
|
|
"integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ajv": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"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/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/apg-js": {
|
|
"version": "4.4.0",
|
|
"resolved": "https://registry.npmjs.org/apg-js/-/apg-js-4.4.0.tgz",
|
|
"integrity": "sha512-fefmXFknJmtgtNEXfPwZKYkMFX4Fyeyz+fNF6JWp87biGOPslJbCBVU158zvKRZfHBKnJDy8CMM40oLFGkXT8Q==",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/ast-types": {
|
|
"version": "0.13.4",
|
|
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
|
|
"integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "1.13.4",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz",
|
|
"integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.6",
|
|
"form-data": "^4.0.4",
|
|
"proxy-from-env": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/axios-retry": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.5.0.tgz",
|
|
"integrity": "sha512-aR99oXhpEDGo0UuAlYcn2iGRds30k366Zfa05XWScR9QaQD4JYiP3/1Qt1u7YlefUOK+cn0CcwoL1oefavQUlQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"is-retry-allowed": "^2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"axios": "0.x || 1.x"
|
|
}
|
|
},
|
|
"node_modules/b4a": {
|
|
"version": "1.7.3",
|
|
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
|
|
"integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"react-native-b4a": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-b4a": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/bare-events": {
|
|
"version": "2.8.2",
|
|
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
|
|
"integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"bare-abort-controller": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bare-abort-controller": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/bare-fs": {
|
|
"version": "4.5.3",
|
|
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.3.tgz",
|
|
"integrity": "sha512-9+kwVx8QYvt3hPWnmb19tPnh38c6Nihz8Lx3t0g9+4GoIf3/fTgYwM4Z6NxgI+B9elLQA7mLE9PpqcWtOMRDiQ==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bare-events": "^2.5.4",
|
|
"bare-path": "^3.0.0",
|
|
"bare-stream": "^2.6.4",
|
|
"bare-url": "^2.2.2",
|
|
"fast-fifo": "^1.3.2"
|
|
},
|
|
"engines": {
|
|
"bare": ">=1.16.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bare-buffer": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bare-buffer": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/bare-os": {
|
|
"version": "3.6.2",
|
|
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.2.tgz",
|
|
"integrity": "sha512-T+V1+1srU2qYNBmJCXZkUY5vQ0B4FSlL3QDROnKQYOqeiQR8UbjNHlPa+TIbM4cuidiN9GaTaOZgSEgsvPbh5A==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"engines": {
|
|
"bare": ">=1.14.0"
|
|
}
|
|
},
|
|
"node_modules/bare-path": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
|
|
"integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bare-os": "^3.0.1"
|
|
}
|
|
},
|
|
"node_modules/bare-stream": {
|
|
"version": "2.7.0",
|
|
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.7.0.tgz",
|
|
"integrity": "sha512-oyXQNicV1y8nc2aKffH+BUHFRXmx6VrPzlnaEvMhram0nPBrKcEdcyBg5r08D0i8VxngHFAiVyn1QKXpSG0B8A==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"streamx": "^2.21.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bare-buffer": "*",
|
|
"bare-events": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bare-buffer": {
|
|
"optional": true
|
|
},
|
|
"bare-events": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/bare-url": {
|
|
"version": "2.3.2",
|
|
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
|
|
"integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bare-path": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/base-x": {
|
|
"version": "3.0.11",
|
|
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.11.tgz",
|
|
"integrity": "sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"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/basic-ftp": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.1.0.tgz",
|
|
"integrity": "sha512-RkaJzeJKDbaDWTIPiJwubyljaEPwpVWkm9Rt5h9Nd6h7tEXTJ3VB4qxdZBioV7JO5yLUaOKwz7vDOzlncUsegw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/bn.js": {
|
|
"version": "5.2.2",
|
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.2.tgz",
|
|
"integrity": "sha512-v2YAxEmKaBLahNwE1mjp4WON6huMNeuDvagFZW+ASCuA/ku0bXR9hSMw0XpiqMoA3+rmnyck/tPRSFQkoC9Cuw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "2.2.2",
|
|
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
|
|
"integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "^3.1.2",
|
|
"content-type": "^1.0.5",
|
|
"debug": "^4.4.3",
|
|
"http-errors": "^2.0.0",
|
|
"iconv-lite": "^0.7.0",
|
|
"on-finished": "^2.4.1",
|
|
"qs": "^6.14.1",
|
|
"raw-body": "^3.0.1",
|
|
"type-is": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/borsh": {
|
|
"version": "0.7.0",
|
|
"resolved": "https://registry.npmjs.org/borsh/-/borsh-0.7.0.tgz",
|
|
"integrity": "sha512-CLCsZGIBCFnPtkNnieW/a8wmreDmfUtjU2m9yHrzPXIlNbqVs0AQrSatSG6vdNYUqdc83tkQi2eHfF98ubzQLA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"bn.js": "^5.2.0",
|
|
"bs58": "^4.0.0",
|
|
"text-encoding-utf-8": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/bs58": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
|
|
"integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base-x": "^3.0.2"
|
|
}
|
|
},
|
|
"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": "0.2.13",
|
|
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
|
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/bufferutil": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.1.0.tgz",
|
|
"integrity": "sha512-ZMANVnAixE6AWWnPzlW2KpUrxhm9woycYvPOo67jWHyFowASTEd9s+QN1EIMsSDtwhIxN4sWE1jotpuDUIgyIw==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"node-gyp-build": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.14.2"
|
|
}
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
|
|
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/call-bind-apply-helpers": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/call-bound": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.2",
|
|
"get-intrinsic": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "5.6.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/charenc": {
|
|
"version": "0.0.2",
|
|
"resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
|
|
"integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/chromium-bidi": {
|
|
"version": "13.1.1",
|
|
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-13.1.1.tgz",
|
|
"integrity": "sha512-zB9MpoPd7VJwjowQqiW3FKOvQwffFMjQ8Iejp5ZW+sJaKLRhZX1sTxzl3Zt22TDB4zP0OOqs8lRoY7eAW5geyQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mitt": "^3.0.1",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"peerDependencies": {
|
|
"devtools-protocol": "*"
|
|
}
|
|
},
|
|
"node_modules/cliui": {
|
|
"version": "8.0.1",
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "14.0.3",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
|
|
"integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
},
|
|
"node_modules/content-disposition": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
|
|
"integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie": {
|
|
"version": "0.7.2",
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie-signature": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
|
|
"integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.6.0"
|
|
}
|
|
},
|
|
"node_modules/cors": {
|
|
"version": "2.8.6",
|
|
"resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
|
|
"integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-assign": "^4",
|
|
"vary": "^1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/cross-spawn": {
|
|
"version": "7.0.6",
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/crypt": {
|
|
"version": "0.0.2",
|
|
"resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
|
|
"integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/data-uri-to-buffer": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
|
|
"integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/degenerator": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
|
|
"integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-types": "^0.13.4",
|
|
"escodegen": "^2.1.0",
|
|
"esprima": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/delay": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/delay/-/delay-5.0.0.tgz",
|
|
"integrity": "sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/devtools-protocol": {
|
|
"version": "0.0.1566079",
|
|
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1566079.tgz",
|
|
"integrity": "sha512-MJfAEA1UfVhSs7fbSQOG4czavUp1ajfg6prlAN0+cmfa2zNjaIbvq8VneP7do1WAQQIvgNJWSMeP6UyI90gIlQ==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/dunder-proto": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"gopd": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/ee-first": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
"license": "MIT"
|
|
},
|
|
"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/encodeurl": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/end-of-stream": {
|
|
"version": "1.4.5",
|
|
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/es-define-property": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-errors": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-object-atoms": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-set-tostringtag": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.6",
|
|
"has-tostringtag": "^1.0.2",
|
|
"hasown": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es6-promise": {
|
|
"version": "4.2.8",
|
|
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
|
|
"integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/es6-promisify": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
|
|
"integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-promise": "^4.0.3"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-html": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escodegen": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/etag": {
|
|
"version": "1.8.1",
|
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/ethers": {
|
|
"version": "6.16.0",
|
|
"resolved": "https://registry.npmjs.org/ethers/-/ethers-6.16.0.tgz",
|
|
"integrity": "sha512-U1wulmetNymijEhpSEQ7Ct/P/Jw9/e7R1j5XIbPRydgV2DjLVMsULDlNksq3RQnFgKoLlZf88ijYtWEXcPa07A==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/ethers-io/"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@adraffy/ens-normalize": "1.10.1",
|
|
"@noble/curves": "1.2.0",
|
|
"@noble/hashes": "1.3.2",
|
|
"@types/node": "22.7.5",
|
|
"aes-js": "4.0.0-beta.5",
|
|
"tslib": "2.7.0",
|
|
"ws": "8.17.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/ethers/node_modules/@noble/curves": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.2.0.tgz",
|
|
"integrity": "sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@noble/hashes": "1.3.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/ethers/node_modules/@noble/hashes": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.2.tgz",
|
|
"integrity": "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/ethers/node_modules/@types/node": {
|
|
"version": "22.7.5",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz",
|
|
"integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"undici-types": "~6.19.2"
|
|
}
|
|
},
|
|
"node_modules/ethers/node_modules/tslib": {
|
|
"version": "2.7.0",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
|
|
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
|
"license": "0BSD",
|
|
"peer": true
|
|
},
|
|
"node_modules/ethers/node_modules/undici-types": {
|
|
"version": "6.19.8",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/ethers/node_modules/ws": {
|
|
"version": "8.17.1",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
|
|
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "5.0.4",
|
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/events-universal": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
|
|
"integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"bare-events": "^2.7.0"
|
|
}
|
|
},
|
|
"node_modules/eventsource": {
|
|
"version": "3.0.7",
|
|
"resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
|
|
"integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventsource-parser": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/eventsource-parser": {
|
|
"version": "3.0.6",
|
|
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
|
|
"integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/express": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
|
|
"integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "^2.0.0",
|
|
"body-parser": "^2.2.1",
|
|
"content-disposition": "^1.0.0",
|
|
"content-type": "^1.0.5",
|
|
"cookie": "^0.7.1",
|
|
"cookie-signature": "^1.2.1",
|
|
"debug": "^4.4.0",
|
|
"depd": "^2.0.0",
|
|
"encodeurl": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"etag": "^1.8.1",
|
|
"finalhandler": "^2.1.0",
|
|
"fresh": "^2.0.0",
|
|
"http-errors": "^2.0.0",
|
|
"merge-descriptors": "^2.0.0",
|
|
"mime-types": "^3.0.0",
|
|
"on-finished": "^2.4.1",
|
|
"once": "^1.4.0",
|
|
"parseurl": "^1.3.3",
|
|
"proxy-addr": "^2.0.7",
|
|
"qs": "^6.14.0",
|
|
"range-parser": "^1.2.1",
|
|
"router": "^2.2.0",
|
|
"send": "^1.1.0",
|
|
"serve-static": "^2.2.0",
|
|
"statuses": "^2.0.1",
|
|
"type-is": "^2.0.1",
|
|
"vary": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/express-rate-limit": {
|
|
"version": "8.2.1",
|
|
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.1.tgz",
|
|
"integrity": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip-address": "10.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/express-rate-limit"
|
|
},
|
|
"peerDependencies": {
|
|
"express": ">= 4.11"
|
|
}
|
|
},
|
|
"node_modules/express-rate-limit/node_modules/ip-address": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz",
|
|
"integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/extract-zip": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
|
|
"integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"get-stream": "^5.1.0",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"bin": {
|
|
"extract-zip": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.17.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/yauzl": "^2.9.1"
|
|
}
|
|
},
|
|
"node_modules/eyes": {
|
|
"version": "0.1.8",
|
|
"resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
|
|
"integrity": "sha512-GipyPsXO1anza0AOZdy69Im7hGFCNB7Y/NGjDlZGJ3GJJLtwNSb2vrzYrTYJRrRloVx7pl+bhUaTB8yiccPvFQ==",
|
|
"engines": {
|
|
"node": "> 0.1.90"
|
|
}
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
"license": "MIT"
|
|
},
|
|
"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/fast-stable-stringify": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/fast-stable-stringify/-/fast-stable-stringify-1.0.0.tgz",
|
|
"integrity": "sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-uri": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fastify"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fastify"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/fastestsmallesttextencoderdecoder": {
|
|
"version": "1.0.22",
|
|
"resolved": "https://registry.npmjs.org/fastestsmallesttextencoderdecoder/-/fastestsmallesttextencoderdecoder-1.0.22.tgz",
|
|
"integrity": "sha512-Pb8d48e+oIuY4MaM64Cd7OW1gt4nxCHs7/ddPPZ/Ic3sg8yVGM7O9wDvZ7us6ScaUupzM+pfBolwtYhN1IxBIw==",
|
|
"license": "CC0-1.0",
|
|
"peer": true
|
|
},
|
|
"node_modules/fd-slicer": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
|
"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pend": "~1.2.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
|
|
"integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.4.0",
|
|
"encodeurl": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"on-finished": "^2.4.1",
|
|
"parseurl": "^1.3.3",
|
|
"statuses": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.15.11",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"debug": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/form-data": {
|
|
"version": "4.0.5",
|
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"es-set-tostringtag": "^2.1.0",
|
|
"hasown": "^2.0.2",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/form-data/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==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/form-data/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==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.52.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/forwarded": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
"integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fresh": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
|
|
"integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.2",
|
|
"es-define-property": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.1.1",
|
|
"function-bind": "^1.1.2",
|
|
"get-proto": "^1.0.1",
|
|
"gopd": "^1.2.0",
|
|
"has-symbols": "^1.1.0",
|
|
"hasown": "^2.0.2",
|
|
"math-intrinsics": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-proto": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dunder-proto": "^1.0.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-uri": {
|
|
"version": "6.0.5",
|
|
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz",
|
|
"integrity": "sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"basic-ftp": "^5.0.2",
|
|
"data-uri-to-buffer": "^6.0.2",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/gopd": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/hasown": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/hono": {
|
|
"version": "4.11.8",
|
|
"resolved": "https://registry.npmjs.org/hono/-/hono-4.11.8.tgz",
|
|
"integrity": "sha512-eVkB/CYCCei7K2WElZW9yYQFWssG0DhaDhVvr7wy5jJ22K+ck8fWW0EsLpB0sITUTvPnc97+rrbQqIr5iqiy9Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.9.0"
|
|
}
|
|
},
|
|
"node_modules/http-errors": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~2.0.0",
|
|
"inherits": "~2.0.4",
|
|
"setprototypeof": "~1.2.0",
|
|
"statuses": "~2.0.2",
|
|
"toidentifier": "~1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/https-proxy-agent": {
|
|
"version": "7.0.6",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/humanize-ms": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
|
|
"integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.7.2",
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
|
|
"integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"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/inherits": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ip-address": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
|
|
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/ipaddr.js": {
|
|
"version": "1.9.1",
|
|
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/is-buffer": {
|
|
"version": "1.1.6",
|
|
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
|
|
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
|
|
"license": "MIT"
|
|
},
|
|
"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-promise": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
|
|
"integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-retry-allowed": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz",
|
|
"integrity": "sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/isomorphic-ws": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz",
|
|
"integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ws": "*"
|
|
}
|
|
},
|
|
"node_modules/isows": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/isows/-/isows-1.0.7.tgz",
|
|
"integrity": "sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wevm"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ws": "*"
|
|
}
|
|
},
|
|
"node_modules/jayson": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/jayson/-/jayson-4.3.0.tgz",
|
|
"integrity": "sha512-AauzHcUcqs8OBnCHOkJY280VaTiCm57AbuO7lqzcw7JapGj50BisE3xhksye4zlTSR1+1tAz67wLTl8tEH1obQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/connect": "^3.4.33",
|
|
"@types/node": "^12.12.54",
|
|
"@types/ws": "^7.4.4",
|
|
"commander": "^2.20.3",
|
|
"delay": "^5.0.0",
|
|
"es6-promisify": "^5.0.0",
|
|
"eyes": "^0.1.8",
|
|
"isomorphic-ws": "^4.0.1",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"stream-json": "^1.9.1",
|
|
"uuid": "^8.3.2",
|
|
"ws": "^7.5.10"
|
|
},
|
|
"bin": {
|
|
"jayson": "bin/jayson.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jayson/node_modules/@types/node": {
|
|
"version": "12.20.55",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz",
|
|
"integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jayson/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jayson/node_modules/ws": {
|
|
"version": "7.5.10",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
|
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jose": {
|
|
"version": "6.1.3",
|
|
"resolved": "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz",
|
|
"integrity": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema-typed": {
|
|
"version": "8.0.2",
|
|
"resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
|
|
"integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
|
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/marked": {
|
|
"version": "17.0.1",
|
|
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.1.tgz",
|
|
"integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"marked": "bin/marked.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
}
|
|
},
|
|
"node_modules/math-intrinsics": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/md5": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
|
|
"integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"charenc": "0.0.2",
|
|
"crypt": "0.0.2",
|
|
"is-buffer": "~1.1.6"
|
|
}
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/merge-descriptors": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
|
|
"integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.54.0",
|
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "^1.54.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/mitt": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
|
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/negotiator": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
|
|
"integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/netmask": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
|
|
"integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/node-gyp-build": {
|
|
"version": "4.8.4",
|
|
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
|
|
"integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"bin": {
|
|
"node-gyp-build": "bin.js",
|
|
"node-gyp-build-optional": "optional.js",
|
|
"node-gyp-build-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-inspect": {
|
|
"version": "1.13.4",
|
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/on-finished": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/ox": {
|
|
"version": "0.11.3",
|
|
"resolved": "https://registry.npmjs.org/ox/-/ox-0.11.3.tgz",
|
|
"integrity": "sha512-1bWYGk/xZel3xro3l8WGg6eq4YEKlaqvyMtVhfMFpbJzK2F6rj4EDRtqDCWVEJMkzcmEi9uW2QxsqELokOlarw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wevm"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@adraffy/ens-normalize": "^1.11.0",
|
|
"@noble/ciphers": "^1.3.0",
|
|
"@noble/curves": "1.9.1",
|
|
"@noble/hashes": "^1.8.0",
|
|
"@scure/bip32": "^1.7.0",
|
|
"@scure/bip39": "^1.6.0",
|
|
"abitype": "^1.2.3",
|
|
"eventemitter3": "5.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ox/node_modules/@adraffy/ens-normalize": {
|
|
"version": "1.11.1",
|
|
"resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.11.1.tgz",
|
|
"integrity": "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ox/node_modules/@noble/curves": {
|
|
"version": "1.9.1",
|
|
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.1.tgz",
|
|
"integrity": "sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "1.8.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/ox/node_modules/abitype": {
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmjs.org/abitype/-/abitype-1.2.3.tgz",
|
|
"integrity": "sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/wevm"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.0.4",
|
|
"zod": "^3.22.0 || ^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ox/node_modules/eventemitter3": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
|
|
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pac-proxy-agent": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz",
|
|
"integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/quickjs-emscripten": "^0.23.0",
|
|
"agent-base": "^7.1.2",
|
|
"debug": "^4.3.4",
|
|
"get-uri": "^6.0.1",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"pac-resolver": "^7.0.1",
|
|
"socks-proxy-agent": "^8.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/pac-resolver": {
|
|
"version": "7.0.1",
|
|
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
|
|
"integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"degenerator": "^5.0.0",
|
|
"netmask": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"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-to-regexp": {
|
|
"version": "8.3.0",
|
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
|
|
"integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/pend": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
|
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pkce-challenge": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
|
|
"integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.20.0"
|
|
}
|
|
},
|
|
"node_modules/progress": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
|
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/proxy-addr": {
|
|
"version": "2.0.7",
|
|
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
"integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"forwarded": "0.2.0",
|
|
"ipaddr.js": "1.9.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent": {
|
|
"version": "6.5.0",
|
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
|
|
"integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "^4.3.4",
|
|
"http-proxy-agent": "^7.0.1",
|
|
"https-proxy-agent": "^7.0.6",
|
|
"lru-cache": "^7.14.1",
|
|
"pac-proxy-agent": "^7.1.0",
|
|
"proxy-from-env": "^1.1.0",
|
|
"socks-proxy-agent": "^8.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pump": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
|
|
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/puppeteer-core": {
|
|
"version": "24.37.1",
|
|
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.37.1.tgz",
|
|
"integrity": "sha512-ylRJReaA6kd/CrahdrxxnSZf5S2hf1QR0S39QeoS55fuBoOl4UggGPW94zheu9lmCokpRQpa7q8r98xYyiQl0Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@puppeteer/browsers": "2.12.0",
|
|
"chromium-bidi": "13.1.1",
|
|
"debug": "^4.4.3",
|
|
"devtools-protocol": "0.0.1566079",
|
|
"typed-query-selector": "^2.12.0",
|
|
"webdriver-bidi-protocol": "0.4.0",
|
|
"ws": "^8.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/qs": {
|
|
"version": "6.14.1",
|
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
|
|
"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/range-parser": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
|
|
"integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/raw-body": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
|
|
"integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "~3.1.2",
|
|
"http-errors": "~2.0.1",
|
|
"iconv-lite": "~0.7.0",
|
|
"unpipe": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/router": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
"integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.4.0",
|
|
"depd": "^2.0.0",
|
|
"is-promise": "^4.0.0",
|
|
"parseurl": "^1.3.3",
|
|
"path-to-regexp": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/rpc-websockets": {
|
|
"version": "9.3.3",
|
|
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-9.3.3.tgz",
|
|
"integrity": "sha512-OkCsBBzrwxX4DoSv4Zlf9DgXKRB0MzVfCFg5MC+fNnf9ktr4SMWjsri0VNZQlDbCnGcImT6KNEv4ZoxktQhdpA==",
|
|
"license": "LGPL-3.0-only",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.11",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/ws": "^8.2.2",
|
|
"buffer": "^6.0.3",
|
|
"eventemitter3": "^5.0.1",
|
|
"uuid": "^8.3.2",
|
|
"ws": "^8.5.0"
|
|
},
|
|
"funding": {
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/kozjak"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
}
|
|
},
|
|
"node_modules/rpc-websockets/node_modules/@types/ws": {
|
|
"version": "8.18.1",
|
|
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
|
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"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/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.7.4",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/send": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
|
|
"integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.4.3",
|
|
"encodeurl": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"etag": "^1.8.1",
|
|
"fresh": "^2.0.0",
|
|
"http-errors": "^2.0.1",
|
|
"mime-types": "^3.0.2",
|
|
"ms": "^2.1.3",
|
|
"on-finished": "^2.4.1",
|
|
"range-parser": "^1.2.1",
|
|
"statuses": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/serve-static": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
|
|
"integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encodeurl": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"parseurl": "^1.3.3",
|
|
"send": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/setprototypeof": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
"license": "ISC"
|
|
},
|
|
"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/side-channel": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"object-inspect": "^1.13.3",
|
|
"side-channel-list": "^1.0.0",
|
|
"side-channel-map": "^1.0.1",
|
|
"side-channel-weakmap": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-list": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
|
|
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"object-inspect": "^1.13.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-map": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.5",
|
|
"object-inspect": "^1.13.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-weakmap": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.5",
|
|
"object-inspect": "^1.13.3",
|
|
"side-channel-map": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/siwe": {
|
|
"version": "2.3.2",
|
|
"resolved": "https://registry.npmjs.org/siwe/-/siwe-2.3.2.tgz",
|
|
"integrity": "sha512-aSf+6+Latyttbj5nMu6GF3doMfv2UYj83hhwZgUF20ky6fTS83uVhkQABdIVnEuS8y1bBdk7p6ltb9SmlhTTlA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@spruceid/siwe-parser": "^2.1.2",
|
|
"@stablelib/random": "^1.0.1",
|
|
"uri-js": "^4.4.1",
|
|
"valid-url": "^1.0.9"
|
|
},
|
|
"peerDependencies": {
|
|
"ethers": "^5.6.8 || ^6.0.8"
|
|
}
|
|
},
|
|
"node_modules/smart-buffer": {
|
|
"version": "4.2.0",
|
|
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
|
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/socks": {
|
|
"version": "2.8.7",
|
|
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.7.tgz",
|
|
"integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip-address": "^10.0.1",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/socks-proxy-agent": {
|
|
"version": "8.0.5",
|
|
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
|
|
"integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.2",
|
|
"debug": "^4.3.4",
|
|
"socks": "^2.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/stream-chain": {
|
|
"version": "2.2.5",
|
|
"resolved": "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.5.tgz",
|
|
"integrity": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/stream-json": {
|
|
"version": "1.9.1",
|
|
"resolved": "https://registry.npmjs.org/stream-json/-/stream-json-1.9.1.tgz",
|
|
"integrity": "sha512-uWkjJ+2Nt/LO9Z/JyKZbMusL8Dkh97uUBTv3AJQ74y07lVahLY4eEFsPsE97pxYBwr8nnjMAIch5eqI0gPShyw==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"stream-chain": "^2.2.5"
|
|
}
|
|
},
|
|
"node_modules/streamx": {
|
|
"version": "2.23.0",
|
|
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
|
|
"integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"events-universal": "^1.0.0",
|
|
"fast-fifo": "^1.3.2",
|
|
"text-decoder": "^1.1.0"
|
|
}
|
|
},
|
|
"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/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/superstruct": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-2.0.2.tgz",
|
|
"integrity": "sha512-uV+TFRZdXsqXTL2pRvujROjdZQ4RAlBUS5BTh9IGm+jTqQntYThciG/qu57Gs69yjnVUSqdxF9YLmSnpupBW9A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/tar-fs": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
|
|
"integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^3.1.5"
|
|
},
|
|
"optionalDependencies": {
|
|
"bare-fs": "^4.0.1",
|
|
"bare-path": "^3.0.0"
|
|
}
|
|
},
|
|
"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.2.3",
|
|
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz",
|
|
"integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"b4a": "^1.6.4"
|
|
}
|
|
},
|
|
"node_modules/text-encoding-utf-8": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/text-encoding-utf-8/-/text-encoding-utf-8-1.0.2.tgz",
|
|
"integrity": "sha512-8bw4MY9WjdsD2aMtO0OzOCY3pXGYNx2d2FfHRVUKkiCPDWjKuOlhLVASS+pD7VkLTVjW268LYJHwsnPFlBpbAg=="
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tweetnacl": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
|
|
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
|
|
"integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"content-type": "^1.0.5",
|
|
"media-typer": "^1.1.0",
|
|
"mime-types": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/typed-query-selector": {
|
|
"version": "2.12.0",
|
|
"resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz",
|
|
"integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.9.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/uncrypto": {
|
|
"version": "0.1.3",
|
|
"resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
|
|
"integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "7.16.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/utf-8-validate": {
|
|
"version": "5.0.10",
|
|
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz",
|
|
"integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"node-gyp-build": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.14.2"
|
|
}
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/valid-url": {
|
|
"version": "1.0.9",
|
|
"resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz",
|
|
"integrity": "sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA=="
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
|
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/viem": {
|
|
"version": "2.45.1",
|
|
"resolved": "https://registry.npmjs.org/viem/-/viem-2.45.1.tgz",
|
|
"integrity": "sha512-LN6Pp7vSfv50LgwhkfSbIXftAM5J89lP9x8TeDa8QM7o41IxlHrDh0F9X+FfnCWtsz11pEVV5sn+yBUoOHNqYA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wevm"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/curves": "1.9.1",
|
|
"@noble/hashes": "1.8.0",
|
|
"@scure/bip32": "1.7.0",
|
|
"@scure/bip39": "1.6.0",
|
|
"abitype": "1.2.3",
|
|
"isows": "1.0.7",
|
|
"ox": "0.11.3",
|
|
"ws": "8.18.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.0.4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/viem/node_modules/@noble/curves": {
|
|
"version": "1.9.1",
|
|
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.1.tgz",
|
|
"integrity": "sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "1.8.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/viem/node_modules/abitype": {
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmjs.org/abitype/-/abitype-1.2.3.tgz",
|
|
"integrity": "sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/wevm"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=5.0.4",
|
|
"zod": "^3.22.0 || ^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/viem/node_modules/ws": {
|
|
"version": "8.18.3",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/webdriver-bidi-protocol": {
|
|
"version": "0.4.0",
|
|
"resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.4.0.tgz",
|
|
"integrity": "sha512-U9VIlNRrq94d1xxR9JrCEAx5Gv/2W7ERSv8oWRoNe/QYbfccS0V3h/H6qeNeCRJxXGMhhnkqvwNrvPAYeuP9VA==",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"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==",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"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==",
|
|
"license": "MIT",
|
|
"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": "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/wrappy": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.19.0",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
|
|
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.2",
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^8.0.1",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.3",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yauzl": {
|
|
"version": "2.10.0",
|
|
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
|
|
"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-crc32": "~0.2.3",
|
|
"fd-slicer": "~1.1.0"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "3.25.76",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
},
|
|
"node_modules/zod-to-json-schema": {
|
|
"version": "3.25.1",
|
|
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz",
|
|
"integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"zod": "^3.25 || ^4"
|
|
}
|
|
}
|
|
}
|
|
}
|