Установил конвертер JSON > XML

This commit is contained in:
Mikhail Chechnev 2018-12-16 00:04:05 +03:00
parent 1151fe497e
commit 77cfbf48ad
2 changed files with 14 additions and 0 deletions

13
package-lock.json generated
View File

@ -367,6 +367,14 @@
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
},
"js2xmlparser": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-3.0.0.tgz",
"integrity": "sha1-P7YOqgicVED5MZ9RdgzNB+JJlzM=",
"requires": {
"xmlcreate": "^1.0.1"
}
},
"jsbn": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
@ -737,6 +745,11 @@
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
}
},
"xmlcreate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/xmlcreate/-/xmlcreate-1.0.2.tgz",
"integrity": "sha1-+mv3YqYKQT+z3Y9LA8WyaSONMI8="
}
}
}

View File

@ -20,6 +20,7 @@
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"js2xmlparser": "^3.0.0",
"lodash": "^4.17.11",
"module-alias": "^2.1.0",
"nodemailer": "^4.7.0",