Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pm2 / usr / local / lib / pm2 / node_modules / agent-base / package.json
Size: Mime:
{
  "name": "agent-base",
  "version": "4.3.0",
  "description": "Turn a function into an `http.Agent` instance",
  "main": "./index.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-agent-base.git"
  },
  "keywords": [
    "http",
    "agent",
    "base",
    "barebones",
    "https"
  ],
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TooTallNate/node-agent-base/issues"
  },
  "devDependencies": {
    "@types/es6-promisify": "^5.0.0",
    "@types/node": "^10.5.3",
    "mocha": "^3.4.2",
    "ws": "^3.0.0"
  },
  "dependencies": {
    "es6-promisify": "^5.0.0"
  },
  "engines": {
    "node": ">= 4.0.0"
  }

,"_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz"
,"_integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg=="
,"_from": "agent-base@4.3.0"
}