UNPKG

@nicolasflamel/blake2b

Version:

NPM package for parts of the official BLAKE2b implementation

31 lines (30 loc) 675 B
{ "name": "@nicolasflamel/blake2b", "version": "0.0.3", "description": "NPM package for parts of the official BLAKE2b implementation", "main": "./index.js", "files": [ "*", "!main.cpp", "!tests.js" ], "repository": { "type": "git", "url": "git+https://github.com/NicolasFlamel1/BLAKE2b-NPM-Package.git" }, "keywords": [ "BLAKE2b" ], "author": "Nicolas Flamel", "license": "MIT", "bugs": { "url": "https://github.com/NicolasFlamel1/BLAKE2b-NPM-Package/issues" }, "dependencies": { "@nicolasflamel/blake2b-wasm": "^0.0.2" }, "optionalDependencies": { "@nicolasflamel/blake2b-native": "^0.0.4", "@nicolasflamel/blake2b-react": "^0.0.1" } }