( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ 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/..//node_modules/vscode-languageserver-textdocument/package.json
{
	"name": "vscode-languageserver-textdocument",
	"description": "A simple text document implementation for Node LSP servers",
	"version": "1.0.4",
	"author": "Microsoft Corporation",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/Microsoft/vscode-languageserver-node.git",
		"directory": "textDocument"
	},
	"bugs": {
		"url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
	},
	"main": "./lib/umd/main.js",
	"typings": "./lib/umd/main",
	"module": "./lib/esm/main.js",
	"scripts": {
		"prepublishOnly": "npm run clean && npm run compile:esm && npm run compile && npm run test",
		"postpublish": "node ../build/npm/post-publish.js",
		"compile": "node ../build/bin/tsc -b ./tsconfig.json",
		"compile:esm": "node ../build/bin/tsc -b ./tsconfig.esm.json",
		"clean": "node ../node_modules/rimraf/bin.js lib",
		"watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w",
		"lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src",
		"test": "node ../node_modules/mocha/bin/_mocha",
		"preversion": "npm test"
	}
}