{
  "_args": [
    [
      "jayson@2.1.2",
      "/var/www/html/trains/api"
    ]
  ],
  "_from": "jayson@2.1.2",
  "_id": "jayson@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-2GejcQnEV35KYTXoBvzALIDdO/1oyEIoJHBnaJFhJhcurv0x2JqUXQW6xlDUhcNOpN9t+d2w+JGA6vOphb+5mg==",
  "_location": "/jayson",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jayson@2.1.2",
    "name": "jayson",
    "escapedName": "jayson",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/strong-remoting"
  ],
  "_resolved": "https://registry.npmjs.org/jayson/-/jayson-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "/var/www/html/trains/api",
  "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"
  },
  "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.11",
    "uuid": "^3.2.1"
  },
  "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",
    "express": "^4.16.4",
    "ink-docstrap": "^1.3.2",
    "jsdoc": "^3.5.5",
    "jshint": "^2.10.1",
    "marked": "0.3.9",
    "mocha": "^4.0.1",
    "node-fetch": "^2.1.2",
    "nyc": "^13.2.0",
    "pass-stream": "^1.0.0",
    "should": "^13.1.3",
    "superagent": "^3.8.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": "nyc 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.net:/var/www/jayson.tedeh.net; 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.2"
}
