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/nopt/LICENSE generated vendored Executable file → Normal file
View file

0
my-app/node_modules/nopt/README.md generated vendored Executable file → Normal file
View file

1
my-app/node_modules/nopt/lib/debug.js generated vendored Executable file → Normal file
View file

@ -1,4 +1,5 @@
/* istanbul ignore next */
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
// eslint-disable-next-line no-console
? (...a) => console.error(...a)
: () => {}

0
my-app/node_modules/nopt/lib/nopt-lib.js generated vendored Executable file → Normal file
View file

0
my-app/node_modules/nopt/lib/nopt.js generated vendored Executable file → Normal file
View file

0
my-app/node_modules/nopt/lib/type-defs.js generated vendored Executable file → Normal file
View file

10
my-app/node_modules/nopt/package.json generated vendored Executable file → Normal file
View file

@ -1,12 +1,12 @@
{
"name": "nopt",
"version": "7.2.0",
"version": "7.2.1",
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"author": "GitHub Inc.",
"main": "lib/nopt.js",
"scripts": {
"test": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/nopt.git"
"url": "git+https://github.com/npm/nopt.git"
},
"bin": {
"nopt": "bin/nopt.js"
@ -26,7 +26,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.15.1",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.3.0"
},
"tap": {
@ -45,7 +45,7 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
"version": "4.15.1",
"version": "4.22.0",
"publish": true
}
}