32 lines
794 B
JSON
32 lines
794 B
JSON
{
|
|
"name": "@stablelib/chacha",
|
|
"version": "2.0.1",
|
|
"description": "ChaCha stream cipher",
|
|
"main": "./lib/chacha.js",
|
|
"type": "module",
|
|
"typings": "./lib/chacha.d.ts",
|
|
"author": "Dmitry Chestnykh",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/StableLib/stablelib"
|
|
},
|
|
"homepage": "https://github.com/StableLib/stablelib/tree/master/packages/chacha",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run",
|
|
"bench": "node ./lib/chacha.bench.js"
|
|
},
|
|
"dependencies": {
|
|
"@stablelib/binary": "^2.0.1",
|
|
"@stablelib/wipe": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@stablelib/benchmark": "^2.0.0",
|
|
"@stablelib/hex": "^2.0.1"
|
|
},
|
|
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
|
|
}
|