Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

23
node_modules/xmlshim/package.json generated vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "xmlshim",
"version": "0.2.3",
"description": "Provides DOMParser, XMLSerializer and DOMImplementation wrappers in the browser and emulates them on the server-side",
"main": "./index.js",
"browserify": "./browser.js",
"author": {
"name": "Lorenz Schori",
"email": "lo+xmlshim@znerol.ch"
},
"repository": {
"type": "git",
"url": "git@github.com:znerol/node-xmlshim.git"
},
"dependencies": {
"jsdom": "^6.5.1",
"libxmljs": "git+https://github.com/znerol/libxmljs.git#xmlwriter-0.18.0"
},
"devDependencies": {
"browserify": "^14.0.0",
"nodeunit": "0.11.x"
}
}