UNPKG

xsalsa20-csprng

Version:
43 lines 1.05 kB
{ "name": "xsalsa20-csprng", "version": "2.0.7", "description": "CSPRNG and crypto library powered by XSalsa20", "keywords": [ "CSPRNG", "XSalsa20", "crypto" ], "homepage": "https://github.com/simnalamburt/npm/tree/master/packages/xsalsa20-csprng", "bugs": { "url": "https://github.com/simnalamburt/npm/issues" }, "license": "(APACHE-2.0 OR MIT)", "author": "Hyeon Kim <simnalamburt@gmail.com> (https://hyeon.me)", "repository": { "type": "git", "url": "git@github.com:simnalamburt/npm.git", "directory": "packages/xsalsa20-csprng" }, "source": "src/index.ts", "files": [ "src", "dist" ], "type": "module", "sideEffects": false, "browser": "dist/index.mjs", "types": "dist/index.d.mts", "unpkg": "dist/index.umd.js", "exports": "./dist/index.mjs", "devDependencies": { "@types/node": "^25.2.3", "tsdown": "^0.20.3", "typedoc": "^0.28.17", "typescript": "^5.9.3" }, "scripts": { "build": "tsdown", "check": "tsc", "doc": "typedoc" } }