update modules after merge

This commit is contained in:
Slawomir Jaranowski
2020-01-24 10:22:39 +01:00
parent 2fcbb003a0
commit fa46b1d3e0
13 changed files with 327 additions and 100 deletions

34
node_modules/xmldom/package.json generated vendored
View File

@ -1,31 +1,31 @@
{
"_args": [
[
"xmldom@0.1.27",
"xmldom@0.2.1",
"."
]
],
"_from": "xmldom@0.1.27",
"_id": "xmldom@0.1.27",
"_from": "xmldom@0.2.1",
"_id": "xmldom@0.2.1",
"_inBundle": false,
"_integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=",
"_integrity": "sha512-kXXiYvmblIgEemGeB75y97FyaZavx6SQhGppLw5TKWAD2Wd0KAly0g23eVLh17YcpxZpnFym1Qk/eaRjy1APPg==",
"_location": "/xmldom",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xmldom@0.1.27",
"raw": "xmldom@0.2.1",
"name": "xmldom",
"escapedName": "xmldom",
"rawSpec": "0.1.27",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "0.1.27"
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
"_spec": "0.1.27",
"_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.2.1.tgz",
"_spec": "0.2.1",
"_where": ".",
"author": {
"name": "jindw",
@ -33,7 +33,7 @@
"url": "http://www.xidea.org"
},
"bugs": {
"url": "http://github.com/jindw/xmldom/issues",
"url": "http://github.com/xmldom/xmldom/issues",
"email": "jindw@xidea.org"
},
"contributors": [
@ -61,7 +61,7 @@
"engines": {
"node": ">=0.1"
},
"homepage": "https://github.com/jindw/xmldom",
"homepage": "https://github.com/xmldom/xmldom",
"keywords": [
"w3c",
"dom",
@ -71,13 +71,7 @@
"DOMParser",
"XMLSerializer"
],
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html",
"MIT": "http://opensource.org/licenses/MIT"
}
],
"license": "(LGPL-2.0 or MIT)",
"main": "./dom-parser.js",
"maintainers": [
{
@ -89,10 +83,10 @@
"name": "xmldom",
"repository": {
"type": "git",
"url": "git://github.com/jindw/xmldom.git"
"url": "git://github.com/xmldom/xmldom.git"
},
"scripts": {
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
},
"version": "0.1.27"
"version": "0.2.1"
}