Skip to main content
Module

x/ed25519/package-lock.json

Fastest 4KB JS implementation of ed25519 elliptic curve. Auditable, high-security, 0-dependency EDDSA signatures compliant with RFC8032 & ZIP215
Go to Latest
File
{ "name": "@noble/ed25519", "version": "2.0.0-pre", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/ed25519", "version": "2.0.0-pre", "funding": [ { "type": "individual", "url": "https://paulmillr.com/funding/" } ], "license": "MIT", "devDependencies": { "@noble/hashes": "1.3.0", "fast-check": "3.0.0", "micro-bmark": "0.3.0", "micro-should": "0.4.0", "typescript": "5.0.2" } }, "node_modules/@noble/hashes": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.0.tgz", "integrity": "sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==", "dev": true, "funding": [ { "type": "individual", "url": "https://paulmillr.com/funding/" } ] }, "node_modules/fast-check": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.0.0.tgz", "integrity": "sha512-uujtrFJEQQqnIMO52ARwzPcuV4omiL1OJBUBLE9WnNFeu0A97sREXDOmCIHY+Z6KLVcemUf09rWr0q0Xy/Y/Ew==", "dev": true, "dependencies": { "pure-rand": "^5.0.1" }, "engines": { "node": ">=8.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/fast-check" } }, "node_modules/micro-bmark": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/micro-bmark/-/micro-bmark-0.3.0.tgz", "integrity": "sha512-rYu+AtUq8lC3zPCoxkOOtwhgJoMpCDGe0/BXUCkj6+H9f/U/TunH/n/qkN98yh04dCCtDV8Aj9uYO3+DKxYrcw==", "dev": true }, "node_modules/micro-should": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/micro-should/-/micro-should-0.4.0.tgz", "integrity": "sha512-Vclj8yrngSYc9Y3dL2C+AdUlTkyx/syWc4R7LYfk4h7+icfF0DoUBGjjUIaEDzZA19RzoI+Hg8rW9IRoNGP0tQ==", "dev": true }, "node_modules/pure-rand": { "version": "5.0.5", "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-5.0.5.tgz", "integrity": "sha512-BwQpbqxSCBJVpamI6ydzcKqyFmnd5msMWUGvzXLm1aXvusbbgkbOto/EUPM00hjveJEaJtdbhUjKSzWRhQVkaw==", "dev": true, "funding": [ { "type": "individual", "url": "https://github.com/sponsors/dubzzz" }, { "type": "opencollective", "url": "https://opencollective.com/fast-check" } ] }, "node_modules/typescript": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { "node": ">=12.20" } } }}