@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
74 lines (73 loc) • 2.46 kB
JSON
{
"_args": [
[
{
"raw": "request-light@https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz",
"scope": null,
"escapedName": "request-light",
"name": "request-light",
"rawSpec": "https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz",
"spec": "https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz",
"type": "remote"
},
"/Users/roblou/code/vscode-node-debug"
]
],
"_from": "request-light@>=0.2.1 <0.3.0",
"_id": "request-light@0.2.1",
"_inCache": true,
"_location": "/request-light",
"_phantomChildren": {},
"_requested": {
"raw": "request-light@https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz",
"scope": null,
"escapedName": "request-light",
"name": "request-light",
"rawSpec": "https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz",
"spec": "https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz",
"type": "remote"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz",
"_shasum": "986f5a82893e9d1ca6a896ebe6f46c51c6b4557f",
"_shrinkwrap": null,
"_spec": "request-light@https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz",
"_where": "/Users/roblou/code/vscode-node-debug",
"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": "^2.0.2"
},
"description": "Lightweight request library. Promise based, with proxy support.",
"devDependencies": {
"@types/mocha": "^2.2.33",
"@types/node": "^6.0.51",
"typescript": "^2.1.5"
},
"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.2.1"
}