75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"_from": "xml-crypto@^2.1.0",
|
|
"_id": "xml-crypto@2.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DBhZXtBjENtLwJmeJhLUBwUm9YWNjCRvAx6ESP4VJyM9PDuKqZu2Fp5Y5HKqcdJT7vV7eI25Z4UBMezji6QloQ==",
|
|
"_location": "/xml-crypto",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "xml-crypto@^2.1.0",
|
|
"name": "xml-crypto",
|
|
"escapedName": "xml-crypto",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/soap"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.1.2.tgz",
|
|
"_shasum": "501506d42e466f6cd908c5a03182217231b4e4b8",
|
|
"_spec": "xml-crypto@^2.1.0",
|
|
"_where": "E:\\new-xy\\xy-server\\node_modules\\soap",
|
|
"author": {
|
|
"name": "Yaron Naveh",
|
|
"email": "yaronn01@gmail.com",
|
|
"url": "http://webservices20.blogspot.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yaronn/xml-crypto/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "LoneRifle",
|
|
"email": "LoneRifle@users.noreply.github.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"xmldom": "^0.6.0",
|
|
"xpath": "0.0.32"
|
|
},
|
|
"deprecated": false,
|
|
"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.2"
|
|
}
|