Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/vscode-languageserver-protocol/
Upload File :
Current File : //etc/kibana/node_modules/vscode-languageserver-protocol/package.json

{
	"name": "vscode-languageserver-protocol",
	"description": "VSCode Language Server Protocol implementation",
	"version": "3.14.1",
	"author": "Microsoft Corporation",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/Microsoft/vscode-languageserver-node.git"
	},
	"bugs": {
		"url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
	},
	"main": "./lib/main.js",
	"typings": "./lib/main",
	"dependencies": {
		"vscode-jsonrpc": "^4.0.0",
		"vscode-languageserver-types": "3.14.0"
	},
	"scripts": {
		"prepublishOnly": "npm run clean && npm run compile && npm test",
		"postpublish": "node ../build/npm/post-publish.js",
		"compile": "node ../build/bin/tsc -p ./tsconfig.json",
		"watch": "node ../build/bin/tsc -w -p ./tsconfig.json",
		"test": "node ../node_modules/mocha/bin/_mocha",
		"clean": "node ../node_modules/rimraf/bin.js lib",
		"preversion": "npm test"
	}
}