package.json
1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"_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"
}