package.json 1.5 KB
{
  "_from": "infinity-agent@^2.0.0",
  "_id": "infinity-agent@2.0.3",
  "_inBundle": false,
  "_integrity": "sha1-ReDi/3qesDCyfWK3SzdEt6esQhY=",
  "_location": "/infinity-agent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "infinity-agent@^2.0.0",
    "name": "infinity-agent",
    "escapedName": "infinity-agent",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/infinity-agent/-/infinity-agent-2.0.3.tgz",
  "_shasum": "45e0e2ff7a9eb030b27d62b74b3744b7a7ac4216",
  "_spec": "infinity-agent@^2.0.0",
  "_where": "/Users/fzy/project/efang/node_modules/got",
  "author": {
    "name": "Vsevolod Strukchinsky",
    "email": "floatdrop@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/infinity-agent/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Creates HTTP/HTTPS Agent with Infinity maxSockets",
  "devDependencies": {
    "mocha": "^2.1.0"
  },
  "files": [
    "index.js",
    "http.js",
    "https.js"
  ],
  "homepage": "https://github.com/floatdrop/infinity-agent#readme",
  "keywords": [
    "http",
    "https",
    "agent",
    "maxSockets"
  ],
  "license": "MIT",
  "name": "infinity-agent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floatdrop/infinity-agent.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "2.0.3"
}