/
diev
/
node-saml-xml-crypto
Обзор
Документация
Войти
/
diev
/
node-saml-xml-crypto
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
V1
package.json
26 строк
1 KB
Yaron Naveh
remove line break in base64
20 июл 2013, 15:12
20 июл 2013, 15:12
e34983a
Код
Авторство
О чём код?
{ "name": "xml-crypto", "version": "0.0.17", "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/)", "dependencies": { "xmldom": "git+https://github.com/yaronn/xmldom.git", "xpath.js": ">=0.0.3" }, "devDependencies": { "nodeunit": ">=0.6.4" }, "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"], "licenses": [{ "type" : "MIT License", "url" : "http://www.opensource.org/licenses/mit-license.php" }], "scripts": { "test": "nodeunit ./test/canonicalization-unit-tests.js ./test/signature-unit-tests.js ./test/saml-response-test.js ./test/signature-integration-tests.js" } }