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

22
node_modules/xmlhttprequest/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "xmlhttprequest",
"description": "XMLHttpRequest for Node",
"version": "1.8.0",
"author": {
"name": "Dan DeFelippi",
"url": "http://driverdan.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/driverdan/node-XMLHttpRequest.git"
},
"engines": {
"node": ">=0.4.0"
},
"directories": {
"lib": "./lib",
"example": "./example"
},
"main": "./lib/XMLHttpRequest.js"
}