package.json 3.13 KB
{
  "_from": "request-json@^0.6.1",
  "_id": "request-json@0.6.2",
  "_inBundle": false,
  "_integrity": "sha1-KMdtBdYMU8nhjUCXywFyO5UGkyI=",
  "_location": "/request-json",
  "_phantomChildren": {
    "async": "2.6.0",
    "aws4": "1.6.0",
    "bl": "1.1.2",
    "chalk": "1.1.3",
    "combined-stream": "1.0.5",
    "extend": "3.0.1",
    "forever-agent": "0.6.1",
    "is-my-json-valid": "2.16.1",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "jsprim": "1.4.1",
    "mime-types": "2.1.17",
    "oauth-sign": "0.8.2",
    "pinkie-promise": "2.0.1",
    "sshpk": "1.13.1",
    "stringstream": "0.0.5",
    "tough-cookie": "2.3.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "request-json@^0.6.1",
    "name": "request-json",
    "escapedName": "request-json",
    "rawSpec": "^0.6.1",
    "saveSpec": null,
    "fetchSpec": "^0.6.1"
  },
  "_requiredBy": [
    "/forecast"
  ],
  "_resolved": "https://registry.npmjs.org/request-json/-/request-json-0.6.2.tgz",
  "_shasum": "28c76d05d60c53c9e18d4097cb01723b95069322",
  "_spec": "request-json@^0.6.1",
  "_where": "C:\\Users\\junh\\Desktop\\\\os-17-2-termproject-jun\\node_modules\\forecast",
  "author": {
    "name": "Cozy Cloud",
    "email": "contact@cozycloud.cc",
    "url": "http://cozycloud.cc"
  },
  "bugs": {
    "url": "https://github.com/mycozycloud/request-json/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Zoe Bellot"
    },
    {
      "name": "Romain Foucault"
    },
    {
      "name": "Googoid"
    },
    {
      "name": "Dario Kondratiuk"
    },
    {
      "name": "David Neal"
    },
    {
      "name": "NickH-nz"
    },
    {
      "name": "Frank Rousseau"
    },
    {
      "name": "Alan Plum"
    },
    {
      "name": "Fedor Shubin"
    },
    {
      "name": "Fábio Santos"
    },
    {
      "name": "Stephen Tweeddale"
    },
    {
      "name": "Benjamin Woodruff"
    }
  ],
  "dependencies": {
    "depd": "1.1.0",
    "request": "2.74.0"
  },
  "deprecated": false,
  "description": "HTTP request client for JSON APIs",
  "devDependencies": {
    "body-parser": "1.15.2",
    "chai": "3.5.0",
    "coffee-script": "1.10.0",
    "coffeelint": "1.15.7",
    "compression": "1.6.2",
    "connect-multiparty": "2.0.0",
    "express": "4.14.0",
    "lie": "3.1.0",
    "mocha": "2.5.3"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/mycozycloud/request-json/",
  "keywords": [
    "requests",
    "request",
    "api",
    "http",
    "json",
    "client",
    "simple",
    "utility"
  ],
  "license": "MIT",
  "main": "./main.js",
  "name": "request-json",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/mycozycloud/request-json.git"
  },
  "scripts": {
    "build": "./node_modules/coffee-script/bin/coffee -cb main.coffee",
    "lint": "./node_modules/coffeelint/bin/coffeelint main.coffee tests.coffee",
    "prepublish": "./node_modules/coffee-script/bin/coffee -cb main.coffee",
    "test": "mocha tests.coffee --reporter spec --compilers coffee:coffee-script/register --colors"
  },
  "version": "0.6.2"
}