{
  "_from": "jssha@2.2.0",
  "_id": "jssha@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-mPDEB+GFI6a3lXuaabxfrQeI/42EntuwDaC74UN1Ifscn6tN72/IOCRd8VVEXRYK7ySmSnBIpBlQjAdlmkATig==",
  "_location": "/jssha",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jssha@2.2.0",
    "name": "jssha",
    "escapedName": "jssha",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/jssha/-/jssha-2.2.0.tgz",
  "_shasum": "87dcf60821dc3bec593f3855bbebccd276aacc1c",
  "_spec": "jssha@2.2.0",
  "_where": "/root/workspace/mfp-cordova-plugins-build-and-deploy/target/cordova-runtime/plugins/cordova-plugin-mfp",
  "author": {
    "name": "Brian Turek",
    "email": "brian.turek@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Caligatio/jsSHA/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": "jsSHA versions < 3.0.0 will no longer receive feature updates",
  "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",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/Caligatio/jsSHA",
  "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",
  "main": "src/sha.js",
  "name": "jssha",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Caligatio/jsSHA.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "2.2.0"
}
