![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/coa/ |
{ "name": "coa", "description": "Command-Option-Argument: Yet another parser for command line options.", "version": "2.0.2", "homepage": "http://github.com/veged/coa", "author": "Sergey Berezhnoy <[email protected]> (http://github.com/veged)", "maintainers": [ "Sergey Berezhnoy <[email protected]> (http://github.com/veged)", "Sergey Belov <[email protected]> (http://github.com/arikon)" ], "contributors": [ "Sergey Belov <[email protected]> (http://github.com/arikon)" ], "files": [ "lib/", "index.js", "coa.d.ts", "README.ru.md" ], "repository": { "type": "git", "url": "git://github.com/veged/coa.git" }, "directories": { "lib": "./lib" }, "dependencies": { "@types/q": "^1.5.1", "chalk": "^2.4.1", "q": "^1.1.2" }, "devDependencies": { "chai": "~1.7.2", "coveralls": "^2.11.16", "eslint": "^4.15.0", "eslint-config-pedant": "^1.0.0", "mocha": "~1.21.4", "nyc": "^10.1.2" }, "scripts": { "clean": "rm -r .nyc_output coverage", "coverage": "nyc --reporter=text --reporter=html mocha; echo; echo 'Open coverage/index.html file in your browser'", "coveralls": "nyc report --reporter=text-lcov | coveralls", "lint": "eslint .", "pretest": "npm run lint", "test": "nyc mocha" }, "engines": { "node": ">= 4.0" }, "types": "./coa.d.ts", "license": "MIT" }