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/json-parse-even-better-errors/LICENSE.md generated vendored Executable file → Normal file
View file

0
my-app/node_modules/json-parse-even-better-errors/README.md generated vendored Executable file → Normal file
View file

4
my-app/node_modules/json-parse-even-better-errors/lib/index.js generated vendored Executable file → Normal file
View file

@ -52,7 +52,9 @@ const parseError = (e, txt, context = 20) => {
let errIdx
if (badIndexMatch) {
errIdx = +badIndexMatch[1]
} else if (msg.match(/^Unexpected end of JSON.*/i)) {
} else /* istanbul ignore next - doesnt happen in Node 22 */ if (
msg.match(/^Unexpected end of JSON.*/i)
) {
errIdx = txt.length - 1
}

8
my-app/node_modules/json-parse-even-better-errors/package.json generated vendored Executable file → Normal file
View file

@ -1,6 +1,6 @@
{
"name": "json-parse-even-better-errors",
"version": "3.0.1",
"version": "3.0.2",
"description": "JSON.parse with context information on error",
"main": "lib/index.js",
"files": [
@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/json-parse-even-better-errors.git"
"url": "git+https://github.com/npm/json-parse-even-better-errors.git"
},
"keywords": [
"JSON",
@ -28,7 +28,7 @@
"license": "MIT",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.20.0",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.3.0"
},
"tap": {
@ -43,7 +43,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.20.0",
"version": "4.22.0",
"publish": true
}
}