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
+13 -13
View File
@@ -11,7 +11,7 @@
"bindings",
"gyp"
],
"version": "11.5.0",
"version": "12.3.0",
"installVersion": 11,
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"repository": {
@@ -25,28 +25,28 @@
"env-paths": "^2.2.0",
"exponential-backoff": "^3.1.1",
"graceful-fs": "^4.2.6",
"make-fetch-happen": "^14.0.3",
"nopt": "^8.0.0",
"proc-log": "^5.0.0",
"nopt": "^9.0.0",
"proc-log": "^6.0.0",
"semver": "^7.3.5",
"tar": "^7.4.3",
"tar": "^7.5.4",
"tinyglobby": "^0.2.12",
"which": "^5.0.0"
"undici": "^6.25.0",
"which": "^6.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},
"devDependencies": {
"bindings": "^1.5.0",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"mocha": "^11.0.1",
"nan": "^2.14.2",
"neostandard": "^0.11.9",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"mocha": "^11.7.5",
"nan": "^2.23.1",
"neostandard": "^0.13.0",
"require-inject": "^1.4.4"
},
"scripts": {
"lint": "eslint \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
"test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*"
"test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 30000 test/test-download.js test/test-*"
}
}