UNPKG

sha224

Version:

A Javascript implementation of SHA-224 for Node.js.

39 lines (38 loc) 711 B
{ "name": "sha224", "version": "1.0.0", "description": "A Javascript implementation of SHA-224 for Node.js.", "author": { "name": "K.", "email": "wlzla000@naver.com", "url": "https://github.com/wlzla000" }, "main": "SHA224-Node.js", "dependencies": { "sha2": ">=1.0.0" }, "scripts": { "test": "node test.js" }, "engines": { "node": ">=6.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/wlzla000/node-sha224.git" }, "license": "MIT", "bugs": { "url": "https://github.com/wlzla000/node-sha224/issues" }, "keywords": [ "SHA-224", "sha224", "SHA-2", "sha2", "hash", "sha", "hashing" ], "homepage": "https://github.com/wlzla000/node-sha224" }