Working on Internet Mode

This commit is contained in:
2021-07-27 16:32:10 -04:00
parent b5f90237a6
commit d2c4f93fd8
339 changed files with 48390 additions and 14 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "2.6.9",
"keywords": [
"debug",
"log",
"debugger"
],
"main": "src/browser.js",
"scripts": [
"src/browser.js",
"src/debug.js"
],
"dependencies": {
"rauchg/ms.js": "0.7.1"
}
}