{
  "_args": [
    [
      "vscode-jsonrpc@4.0.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "vscode-jsonrpc@4.0.0",
  "_id": "vscode-jsonrpc@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg==",
  "_location": "/vscode-jsonrpc",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vscode-jsonrpc@4.0.0",
    "name": "vscode-jsonrpc",
    "escapedName": "vscode-jsonrpc",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/vscode-languageserver-protocol"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
  },
  "description": "A json rpc implementation over streams",
  "engines": {
    "node": ">=8.0.0 || >=10.0.0"
  },
  "homepage": "https://github.com/Microsoft/vscode-languageserver-node#readme",
  "license": "MIT",
  "main": "./lib/main.js",
  "name": "vscode-jsonrpc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/vscode-languageserver-node.git"
  },
  "scripts": {
    "clean": "node ../node_modules/rimraf/bin.js lib",
    "compile": "node ../build/bin/tsc -p ./tsconfig.json",
    "postpublish": "node ../build/npm/post-publish.js",
    "prepublishOnly": "npm run clean && npm run compile && npm test",
    "preversion": "npm test",
    "test": "node ../node_modules/mocha/bin/_mocha",
    "watch": "node ../build/bin/tsc -w -p ./tsconfig.json"
  },
  "typings": "./lib/main.d.ts",
  "version": "4.0.0"
}
