Server IP : 162.213.251.212 / Your IP : 18.216.176.63 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/www/easybuyer/node_modules/yargs-parser/ |
Upload File : |
{ "name": "yargs-parser", "version": "18.1.3", "description": "the mighty option parser used by yargs", "main": "index.js", "scripts": { "fix": "standard --fix", "test": "c8 --reporter=text --reporter=html mocha test/*.js", "posttest": "standard", "coverage": "c8 report --check-coverage check-coverage --lines=100 --branches=97 --statements=100" }, "repository": { "type": "git", "url": "https://github.com/yargs/yargs-parser.git" }, "keywords": [ "argument", "parser", "yargs", "command", "cli", "parsing", "option", "args", "argument" ], "author": "Ben Coe <ben@npmjs.com>", "license": "ISC", "devDependencies": { "c8": "^7.0.1", "chai": "^4.2.0", "mocha": "^7.0.0", "standard": "^14.3.1" }, "dependencies": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" }, "files": [ "lib", "index.js" ], "engines": { "node": ">=6" } }