{"library":"cli-list","type":"library","category":null,"description":"cli-list is a utility package designed to parse command-line argument lists, typically sourced from `process.argv`, into a structured array of arrays. It specializes in breaking down a single array of arguments, where items might be comma-separated, into sub-arrays at each comma delimiter. This maintains the \"argv style\" of the sub-arrays, making them suitable for direct consumption by other command-line argument parsers like `minimist`. The current stable version is 1.0.0, which was released recently and updated the codebase to modern JavaScript standards while strictly enforcing a minimum Node.js engine requirement of 18.0.0. The package has a focused scope, providing a clear solution for preprocessing CLI arguments that utilize comma-separated values, acting as an essential parsing layer before more complex option handling.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install cli-list","imports":["const list = require('cli-list');","import list from 'cli-list';"]},{"cmd":"yarn add cli-list","imports":[]},{"cmd":"pnpm add cli-list","imports":[]}],"homepage":null,"github":"https://github.com/SBoudrias/cli-list","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/cli-list","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/cli-list/compatibility"}}