You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
755 lines
27 KiB
755 lines
27 KiB
{ |
|
"name": "lottery-simple", |
|
"version": "1.0.0", |
|
"lockfileVersion": 3, |
|
"requires": true, |
|
"packages": { |
|
"": { |
|
"name": "lottery-simple", |
|
"version": "1.0.0", |
|
"license": "ISC", |
|
"dependencies": { |
|
"@coral-xyz/anchor": "^0.31.1", |
|
"@solana/web3.js": "^1.98.4" |
|
} |
|
}, |
|
"node_modules/@babel/runtime": { |
|
"version": "7.28.4", |
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", |
|
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=6.9.0" |
|
} |
|
}, |
|
"node_modules/@coral-xyz/anchor": { |
|
"version": "0.31.1", |
|
"resolved": "https://registry.npmjs.org/@coral-xyz/anchor/-/anchor-0.31.1.tgz", |
|
"integrity": "sha512-QUqpoEK+gi2S6nlYc2atgT2r41TT3caWr/cPUEL8n8Md9437trZ68STknq897b82p5mW0XrTBNOzRbmIRJtfsA==", |
|
"license": "(MIT OR Apache-2.0)", |
|
"dependencies": { |
|
"@coral-xyz/anchor-errors": "^0.31.1", |
|
"@coral-xyz/borsh": "^0.31.1", |
|
"@noble/hashes": "^1.3.1", |
|
"@solana/web3.js": "^1.69.0", |
|
"bn.js": "^5.1.2", |
|
"bs58": "^4.0.1", |
|
"buffer-layout": "^1.2.2", |
|
"camelcase": "^6.3.0", |
|
"cross-fetch": "^3.1.5", |
|
"eventemitter3": "^4.0.7", |
|
"pako": "^2.0.3", |
|
"superstruct": "^0.15.4", |
|
"toml": "^3.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=17" |
|
} |
|
}, |
|
"node_modules/@coral-xyz/anchor-errors": { |
|
"version": "0.31.1", |
|
"resolved": "https://registry.npmjs.org/@coral-xyz/anchor-errors/-/anchor-errors-0.31.1.tgz", |
|
"integrity": "sha512-NhNEku4F3zzUSBtrYz84FzYWm48+9OvmT1Hhnwr6GnPQry2dsEqH/ti/7ASjjpoFTWRnPXrjAIT1qM6Isop+LQ==", |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">=10" |
|
} |
|
}, |
|
"node_modules/@coral-xyz/borsh": { |
|
"version": "0.31.1", |
|
"resolved": "https://registry.npmjs.org/@coral-xyz/borsh/-/borsh-0.31.1.tgz", |
|
"integrity": "sha512-9N8AU9F0ubriKfNE3g1WF0/4dtlGXoBN/hd1PvbNBamBNwRgHxH4P+o3Zt7rSEloW1HUs6LfZEchlx9fW7POYw==", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"bn.js": "^5.1.2", |
|
"buffer-layout": "^1.2.0" |
|
}, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"peerDependencies": { |
|
"@solana/web3.js": "^1.69.0" |
|
} |
|
}, |
|
"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/@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-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-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/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/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/@solana/web3.js/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/@swc/helpers": { |
|
"version": "0.5.17", |
|
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz", |
|
"integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==", |
|
"license": "Apache-2.0", |
|
"dependencies": { |
|
"tslib": "^2.8.0" |
|
} |
|
}, |
|
"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": "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/@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/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/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/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/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-layout": { |
|
"version": "1.2.2", |
|
"resolved": "https://registry.npmjs.org/buffer-layout/-/buffer-layout-1.2.2.tgz", |
|
"integrity": "sha512-kWSuLN694+KTk8SrYvCqwP2WcgQjoRCiF5b4QDvkkz8EmgD+aWAIceGFKMIAdmF/pH+vpgNV3d3kAKorcdAmWA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=4.5" |
|
} |
|
}, |
|
"node_modules/bufferutil": { |
|
"version": "4.0.9", |
|
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.9.tgz", |
|
"integrity": "sha512-WDtdLmJvAuNNPzByAYpRo2rF1Mmradw6gvWsQKf63476DDXmomT9zUiGypLcG4ibIM67vhAj8jJRdbmEws2Aqw==", |
|
"hasInstallScript": true, |
|
"license": "MIT", |
|
"optional": true, |
|
"dependencies": { |
|
"node-gyp-build": "^4.3.0" |
|
}, |
|
"engines": { |
|
"node": ">=6.14.2" |
|
} |
|
}, |
|
"node_modules/camelcase": { |
|
"version": "6.3.0", |
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", |
|
"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/sindresorhus" |
|
} |
|
}, |
|
"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/commander": { |
|
"version": "14.0.1", |
|
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz", |
|
"integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==", |
|
"license": "MIT", |
|
"engines": { |
|
"node": ">=20" |
|
} |
|
}, |
|
"node_modules/cross-fetch": { |
|
"version": "3.2.0", |
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz", |
|
"integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==", |
|
"license": "MIT", |
|
"dependencies": { |
|
"node-fetch": "^2.7.0" |
|
} |
|
}, |
|
"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/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/eventemitter3": { |
|
"version": "4.0.7", |
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", |
|
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", |
|
"license": "MIT" |
|
}, |
|
"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-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/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/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/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/jayson": { |
|
"version": "4.2.0", |
|
"resolved": "https://registry.npmjs.org/jayson/-/jayson-4.2.0.tgz", |
|
"integrity": "sha512-VfJ9t1YLwacIubLhONk0KFeosUBwstRWQ0IRT1KDjEjnVnSOVHC3uwugyV7L0c7R9lpVyrUGT2XWiBA1UTtpyg==", |
|
"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/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/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/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/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/pako": { |
|
"version": "2.1.0", |
|
"resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", |
|
"integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", |
|
"license": "(MIT AND Zlib)" |
|
}, |
|
"node_modules/rpc-websockets": { |
|
"version": "9.2.0", |
|
"resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-9.2.0.tgz", |
|
"integrity": "sha512-DS/XHdPxplQTtNRKiBCRWGBJfjOk56W7fyFUpiYi9fSTWTzoEMbUkn3J4gB0IMniIEVeAGR1/rzFQogzD5MxvQ==", |
|
"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/rpc-websockets/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/rpc-websockets/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/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/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/superstruct": { |
|
"version": "0.15.5", |
|
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.15.5.tgz", |
|
"integrity": "sha512-4AOeU+P5UuE/4nOUkmcQdW5y7i9ndt1cQd/3iUe+LTz3RxESf/W/5lg4B74HbDMMv8PHnPnGCQFH45kBcrQYoQ==", |
|
"license": "MIT" |
|
}, |
|
"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/toml": { |
|
"version": "3.0.0", |
|
"resolved": "https://registry.npmjs.org/toml/-/toml-3.0.0.tgz", |
|
"integrity": "sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==", |
|
"license": "MIT" |
|
}, |
|
"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/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/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/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/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 |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|