保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/ignore/package.json
@@ -1,39 +1,36 @@
{
  "_args": [
    [
      "ignore@5.1.8",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "ignore@5.1.8",
  "_id": "ignore@5.1.8",
  "_from": "ignore@^5.1.8",
  "_id": "ignore@5.2.0",
  "_inBundle": false,
  "_integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
  "_integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
  "_location": "/ignore",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "ignore@5.1.8",
    "raw": "ignore@^5.1.8",
    "name": "ignore",
    "escapedName": "ignore",
    "rawSpec": "5.1.8",
    "rawSpec": "^5.1.8",
    "saveSpec": null,
    "fetchSpec": "5.1.8"
    "fetchSpec": "^5.1.8"
  },
  "_requiredBy": [
    "/@nuxt/builder",
    "/globby"
  ],
  "_resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
  "_spec": "5.1.8",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
  "_shasum": "6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a",
  "_spec": "ignore@^5.1.8",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\builder",
  "author": {
    "name": "kael"
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/node-ignore/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
@@ -87,16 +84,17 @@
    "build": "babel -o legacy.js index.js",
    "posttest": "tap --coverage-report=html && codecov",
    "prepublishOnly": "npm run build",
    "tap": "tap --reporter classic",
    "test": "npm run test:only",
    "test:cases": "tap test/*.js --coverage",
    "test:git": "tap test/git-check-ignore.js",
    "test:ignore": "tap test/ignore.js",
    "test:cases": "npm run tap test/*.js -- --coverage",
    "test:git": "npm run tap test/git-check-ignore.js",
    "test:ignore": "npm run tap test/ignore.js",
    "test:lint": "eslint .",
    "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
    "test:others": "tap test/others.js",
    "test:others": "npm run tap test/others.js",
    "test:ts": "node ./test/ts/simple.js",
    "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
    "test:win32": "IGNORE_TEST_WIN32=1 npm run test"
  },
  "version": "5.1.8"
  "version": "5.2.0"
}