{
  "_from": "phin@^3.7.1",
  "_id": "phin@3.7.1",
  "_inBundle": false,
  "_integrity": "sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==",
  "_location": "/phin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "phin@^3.7.1",
    "name": "phin",
    "escapedName": "phin",
    "rawSpec": "^3.7.1",
    "saveSpec": null,
    "fetchSpec": "^3.7.1"
  },
  "_requiredBy": [
    "/load-bmfont"
  ],
  "_resolved": "https://registry.npmjs.org/phin/-/phin-3.7.1.tgz",
  "_shasum": "bf841da75ee91286691b10e41522a662aa628fd6",
  "_spec": "phin@^3.7.1",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib/node_modules/load-bmfont",
  "author": {
    "name": "Ethan Davis"
  },
  "bugs": {
    "url": "https://github.com/ethanent/phin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "centra": "^2.7.0"
  },
  "deprecated": false,
  "description": "The ultra-lightweight Node.js HTTP client",
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "lib/phin.js",
    "types.d.ts"
  ],
  "homepage": "https://github.com/ethanent/phin",
  "keywords": [
    "http",
    "https",
    "request",
    "fetch",
    "ajax",
    "url",
    "uri"
  ],
  "license": "MIT",
  "main": "lib/phin.js",
  "name": "phin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethanent/phin.git"
  },
  "scripts": {
    "prepublishOnly": "npm test",
    "test": "node ./tests/test.js"
  },
  "types": "types.d.ts",
  "version": "3.7.1"
}
