mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-09 16:17:22 +00:00
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"_from": "agent-base@4",
|
|
"_id": "agent-base@4.2.0",
|
|
"_inBundle": true,
|
|
"_integrity": "sha512-c+R/U5X+2zz2+UCrCFv6odQzJdoqI+YecuhnAJLa1zYaMc13zPfwMwZrr91Pd1DYNo/yPRbiM4WVf9whgwFsIg==",
|
|
"_location": "/npm/agent-base",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "agent-base@4",
|
|
"name": "agent-base",
|
|
"escapedName": "agent-base",
|
|
"rawSpec": "4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm/http-proxy-agent",
|
|
"/npm/https-proxy-agent",
|
|
"/npm/npm-registry-fetch/socks-proxy-agent",
|
|
"/npm/socks-proxy-agent"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.0.tgz",
|
|
"_shasum": "9838b5c3392b962bad031e6a4c5e1024abec45ce",
|
|
"_spec": "agent-base@4",
|
|
"_where": "/Users/rebecca/code/npm/node_modules/http-proxy-agent",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://n8.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-agent-base/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"es6-promisify": "^5.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Turn a function into an `http.Agent` instance",
|
|
"devDependencies": {
|
|
"mocha": "^3.4.2",
|
|
"ws": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
},
|
|
"homepage": "https://github.com/TooTallNate/node-agent-base#readme",
|
|
"keywords": [
|
|
"http",
|
|
"agent",
|
|
"base",
|
|
"barebones",
|
|
"https"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "agent-base",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-agent-base.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"version": "4.2.0"
|
|
}
|