UNPKG

sha256-es

Version:

Cryptographic hash library producing a 256-bit (32-byte) hash value

43 lines (42 loc) 1.07 kB
{ "name": "sha256-es", "version": "1.8.2", "description": "Cryptographic hash library producing a 256-bit (32-byte) hash value", "main": "./build/sha256-es.min.js", "scripts": { "lint": "eslint *.babel.js src test", "build": "rimraf build && webpack -p", "perf": "babel-node perf/Perf.js", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/logotype/es-crypto.git" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.0.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "eslint": "^4.0.0", "eslint-plugin-babel": "^4.0.1", "jest": "^20.0.4", "json-loader": "^0.5.4", "rimraf": "^2.5.4", "webpack": "^2.6.1", "yargs": "^8.0.2" }, "keywords": [ "SHA256", "SHA-256", "SHA-2", "ES2015" ], "license": "MIT", "bugs": { "url": "https://github.com/logotype/es-crypto/issues" }, "homepage": "https://github.com/logotype/es-crypto#readme" }