Refactoring day1

This commit is contained in:
2020-08-20 20:27:14 +02:00
parent 6aceefeb2f
commit b907489a75
481 changed files with 5321 additions and 5616 deletions

12
node_modules/inherits/package.json generated vendored
View File

@@ -1,7 +1,7 @@
{
"name": "inherits",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"version": "2.0.4",
"version": "2.0.3",
"keywords": [
"inheritance",
"class",
@@ -17,13 +17,17 @@
"repository": "git://github.com/isaacs/inherits",
"license": "ISC",
"scripts": {
"test": "tap"
"test": "node test"
},
"devDependencies": {
"tap": "^14.2.4"
"tap": "^7.1.0"
},
"files": [
"inherits.js",
"inherits_browser.js"
]
}
,"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
,"_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
,"_from": "inherits@2.0.3"
}