avancement planning
This commit is contained in:
+5
-5
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user