massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / request-light / package.json
1 {
2   "name": "request-light",
3   "version": "0.4.0",
4   "description": "Lightweight request library. Promise based, with proxy support.",
5   "main": "./lib/node/main.js",
6   "browser": {
7     "./lib/node/main.js": "./lib/browser/main.js"
8   },
9   "typings": "./lib/node/main",
10   "author": "Microsoft Corporation",
11   "repository": {
12     "type": "git",
13     "url": "https://github.com/microsoft/node-request-light"
14   },
15   "license": "MIT",
16   "bugs": {
17     "url": "https://github.com/microsoft/node-request-light/issues"
18   },
19   "devDependencies": {
20     "typescript": "^3.8.2",
21     "@types/node": "13.7.6",
22     "rimraf": "^3.0.2"
23   },
24   "dependencies": {
25     "http-proxy-agent": "^2.1.0",
26     "https-proxy-agent": "^2.2.4",
27     "vscode-nls": "^4.1.2"
28   },
29   "scripts": {
30     "prepublishOnly": "npm run clean && npm run compile && npm run remove-sourcemap-refs",
31     "compile": "tsc -p ./src/node && tsc -p ./src/browser",
32     "watch": "tsc -w -p ./src/node tsc -w -p ./src/browser",
33     "clean": "rimraf lib",
34     "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
35     "postversion": "git push && git push --tags"
36   }
37 }