{
  "_args": [
    [
      "teeny-request@7.2.0",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "teeny-request@7.2.0",
  "_id": "teeny-request@7.2.0",
  "_inBundle": false,
  "_integrity": "sha512-SyY0pek1zWsi0LRVAALem+avzMLc33MKW/JLLakdP4s9+D7+jHcy5x6P+h94g2QNZsAqQNfX5lsbd3WSeJXrrw==",
  "_location": "/teeny-request",
  "_phantomChildren": {
    "@tootallnate/once": "2.0.0",
    "agent-base": "6.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "teeny-request@7.2.0",
    "name": "teeny-request",
    "escapedName": "teeny-request",
    "rawSpec": "7.2.0",
    "saveSpec": null,
    "fetchSpec": "7.2.0"
  },
  "_requiredBy": [
    "/@google-cloud/storage"
  ],
  "_resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-7.2.0.tgz",
  "_spec": "7.2.0",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "fhinkel"
  },
  "bugs": {
    "url": "https://github.com/googleapis/teeny-request/issues"
  },
  "dependencies": {
    "http-proxy-agent": "^5.0.0",
    "https-proxy-agent": "^5.0.0",
    "node-fetch": "^2.6.1",
    "stream-events": "^1.0.5",
    "uuid": "^8.0.0"
  },
  "description": "Like request, but smaller.",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.9",
    "@types/mocha": "^8.0.0",
    "@types/node-fetch": "^2.5.7",
    "@types/sinon": "^10.0.0",
    "@types/uuid": "^8.0.0",
    "c8": "^7.0.0",
    "codecov": "^3.1.0",
    "gts": "^3.0.0",
    "linkinator": "^2.0.0",
    "mocha": "^8.0.0",
    "nock": "^13.0.0",
    "sinon": "^13.0.0",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "build/src"
  ],
  "homepage": "https://github.com/googleapis/teeny-request#readme",
  "keywords": [
    "request",
    "node-fetch",
    "fetch"
  ],
  "license": "Apache-2.0",
  "main": "./build/src/index.js",
  "name": "teeny-request",
  "nyc": {
    "exclude": [
      "build/test"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/teeny-request.git"
  },
  "scripts": {
    "clean": "gts clean",
    "compile": "tsc -p .",
    "docs": "compodoc src/",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "lint": "gts check",
    "precompile": "gts clean",
    "predocs-test": "npm run docs",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "samples-test": "echo no sample tests!",
    "system-test": "echo no system tests!",
    "test": "c8 mocha build/test"
  },
  "types": "./build/src/index.d.ts",
  "version": "7.2.0"
}
