= 1
[]
= "Collapse `npm install` progress banners."
= '^(npm|npx)\s+(install|ci|i)\b'
= true
= [
'^npm WARN deprecated',
'^npm notice',
'^added \d+ packages',
'^changed \d+ packages',
'^\s*$',
]
= 120
[]
= "Generic npm/npx catch-all."
= '^(npm|npx)\b'
= true
= [
'^npm notice',
'^\s*$',
]
= 200