526 lines
17 KiB
JSON
526 lines
17 KiB
JSON
{
|
|
"name": "@lendry-erp/contracts",
|
|
"version": "1.0.6",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@lendry-erp/contracts",
|
|
"version": "1.0.6",
|
|
"dependencies": {
|
|
"@nestjs/microservices": "^11.1.17",
|
|
"rxjs": "^7.8.2",
|
|
"ts-proto": "^2.11.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
},
|
|
"node_modules/@borewit/text-codec": {
|
|
"version": "0.2.2",
|
|
"resolved": "https://registry.npmjs.org/@borewit/text-codec/-/text-codec-0.2.2.tgz",
|
|
"integrity": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/@bufbuild/protobuf": {
|
|
"version": "2.11.0",
|
|
"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.11.0.tgz",
|
|
"integrity": "sha512-sBXGT13cpmPR5BMgHE6UEEfEaShh5Ror6rfN3yEK5si7QVrtZg8LEPQb0VVhiLRUslD2yLnXtnRzG035J/mZXQ==",
|
|
"license": "(Apache-2.0 AND BSD-3-Clause)"
|
|
},
|
|
"node_modules/@lukeed/csprng": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz",
|
|
"integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@nestjs/common": {
|
|
"version": "11.1.17",
|
|
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.17.tgz",
|
|
"integrity": "sha512-hLODw5Abp8OQgA+mUO4tHou4krKgDtUcM9j5Ihxncst9XeyxYBTt2bwZm4e4EQr5E352S4Fyy6V3iFx9ggxKAg==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"file-type": "21.3.2",
|
|
"iterare": "1.2.1",
|
|
"load-esm": "1.0.3",
|
|
"tslib": "2.8.1",
|
|
"uid": "2.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nest"
|
|
},
|
|
"peerDependencies": {
|
|
"class-transformer": ">=0.4.1",
|
|
"class-validator": ">=0.13.2",
|
|
"reflect-metadata": "^0.1.12 || ^0.2.0",
|
|
"rxjs": "^7.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"class-transformer": {
|
|
"optional": true
|
|
},
|
|
"class-validator": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@nestjs/core": {
|
|
"version": "11.1.17",
|
|
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.17.tgz",
|
|
"integrity": "sha512-lD5mAYekTTurF3vDaa8C2OKPnjiz4tsfxIc5XlcSUzOhkwWf6Ay3HKvt6FmvuWQam6uIIHX52Clg+e6tAvf/cg==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@nuxt/opencollective": "0.4.1",
|
|
"fast-safe-stringify": "2.1.1",
|
|
"iterare": "1.2.1",
|
|
"path-to-regexp": "8.3.0",
|
|
"tslib": "2.8.1",
|
|
"uid": "2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nest"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^11.0.0",
|
|
"@nestjs/microservices": "^11.0.0",
|
|
"@nestjs/platform-express": "^11.0.0",
|
|
"@nestjs/websockets": "^11.0.0",
|
|
"reflect-metadata": "^0.1.12 || ^0.2.0",
|
|
"rxjs": "^7.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@nestjs/microservices": {
|
|
"optional": true
|
|
},
|
|
"@nestjs/platform-express": {
|
|
"optional": true
|
|
},
|
|
"@nestjs/websockets": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@nestjs/microservices": {
|
|
"version": "11.1.17",
|
|
"resolved": "https://registry.npmjs.org/@nestjs/microservices/-/microservices-11.1.17.tgz",
|
|
"integrity": "sha512-rubBPEEXS9PwA3LwdNN/ytjEUmON+d8+4fbiUCIFGW8i+rR/g36vrpwuvoAzcGpxlu45/TpZPfHTb0nJciG9Yw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iterare": "1.2.1",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nest"
|
|
},
|
|
"peerDependencies": {
|
|
"@grpc/grpc-js": "*",
|
|
"@nestjs/common": "^11.0.0",
|
|
"@nestjs/core": "^11.0.0",
|
|
"@nestjs/websockets": "^11.0.0",
|
|
"amqp-connection-manager": "*",
|
|
"amqplib": "*",
|
|
"cache-manager": "*",
|
|
"ioredis": "*",
|
|
"kafkajs": "*",
|
|
"mqtt": "*",
|
|
"nats": "*",
|
|
"reflect-metadata": "^0.1.12 || ^0.2.0",
|
|
"rxjs": "^7.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@grpc/grpc-js": {
|
|
"optional": true
|
|
},
|
|
"@nestjs/websockets": {
|
|
"optional": true
|
|
},
|
|
"amqp-connection-manager": {
|
|
"optional": true
|
|
},
|
|
"amqplib": {
|
|
"optional": true
|
|
},
|
|
"cache-manager": {
|
|
"optional": true
|
|
},
|
|
"ioredis": {
|
|
"optional": true
|
|
},
|
|
"kafkajs": {
|
|
"optional": true
|
|
},
|
|
"mqtt": {
|
|
"optional": true
|
|
},
|
|
"nats": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@nuxt/opencollective": {
|
|
"version": "0.4.1",
|
|
"resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.4.1.tgz",
|
|
"integrity": "sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"consola": "^3.2.3"
|
|
},
|
|
"bin": {
|
|
"opencollective": "bin/opencollective.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0",
|
|
"npm": ">=5.10.0"
|
|
}
|
|
},
|
|
"node_modules/@tokenizer/inflate": {
|
|
"version": "0.4.1",
|
|
"resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz",
|
|
"integrity": "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"debug": "^4.4.3",
|
|
"token-types": "^6.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/@tokenizer/token": {
|
|
"version": "0.3.0",
|
|
"resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
|
|
"integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "25.5.0",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
|
|
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~7.18.0"
|
|
}
|
|
},
|
|
"node_modules/case-anything": {
|
|
"version": "2.1.13",
|
|
"resolved": "https://registry.npmjs.org/case-anything/-/case-anything-2.1.13.tgz",
|
|
"integrity": "sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.13"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mesqueeb"
|
|
}
|
|
},
|
|
"node_modules/consola": {
|
|
"version": "3.4.2",
|
|
"resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
|
|
"integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
}
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/detect-libc": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
|
|
"integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"detect-libc": "bin/detect-libc.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/dprint-node": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/dprint-node/-/dprint-node-1.0.8.tgz",
|
|
"integrity": "sha512-iVKnUtYfGrYcW1ZAlfR/F59cUVL8QIhWoBJoSjkkdua/dkWIgjZfiLMeTjiB06X0ZLkQ0M2C1VbUj/CxkIf1zg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-libc": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/fast-safe-stringify": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
|
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/file-type": {
|
|
"version": "21.3.2",
|
|
"resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.2.tgz",
|
|
"integrity": "sha512-DLkUvGwep3poOV2wpzbHCOnSKGk1LzyXTv+aHFgN2VFl96wnp8YA9YjO2qPzg5PuL8q/SW9Pdi6WTkYOIh995w==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@tokenizer/inflate": "^0.4.1",
|
|
"strtok3": "^10.3.4",
|
|
"token-types": "^6.1.1",
|
|
"uint8array-extras": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
}
|
|
},
|
|
"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",
|
|
"peer": true
|
|
},
|
|
"node_modules/iterare": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz",
|
|
"integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/load-esm": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/load-esm/-/load-esm-1.0.3.tgz",
|
|
"integrity": "sha512-v5xlu8eHD1+6r8EHTg6hfmO97LN8ugKtiXcy5e6oN72iD2r6u0RPfLl6fxM+7Wnh2ZRq15o0russMst44WauPA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
},
|
|
{
|
|
"type": "buymeacoffee",
|
|
"url": "https://buymeacoffee.com/borewit"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=13.2.0"
|
|
}
|
|
},
|
|
"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",
|
|
"peer": true
|
|
},
|
|
"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",
|
|
"peer": true,
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/reflect-metadata": {
|
|
"version": "0.2.2",
|
|
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
|
|
"integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
|
|
"license": "Apache-2.0",
|
|
"peer": true
|
|
},
|
|
"node_modules/rxjs": {
|
|
"version": "7.8.2",
|
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
|
|
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/strtok3": {
|
|
"version": "10.3.5",
|
|
"resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.5.tgz",
|
|
"integrity": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/token-types": {
|
|
"version": "6.1.2",
|
|
"resolved": "https://registry.npmjs.org/token-types/-/token-types-6.1.2.tgz",
|
|
"integrity": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@borewit/text-codec": "^0.2.1",
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/ts-poet": {
|
|
"version": "6.12.0",
|
|
"resolved": "https://registry.npmjs.org/ts-poet/-/ts-poet-6.12.0.tgz",
|
|
"integrity": "sha512-xo+iRNMWqyvXpFTaOAvLPA5QAWO6TZrSUs5s4Odaya3epqofBu/fMLHEWl8jPmjhA0s9sgj9sNvF1BmaQlmQkA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"dprint-node": "^1.0.8"
|
|
}
|
|
},
|
|
"node_modules/ts-proto": {
|
|
"version": "2.11.6",
|
|
"resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.11.6.tgz",
|
|
"integrity": "sha512-2rPkH5W/KeXOyVUC6o06RdRabVK8zSDmQpnRz4XbRiYMHRdI12KqDjAdGW7ebxzzMNE5cw/j+ptA0WMVqZILrQ==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.10.2",
|
|
"case-anything": "^2.1.13",
|
|
"ts-poet": "^6.12.0",
|
|
"ts-proto-descriptors": "2.1.0"
|
|
},
|
|
"bin": {
|
|
"protoc-gen-ts_proto": "protoc-gen-ts_proto"
|
|
}
|
|
},
|
|
"node_modules/ts-proto-descriptors": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/ts-proto-descriptors/-/ts-proto-descriptors-2.1.0.tgz",
|
|
"integrity": "sha512-S5EZYEQ6L9KLFfjSRpZWDIXDV/W7tAj8uW7pLsihIxyr62EAVSiKuVPwE8iWnr849Bqa53enex1jhDUcpgquzA==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^2.0.0"
|
|
}
|
|
},
|
|
"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": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
|
|
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/uid": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz",
|
|
"integrity": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@lukeed/csprng": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/uint8array-extras": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
|
|
"integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "7.18.2",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
|
|
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|