{
  "_from": "jayson@^2.0.5",
  "_id": "jayson@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-WQhCph4BgSDbRUPdZYqGMojKMxjzPqCCKmWYMsRWX/Bvh1oP+Irs2upeEJy8flU3ZAZzm68TjuL1X8u9Rt4wWQ==",
  "_location": "/jayson",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jayson@^2.0.5",
    "name": "jayson",
    "escapedName": "jayson",
    "rawSpec": "^2.0.5",
    "saveSpec": null,
    "fetchSpec": "^2.0.5"
  },
  "_requiredBy": [
    "/strong-remoting"
  ],
  "_resolved": "https://registry.npmjs.org/jayson/-/jayson-2.1.0.tgz",
  "_shasum": "d1cd79bff3247666ecb61120edbb0c61f0e345b2",
  "_spec": "jayson@^2.0.5",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop/node_modules/strong-remoting",
  "author": {
    "name": "Tedde Lundgren",
    "email": "mail@tedeh.net",
    "url": "http://tedeh.net"
  },
  "bin": {
    "jayson": "./bin/jayson.js"
  },
  "bugs": {
    "url": "https://github.com/tedeh/jayson/issues"
  },
  "bundleDependencies": false,
  "config": {
    "blanket": {
      "pattern": "lib",
      "data-cover-never": [
        "node_modules",
        "public"
      ],
      "data-cover-reporter-options": {
        "shortnames": false
      }
    }
  },
  "contributors": [
    {
      "name": "Tedde Lundgren",
      "email": "mail@tedeh.net",
      "url": "http://tedeh.net"
    },
    {
      "name": "Daniel Vicory",
      "email": "dvicory@gmail.com",
      "url": "http://bzfx.net"
    },
    {
      "name": "Jonathan Liu",
      "email": "net147@gmail.com"
    }
  ],
  "dependencies": {
    "@types/node": "^10.3.5",
    "JSONStream": "^1.3.1",
    "commander": "^2.12.2",
    "es6-promisify": "^5.0.0",
    "eyes": "^0.1.8",
    "json-stringify-safe": "^5.0.1",
    "lodash": "^4.17.10",
    "uuid": "^3.2.1"
  },
  "deprecated": false,
  "description": "JSON-RPC 1.0/2.0 compliant server and client",
  "devDependencies": {
    "body-parser": "^1.18.2",
    "connect": "^3.6.5",
    "es6-promise": "^4.1.1",
    "ink-docstrap": "^1.3.2",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.5.5",
    "jshint": "2.9.1",
    "marked": "0.3.9",
    "mocha": "^4.0.1",
    "node-fetch": "^2.1.2",
    "pass-stream": "^1.0.0",
    "should": "^13.1.3"
  },
  "homepage": "https://jayson.tedeh.net",
  "keywords": [
    "jsonrpc",
    "json-rpc",
    "rpc",
    "json",
    "jsonrpc-2.0",
    "jsonrpc-1.0",
    "middleware",
    "connect",
    "express",
    "fork",
    "distributed",
    "relay",
    "http",
    "tcp",
    "https",
    "tls",
    "api"
  ],
  "license": "MIT",
  "maintainers": "Tedde Lundgren <mail@tedeh.net> (http://tedeh.net)",
  "name": "jayson",
  "repository": {
    "type": "git",
    "url": "git://github.com/tedeh/jayson.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "docs": "jsdoc -t node_modules/ink-docstrap/template -R README.md -c ./jsdoc.conf.json",
    "docs_clear": "rm -rf ./docs/jayson/*; exit 0",
    "docs_deploy": "rsync --delete -r docs/jayson/* tedeh:/var/www/jayson; exit 0",
    "docs_refresh": "npm run docs_clear && npm run docs",
    "lint": "jshint lib/*.js lib/**/*.js promise/*.js promise/**/*.js; exit 0",
    "test": "mocha",
    "test-ci": "mocha -w -R min"
  },
  "version": "2.1.0"
}
