| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "jssha",
- "version": "2.2.0",
- "description": "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC",
- "main": "src/sha.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/Caligatio/jsSHA.git"
- },
- "keywords": [
- "SHA-1",
- "SHA-224",
- "SHA3-224",
- "SHA-256",
- "SHA3-256",
- "SHA-384",
- "SHA3-384",
- "SHA-512",
- "SHA3-512",
- "SHAKE-128",
- "SHAKE-256",
- "SHAKE128",
- "SHAKE256",
- "SHA1",
- "SHA224",
- "SHA256",
- "SHA384",
- "SHA512",
- "SHA-2",
- "SHA2",
- "SHA-3",
- "SHA3",
- "SHAKE",
- "HMAC",
- "hash"
- ],
- "license": "BSD-3-Clause",
- "author": "Brian Turek <brian.turek@gmail.com>",
- "bugs": {
- "url": "https://github.com/Caligatio/jsSHA/issues"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "https://github.com/Caligatio/jsSHA",
- "dependencies": {},
- "devDependencies": {
- "chai": "^3.5.0",
- "mocha": "^2.5.3"
- },
- "scripts": {
- "test": "mocha --reporter spec"
- }
- }
|