保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/is-core-module/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "is-core-module@2.8.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "is-core-module@2.8.0",
  "_id": "is-core-module@2.8.0",
  "_from": "is-core-module@^2.8.1",
  "_id": "is-core-module@2.9.0",
  "_inBundle": false,
  "_integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==",
  "_integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
  "_location": "/is-core-module",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "is-core-module@2.8.0",
    "raw": "is-core-module@^2.8.1",
    "name": "is-core-module",
    "escapedName": "is-core-module",
    "rawSpec": "2.8.0",
    "rawSpec": "^2.8.1",
    "saveSpec": null,
    "fetchSpec": "2.8.0"
    "fetchSpec": "^2.8.1"
  },
  "_requiredBy": [
    "/resolve"
  ],
  "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz",
  "_spec": "2.8.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
  "_shasum": "e1c34429cd51c6dd9e09e0799e396e27b19a9c69",
  "_spec": "is-core-module@^2.8.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\resolve",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
@@ -42,27 +37,25 @@
  "bugs": {
    "url": "https://github.com/inspect-js/is-core-module/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has": "^1.0.3"
  },
  "deprecated": false,
  "description": "Is this specifier a node.js core module?",
  "devDependencies": {
    "@ljharb/eslint-config": "^18.0.0",
    "aud": "^1.1.5",
    "auto-changelog": "^2.3.0",
    "eslint": "^7.32.0",
    "@ljharb/eslint-config": "^21.0.0",
    "aud": "^2.0.0",
    "auto-changelog": "^2.4.0",
    "eslint": "=8.8.0",
    "mock-property": "^1.0.0",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^1.1.4",
    "safe-publish-latest": "^2.0.0",
    "semver": "^6.3.0",
    "tape": "^5.3.1"
    "tape": "^5.5.3"
  },
  "exports": {
    ".": [
      {
        "default": "./index.js"
      },
      "./index.js"
    ],
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "funding": {
@@ -91,10 +84,10 @@
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "nyc npm run tests-only",
    "tests-only": "tape 'test/**/*.js'",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "sideEffects": false,
  "version": "2.8.0"
  "version": "2.9.0"
}