保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/node-fetch/package.json
@@ -1,34 +1,29 @@
{
  "_args": [
    [
      "node-fetch@2.6.5",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "node-fetch@2.6.5",
  "_id": "node-fetch@2.6.5",
  "_from": "node-fetch@^2.6.1",
  "_id": "node-fetch@2.6.7",
  "_inBundle": false,
  "_integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==",
  "_integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
  "_location": "/node-fetch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "node-fetch@2.6.5",
    "raw": "node-fetch@^2.6.1",
    "name": "node-fetch",
    "escapedName": "node-fetch",
    "rawSpec": "2.6.5",
    "rawSpec": "^2.6.1",
    "saveSpec": null,
    "fetchSpec": "2.6.5"
    "fetchSpec": "^2.6.1"
  },
  "_requiredBy": [
    "/@nuxt/opencollective",
    "/@nuxt/telemetry",
    "/@nuxt/vue-app"
  ],
  "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz",
  "_spec": "2.6.5",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
  "_shasum": "24de9fba827e3b4ae44dc8b20256a379160052ad",
  "_spec": "node-fetch@^2.6.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\vue-app",
  "author": {
    "name": "David Frank"
  },
@@ -36,9 +31,11 @@
  "bugs": {
    "url": "https://github.com/bitinn/node-fetch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "whatwg-url": "^5.0.0"
  },
  "deprecated": false,
  "description": "A light-weight module that brings window.fetch to node.js",
  "devDependencies": {
    "@ungap/url-search-params": "^0.1.2",
@@ -85,6 +82,14 @@
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "name": "node-fetch",
  "peerDependencies": {
    "encoding": "^0.1.0"
  },
  "peerDependenciesMeta": {
    "encoding": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitinn/node-fetch.git"
@@ -96,5 +101,5 @@
    "report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
    "test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js"
  },
  "version": "2.6.5"
  "version": "2.6.7"
}