This commit is contained in:
Jonasz Bigda
2023-03-25 21:51:42 +01:00
parent 0db1d5117e
commit b332e9ceb0
1044 changed files with 37502 additions and 63938 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.3",
"version": "2.0.4",
"keywords": [
"inheritance",
"class",
@@ -17,17 +17,13 @@
"repository": "git://github.com/isaacs/inherits",
"license": "ISC",
"scripts": {
"test": "node test"
"test": "tap"
},
"devDependencies": {
"tap": "^7.1.0"
"tap": "^14.2.4"
},
"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"
}
}