sso
This commit is contained in:
parent
029fe23657
commit
1876580d86
911 changed files with 160008 additions and 2 deletions
38
node_modules/xml-encryption/package.json
generated
vendored
Normal file
38
node_modules/xml-encryption/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "xml-encryption",
|
||||
"version": "1.3.0",
|
||||
"devDependencies": {
|
||||
"mocha": "^7.1.2",
|
||||
"should": "^11.2.1",
|
||||
"sinon": "^9.0.2"
|
||||
},
|
||||
"main": "./lib",
|
||||
"repository": "https://github.com/auth0/node-xml-encryption",
|
||||
"keywords": [
|
||||
"xml",
|
||||
"encryption",
|
||||
"xmlenc"
|
||||
],
|
||||
"author": "Matias Woloski (Auth0)",
|
||||
"contributors": [
|
||||
"Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
|
||||
"Tommi Pisto <tommi@pistogroup.com> (http://pasm.pis.to)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.7.0",
|
||||
"escape-html": "^1.0.3",
|
||||
"node-forge": "^0.10.0",
|
||||
"xpath": "0.0.32"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"package-lock.json"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue