{
  "_args": [
    [
      "git+https://git@github.com/pantsel/unirest-nodejs.git#master",
      "/app"
    ]
  ],
  "_from": "git+https://git@github.com/pantsel/unirest-nodejs.git#master",
  "_id": "unirest@git+https://git@github.com/pantsel/unirest-nodejs.git#6a2876b58095aab916dd4e0d84e86b8bd0388b63",
  "_inBundle": false,
  "_integrity": "",
  "_location": "/unirest",
  "_phantomChildren": {
    "asynckit": "0.4.0",
    "aws-sign2": "0.7.0",
    "caseless": "0.12.0",
    "extend": "3.0.2",
    "fast-json-stable-stringify": "2.0.0",
    "forever-agent": "0.6.1",
    "har-schema": "2.0.0",
    "http-signature": "1.2.0",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "performance-now": "2.1.0",
    "psl": "1.1.29",
    "tunnel-agent": "0.6.0",
    "uri-js": "4.2.2",
    "uuid": "3.4.0"
  },
  "_requested": {
    "type": "git",
    "raw": "git+https://git@github.com/pantsel/unirest-nodejs.git#master",
    "rawSpec": "git+https://git@github.com/pantsel/unirest-nodejs.git#master",
    "saveSpec": "git+https://git@github.com/pantsel/unirest-nodejs.git#master",
    "fetchSpec": "https://git@github.com/pantsel/unirest-nodejs.git",
    "gitCommittish": "master"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "git+https://git@github.com/pantsel/unirest-nodejs.git#6a2876b58095aab916dd4e0d84e86b8bd0388b63",
  "_spec": "git+https://git@github.com/pantsel/unirest-nodejs.git#master",
  "_where": "/app",
  "author": {
    "name": "Mashape",
    "email": "opensource@mashape.com",
    "url": "https://www.mashape.com"
  },
  "bugs": {
    "url": "https://github.com/Mashape/unirest-nodejs/issues"
  },
  "dependencies": {
    "form-data": "^0.2.0",
    "mime": "~2.3.1",
    "request": "^2.88.0"
  },
  "description": "Simplified, lightweight HTTP client library",
  "devDependencies": {
    "body-parser": "^1.15.1",
    "express": "^4.13.4",
    "mocha": "~5.2.0",
    "should": "~8.3.1"
  },
  "directories": {
    "test": "tests"
  },
  "homepage": "https://github.com/Mashape/unirest-nodejs#readme",
  "keywords": [
    "request",
    "http",
    "library",
    "superagent",
    "simple",
    "util",
    "utility",
    "method"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "unirest",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Mashape/unirest-nodejs.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.5.2"
}
