Initial Commit

This commit is contained in:
2020-08-10 14:35:19 +02:00
commit 452829f0e1
3410 changed files with 523857 additions and 0 deletions

26
node_modules/xmlhttprequest/.jshintrc generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"node": true,
"browser": false,
"esnext": true,
"bitwise": false,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"indent": 2,
"latedef": true,
"laxbreak": true,
"newcap": true,
"noarg": true,
"quotmark": "double",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"globals": {
"define": false
}
}