{ "name": "arrgv", "version": "1.0.2", "description": "Parsing string to array of args like node on bash do.", "main": "index.js", "author": "astur (http://kozlov.am/)", "scripts": { "test": "eslint . && nyc ava -v" }, "repository": { "type": "git", "url": "https://github.com/astur/arrgv.git" }, "engines": { "node": ">=8.0.0" }, "devDependencies": { "ava": "^0.25.0", "eslint": "^5.4.0", "eslint-config-astur": "^1.6.1", "nyc": "^12.0.2" }, "keywords": [ "arguments", "cli", "parcing", "testing", "options", "args", "argv" ], "license": "MIT" ,"_resolved": "https://registry.npmjs.org/arrgv/-/arrgv-1.0.2.tgz" ,"_integrity": "sha512-a4eg4yhp7mmruZDQFqVMlxNRFGi/i1r87pt8SDHy0/I8PqSXoUTlWZRdAZo0VXgvEARcujbtTk8kiZRi1uDGRw==" ,"_from": "arrgv@1.0.2" }