UNPKG

@nicolasflamel/blake2b-native

Version:

Node.js addon for parts of the official BLAKE2b implementation

30 lines (29 loc) 1.03 kB
{ "name": "@nicolasflamel/blake2b-native", "version": "0.0.4", "description": "Node.js addon for parts of the official BLAKE2b implementation", "main": "./index.js", "files": [ "*", "!.gitignore" ], "gypfile": true, "scripts": { "prepublishOnly": "wget \"https://github.com/BLAKE2/BLAKE2/archive/master.zip\" && unzip \"./master.zip\" && rm \"./master.zip\" && find \"./BLAKE2-master/\" -mindepth 1 -maxdepth 1 ! -name \"ref\" -exec rm -rf {} + && wget \"https://github.com/NicolasFlamel1/BLAKE2b-NPM-Package/archive/refs/heads/master.zip\" && unzip \"./master.zip\" && rm \"./master.zip\" && find \"./BLAKE2b-NPM-Package-master/\" -mindepth 1 ! -name \"main.cpp\" -exec rm -rf {} +" }, "repository": { "type": "git", "url": "git+https://github.com/NicolasFlamel1/BLAKE2b-Node.js-Addon.git" }, "keywords": [ "BLAKE2b" ], "author": "Nicolas Flamel", "license": "MIT", "bugs": { "url": "https://github.com/NicolasFlamel1/BLAKE2b-Node.js-Addon/issues" }, "dependencies": { "bindings": "^1.5.0" } }