UNPKG

xsalsa20-csprng

Version:
49 lines 1.24 kB
{ "name": "xsalsa20-csprng", "version": "2.0.5", "description": "CSPRNG and crypto library powered by XSalsa20", "keywords": [ "CSPRNG", "crypto", "XSalsa20" ], "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" }, "devDependencies": { "@types/node": "^22.13.10", "tsdown": "^0.6.6", "typedoc": "^0.27.9", "typescript": "^5.8.2" }, "exports": { ".": { "import": "./dist/xsalsa20-csprng.modern.js", "require": "./dist/xsalsa20-csprng.js" } }, "source": "src/index.ts", "main": "dist/xsalsa20-csprng.js", "browser": "dist/xsalsa20-csprng.modern.js", "module": "dist/xsalsa20-csprng.modern.js", "unpkg": "dist/xsalsa20-csprng.umd.js", "types": "dist/index.d.ts", "files": [ "src", "dist" ], "sideEffects": false, "scripts": { "build": "tsdown", "test": "tsc", "doc": "typedoc" } }