保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/glob/package.json
@@ -1,25 +1,19 @@
{
  "_args": [
    [
      "glob@7.2.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "glob@7.2.0",
  "_id": "glob@7.2.0",
  "_from": "glob@^7.1.2",
  "_id": "glob@7.2.3",
  "_inBundle": false,
  "_integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
  "_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  "_location": "/glob",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "glob@7.2.0",
    "raw": "glob@^7.1.2",
    "name": "glob",
    "escapedName": "glob",
    "rawSpec": "7.2.0",
    "rawSpec": "^7.1.2",
    "saveSpec": null,
    "fetchSpec": "7.2.0"
    "fetchSpec": "^7.1.2"
  },
  "_requiredBy": [
    "/@jest/core/rimraf",
@@ -41,9 +35,10 @@
    "/test-exclude",
    "/webpack/cacache"
  ],
  "_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
  "_spec": "7.2.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  "_shasum": "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b",
  "_spec": "glob@^7.1.2",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\glob-all",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
@@ -52,14 +47,16 @@
  "bugs": {
    "url": "https://github.com/isaacs/node-glob/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fs.realpath": "^1.0.0",
    "inflight": "^1.0.4",
    "inherits": "2",
    "minimatch": "^3.0.4",
    "minimatch": "^3.1.1",
    "once": "^1.3.0",
    "path-is-absolute": "^1.0.0"
  },
  "deprecated": false,
  "description": "a little globber",
  "devDependencies": {
    "memfs": "^3.2.0",
@@ -83,6 +80,9 @@
  "license": "ISC",
  "main": "glob.js",
  "name": "glob",
  "publishConfig": {
    "tag": "v7-legacy"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-glob.git"
@@ -101,5 +101,5 @@
    "after": "test/zz-cleanup.js",
    "jobs": 1
  },
  "version": "7.2.0"
  "version": "7.2.3"
}