avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "nopt",
"version": "8.1.0",
"version": "9.0.0",
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"author": "GitHub Inc.",
"main": "lib/nopt.js",
@@ -23,11 +23,11 @@
},
"license": "ISC",
"dependencies": {
"abbrev": "^3.0.0"
"abbrev": "^4.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.6",
"@npmcli/template-oss": "4.27.1",
"tap": "^16.3.0"
},
"tap": {
@@ -41,12 +41,12 @@
"lib/"
],
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
"version": "4.23.6",
"version": "4.27.1",
"publish": true
}
}