@@ -23,6 +23,7 @@ exports[`test/lib/commands/config.js TAP config list --json > output matches sna
2323 "before": null,
2424 "bin-links": true,
2525 "browser": null,
26+ "bypass-2fa": false,
2627 "ca": null,
2728 "cache-max": null,
2829 "cache-min": 0,
@@ -48,6 +49,7 @@ exports[`test/lib/commands/config.js TAP config list --json > output matches sna
4849 "engine-strict": false,
4950 "expect-result-count": null,
5051 "expect-results": null,
52+ "expires": null,
5153 "fetch-retries": 2,
5254 "fetch-retry-factor": 10,
5355 "fetch-retry-maxtimeout": 60000,
@@ -97,6 +99,7 @@ exports[`test/lib/commands/config.js TAP config list --json > output matches sna
9799 "logs-dir": null,
98100 "logs-max": 10,
99101 "long": false,
102+ "name": null,
100103 "maxsockets": 15,
101104 "message": "%s",
102105 "node-gyp": "{CWD}/node_modules/node-gyp/bin/node-gyp.js",
@@ -108,13 +111,15 @@ exports[`test/lib/commands/config.js TAP config list --json > output matches sna
108111 "omit": [],
109112 "omit-lockfile-registry-resolved": false,
110113 "only": null,
114+ "orgs": null,
111115 "optional": null,
112116 "os": null,
113117 "otp": null,
114118 "package": [],
115119 "package-lock": true,
116120 "package-lock-only": false,
117121 "pack-destination": ".",
122+ "packages": [],
118123 "parseable": false,
119124 "prefer-dedupe": false,
120125 "prefer-offline": false,
@@ -141,6 +146,11 @@ exports[`test/lib/commands/config.js TAP config list --json > output matches sna
141146 "sbom-format": null,
142147 "sbom-type": "library",
143148 "scope": "",
149+ "scopes": null,
150+ "packages-all": false,
151+ "packages-and-scopes-permission": null,
152+ "orgs-permission": null,
153+ "token-description": null,
144154 "script-shell": null,
145155 "searchexclude": "",
146156 "searchlimit": 20,
@@ -187,6 +197,7 @@ auth-type = "web"
187197before = null
188198bin-links = true
189199browser = null
200+ bypass-2fa = false
190201ca = null
191202; cache = "{CACHE}" ; overridden by cli
192203cache-max = null
@@ -214,6 +225,7 @@ editor = "{EDITOR}"
214225engine-strict = false
215226expect-result-count = null
216227expect-results = null
228+ expires = null
217229fetch-retries = 2
218230fetch-retry-factor = 10
219231fetch-retry-maxtimeout = 60000
@@ -266,6 +278,7 @@ logs-max = 10
266278; long = false ; overridden by cli
267279maxsockets = 15
268280message = "%s"
281+ name = null
269282node-gyp = "{CWD}/node_modules/node-gyp/bin/node-gyp.js"
270283node-options = null
271284noproxy = [""]
@@ -275,13 +288,19 @@ omit = []
275288omit-lockfile-registry-resolved = false
276289only = null
277290optional = null
291+ orgs = null
292+ orgs-permission = null
278293os = null
279294otp = null
280295pack-destination = "."
281296package = []
282297package-lock = true
283298package-lock-only = false
299+ packages = []
300+ packages-all = false
301+ packages-and-scopes-permission = null
284302parseable = false
303+ password = (protected)
285304prefer-dedupe = false
286305prefer-offline = false
287306prefer-online = false
@@ -307,6 +326,7 @@ save-prod = false
307326sbom-format = null
308327sbom-type = "library"
309328scope = ""
329+ scopes = null
310330script-shell = null
311331searchexclude = ""
312332searchlimit = 20
@@ -321,6 +341,7 @@ strict-ssl = true
321341tag = "latest"
322342tag-version-prefix = "v"
323343timing = false
344+ token-description = null
324345umask = 0
325346unicode = false
326347update-notifier = true
0 commit comments