sso
This commit is contained in:
parent
029fe23657
commit
1876580d86
911 changed files with 160008 additions and 2 deletions
38
node_modules/xml-crypto/package.json
generated
vendored
Normal file
38
node_modules/xml-crypto/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "xml-crypto",
|
||||
"version": "2.1.5",
|
||||
"description": "Xml digital signature and encryption library for Node.js",
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"author": "Yaron Naveh <yaronn01@gmail.com> (http://webservices20.blogspot.com/)",
|
||||
"contributors": [
|
||||
"LoneRifle <LoneRifle@users.noreply.github.com>"
|
||||
],
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.7.9",
|
||||
"xpath": "0.0.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ejs": "2.6.1",
|
||||
"nodeunit": "^0.11.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yaronn/xml-crypto.git"
|
||||
},
|
||||
"main": "./index.js",
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"keywords": [
|
||||
"xml",
|
||||
"digital signature",
|
||||
"xml encryption",
|
||||
"x.509 certificate"
|
||||
],
|
||||
"license": "MIT",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue