{
  "_from": "request-light@^0.7.0",
  "_id": "request-light@0.7.0",
  "_inBundle": false,
  "_integrity": "sha512-lMbBMrDoxgsyO+yB3sDcrDuX85yYt7sS8BfQd11jtbW/z5ZWgLZRcEGLsLoYw7I0WSUGQBs8CC8ScIxkTX1+6Q==",
  "_location": "/request-light",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "request-light@^0.7.0",
    "name": "request-light",
    "escapedName": "request-light",
    "rawSpec": "^0.7.0",
    "saveSpec": null,
    "fetchSpec": "^0.7.0"
  },
  "_requiredBy": [
    "/@volar/language-server"
  ],
  "_resolved": "https://registry.npmjs.org/request-light/-/request-light-0.7.0.tgz",
  "_shasum": "885628bb2f8040c26401ebf258ec51c4ae98ac2a",
  "_spec": "request-light@^0.7.0",
  "_where": "/var/www/web-lab/node_modules/@volar/language-server",
  "author": {
    "name": "Microsoft Corporation"
  },
  "browser": {
    "./lib/node/main.js": "./lib/browser/main.js"
  },
  "bugs": {
    "url": "https://github.com/microsoft/node-request-light/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Lightweight request library. Promise based, with proxy support.",
  "devDependencies": {
    "@types/node": "16.x",
    "ava": "^5.1.1",
    "http-proxy-agent": "^5.0.0",
    "https-proxy-agent": "^5.0.1",
    "proxy": "^1.0.2",
    "rimraf": "^4.1.1",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.4",
    "vscode-jsonrpc": "^5.0.0",
    "vscode-nls": "^5.2.0",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "homepage": "https://github.com/microsoft/node-request-light#readme",
  "license": "MIT",
  "main": "./lib/node/main.js",
  "name": "request-light",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/node-request-light.git"
  },
  "scripts": {
    "bundle": "webpack --mode production --devtool hidden-source-map",
    "clean": "rimraf lib",
    "compile": "webpack",
    "prepack": "npm run clean && npm run bundle && tsc -p ./src/test/ && ava ./lib/test/test.js",
    "test": "npm run compile && tsc -p ./src/test/ && ava ./lib/test/test.js",
    "watch": "webpack --watch"
  },
  "typings": "./api",
  "version": "0.7.0"
}
