UNPKG

simple-sha256

Version:

Generate SHA-256 hashes (in Node and the Browser)

54 lines (53 loc) 1.16 kB
{ "name": "simple-sha256", "description": "Generate SHA-256 hashes (in Node and the Browser)", "version": "1.1.0", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "browser": "./browser.js", "bugs": { "url": "https://github.com/feross/simple-sha256/issues" }, "dependencies": {}, "devDependencies": { "airtap": "^3.0.0", "standard": "*", "tape": "^5.0.1" }, "homepage": "https://github.com/feross/simple-sha256", "keywords": [ "browser", "browserify", "node", "sha256", "hash", "sha-256" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/simple-sha256.git" }, "scripts": { "test": "standard && tape test/*.js", "test-browser-local": "airtap --local -- test/*.js" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }