{ "_from": "xml-crypto@^0.10.1", "_id": "xml-crypto@0.10.1", "_inBundle": false, "_integrity": "sha1-+DL3TM9W8kr8rhFjofyrRNlndKg=", "_location": "/xml-crypto", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "xml-crypto@^0.10.1", "name": "xml-crypto", "escapedName": "xml-crypto", "rawSpec": "^0.10.1", "saveSpec": null, "fetchSpec": "^0.10.1" }, "_requiredBy": [ "/passport-saml" ], "_resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-0.10.1.tgz", "_shasum": "f832f74ccf56f24afcae1163a1fcab44d96774a8", "_spec": "xml-crypto@^0.10.1", "_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\passport-saml", "author": { "name": "Yaron Naveh", "email": "yaronn01@gmail.com", "url": "http://webservices20.blogspot.com/" }, "bugs": { "url": "https://github.com/yaronn/xml-crypto/issues" }, "bundleDependencies": false, "dependencies": { "xmldom": "=0.1.19", "xpath.js": ">=0.0.3" }, "deprecated": false, "description": "Xml digital signature and encryption library for Node.js", "devDependencies": { "nodeunit": ">=0.6.4" }, "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" }, "version": "0.10.1" }