@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
73 lines (72 loc) • 2.44 kB
JSON
{
"_args": [
[
{
"raw": "request-light@https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz",
"scope": null,
"escapedName": "request-light",
"name": "request-light",
"rawSpec": "https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz",
"spec": "https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz",
"type": "remote"
},
"/Users/roblou/code/vscode-node-debug2"
]
],
"_from": "request-light@>=0.1.0 <0.2.0",
"_id": "request-light@0.1.0",
"_inCache": true,
"_location": "/request-light",
"_phantomChildren": {},
"_requested": {
"raw": "request-light@https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz",
"scope": null,
"escapedName": "request-light",
"name": "request-light",
"rawSpec": "https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz",
"spec": "https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/",
"/vscode-chrome-debug-core"
],
"_resolved": "https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz",
"_shasum": "fe65ddffbb2e87944f0ccafd85cb839e91385345",
"_shrinkwrap": null,
"_spec": "request-light@https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz",
"_where": "/Users/roblou/code/vscode-node-debug2",
"author": {
"name": "Microsoft Corporation"
},
"bugs": {
"url": "https://github.com/Microsoft/node-request-light/issues"
},
"dependencies": {
"http-proxy-agent": "^0.2.6",
"https-proxy-agent": "^0.3.5",
"vscode-nls": "^1.0.4"
},
"description": "Lightweight request library. Promise based, with proxy support.",
"devDependencies": {
"typescript": "^1.8.9"
},
"homepage": "https://github.com/Microsoft/node-request-light#readme",
"license": "MIT",
"main": "./lib/main.js",
"name": "request-light",
"optionalDependencies": {},
"readme": "# node-request-light\nA light weight nodejs request library with proxy support. Intended to be used by VSCode extensions\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/node-request-light.git"
},
"scripts": {
"compile": "tsc -p ./src",
"prepublish": "tsc -p ./src",
"watch": "tsc -w -p ./src"
},
"typings": "./lib/main",
"version": "0.1.0"
}