node_modules with production

This commit is contained in:
Slawomir Jaranowski
2019-10-01 23:09:18 +02:00
parent 33ba027849
commit cf4f2545cb
33 changed files with 9524 additions and 1 deletions

10
node_modules/xmldom/component.json generated vendored Normal file
View File

@ -0,0 +1,10 @@
{
"name": "xmldom",
"version": "0.1.15",
"main": "dom-parser.js",
"ignore": [
"**/.*",
"node_modules",
"components"
]
}