package.json
2.02 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
68
69
70
71
72
73
74
75
76
77
78
{
"_from": "xml-encryption@^0.11.0",
"_id": "xml-encryption@0.11.2",
"_inBundle": false,
"_integrity": "sha512-jVvES7i5ovdO7N+NjgncA326xYKjhqeAnnvIgRnY7ROLCfFqEDLwP0Sxp/30SHG0AXQV1048T5yinOFyvwGFzg==",
"_location": "/xml-encryption",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xml-encryption@^0.11.0",
"name": "xml-encryption",
"escapedName": "xml-encryption",
"rawSpec": "^0.11.0",
"saveSpec": null,
"fetchSpec": "^0.11.0"
},
"_requiredBy": [
"/passport-saml"
],
"_resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-0.11.2.tgz",
"_shasum": "c217f5509547e34b500b829f2c0bca85cca73a21",
"_spec": "xml-encryption@^0.11.0",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\passport-saml",
"author": {
"name": "Matias Woloski",
"url": "Auth0"
},
"bugs": {
"url": "https://github.com/auth0/node-xml-encryption/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jose F. Romaniello",
"email": "jfromaniello@gmail.com",
"url": "http://joseoncode.com"
},
{
"name": "Tommi Pisto",
"email": "tommi@pistogroup.com",
"url": "http://pasm.pis.to"
}
],
"dependencies": {
"async": "^2.1.5",
"ejs": "^2.5.6",
"node-forge": "^0.7.0",
"xmldom": "~0.1.15",
"xpath": "0.0.27"
},
"deprecated": false,
"description": "[](https://travis-ci.org/auth0/node-xml-encryption)",
"devDependencies": {
"mocha": "3.3.0",
"should": "^11.2.1"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/auth0/node-xml-encryption#readme",
"keywords": [
"xml",
"encryption",
"xmlenc"
],
"license": "MIT",
"main": "./lib",
"name": "xml-encryption",
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/node-xml-encryption.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.11.2"
}