Updated the project.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-03 15:44:25 -04:00
parent 5dfe9f128d
commit 7919556077
1550 changed files with 17063 additions and 40183 deletions

0
my-app/node_modules/normalize-package-data/lib/extract_description.js generated vendored Executable file → Normal file
View file

4
my-app/node_modules/normalize-package-data/lib/fixer.js generated vendored Executable file → Normal file
View file

@ -139,7 +139,7 @@ module.exports = {
}
},
fixDependencies: function (data, strict) {
fixDependencies: function (data) {
objectifyDeps(data, this.warn)
addOptionalDepsToDeps(data, this.warn)
this.fixBundleDependenciesField(data)
@ -415,7 +415,7 @@ function parsePerson (person) {
return obj
}
function addOptionalDepsToDeps (data, warn) {
function addOptionalDepsToDeps (data) {
var o = data.optionalDependencies
if (!o) {
return

0
my-app/node_modules/normalize-package-data/lib/make_warning.js generated vendored Executable file → Normal file
View file

2
my-app/node_modules/normalize-package-data/lib/normalize.js generated vendored Executable file → Normal file
View file

@ -26,7 +26,7 @@ function normalize (data, warn, strict) {
strict = false
}
if (!warn || data.private) {
warn = function (msg) { /* noop */ }
warn = function () { /* noop */ }
}
if (data.scripts &&

0
my-app/node_modules/normalize-package-data/lib/safe_format.js generated vendored Executable file → Normal file
View file

0
my-app/node_modules/normalize-package-data/lib/typos.json generated vendored Executable file → Normal file
View file

0
my-app/node_modules/normalize-package-data/lib/warning_messages.json generated vendored Executable file → Normal file
View file