Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/path-exists/../duplexify/./.././node-wav/.././yargs-parser
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
LICENSE.txt
README.md
index.js
lib
package.json

مشاهدة ملف: package.json

{
  "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"
  }
}