massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / request-light / package.json
diff --git a/.config/coc/extensions/node_modules/coc-json/node_modules/request-light/package.json b/.config/coc/extensions/node_modules/coc-json/node_modules/request-light/package.json
new file mode 100644 (file)
index 0000000..7a35620
--- /dev/null
@@ -0,0 +1,37 @@
+{
+  "name": "request-light",
+  "version": "0.4.0",
+  "description": "Lightweight request library. Promise based, with proxy support.",
+  "main": "./lib/node/main.js",
+  "browser": {
+    "./lib/node/main.js": "./lib/browser/main.js"
+  },
+  "typings": "./lib/node/main",
+  "author": "Microsoft Corporation",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/microsoft/node-request-light"
+  },
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/microsoft/node-request-light/issues"
+  },
+  "devDependencies": {
+    "typescript": "^3.8.2",
+    "@types/node": "13.7.6",
+    "rimraf": "^3.0.2"
+  },
+  "dependencies": {
+    "http-proxy-agent": "^2.1.0",
+    "https-proxy-agent": "^2.2.4",
+    "vscode-nls": "^4.1.2"
+  },
+  "scripts": {
+    "prepublishOnly": "npm run clean && npm run compile && npm run remove-sourcemap-refs",
+    "compile": "tsc -p ./src/node && tsc -p ./src/browser",
+    "watch": "tsc -w -p ./src/node tsc -w -p ./src/browser",
+    "clean": "rimraf lib",
+    "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
+    "postversion": "git push && git push --tags"
+  }
+}