{ "_from": "vscode-jsonrpc@8.2.0", "_id": "vscode-jsonrpc@8.2.0", "_inBundle": false, "_integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", "_location": "/vscode-jsonrpc", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vscode-jsonrpc@8.2.0", "name": "vscode-jsonrpc", "escapedName": "vscode-jsonrpc", "rawSpec": "8.2.0", "saveSpec": null, "fetchSpec": "8.2.0" }, "_requiredBy": [ "/vscode-languageserver-protocol" ], "_resolved": "https://registry.npmmirror.com/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", "_shasum": "f43dfa35fb51e763d17cd94dcca0c9458f35abf9", "_spec": "vscode-jsonrpc@8.2.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\vscode-languageserver-protocol", "author": { "name": "Microsoft Corporation" }, "browser": { "./lib/node/main.js": "./lib/browser/main.js" }, "bugs": { "url": "https://github.com/Microsoft/vscode-languageserver-node/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A json rpc implementation over streams", "devDependencies": { "@types/msgpack-lite": "^0.1.7", "msgpack-lite": "^0.1.26" }, "engines": { "node": ">=14.0.0" }, "homepage": "https://github.com/Microsoft/vscode-languageserver-node#readme", "license": "MIT", "main": "./lib/node/main.js", "name": "vscode-jsonrpc", "repository": { "type": "git", "url": "git+https://github.com/Microsoft/vscode-languageserver-node.git", "directory": "jsonrpc" }, "scripts": { "all": "npm run clean && npm run compile && npm run lint && npm run test", "all:publish": "git clean -xfd . && npm install && npm run compile:publish && npm run lint && npm run test", "clean": "node ../node_modules/.bin/rimraf lib && node ../node_modules/.bin/rimraf dist", "compile": "node ../build/bin/tsc -b ./tsconfig.json", "compile:publish": "node ../build/bin/tsc -b ./tsconfig.publish.json", "lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src", "prepack": "npm run all:publish", "prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail", "preversion": "npm test", "test": "npm run test:node && npm run test:browser", "test:browser": "npm run webpack:test:silent && node ../build/bin/runBrowserTests.js http://127.0.0.1:8080/jsonrpc/src/browser/test/", "test:node": "node ../node_modules/mocha/bin/_mocha", "watch": "node ../build/bin/tsc -b ./tsconfig.watch.json -w", "webpack": "node ../build/bin/webpack --mode none --config ./webpack.config.js", "webpack:test": "node ../build/bin/webpack --mode none --config ./src/browser/test/webpack.config.js", "webpack:test:silent": "node ../build/bin/webpack --no-stats --mode none --config ./src/browser/test/webpack.config.js" }, "typings": "./lib/common/api.d.ts", "version": "8.2.0" }