{
  "_args": [
    [
      "xml-crypto@2.1.5",
      "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend"
    ]
  ],
  "_from": "xml-crypto@2.1.5",
  "_id": "xml-crypto@2.1.5",
  "_inBundle": false,
  "_integrity": "sha512-xOSJmGFm+BTXmaPYk8pPV3duKo6hJuZ5niN4uMzoNcTlwYs0jAu/N3qY+ud9MhE4N7eMRuC1ayC7Yhmb7MmAWg==",
  "_location": "/xml-crypto",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xml-crypto@2.1.5",
    "name": "xml-crypto",
    "escapedName": "xml-crypto",
    "rawSpec": "2.1.5",
    "saveSpec": null,
    "fetchSpec": "2.1.5"
  },
  "_requiredBy": [
    "/soap",
    "/ws.js"
  ],
  "_resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.1.5.tgz",
  "_spec": "2.1.5",
  "_where": "C:\\Users\\User\\Documents\\GitHub\\WLO_CREDITO_DIGITAL\\code\\backend",
  "author": {
    "name": "Yaron Naveh",
    "email": "yaronn01@gmail.com",
    "url": "http://webservices20.blogspot.com/"
  },
  "bugs": {
    "url": "https://github.com/yaronn/xml-crypto/issues"
  },
  "contributors": [
    {
      "name": "LoneRifle",
      "email": "LoneRifle@users.noreply.github.com"
    }
  ],
  "dependencies": {
    "@xmldom/xmldom": "^0.7.9",
    "xpath": "0.0.32"
  },
  "description": "Xml digital signature and encryption library for Node.js",
  "devDependencies": {
    "ejs": "2.6.1",
    "nodeunit": "^0.11.3"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "homepage": "https://github.com/yaronn/xml-crypto#readme",
  "keywords": [
    "xml",
    "digital signature",
    "xml encryption",
    "x.509 certificate"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "xml-crypto",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yaronn/xml-crypto.git"
  },
  "scripts": {
    "test": "nodeunit ./test/canonicalization-unit-tests.js ./test/c14nWithComments-unit-tests.js ./test/signature-unit-tests.js ./test/saml-response-test.js ./test/signature-integration-tests.js ./test/document-test.js ./test/wsfed-metadata-test.js ./test/hmac-tests.js ./test/c14n-non-exclusive-unit-test.js"
  },
  "version": "2.1.5"
}
