保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/yargs/package.json
@@ -1,37 +1,31 @@
{
  "_args": [
    [
      "yargs@16.2.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_development": true,
  "_from": "yargs@16.2.0",
  "_id": "yargs@16.2.0",
  "_from": "yargs@^15.3.1",
  "_id": "yargs@15.4.1",
  "_inBundle": false,
  "_integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  "_integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  "_location": "/yargs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "yargs@16.2.0",
    "raw": "yargs@^15.3.1",
    "name": "yargs",
    "escapedName": "yargs",
    "rawSpec": "16.2.0",
    "rawSpec": "^15.3.1",
    "saveSpec": null,
    "fetchSpec": "16.2.0"
    "fetchSpec": "^15.3.1"
  },
  "_requiredBy": [
    "/jest-runtime",
    "/jest/jest-cli"
    "/glob-all"
  ],
  "_resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  "_spec": "16.2.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
  "_shasum": "0d87a16de01aee9d8bec2bfbf74f67851730f4f8",
  "_spec": "yargs@^15.3.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\glob-all",
  "bugs": {
    "url": "https://github.com/yargs/yargs/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Yargs Contributors",
@@ -39,73 +33,55 @@
    }
  ],
  "dependencies": {
    "cliui": "^7.0.2",
    "escalade": "^3.1.1",
    "get-caller-file": "^2.0.5",
    "cliui": "^6.0.0",
    "decamelize": "^1.2.0",
    "find-up": "^4.1.0",
    "get-caller-file": "^2.0.1",
    "require-directory": "^2.1.1",
    "require-main-filename": "^2.0.0",
    "set-blocking": "^2.0.0",
    "string-width": "^4.2.0",
    "y18n": "^5.0.5",
    "yargs-parser": "^20.2.2"
    "which-module": "^2.0.0",
    "y18n": "^4.0.0",
    "yargs-parser": "^18.1.2"
  },
  "deprecated": false,
  "description": "yargs the modern, pirate-themed, successor to optimist.",
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.11.2",
    "@wessberg/rollup-plugin-ts": "^1.3.2",
    "@types/decamelize": "^1.2.0",
    "@types/mocha": "^7.0.2",
    "@types/node": "^10.0.3",
    "@typescript-eslint/eslint-plugin": "^3.0.0",
    "@typescript-eslint/parser": "^3.0.0",
    "c8": "^7.0.0",
    "chai": "^4.2.0",
    "chalk": "^4.0.0",
    "coveralls": "^3.0.9",
    "cpr": "^3.0.1",
    "cross-env": "^7.0.2",
    "cross-spawn": "^7.0.0",
    "gts": "^3.0.0",
    "es6-promise": "^4.2.5",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^11.0.0",
    "gts": "^2.0.0-alpha.4",
    "hashish": "0.0.4",
    "mocha": "^8.0.0",
    "mocha": "^7.0.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.23.0",
    "rollup-plugin-cleanup": "^3.1.1",
    "standardx": "^5.0.0",
    "typescript": "^4.0.2",
    "typescript": "^3.7.0",
    "which": "^2.0.0",
    "yargs-test-extends": "^1.0.1"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": [
      {
        "import": "./index.mjs",
        "require": "./index.cjs"
      },
      "./index.cjs"
    ],
    "./helpers": {
      "import": "./helpers/helpers.mjs",
      "require": "./helpers/index.js"
    },
    "./yargs": [
      {
        "require": "./yargs"
      },
      "./yargs"
    ]
    "node": ">=8"
  },
  "files": [
    "browser.mjs",
    "index.cjs",
    "helpers/*.js",
    "helpers/*",
    "index.mjs",
    "yargs",
    "index.js",
    "yargs.js",
    "build",
    "locales",
    "LICENSE",
    "lib/platform-shims/*.mjs",
    "!*.d.ts"
    "LICENSE"
  ],
  "homepage": "https://yargs.js.org/",
  "keywords": [
@@ -118,38 +94,27 @@
    "command"
  ],
  "license": "MIT",
  "main": "./index.cjs",
  "module": "./index.mjs",
  "main": "./index.js",
  "name": "yargs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yargs/yargs.git"
  },
  "scripts": {
    "build:cjs": "rollup -c rollup.config.cjs",
    "check": "gts lint && npm run check:js",
    "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'",
    "clean": "gts clean",
    "check": "standardx && standardx **/*.ts",
    "compile": "rimraf build && tsc",
    "coverage": "c8 report --check-coverage",
    "fix": "gts fix && npm run fix:js",
    "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'",
    "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",
    "postcompile": "npm run build:cjs",
    "fix": "standardx --fix  && standardx --fix **/*.ts",
    "posttest": "npm run check",
    "prepare": "npm run compile",
    "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
    "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
    "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks"
    "pretest": "npm run compile -- -p tsconfig.test.json",
    "test": "c8 mocha --require ./test/before.js --timeout=12000 --check-leaks"
  },
  "standardx": {
    "ignore": [
      "build",
      "helpers",
      "**/example/**",
      "**/platform-shims/esm.mjs"
      "**/example/**"
    ]
  },
  "type": "module",
  "version": "16.2.0"
  "version": "15.4.1"
}