| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "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",
- "authors": [
- "Brian Turek <brian.turek@gmail.com>"
- ],
- "homepage": "http://caligatio.github.com/jsSHA/",
- "ignore": [
- "build",
- "test",
- "src/sha_dev.js"
- ],
- "devDependencies": {
- "chai": "^3.5.0",
- "mocha": "^2.5.3"
- },
- "_release": "2.2.0",
- "_resolution": {
- "type": "version",
- "tag": "v2.2.0",
- "commit": "f92bef01e6d257c74fd98407f19d3c8189f7bdaf"
- },
- "_source": "https://github.com/Caligatio/jsSHA.git",
- "_target": "^2.2.0",
- "_originalSource": "jsSHA",
- "_direct": true
- }
|