package.json 1.66 KB
{
  "_from": "unirest@^0.5.1",
  "_id": "unirest@0.5.1",
  "_inBundle": false,
  "_integrity": "sha1-nfV2YYcoDyRbTpp1zh+tMTM31u0=",
  "_location": "/unirest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unirest@^0.5.1",
    "name": "unirest",
    "escapedName": "unirest",
    "rawSpec": "^0.5.1",
    "saveSpec": null,
    "fetchSpec": "^0.5.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/unirest/-/unirest-0.5.1.tgz",
  "_shasum": "9df5766187280f245b4e9a75ce1fad313337d6ed",
  "_spec": "unirest@^0.5.1",
  "_where": "C:\\Users\\admin\\Documents\\express-project",
  "author": {
    "name": "Mashape",
    "email": "opensource@mashape.com",
    "url": "https://www.mashape.com"
  },
  "bugs": {
    "url": "https://github.com/Mashape/unirest-nodejs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "form-data": "^0.2.0",
    "mime": "~1.3.4",
    "request": "~2.74.0"
  },
  "deprecated": false,
  "description": "Simplified, lightweight HTTP client library",
  "devDependencies": {
    "body-parser": "^1.15.1",
    "express": "^4.13.4",
    "mocha": "~2.4.5",
    "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.1"
}