保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/has-flag/package.json
@@ -1,32 +1,31 @@
{
  "_args": [
    [
      "has-flag@3.0.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "has-flag@3.0.0",
  "_id": "has-flag@3.0.0",
  "_from": "has-flag@^4.0.0",
  "_id": "has-flag@4.0.0",
  "_inBundle": false,
  "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  "_location": "/has-flag",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "has-flag@3.0.0",
    "raw": "has-flag@^4.0.0",
    "name": "has-flag",
    "escapedName": "has-flag",
    "rawSpec": "3.0.0",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/supports-color"
    "/@jest/reporters/supports-color",
    "/jest-haste-map/supports-color",
    "/jest-runner/supports-color",
    "/supports-color",
    "/supports-hyperlinks"
  ],
  "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  "_shasum": "944771fd9c81c81265c4d6941860da06bb59479b",
  "_spec": "has-flag@^4.0.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\supports-color",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
@@ -35,16 +34,20 @@
  "bugs": {
    "url": "https://github.com/sindresorhus/has-flag/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if argv has a specific flag",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
    "ava": "^1.4.1",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=4"
    "node": ">=8"
  },
  "files": [
    "index.js"
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/has-flag#readme",
  "keywords": [
@@ -73,7 +76,7 @@
    "url": "git+https://github.com/sindresorhus/has-flag.git"
  },
  "scripts": {
    "test": "xo && ava"
    "test": "xo && ava && tsd"
  },
  "version": "3.0.0"
  "version": "4.0.0"
}