@yoursunny/webcrypto-ed25519
Version:
Ed25519 Ponyfill & Polyfill for WebCrypto
48 lines • 1.05 kB
JSON
{
"name": "@yoursunny/webcrypto-ed25519",
"version": "0.0.20250208",
"description": "Ed25519 Ponyfill & Polyfill for WebCrypto",
"keywords": [
"webcrypto",
"crypto",
"crypto.subtle",
"SubtleCrypto",
"Ed25519",
"NODE-ED25519",
"RFC8032",
"RFC8037"
],
"author": "Junxiao Shi <npm@mail1.yoursunny.com>",
"license": "MIT",
"files": [
"common.*",
"index.*",
"browser.*"
],
"type": "module",
"main": "index.js",
"browser": "browser.js",
"types": "index.d.ts",
"dependencies": {
"@noble/ed25519": "^2.2.3",
"@yoursunny/asn1": "0.0.20200718",
"b64u-lite": "^1.1.0"
},
"devDependencies": {
"@types/minimalistic-assert": "^1.0.3",
"@types/node": "^22.13.1",
"@yoursunny/xo-config": "^0.60.0",
"minimalistic-assert": "^1.0.1",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18.4.0"
},
"scripts": {
"build": "tsc",
"lint": "xo-yoursunny --fix",
"test-bundle": "webpack"
}
}