{"library":"argv-parser","type":"library","category":null,"description":"Argv-parser is an extremely lightweight Node.js module designed for basic parsing of `process.argv`. Published in 2013, its current stable version is 0.1.4. Unlike more comprehensive command-line argument libraries such as `yargs` or `commander.js`, `argv-parser` intentionally avoids features like option registration, automatic help message generation, or advanced type coercion, focusing solely on extracting key-value pairs and raw arguments. Its design philosophy prioritizes simplicity and a minimal footprint, directly returning parsed objects, warnings, and errors. Due to its age and lack of updates, it is considered abandoned and is not suitable for new projects requiring active maintenance or modern JavaScript features.","language":"javascript","status":"abandoned","version":"0.1.4","tags":["javascript","argv","parser","argument-vector","cleaner","simple"],"last_verified":"Wed May 27","install":[{"cmd":"npm install argv-parser","imports":["const parser = require('argv-parser');","const { parse } = require('argv-parser').parser;"]},{"cmd":"yarn add argv-parser","imports":[]},{"cmd":"pnpm add argv-parser","imports":[]}],"homepage":null,"github":"https://github.com/kaelzhang/argv-parser","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/argv-parser","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/argv-parser/compatibility"}}