{
  "_from": "jsrsasign@^8.0.24",
  "_id": "jsrsasign@8.0.24",
  "_inBundle": false,
  "_integrity": "sha512-u45jAyusqUpyGbFc2IbHoeE4rSkoBWQgLe/w99temHenX+GyCz4nflU5sjK7ajU1ffZTezl6le7u43Yjr/lkQg==",
  "_location": "/jsrsasign",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsrsasign@^8.0.24",
    "name": "jsrsasign",
    "escapedName": "jsrsasign",
    "rawSpec": "^8.0.24",
    "saveSpec": null,
    "fetchSpec": "^8.0.24"
  },
  "_requiredBy": [
    "/fabric-ca-client",
    "/fabric-common"
  ],
  "_resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.24.tgz",
  "_shasum": "fc26bac45494caac3dd8f69c1f95847c4bda6c83",
  "_spec": "jsrsasign@^8.0.24",
  "_where": "/home/dev/public_html/trustee-backend/node_modules/fabric-ca-client",
  "author": {
    "name": "Kenji Urushima"
  },
  "badges": {
    "list": [
      "githubsponsors",
      "crypto"
    ],
    "config": {
      "githubSponsorsUsername": "kjur",
      "cryptoURL": "https://github.com/kjur/jsrsasign#cryptocurrency"
    }
  },
  "bugs": {
    "url": "https://github.com/kjur/jsrsasign/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK).",
  "devDependencies": {
    "mocha": "~1.7.4"
  },
  "funding": "https://github.com/kjur/jsrsasign#donations",
  "homepage": "http://kjur.github.io/jsrsasign/",
  "keywords": [
    "crypto",
    "cryptography",
    "Cipher",
    "RSA",
    "ECDSA",
    "DSA",
    "RSAPSS",
    "PKCS#1",
    "PKCS#5",
    "PKCS#8",
    "private key",
    "public key",
    "CSR",
    "PKCS#10",
    "hash function",
    "HMac",
    "ASN.1",
    "certificate",
    "X.509",
    "CRL",
    "OCSP",
    "RFC 3161",
    "Digital Timestamp",
    "Timestamp",
    "Time Stamp Token",
    "CMS",
    "Cryptgraphic Message Syntax",
    "PKCS#7",
    "Signature",
    "Digital Signature",
    "signing",
    "Message Digest",
    "JSON Web Token",
    "JWT",
    "JSON Web Signature",
    "JWS",
    "JSON Web Key",
    "JWK",
    "JOSE",
    "JWA"
  ],
  "license": "MIT",
  "main": "lib/jsrsasign.js",
  "name": "jsrsasign",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kjur/jsrsasign.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "8.0.24"
}
