massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / node-fetch / package.json
index 21604691688aeeb779819a165a35557fa8aac8c8..ec05105139f32d12e211cda4885ca8e4f1143b6f 100644 (file)
@@ -1,8 +1,8 @@
 {
     "name": "node-fetch",
-    "version": "2.6.1",
+    "version": "2.6.6",
     "description": "A light-weight module that brings window.fetch to node.js",
-    "main": "lib/index",
+    "main": "lib/index.js",
     "browser": "./browser.js",
     "module": "lib/index.mjs",
     "files": [
@@ -36,6 +36,9 @@
         "url": "https://github.com/bitinn/node-fetch/issues"
     },
     "homepage": "https://github.com/bitinn/node-fetch",
+    "dependencies": {
+        "whatwg-url": "^5.0.0"
+    },
     "devDependencies": {
         "@ungap/url-search-params": "^0.1.2",
         "abort-controller": "^1.1.0",
@@ -48,7 +51,7 @@
         "chai-as-promised": "^7.1.1",
         "chai-iterator": "^1.1.1",
         "chai-string": "~1.3.0",
-        "codecov": "^3.3.0",
+        "codecov": "3.3.0",
         "cross-env": "^5.2.0",
         "form-data": "^2.3.3",
         "is-builtin-module": "^1.0.0",
@@ -60,7 +63,6 @@
         "rollup": "^0.63.4",
         "rollup-plugin-babel": "^3.0.7",
         "string-to-arraybuffer": "^1.0.2",
-        "whatwg-url": "^5.0.0"
-    },
-    "dependencies": {}
+        "teeny-request": "3.7.0"
+    }
 }