{
  "_from": "vscode-languageserver-textdocument@~1.0.11",
  "_id": "vscode-languageserver-textdocument@1.0.12",
  "_inBundle": false,
  "_integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==",
  "_location": "/vscode-languageserver-textdocument",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-languageserver-textdocument@~1.0.11",
    "name": "vscode-languageserver-textdocument",
    "escapedName": "vscode-languageserver-textdocument",
    "rawSpec": "~1.0.11",
    "saveSpec": null,
    "fetchSpec": "~1.0.11"
  },
  "_requiredBy": [
    "/langium"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz",
  "_shasum": "457ee04271ab38998a093c68c2342f53f6e4a631",
  "_spec": "vscode-languageserver-textdocument@~1.0.11",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\langium",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A simple text document implementation for Node LSP servers",
  "exports": {
    ".": {
      "browser": "./lib/esm/main.js",
      "module": "./lib/esm/main.js",
      "import": "./lib/esm/main.js",
      "default": "./lib/umd/main.js"
    }
  },
  "homepage": "https://github.com/Microsoft/vscode-languageserver-node#readme",
  "license": "MIT",
  "main": "./lib/umd/main.js",
  "name": "vscode-languageserver-textdocument",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/vscode-languageserver-node.git",
    "directory": "textDocument"
  },
  "scripts": {
    "all": "npm run clean && npm run compile && npm run lint && npm run test",
    "all:publish": "git clean -xfd . && npm install && npm run compile:esm && npm run compile:umd && npm run lint && npm run test",
    "clean": "rimraf lib",
    "compile": "tsc -b ./tsconfig.json",
    "compile:esm": "tsc -b ./tsconfig.esm.publish.json && node ../build/bin/fix-esm",
    "compile:umd": "tsc -b ./tsconfig.umd.publish.json",
    "lint": "eslint --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": "node ../node_modules/mocha/bin/_mocha",
    "watch": "tsc -b ./tsconfig.watch.json -w"
  },
  "typings": "./lib/umd/main",
  "version": "1.0.12"
}
