{
  "name": "vscode-html-languageservice",
  "versions": {
    "1.0.0-next.1": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "acb6356ffd236d66846a13f3d032c9f32b1b687e",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.1.tgz",
        "integrity": "sha512-Lzmclm2YOhGa4GX8cisIXyBgWzE+ijadSbZXmGWaFJs0qaWgYOJVg1Uthr9i2n8ZpasIMHtaISaN3+7Zw+U6bA==",
        "signatures": [
          {
            "sig": "MEQCICH59KFo/bgB0tmRe7SRXGqGe/DpJH6oqaqdcIcDyL+OAiAWo10fOHOlKqo9IlKlLndlFKbeiEIB0n+02ORrAQqEww==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "acb6356ffd236d66846a13f3d032c9f32b1b687e",
      "gitHead": "e25f444e501a88044ac4fbde1b4f91aa883d8f76",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^0.0.7",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.1.tgz_1473888099061_0.46832638094201684",
        "host": "packages-16-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0-next.2": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "be797d87f19500770bfffdb2d744b2d286407870",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.2.tgz",
        "integrity": "sha512-lLR17vtP06n/IjihSoNPBCCmiKblsefAn/9klRPHUYS1a3kAHkPWqeM41Rv6nqYXriJdb8n9lLmo4P2iPMRvrw==",
        "signatures": [
          {
            "sig": "MEUCIGk1j+oXOMIiB4tUD2k7hypVULqyGZybI/3ESeXqGpRxAiEA/Hjf/XaV0HYK9uD+uGxEpGBsaEnlVG14kbvcERlvoYc=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "be797d87f19500770bfffdb2d744b2d286407870",
      "gitHead": "b9c346a6cb0b8c6c42c07ea1a5328d26e73b9635",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^0.0.7",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.2.tgz_1473960690647_0.4669733801856637",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0-next.3": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "796ab608f1b667bf438355ea2aacb71d5dbd3805",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.3.tgz",
        "integrity": "sha512-FK00RkCx7QDE9agqRrjK9/Ty0zsWh6qiv0zmUlGaCH/vZUljZJvGhy9sGCFuPanFIS7s0Eda7s8JBOE83DjqMw==",
        "signatures": [
          {
            "sig": "MEUCIEii0n/TBzYA/Nc4B5dsNCCDexPfaMtIFIwXvl2Gs60kAiEArbcT+HsIisBAIVWUMcUu+QIODotCp5JrKB6GzXX5bRc=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "796ab608f1b667bf438355ea2aacb71d5dbd3805",
      "gitHead": "bafde34e7ea50255f1c5814f291753d5457790fb",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^0.0.7",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.3.tgz_1473970456514_0.9465846344828606",
        "host": "packages-16-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0-next.4": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a7af95dd09f05a779ac5a3c103a97613acd71a3a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.4.tgz",
        "integrity": "sha512-OlxZvTR5TH/q5Jx4ELz9XPW6rIjK8KyACcJGDENunU8Db5vY6YQ4Q9prW5MOmyS2wwXz6A7VZ9lmCrHmsJ0Acg==",
        "signatures": [
          {
            "sig": "MEUCIQCSRUWjufpMXReWB3ZPjScU9skITICYO8JkFn790Yr4pAIgNRS0Z1uz2XP4GZ9mA6kSo9jOlJ6oawLMbFVTNDhtDKE=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "a7af95dd09f05a779ac5a3c103a97613acd71a3a",
      "gitHead": "48aaad882c35b4db6db94e7a69d98c4cad23089b",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^0.0.7",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.4.tgz_1474305264838_0.8888435722328722",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0-next.5": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "2fbfa03418a4717ad4c94ece998800a98183118d",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.5.tgz",
        "integrity": "sha512-yQNKobDBrIjOdF8tOV5M13R8UR3dmSLY0WorW15Tfvntj4+hiwmh1+XKpkAsGv6p1V3o260yJGUUvdTrUeyC6w==",
        "signatures": [
          {
            "sig": "MEUCICEnT8o8qzj9/FBeZYk83nabRRgKCQSaTlRGX/JYMANlAiEAwljnvhn5VEYKEDh4cg9UkK6+JoVa7tTdGzw1oey//aE=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "2fbfa03418a4717ad4c94ece998800a98183118d",
      "gitHead": "9ea1db325b7bb9c54f7e5fbb8c4a8474df150e7a",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^0.0.7",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.5.tgz_1476178131058_0.5936317872256041",
        "host": "packages-16-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0-next.6": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.6",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "51994539f20ba53e053c2066972cce0abdd233fb",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.6.tgz",
        "integrity": "sha512-U0zvkdklVVF4ZNgkzWfaRJwR77ewaP7/GkTB7K2zc1OrkeXvfogQHgHlvxm5LSJB0QMLyhysuO2G2NI193dTcw==",
        "signatures": [
          {
            "sig": "MEUCIC4ic+xP8YaSZEfWu8I7gwuSzAyr7JR8QiaqWShHbOOjAiEA451mNVsRjFRRDmRBr7MklMHRxDk60yP9z+S4357hUSc=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "51994539f20ba53e053c2066972cce0abdd233fb",
      "gitHead": "6c15ce129c5c51796052f62746ce392295201995",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.6.tgz_1476654077605_0.4863943546079099",
        "host": "packages-16-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0-next.7": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.7",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.7",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "c75d2b10b5cc2d9031cbea6ac5acbc8ac06f7e1c",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.7.tgz",
        "integrity": "sha512-PBJAoeNzP4VmMg+aNL2pxJ9YLSQim7wBVJWNhO0vJfpBkyy3/5jotAI7PkLWCSRlZMrB1A1lbpF3ty/1duikWw==",
        "signatures": [
          {
            "sig": "MEYCIQCTsLUtSx1vxdPAnrlQRE9vEsQHS3dp9lq4j1W1u8YpFQIhANcCCCoCANcr1wYvu4gcZ8Qjqp8qb9Py7dPHzAfOtR5x",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "c75d2b10b5cc2d9031cbea6ac5acbc8ac06f7e1c",
      "gitHead": "a9e1cf3a4f9da253229985b19911963b677f660d",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.7.tgz_1476952781581_0.671431414783001",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0-next.8": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.8",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.8",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "855aee35d1c678a1829655897d66c829d6d04d59",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.8.tgz",
        "integrity": "sha512-yS3ydw6B7BYpxEpHq1BfceJk8HCUCzgcGmLD6AWsvnYCFl5Uljb9FkQKy6cqpvSK44FQuUGCxVCR5t1+gv1eTQ==",
        "signatures": [
          {
            "sig": "MEYCIQDnUnTzWCIPwyTgz0gBVu7E0EqO3o2+sCuvL3BNqm4f1wIhALtXrWFeWMBVhodGAQFEHDMl3Sv3K218NhxSXR3X9w3k",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "855aee35d1c678a1829655897d66c829d6d04d59",
      "gitHead": "df1c810ac101fb9e753a3fd41728cfe5811ad758",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.8.tgz_1476953253612_0.9751318716444075",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0-next.9": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0-next.9",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0-next.9",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "580961d8380a5b82d7ae73904f09129784867824",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0-next.9.tgz",
        "integrity": "sha512-CjX0VBPdwfLox1rXCjGS9l0Xf8MjSZaM/ZOT8NMH01So4Dy9traZrAxGI+DrsJNC9tHC0q8iQK4KTvm4EtAunw==",
        "signatures": [
          {
            "sig": "MEYCIQClFcHFxuEKvT3ccV+IZeSxgTsRkXFs6L7v2/OZzyIDuAIhAPN1a4OfBUuj/xHcxWPtWdm9zG1qJSn22ebeV0W2EWOu",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "580961d8380a5b82d7ae73904f09129784867824",
      "gitHead": "b565b47cab6ccaf62f7f2f67a939a16c8f8fac6c",
      "scripts": {
        "test": "gulp compile && mocha",
        "watch": "gulp watch",
        "compile": "gulp compile",
        "prepublish": "gulp compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "gulp": "^3.9.1",
        "mocha": "^2.4.5",
        "rimraf": "^2.5.2",
        "gulp-tsb": "^1.10.4",
        "typescript": "^1.8.10",
        "merge-stream": "^1.0.0",
        "object-assign": "^4.1.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0-next.9.tgz_1477079833983_0.4198181906249374",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.0": {
      "name": "vscode-html-languageservice",
      "version": "1.0.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.0",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "3ebc31c1153fdea4d7b2c15f44e2fb42bc253f82",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.0.tgz",
        "integrity": "sha512-FHVMkcMyeUjKsbsTcxHiyxZ+j0SnePDRIRsV9ebGGF0H7IyWnRTTBX5MFFuBmNNhq2unCjZpa9da/DokSLEZ0A==",
        "signatures": [
          {
            "sig": "MEUCIHrxDxYfs5sHAxw6aspRUamq2fO3EZ13Zp4/r/KoBcFoAiEAwEFAKgF3xVPXNNO5TvSbOatejAVmgleBuDfEhluIU4U=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "3ebc31c1153fdea4d7b2c15f44e2fb42bc253f82",
      "gitHead": "1a55a111b211af85b4c41f7ac9c7d0ae898f87ef",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^1.0.4-next.1"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.8",
        "@types/node": "^6.0.46",
        "@types/mocha": "^2.2.32"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.0.tgz_1478717975398_0.8563799438998103",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.1-next.1": {
      "name": "vscode-html-languageservice",
      "version": "1.0.1-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.1-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "cf9b935daa4fde40eddf8e2030db3f8b8925865a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.1-next.1.tgz",
        "integrity": "sha512-TqVJp3uFiOb9g5IKzPpcwcN64wJ3Qh7ja9mG5fCOEhTk7nPQSNLcBd5/ZlfMVOOrFlZeaknwVcekeaqkS0BMmQ==",
        "signatures": [
          {
            "sig": "MEQCIHeCVx9CaDaXCTRp7R5KGuToLQmQAsHmLpah3AO1lwO8AiB1h4Gt6h21DRW3oNAzfpJM0rvB+5NhfI1eeQeqKTtrSg==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "cf9b935daa4fde40eddf8e2030db3f8b8925865a",
      "gitHead": "2aa775ca5dca4e59f244ea62923fe4dbf8a140bd",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.0-next.1"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.8",
        "@types/node": "^6.0.46",
        "@types/mocha": "^2.2.32"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.1-next.1.tgz_1479396117049_0.9276730800047517",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.1-next.2": {
      "name": "vscode-html-languageservice",
      "version": "1.0.1-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.1-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "db289e64899fa59e8cb86d04dd088166a7fd3360",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.1-next.2.tgz",
        "integrity": "sha512-RxsctTkVqHRgxxC2mmAaHLKjmZK8s6Ae0lV6E3kD4Da6HI9JI7+vwvxRaSnYQ6DhQwWqbf3UQZh6WHvui0h+8g==",
        "signatures": [
          {
            "sig": "MEYCIQDTK560xlW4iBaJXDhaBQCaDMWYlvZYxA7N0bN0XMTKhgIhAIepSV+ZQi+qJLQ0u8l3UB2bOi9X4eid+ssv/jMpsFcs",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "db289e64899fa59e8cb86d04dd088166a7fd3360",
      "gitHead": "35470d68b8b75c52b436d04efa54e63f7bb77e4b",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^1.0.5-next.1"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.8",
        "@types/node": "^6.0.46",
        "@types/mocha": "^2.2.32"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.1-next.2.tgz_1479456023144_0.8416023741010576",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.1-next.3": {
      "name": "vscode-html-languageservice",
      "version": "1.0.1-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.1-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "b9576266d57a683f96069a5ce03016fdca257a2f",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.1-next.3.tgz",
        "integrity": "sha512-DHC5DYu1rHXNofVerO0J3znXnStggzENorH/xioYKo/AB6NNJenNWm9WHAlaJxuShcmMfRT2WvWV7g3IN+xhUw==",
        "signatures": [
          {
            "sig": "MEUCIQDcwSNeNO1CbLOws9bzwiED2zvxORrIdq24v2cddKdekQIgJDhlM6gOMHg8JDYLZVji0MvsE8cspOuvlpP/gHZLFWk=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "b9576266d57a683f96069a5ce03016fdca257a2f",
      "gitHead": "bc78ea972ec07e0a193999bcf6fd39e72745654e",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^1.0.5-next.1"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.8",
        "@types/node": "^6.0.46",
        "@types/mocha": "^2.2.32"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.1-next.3.tgz_1479483027666_0.47079867706634104",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "1.0.1-next.4": {
      "name": "vscode-html-languageservice",
      "version": "1.0.1-next.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@1.0.1-next.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "bd5814afc206ffb9629f1477d0685694386a4759",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-1.0.1-next.4.tgz",
        "integrity": "sha512-nvwhNQ/GkAmeae72YzH4wt2oLIOOOr/jJ7Z/CLzvfTw3B864zxEs/DkrU1qdTj0RSC+4o/3axARfPjZvpHznsQ==",
        "signatures": [
          {
            "sig": "MEQCIF/ax0BH3l5xNSYw57AZR8PtIBdvolbt+d68crMGCqRJAiBn2mqv+T9N0kVtD/ONEzOgUTpdw1dvt/8GGt94p7hLhQ==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "bd5814afc206ffb9629f1477d0685694386a4759",
      "gitHead": "b0ea5b1cdd6081039950585b6bda154b061b2020",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.4",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^1.0.5-next.1"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.8",
        "@types/node": "^6.0.46",
        "@types/mocha": "^2.2.32"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-1.0.1-next.4.tgz_1479743858565_0.5752950313035399",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.0-next.1": {
      "name": "vscode-html-languageservice",
      "version": "2.0.0-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.0-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "0d6eb5b4a13308e89bd90af42ea58010ff16a5b9",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.0-next.1.tgz",
        "integrity": "sha512-0XIF0YsQtdkwsPWnC1L3nGAuWBcNHhf2+nDhWBdj2LvfFj6JAjlp3u69TGkfChmoBsZJokUj9r4J5L1JtY5EMw==",
        "signatures": [
          {
            "sig": "MEYCIQD97/8TRLcdyWgMGsrsS65aZ0x5j0CcgFGt6KBr1nqTAAIhAIT9Rk2w7BrlwHi9PJ7usMaisR5YFtQgfdq9lmGkl/ZY",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "0d6eb5b4a13308e89bd90af42ea58010ff16a5b9",
      "gitHead": "72bc6f93bd942f7c0a5392f5c55ff5bf60de6bed",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.7",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.1-alpha.2"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.10",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.0-next.1.tgz_1479999832669_0.6565744439139962",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.0-next.2": {
      "name": "vscode-html-languageservice",
      "version": "2.0.0-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.0-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "351461887d0750104edd33ca691eaf2437f2cd86",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.0-next.2.tgz",
        "integrity": "sha512-4uta1RFj+V3rrTQ6mr6DBmg/bqZQM8Zr6OS+f31bHeB3k2hhJDC8Mh7rBV7VMmzfAffxaWXL0+L/cB8se3W0cg==",
        "signatures": [
          {
            "sig": "MEYCIQDQkXSDmP9pIMyA8QsEtTBA/nipMZa88qJYBQT2vTqoHwIhAPrDaw5rocOPCjSU4NCjCAwcuhb/JVKvn7Se4cGdbDL7",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "351461887d0750104edd33ca691eaf2437f2cd86",
      "gitHead": "18e7cff056f2bad819f60026cb083be7e8530c7b",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.7",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.1-alpha.2"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.10",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.0-next.2.tgz_1480954719111_0.3411312699317932",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.0-next.3": {
      "name": "vscode-html-languageservice",
      "version": "2.0.0-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.0-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "71683cc6fe71a3da9889a456840a6086c88517ee",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.0-next.3.tgz",
        "integrity": "sha512-FZ2EzWlTWim54AP8Pf3PpRLft/OeP9QjE2NTz50vfadL6sGaJRDR8zEdM9VxuOMAOK22eycDHDsMsMDp1icgDQ==",
        "signatures": [
          {
            "sig": "MEQCIHuwlVcFowX3JWhC88f5hoyhuei9GuOk+AK6TnlOR3IZAiBLM3hin0UxUhrcRBvbi92uqV7+jR7yX7+yvqPX8RJahg==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "71683cc6fe71a3da9889a456840a6086c88517ee",
      "gitHead": "ccf7d811907b535d34ae00216b0e348057572f8a",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.7",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.1-alpha.2"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.10",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.0-next.3.tgz_1481127669537_0.7564323777332902",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.0-next.4": {
      "name": "vscode-html-languageservice",
      "version": "2.0.0-next.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.0-next.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "defaf89fc1c9aed2783feb4ffe24a370eadc93ca",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.0-next.4.tgz",
        "integrity": "sha512-i9VV+CRTkrwm/epCYz+ImyfQxa4HkiZkLTnoYhObdMRX4LdDa/nefS0QzssafKiu7WthY6G5XfA73CqGgORt4A==",
        "signatures": [
          {
            "sig": "MEYCIQCiEG/kt7rCtpsjvIgKtXJYIcmbO8RJmeShET2Ld+drWAIhALdtv3r3Mxhv9wDXArPYzPSSx5sHGTJ1c3BznC379fJn",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "defaf89fc1c9aed2783feb4ffe24a370eadc93ca",
      "gitHead": "9216a4482675f748ae0325b4e36216b40d0d4be1",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.7",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.1-alpha.2"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.10",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.0-next.4.tgz_1483838488502_0.14880094723775983",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.0-next.5": {
      "name": "vscode-html-languageservice",
      "version": "2.0.0-next.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.0-next.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "9412ef312b0dc9cf773d8ad476ab64cac988b6b6",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.0-next.5.tgz",
        "integrity": "sha512-J9IXVblQVFy1HWltvkPMxb1lMlFpoyfZBf/17I7XXoC1iOvbE52yoxbZ60ROhFZZc9m9sPa77tvOIaqWmCW4Qw==",
        "signatures": [
          {
            "sig": "MEUCIQDhSZBV4ZSJZcqO77O4HHRpVFNhZAZSknEnl5vSyEskXQIgBNiyDuAfqqphumrFjphbVtcKUAYYPdiRCm6BfTMQ/wI=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "9412ef312b0dc9cf773d8ad476ab64cac988b6b6",
      "gitHead": "9a4a6409149bacaa5228cb0ee76e189ad3d00d22",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^1.0.7",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.1-alpha.2"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.0.10",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.0-next.5.tgz_1483845202502_0.8145937065128237",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.0-next.6": {
      "name": "vscode-html-languageservice",
      "version": "2.0.0-next.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.0-next.6",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "45d75aea63102a56d7bf335b35dcd7fe215a6edd",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.0-next.6.tgz",
        "integrity": "sha512-C+wOqd3W5Q65q40HBDwSl3+mtFHBpLj/fhXe4LoQoFtEsrv+Ziq956ONfgAUnqV7hDy0pvO9N6qcZwmHQJc/7A==",
        "signatures": [
          {
            "sig": "MEYCIQCatbTDdSOspwmecpKrVWM2U7ZCD0ADtLuGFhhHmjraMQIhALCxWAuh2WN55yzaNClHAugUzRYva2/VZ58YT7MqtgGU",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "45d75aea63102a56d7bf335b35dcd7fe215a6edd",
      "gitHead": "3220a7d26791f19714864eabff58dd0b78201b81",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^2.0.1",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "3.0.2-beta.5"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.0-next.6.tgz_1484672040296_0.4360515493899584",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.0": {
      "name": "vscode-html-languageservice",
      "version": "2.0.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.0",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "2022b63a404d3ebc2ca5b6e8ddc67de72022cdda",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.0.tgz",
        "integrity": "sha512-zrA7lh0tEq4mYoMi0bPSsSWmExK9iTrqlFXcq8KuXKePi2+SUjKFpYWrGD429lwspR66xn+sMqyQMW97uaqYsg==",
        "signatures": [
          {
            "sig": "MEYCIQD6WEa/6w4ldBOxj5wRR2kiHlLnqPYiL1QrAzO99ZvavQIhAISJfj5qZWD+qmwo10aA7w1Fgl3UF1R1VhlD9dK4YJcJ",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "2022b63a404d3ebc2ca5b6e8ddc67de72022cdda",
      "gitHead": "fc4c4096bc4cf802d06616468051ab3d5bb77298",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.3"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.0.tgz_1487349059971_0.22027359041385353",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.1": {
      "name": "vscode-html-languageservice",
      "version": "2.0.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "580a4192d257b6173a8e9741d170e2f57da5c934",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.1.tgz",
        "integrity": "sha512-+lK30XK2+rqbRhXl021LSljWlbrDExAox1aW8CrzMTcqtQaumO/za/Zz3DERk6qKy9GJ+4F3GQqbeT+acLHHAQ==",
        "signatures": [
          {
            "sig": "MEYCIQCi7lxR2zpfXzX0jseZIShsHj2IVtK1L4f6HKW1aekcngIhAOa57uVVLW0cHdNKjViIii1Li3Rurf8DXPgt6wDMk40U",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "580a4192d257b6173a8e9741d170e2f57da5c934",
      "gitHead": "514ff86eae06fcf55f44f422a443ff3228490843",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cp ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cp ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.3"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.1.tgz_1487684187099_0.5005680576432496",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.2-next.1": {
      "name": "vscode-html-languageservice",
      "version": "2.0.2-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.2-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "172c40663ae27bb7d0c2741d0f4b597302146763",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.2-next.1.tgz",
        "integrity": "sha512-2daTAJwuYcBjZiIzOJ7Nq69VUt7+BJH6mXRmd7Zwrgf08At/+qna3zmAvUX8IGk9bof2J22pvSMMKxg7NSp9gA==",
        "signatures": [
          {
            "sig": "MEUCID0A8yDQVw6vyDFgzvkinD8kGh0Tt1WMbmfLF4kNAdA4AiEAkU74Bt8MEgj0JC2o0dbTANw/Y0D1+LJbHHlIrloXpoo=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "172c40663ae27bb7d0c2741d0f4b597302146763",
      "gitHead": "ad76d9e4a24f2fd1def9173a15774b6edb96118f",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.3"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.2-next.1.tgz_1487688037610_0.16063066176138818",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.2-next.2": {
      "name": "vscode-html-languageservice",
      "version": "2.0.2-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.2-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "9a2583515ea885960235126e2b05796468caa5ba",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.2-next.2.tgz",
        "integrity": "sha512-m2Z+ZgBKd4tyrYdLnLBPqFwdF1yPonFnUtouiHWj2j10h/QynYm/HE+V+GjOfSZE7W0H8gRqaouZbsrB6mKA4w==",
        "signatures": [
          {
            "sig": "MEUCIQC9vT328tEmRwOVTcOO6vGWR5u3kP7q3scrxtWZRYYLdwIgDVW9yJQYs+7Sr4ii35ki04Mit/q78Q5yK/HpJum6w+M=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "9a2583515ea885960235126e2b05796468caa5ba",
      "gitHead": "f60aabac28f1c96d33b9c03962fa08e03a21c75b",
      "scripts": {
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "3.8.6",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.3"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.2-next.2.tgz_1488545741574_0.9247316487599164",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.3": {
      "name": "vscode-html-languageservice",
      "version": "2.0.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "8130b3052ba6fd8071d60607f4aabdeede862efa",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.3.tgz",
        "integrity": "sha512-7g9mMIGXI5VpNZ60DHk3SkPb/iHso4UejDLdiEGUUVd3wFheBGQq8AadIJaNXszGkgoCamyDH1FToSau/n9JUA==",
        "signatures": [
          {
            "sig": "MEQCIClz0iq3fepUfcSQ5TggMcD27yRoJDUICkePn7QNUcBPAiBS82/+T5Af+89tIEwLcpX3geQ8i/VM7FqI3kTzsjlKdw==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "8130b3052ba6fd8071d60607f4aabdeede862efa",
      "gitHead": "e6db6acbf573c41536594d78617f3cabf431f37e",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile && npm run lint",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.4.4",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.3"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "tslint": "^5.1.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.3.tgz_1492769265399_0.7481375192292035",
        "host": "packages-12-west.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.4": {
      "name": "vscode-html-languageservice",
      "version": "2.0.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "9c856b748ef4563b4c92ca562abefbadf56af235",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.4.tgz",
        "integrity": "sha512-OyOrnZDEzihbvbjPy8obTiDiWb/jagkXDKPr6SwVWUVlefHgoh/e6NpmUbs/uZ0vHvyOXYZgw32dTV2bdd1kHw==",
        "signatures": [
          {
            "sig": "MEUCIBbsuy1pbGEW+PA6G2qVB8BxbQvqZf1VWHspMAtrl8fIAiEAt0TiKlP+oqVL0TXFZQVf6l4k0ya5mSMyNFpXR49TtMQ=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "9c856b748ef4563b4c92ca562abefbadf56af235",
      "gitHead": "ea4b6fbd5d143089d9f11fb887eca352826e2211",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile && npm run lint",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.4.4",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.3"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "tslint": "^5.1.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.4.tgz_1493020526162_0.003095741616562009",
        "host": "packages-18-east.internal.npmjs.com"
      },
      "contributors": []
    },
    "2.0.5": {
      "name": "vscode-html-languageservice",
      "version": "2.0.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "abff7ec5d0fa68844dd26d803da60c94ae6213ec",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.5.tgz",
        "integrity": "sha512-xxlozeNb88H3o7PkzkFNIDXoO/YM4fo5PatKSdtD4nVgirU+ZB4prvAGQVVVpF12V7hNrjiI/leu9ozDHMq76g==",
        "signatures": [
          {
            "sig": "MEUCIQCIykwtFDySJz95Bp+S20LVKtVi42o1bI36+F1bNjbucwIgISYlMIKXP4cusW9bs29raSWswg2InCcU9eJkwMsHD7g=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "abff7ec5d0fa68844dd26d803da60c94ae6213ec",
      "gitHead": "48d34f719cc716991e15c668796182d2655e427f",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile && npm run lint",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.4.4",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "5.12.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.3"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "tslint": "^5.1.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.5.tgz_1496069315291_0.8532517994754016",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.6": {
      "name": "vscode-html-languageservice",
      "version": "2.0.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.6",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "8c5f9312062af40d73e6faa11a3dffe0f77dccc8",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.6.tgz",
        "integrity": "sha512-A/cklvlpwgZn9s8VOQkl16BnTdpAnLu0jK2HmXtSee0y2d+g7Ao+0okk7ftXR2IUadlW23ge9CdFrbsbtFIh3A==",
        "signatures": [
          {
            "sig": "MEUCICSGhy/7vd0j5SWSHHWi473lVpEjqfs/4JjmJK2NmPnKAiEA3MY+TDp8c731TLCxKiDP5PGOsf2n4CHHhZy/XTMUrgU=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "8c5f9312062af40d73e6faa11a3dffe0f77dccc8",
      "gitHead": "873243f9e95ba9254af1db6e09d75464b041307a",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile && npm run lint",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.1.2",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "7.5.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.0",
        "vscode-languageserver-types": "^3.0.3"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "tslint": "^5.1.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.1.5",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.6.tgz_1503652410721_0.8465615359600633",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.7": {
      "name": "vscode-html-languageservice",
      "version": "2.0.7",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.7",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "438487b440aef49bebc571357e2c36b4182ea89a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.7.tgz",
        "integrity": "sha512-wSgsY8vAP4sAyvKHK6BIhXP+9TzhBzvmsva6CSR5KV/7yrTHOHMVF0KSZsFQWrSSqk2ARCYTvIOBo01Z84RWAw==",
        "signatures": [
          {
            "sig": "MEYCIQCsTATDvwWymMJcxMkzxtF/TLz3auaosAgTYDYZPklsxwIhAIYzdrH834f1R0ZfL9KXjSCkkB5iT+fn57vVhbcZirOz",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "438487b440aef49bebc571357e2c36b4182ea89a",
      "gitHead": "455c47ed4d0c5e11b1338dd352cdfbc8d7021fd7",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile && npm run lint",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.1.2",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "7.5.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "^3.3.0"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "tslint": "^5.1.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.4.2",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.7.tgz_1503653037780_0.270511404145509",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.8": {
      "name": "vscode-html-languageservice",
      "version": "2.0.8",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.8",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "3903cdec3f0b590bba5863b2d6d8b58c133f58d2",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.8.tgz",
        "integrity": "sha512-DP8vI5/SvIxZy+k5XKLiSwtNAWQN00iV/8k7n5H+R4g/E8lMOSjBHrLBh3lj32Egt/Ga79tYW+ZMVJlP8anDGg==",
        "signatures": [
          {
            "sig": "MEQCIAsJFkXtfb6BJEQhrJhYFZ/HJ5dckZjE61RtRw1HJwWzAiB0GvC8hEMlIbFXl8BLejeunZpsqORGJ8/i7yLpR0HMAg==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "3903cdec3f0b590bba5863b2d6d8b58c133f58d2",
      "gitHead": "fe92ac622242f818a0a0e577bf53f05056afe524",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run compile && npm run lint",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.1.2",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "7.5.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "^3.3.0"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "tslint": "^5.1.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.4.2",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.8.tgz_1505252172893_0.4049216341227293",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.9": {
      "name": "vscode-html-languageservice",
      "version": "2.0.9",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.9",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e93ebf7d3b42b2af42e1df4fe40e7497855975b0",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.9.tgz",
        "integrity": "sha512-b9GnRmeUHGZMjk7CSNtYIL4JK8P6RoUU6vBXyvIJzvyBci1BeOYps6oCih+in/JgMHRKx48ysYCX4RRx5x9eHg==",
        "signatures": [
          {
            "sig": "MEUCIQCJXv14poTAQKrqZQDU77VD/3utG45Q0FOu0ZzmU5Q14AIgAO0FEZ3+HipaaApTpkcpv7YNJB4eTUV17UyoSJchs1I=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "e93ebf7d3b42b2af42e1df4fe40e7497855975b0",
      "gitHead": "c683e770640aa5a95d1b84350d04b42249abf607",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test && npm run lint",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.6.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "7.5.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "^3.3.0"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "tslint": "^5.1.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.4.2",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.9.tgz_1506420801863_0.17665248387493193",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.10": {
      "name": "vscode-html-languageservice",
      "version": "2.0.10",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.10",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a1d4f8bd50d1060a462544ec388380aa6adc8235",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.10.tgz",
        "integrity": "sha512-/naAZGakMzwfGAmYVLTaw29P1NM5C8DZ34MMnmRFPEZyrWFrjzVK4Qp1aOZJfEOcNKppyhZZKQcP1/SYiGxjdQ==",
        "signatures": [
          {
            "sig": "MEQCICW9enBpdsNbumrLXGI09FcTTI9NSVDzt9cZ9uA4XHubAiBlCY7cFzTtWTadIiZZQjg5OBpkwlOPVkpcWFS1AqKEDw==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "a1d4f8bd50d1060a462544ec388380aa6adc8235",
      "gitHead": "a607328b6c1532b87cfb2ba532f27b297465d7e4",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test && npm run lint",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.6.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "7.5.0",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "^3.3.0"
      },
      "devDependencies": {
        "mocha": "^2.4.5",
        "tslint": "^5.1.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.4.2",
        "@types/node": "^6.0.51",
        "@types/mocha": "^2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.10.tgz_1506421366630_0.34233087464235723",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.11": {
      "name": "vscode-html-languageservice",
      "version": "2.0.11",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.11",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "84da1ba56a1334d56b1b3ed4a8d51874c1f5436d",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.11.tgz",
        "integrity": "sha512-G3e1WgImcUeY9yOWo2ksYjx4uguEQO1CLAzQyFfMgsYAwCWIrFiNabrRzym2ya9XDzkTDRJIdS8TaLUdhmoJOg==",
        "signatures": [
          {
            "sig": "MEUCIQDvIG7GYDEsDg4Uxkmz+/er5NQqdIooP5daK91xQ+OVmgIgEd1bcJnV2klb0V/yYeKeEwhG7Ry/s+WfB59jLmfvp0g=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "_from": ".",
      "_shasum": "84da1ba56a1334d56b1b3ed4a8d51874c1f5436d",
      "gitHead": "2907c6c0e23de3b8064d38644f3b71621b5a3ced",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "4.2.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "7.10.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "3.5.0"
      },
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.8.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.6.1",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.11.tgz_1510648653232_0.058442858746275306",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.12": {
      "name": "vscode-html-languageservice",
      "version": "2.0.12",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.12",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "de85796138561414a43755471c77b0e28f264582",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.12.tgz",
        "integrity": "sha512-S1SpRA1nJnpYrdvN8spX9qyTtmObECCWBhjAZc7qTbZkwKGbQrMKNf1RXDIZNTSbGuIH7YhZ9P3xHTyK9IGBiQ==",
        "signatures": [
          {
            "sig": "MEYCIQDGcXOUAhGgiiSLnZbKTWvdrOBHFY2enP0v74iPFB9xowIhAPGzRovYyOQF6nk/7/CaprmHBy2Ll1jkhOhsEbXZ6a19",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "gitHead": "351909cde6a6282b94644798e638bfa65e931029",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "3.5.0"
      },
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.8.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.6.1",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.12.tgz_1512121902096_0.9426577796693891",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.13": {
      "name": "vscode-html-languageservice",
      "version": "2.0.13",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.13",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "09c4437cffb0800b865d71552f4dfd8240c796d8",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.13.tgz",
        "integrity": "sha512-5hsw46Sn4JeKXWxahXdO+aBIkau4g+0DKv7H4gqkPRDt91F+oGLS6gxECEPlUnfDVxMPB0hYbIVc+/W1dKjEvw==",
        "signatures": [
          {
            "sig": "MEUCIClhlv9PXKGkeFam6MI8G+ErUMSULvfn52uJh+eaIkqsAiEAj/WtQ6AL1TeKOgsNKOsKht2Qu+PnTC6EfjSQ/dxxZiY=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "gitHead": "7a9ff91305020a8ef8278388bca85f63ba8cb7d8",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "3.5.0"
      },
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.8.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.6.1",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.13.tgz_1512559812342_0.4100239663384855",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.14": {
      "name": "vscode-html-languageservice",
      "version": "2.0.14",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.14",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "15491c11bb7e196f6fd03b6c6c768901935862eb",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.14.tgz",
        "integrity": "sha512-MTnBMj/nOjC8oNjH8CEdXYJRkddWDxfPdvqUftJa0QnSr5K1yZXguV1FApCjUPN4NMJbK0kGXUnFOAMz9Z5OeA==",
        "signatures": [
          {
            "sig": "MEYCIQDtCKSF3lf0ZNRzuzTIq7BQY/ykK5u1onmOVJ6fsi/TMgIhAIYEvJQJm2g733xgkXjg/mze7CTxLKThhJrqK5KXwXKx",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "gitHead": "1b31720544c0fd919fbe37f93332e683e62a7e96",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "3.5.0"
      },
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.8.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.6.1",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.14.tgz_1513782414882_0.2854881773237139",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.15": {
      "name": "vscode-html-languageservice",
      "version": "2.0.15",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.15",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e3ec34c4d62bc636f8a16c9b474e5851ca13aab0",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.15.tgz",
        "integrity": "sha512-Rcw6MyScWPLzffLil6efZ3Xy4AWdzXg8F1131+oxzzg9bv+Vw50Pu4bV2+j4P8FY5qi99gZ/srbkuHEPE5X0bQ==",
        "signatures": [
          {
            "sig": "MEUCIQCWLsX32inegpcd6PQUegQ17mqvuaESGyXklerDo0FAFAIgZHQ7n3HKUL7GltNbrZrcTsh2qQqTXfinRl5TB2wyWus=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ]
      },
      "main": "./lib/htmlLanguageService.js",
      "gitHead": "6527b5659f4d446f1a6ad6c1f37273282b4bba68",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "3.5.0"
      },
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.8.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.6.1",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice-2.0.15.tgz_1516380612947_0.6460099231917411",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.16": {
      "name": "vscode-html-languageservice",
      "version": "2.0.16",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.16",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "db5e8307caddedc1acdb5a1fffb919bb9a1184cb",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.16.tgz",
        "fileCount": 27,
        "integrity": "sha512-y4bKru01Ciy7Ee/Sg7qADyPlSxDGbC2CMh+Uml/uoJvHxECdjazSABPBh1ON/vvGP1pm9JZUoormhcqAC+HNIw==",
        "signatures": [
          {
            "sig": "MEUCIQC4WNd10egxBgWKTjO8V0UCZaaPFkV9OqOzKh+oVchwAwIgGJJNBBYyuMlGivLEpvomlX3/f6Dra06TXx67jsKue7Y=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 344109
      },
      "main": "./lib/htmlLanguageService.js",
      "gitHead": "765a7b5f9767ee6a3b05aaed75a28f0576bdfd6a",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "^3.6.0-next.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.8.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.6.1",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.0.16_1518523163446_0.7356836882046436",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.17-next.1": {
      "name": "vscode-html-languageservice",
      "version": "2.0.17-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.17-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "c04440abd9a2a5204306330b7ea1b9d461a62fc9",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.17-next.1.tgz",
        "fileCount": 27,
        "integrity": "sha512-I9PMydSwGfujpYXNJ1L86WbGaiFAO63fHDxes7ygihulp+un/wZrFmGn7vH7sAgL1WcqdIGS4DIPvWu22G1oaQ==",
        "signatures": [
          {
            "sig": "MEUCIAEKDiFkUTGt7jTKeBENJxE6SndRCZ93XiOj58ioSdOsAiEAqQDeHAm4wY3t24x9vrWdqFMyqjkGUKmO9j2GQkyq4/Q=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 347727
      },
      "main": "./lib/htmlLanguageService.js",
      "gitHead": "e75c6734548e5d9cfbcaf0d61479a5817da606f2",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "^3.6.0-next.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.0.17-next.1_1519402892749_0.7419588270653321",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.17-next.2": {
      "name": "vscode-html-languageservice",
      "version": "2.0.17-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.17-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a0f9386db987333bda73c9bbe534114681b0a3a5",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.17-next.2.tgz",
        "fileCount": 27,
        "integrity": "sha512-er8iBDdlKeNafSaddGGn4qFqkFXryt+TX6wJCWZPo2nQLzHYchoshaQ2jtyFv0kEP7OxuvvXS4QIJ4hXA9iDOQ==",
        "signatures": [
          {
            "sig": "MEQCIGuI1aAdnkPckL78/5XJj8U197Iid8QtIn1OTTPptYj3AiBE/3FU+IguAoNzKku/DlZ52vgMKdYu0sXUx2POTVtV+g==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 348435
      },
      "main": "./lib/htmlLanguageService.js",
      "gitHead": "5159d500d4a57ec19d83ebd79f6801734071207d",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "^3.6.0-next.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.0.17-next.2_1519659769745_0.8592512994545225",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.0.17-next.3": {
      "name": "vscode-html-languageservice",
      "version": "2.0.17-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.0.17-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "dd5e90fac3073ffc2c624bd26daa9f27adfa50eb",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.0.17-next.3.tgz",
        "fileCount": 27,
        "integrity": "sha512-8dp/+E8fJ7+ek4T60Ngs4JALmc+dyVTSsVxivD8f2YH++o+j33n+9zyvuadHmAfjx//Hk94zJS5exIrBzcdg6A==",
        "signatures": [
          {
            "sig": "MEUCIEiqWtb8GlKwWekbG8ts+mNJOqyOORnU3ZLkljpJn1c0AiEAh1FENZrc2n8ZAE6whD7tBBSKQ3DKDItHqkNe/sAog9o=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 348688
      },
      "main": "./lib/htmlLanguageService.js",
      "gitHead": "dc3ae2c677d14ea42876761610c0e76fc1660032",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "watch": "cpy ./src/beautify/*.js ./lib/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/beautify",
        "prepublish": "npm run test",
        "postpublish": "node ./build/post-publish.js",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^2.0.2",
        "vscode-uri": "^1.0.1",
        "vscode-languageserver-types": "^3.6.0-next.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^4.0.1",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.0.17-next.3_1519671790361_0.5542923531775326",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.0": {
      "name": "vscode-html-languageservice",
      "version": "2.1.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.0",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "09906f46a9cd5f799f5b7fca720d5841292295de",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.0.tgz",
        "fileCount": 48,
        "integrity": "sha512-SpIAM5XEuEnL+qXp8Xwmm5Qj/iarJIuYooKNy0YCQZYlnh30Df7Ymamqo4T8Y2sNAZnegkBUvNCqyIagQbr1bQ==",
        "signatures": [
          {
            "sig": "MEQCIFLcTRa+IOzREwe2BqovbitAFSI1aFvBKCLcdK/dksF8AiBN92phCPWoKcqLFHU8AVcebTOdYe54CieZ8u49NJRqFw==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 651441
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "ead6f12bfd4b3496e09a72a3d19c98f805adc05d",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.1",
        "vscode-uri": "^1.0.3",
        "vscode-languageserver-types": "^3.7.0-next.2"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.0.4",
        "rimraf": "^2.6.2",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.0_1520517276632_0.8679269928738003",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.1": {
      "name": "vscode-html-languageservice",
      "version": "2.1.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "11a4e307f3a983d566313039f99bb37656e86cce",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.1.tgz",
        "fileCount": 48,
        "integrity": "sha512-WHYjk3Qc6yQlC0zJ6jqdLlEFbtHob6pj/88R9mv5P3KlfzG6grAjmHqV/4nAkgt6AMevcTRZXHUBr+QbjTRwfg==",
        "signatures": [
          {
            "sig": "MEUCICk2xbCaDahdsbyBTOsH+BDbLl+CQmRBgWl8PJpt/hoTAiEA6wBZFt9Xy2rX+7GwRi6Ks22MFPRJyTraVmIz1SVioKE=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 651434
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "8e28dc52484aa065c97ead7a6caf5872fbcad373",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.1",
        "vscode-uri": "^1.0.3",
        "vscode-languageserver-types": "^3.6.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.0.4",
        "rimraf": "^2.6.2",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.1_1520519915148_0.7860300372059914",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.2": {
      "name": "vscode-html-languageservice",
      "version": "2.1.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a492d4d3baaa88ce015179f1e985d91eddba9904",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.2.tgz",
        "fileCount": 48,
        "integrity": "sha512-L2nCE0/LDHiH3mqRaeCyjnWVzlqNtp5//nxpezjqz8iHbU2/zgXlmNe/LHpSfhTry7+w59htAONY834DNElHSw==",
        "signatures": [
          {
            "sig": "MEYCIQCvAFude0KHBLslDqxJGt0dqVhGTrapPTLG/INfaB3o+gIhAMLjNofSJzZRO+DRDn3lxIcGu/oMXIcDAIDwD6+BL/KA",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 652028
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "343e75e6375f4989cd7fbe18370690d955512285",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.1",
        "vscode-uri": "^1.0.3",
        "vscode-languageserver-types": "^3.6.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.0.4",
        "rimraf": "^2.6.2",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.2_1522135610613_0.047358721587186015",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.3-next.1": {
      "name": "vscode-html-languageservice",
      "version": "2.1.3-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.3-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "bf8a36fc87d10b833211ff7adeb142a06fd18c61",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.3-next.1.tgz",
        "fileCount": 54,
        "integrity": "sha512-u8H3eP61qAex6x2Q/0s9mu8ywLaL5v+QsYvthDwqc9XasY7P2gbUWs5lBN7C8RZHQjqdnnG5X5ZERPQqupMXqw==",
        "signatures": [
          {
            "sig": "MEUCIFkRL+viaPTHoEKS7qGcyo6WkgtyUape8POKtaHehSTrAiEA01MOD+2cpdHj/z4QhMREuVtgcacisnPqQs1WQFfnbBA=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 665409,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1Og+CRA9TVsSAnZWagAAUZkP/RgWbaB+x3+UeO9FG3xu\nnVClxD6YDS5i7BdS4+4/Fr7KiGBhctid5alo0aySNfAmHPdImdEme7QgJcdK\nBNdDBN+QEUDyyFfmqH7GQTrfKhjoHfdtNKq0ieMSpZo+l1CNwHfQrVFaFsGY\nb9Z/UfyXYBfIxnRxoJdwnd++eeVj2hTETUcFQ5QcvVF0qSb5l4vLkZZjptXw\nfAVUkLeNS9Kx6kqXlKLh6IydQa1nGJ7hSpQWezMWjsS5eJwe6IOS9sIC8pKm\nttGqIxlJL+SVYlrVgG2R6j2GyTaC7pimce5Do+hM7ZxNaxcB3vc/ZcSxsJIX\n+scjnj2f0SOj8Tp3bwtTeW/hpj4kxn40G2RdcFM+lR1RpcZWSKiz4UREQCt5\n4b/rT6zPE2+oezQPAryx1S1QJ31uPFiCoMEVunRDKQjkWOlhZivuhFUx0ukK\nqfd6UhQ0a1hgQJW8x1fgOrDbXM9y7wWDSltzKYxXM5R4lB84cOaLWv+5JNA+\n5gV6dPSKhKq1RMYmTrQ2ld2QE0N0pmx7DovOkxWinLZqEMnoTobT60d3kReb\nbwgX2hNVo24/+TKCh3lAT0/lRX3n/qIwMqBCfEMeX0230vTcEo7xcLUN2wNN\ntyiK09et6vneb91Ixug89nwjAxtVGAUwFXDFMFBGpobYKEoxurwCIDAX2HaA\n/l/L\r\n=DZ7e\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "d1170c2e058244df179a4f556d6b00f58fdd88b8",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.1",
        "vscode-uri": "^1.0.3",
        "vscode-languageserver-types": "^3.6.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.0.4",
        "rimraf": "^2.6.2",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.3-next.1_1523902525762_0.6805188994670894",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.3-next.2": {
      "name": "vscode-html-languageservice",
      "version": "2.1.3-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.3-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "911821cada8a237bd6773569851658c733409d65",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.3-next.2.tgz",
        "fileCount": 54,
        "integrity": "sha512-CyBSjiKu/S3hAH/zx0frn/jyYJ5oDQ3rmfT8Qw4bw9FW+/wL9Aa4mpW9evaIE8sU8wZZm3lZOE6nMzEPtbS/WA==",
        "signatures": [
          {
            "sig": "MEQCIELQDCOv/b9qdNfkc4E/KXoQdNEwbr7XoWX1yz74OvUkAiAwZyyXp03ZEehV3G/8gjG3O93bEf/dJ4Gd2Spk1Ey54w==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 666217,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1hpUCRA9TVsSAnZWagAAR6cP/2Me6pKO3t28SY8bLlnn\n4F1bBgOBHT2BzgL+UD0K3wrX5cbx8WtyCOHHM5W5DwES/YiBYba1xw2Aeqdd\nHAC5oduP+raLMsyk+btRYDf/5jcADPHbZJR09ufb8ketxrclCk+DocdXt+Bg\nTQ79U7uprdWHmfNOR6XLOayWHP+9Gokndy2khR0+g5lX/Cn8Z+KqocOCYIuA\n5C5dHHQCinW3jfglBMadYq9RmBOJbLqYBM29LcE4yn0uTNAg/ePBn0U+kCE1\nOCL/8WFlvCEO9Uje4sVBxcTvBQ6oP/UF9hNdXvqHNPtF2QEyuWmYiL7qqmXp\nMYOFMcx6PxMA5fSbNEU5J4tI54KXw3IAkHll1H3v6njEpqM5gxYrlErSvMB1\ncSY8H7uwYRdI0jWBqXFIzgaJ/4AyCgTJMZaaMTjYWTdZDewBRcXYZCLcIl5q\nM53iXm0FO/9O/Ux84LtWLY3J1oA4d/hOkGrxLmftpHnNBfvvZ8taObXOPIOf\npMoTZfht+tvXTMOPOSwyp9DAKPLTTWjBR1BxB6/6n6sZnOwdt2oKiagD9ULb\nUfwHTQyFEPcL/YuX3VS2KvtxaOHFXOQKb0uuT54I6v+M9A3Kl4xW7CbkwCQE\ncCNICpeWMs/EHfFJFlgKeLwrI+LS3rHFaZWI9cNyJw/xp/tL0byCcGxEROm9\nHNjE\r\n=7yen\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "9797a595c5fd67a672092642fbfe71e623726a86",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.1",
        "vscode-uri": "^1.0.3",
        "vscode-languageserver-types": "^3.6.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.0.4",
        "rimraf": "^2.6.2",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.3-next.2_1523980883669_0.551805691317528",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.3-next.3": {
      "name": "vscode-html-languageservice",
      "version": "2.1.3-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.3-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "20c4a0ae673815b598a7e132b5ef03a6920fa7af",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.3-next.3.tgz",
        "fileCount": 54,
        "integrity": "sha512-m1Yq7AUyWTN+DC7DlqbNNJfInzOPHG4FFAzLcZgOxyrYfPo3Q7WzlPtP5oy2+XOETxWnRICV7LBt2lWkWN81Bw==",
        "signatures": [
          {
            "sig": "MEUCIQCULj9A48dYwLQCF4EqKqqoHXBTgqVrzb4ffJJbYz0d6QIgdjQ4/exXWAzAljs2mvKu/Fg9KB5cahxqXG7sLavbSDo=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 666493,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3MluCRA9TVsSAnZWagAAyhEP/2SY9u4ee1np3j+EYEV6\nflw3pG07nr9Uj3egZmW/vNLsusA3m1okwReBdh/63ZDEFhNbwuAt7LnsAd5/\nwXwPWlOqtboNWyD2aXjF8jxEm/e1Woz2O5W5gLjyAkmLATM+vwk4VrIf1F48\nM7Hz53l8hBNGTXjmcg6yV428uHDDj9W9uKLQXWIGJ1BaVGrxh1MEnUeaqh2R\nAWVjzZTQEoGUYOeJuJ/ATHG8GUcu6xTn0SAukDrJfuQF82qUSJEaHeJS/Fsl\ns1phnhq+QAtD75T7bZkfeptrrRNavUjXZCMCJGStpYrjODqi6+3VcfUDns86\nQwGuVVeTj93AYD6+xKtv6VHC1NAacSzz+s75pmsOf0NVY8yKoeY4kSLsJ4T+\np9YXYkkSFIacdjDMIfcn39qpZE9QU35qSTYXwc6OU2ldnIXrWW4ACGxlWNzA\nrRuCIFQAAjaNobfgJRBjq39cgR8s/oJahdbUNvJ6OpsanaiuXo5jmIZv6CwD\nroZ2poezq3tvxvPReNpCJtqbJ3vhi+wNpRXwxG7C0fZwB0gbqT1Xz97a6ftQ\nUfTi1lTZOpxHWzFIo/HPuwmZs0m18Vz/01jKsD4fd9HPZFiZaC1+dB1qrPgz\nlwiEShxaOVoOOJt55wfQy/z9FNqao3m1EzyapzL5dpp6xgd+pJnYt69IW1R+\nyux6\r\n=gRvj\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "10f2d9820bd0bc366768947936ba90ec62a45de7",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.1",
        "vscode-uri": "^1.0.3",
        "vscode-languageserver-types": "^3.6.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.0.4",
        "rimraf": "^2.6.2",
        "tslint": "^5.9.1",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.7.2",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.3-next.3_1524418925992_0.8274907819870629",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.3-next.4": {
      "name": "vscode-html-languageservice",
      "version": "2.1.3-next.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.3-next.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "b6785d9a1d212c163e6e7a4b2bfc728e413241ee",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.3-next.4.tgz",
        "fileCount": 55,
        "integrity": "sha512-Bf36lxFQTyDZ3ERR5ajexTULFj0RZeGhQTT0JEyn7EEa2Pd+QCS6jbqyI+h+KBD+xwoqjlWd26RVkgEy22GyeQ==",
        "signatures": [
          {
            "sig": "MEYCIQDlPOHm46V97p14bRe+u19IDn88Al2kMkyA5GppjomMjwIhAJvkJuapMdFxAi1FqOP4Z0qUs7921RkAb+KwGdeIiVw9",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 690116,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBW6ACRA9TVsSAnZWagAAFfYP+wVqvEEUiwb+lM2Aip2G\nWy4bxAFcPq47CkDvKmr8PmwryEAw76UjBf51B3l+FHCsq6HrA198yKYkm1V8\nzDbCLNO+ocypGV3AaB+krE1Xg2pjXc1ehI3jmQBBG9LqS9TQb+QHk3VmmTU1\njlulyLu70vGbc6t19bME+WZxzLjxUooK5BMSSWHkxN+0ZO9Mocc1Mwjk+8OZ\nKYn3p3/r9NiDWq6D7L0JP0SpEqJsqk++waws4ymAjZPC6zN2DnEVw+c60zPW\nnM9ayovJtJXK2ATpH83MUj5CqAN0q9280MhX2xo0iWHlhxEQUMiYbb5RLhrx\naGTwuRplUZ4467T6K/fdKV4SJ+X/2sIUT9EYesLqJ5Sb3KVJ8nUKXrQsQ7hr\nXQq9EOSU03beS1fxV3n2v8u7xfSTvd+g5DsWZ4R1LBZbx3kO6LF+cpkq8cbF\nHMLSSgX46TD2NSCTf9b4Ap/u1lVHiCdRWRIxX5bYX7Wj5N6NOufT/n4dnYRk\nGAWtLjsR3iUfy4TxmEMUDWYS4taP+NdFmO/3NDzZ0WXZqgPJmx9tcllZefcL\nBmFlEpUcaqeYiDRr3ep4BCU4XDOUDzBudEZbTndXKH6LIm+njnC8/VjwxypQ\nDkZBv7eyETBivCRFP7KO+2fwBfNaYQRSsw6DpW9VETUzkGC0QozSbN8Ymu5+\nRI3I\r\n=SCxV\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "bb10fff3685da348f0133cb715ebab3806312395",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.2",
        "vscode-uri": "^1.0.3",
        "vscode-languageserver-types": "^3.7.2"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.10.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.8.3",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.3-next.4_1527082623858_0.01762922434817238",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.3-next.5": {
      "name": "vscode-html-languageservice",
      "version": "2.1.3-next.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.3-next.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "cfbf4ffed96845ad13999d572ce0b5c2aeee84af",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.3-next.5.tgz",
        "fileCount": 55,
        "integrity": "sha512-1xAdHIUY5LsfnRm0Slks7QX168MHmjBCxr0RlResVDFcDmsuYQ9WUHlyTk4JPF/wTONCCk9/KL3jfDqBNEXrxQ==",
        "signatures": [
          {
            "sig": "MEYCIQDVEeQiRMw0uE6i3Bk56jqqR8DycDk/UWgatdlpKFoa2AIhAMfUMRYPQl+jTBdrrUpEp0ZCTbQf+HKb2Lg+o2FYY44r",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 687805,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDAn4CRA9TVsSAnZWagAAyJUP/i6Ge9Z5j7ybem/l8Ooy\n3aykROtTuOgo3CegQQ0b18JXwIXRea2f8LqIKhVFLOkQjLlovXS1L06Pknhn\n0FTO8B1JiyGH4EPI9P5qS70Vfz/kfHdkRGLHrmbalpDm/PJX6tOgysTMXae/\nFRtKeuSODjhN85F5TDHDOtnDTxbnSRpAhVKE8f/5OdT4xkIBwxkeSuzGDiva\ne53Rq243e2It+qWK1gGG6HZmwzV/kJYgnHrcxWEptEclIefPJaagHOm+I+qS\n5fGf5QMijPaStyhEMsYhnzG7vT0lZn/VFQWz6QcV13pQGLcyRjOo+wS46oRC\nuSsDBcnxalOjJI90WB3YrDY1hDN0H7vHoiug1KNJMHMbgBUiYxFR6hZCjuif\n87MgCgWxH7Ej2BKzPlk3i5t8zzxsYWAwvWXraj/iD3Q8g6wRVWVknlS71P+n\nV/DlUHn6lH6kyTsFslK3Q4AAQXWhj6iGJ9oQKODV/LlYDytLcGXE9lt0k/ay\nRkFN+9GjCkmEWcXV/wu7gB3KZfcXKBNvEMHTNd8ieaECeU44zAIvYY0PtVuf\nbZochYsNV0Y5OOujKAhDCGKiI7aMdVU6TJip6bKZ68FvK91RK6bR/rApgiGE\nMocrTSsVOMtqvG4ok2K2eBzTYblfiSlviPgY0lLWAJ+6e/6+GIqt7FCBkToC\nG4xq\r\n=TNOa\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "df93251d678563ea0ed8ca9d0dfcbe4f01b2ad9f",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.2",
        "vscode-uri": "^1.0.3",
        "vscode-languageserver-types": "^3.7.2"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.10.0",
        "cpy-cli": "^1.0.1",
        "typescript": "^2.8.3",
        "@types/node": "7.0.43",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.3-next.5_1527515639791_0.49704672180954534",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.3": {
      "name": "vscode-html-languageservice",
      "version": "2.1.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "c999c39e37adc632be8003a5e82075cf75dbb9bc",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.3.tgz",
        "fileCount": 55,
        "integrity": "sha512-c7emqrweQteaOm5JDavGB56rWormzdARf1TuXaNUnRpCZaladcIBH0/n6IIUjNEcLdXW7A8yxjjIuhE8rbh5Kg==",
        "signatures": [
          {
            "sig": "MEUCIA5QzGcfyjkPiX4vgxDD58wBJ7LBh9hVv84NEkjQp+ZsAiEAmKLWIYG4GcwqLsfmE7G3QdMITlhQY6rbgjBk2+m4d44=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 669523,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWDF2CRA9TVsSAnZWagAADHcP/3zE+U6pA05+8yOcWemk\naTc8sAmKCw0Njj0GEyrIQWUR1oOVspAXOVn1Vn7zmyEu/hxkKsOrPzH3oefY\nd0V8bvNScAsOudWbvt1OEYKMLE8TcwlnyUqLuC+COKYwM7XM3RpAKhNxHteT\nx8q7p5Mt1L6BQlHgnKRZwRMgxbOP0uk68dRl5ZQHZRXxHNestwdqb7JFO6ao\neV/fXZHATjgjnk6CmXwr9nZ4FLrcwetqp1stqdSjgE20urUvhkIyrCapUfmI\nYCceRQvu5jNZci+CRKBzj+EQxdOKt+4gm32VzoO5Ccb4tVgyDXCWQ4lXOTaI\nIReOwp6QSTCl3ORZHte1Ch99jlbFLINr6SmM0HaOQyFg179gnjD/gUjaa+Oe\n3P+Sxd3zzYJRYJYUnoYSAAXhwRKV3eYGx9z262QOdbzQ/DVlEsXZBPhNh4yH\n60bONfi3PXV7uaIZ+dkMGW05qMzHI2trz+6tfGv9nIOMbDa8bdZ88YCDGMHl\ng1TYS3drFxqus1QS0DkZPsWQbUHyJ9OqtMLqDQDO4NYAIpkbGaFOn0xc+aSC\nky/tfSNYKvLKguzXN3RWnxDKaBFDIaD/DUkYSWq2BI4rfyHDdvd1zwYNL8E6\n3D9iWFm5GlALsYs0QXGU4uQ9ZU8LITWQyqWY8dFYrTBxdT3leWojfRy54WAC\nvKmy\r\n=ZhVh\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "3d89087b36f1c7b1ea66e3262a97d4dcedc3c110",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify@next && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.1.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.4",
        "vscode-uri": "^1.0.5",
        "vscode-languageserver-types": "^3.10.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.10.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^2.9.2",
        "@types/node": "7.0.43",
        "js-beautify": "^1.8.0-rc2",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.3_1532506486589_0.7072492914676711",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.4": {
      "name": "vscode-html-languageservice",
      "version": "2.1.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "3cf2be9bab8e2643a869d66fad5bce1187224601",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.4.tgz",
        "fileCount": 53,
        "integrity": "sha512-3SMcTOaiqFTCiHOeAFbHcBSsAgJA81q9PrRdOR7b5LQhkGDUwL5FEETp9gzd+A4c1Bxe14Zu51bY7+jwfTnfzA==",
        "signatures": [
          {
            "sig": "MEUCIEGzVR7J8x4Tc+pAB83qO4D1SpRxkYTA/gfheOMcL847AiEAgK0sabx9DB+k1fLgW86xHwMpLNpJxrOVvLPqfvxJn04=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 659335,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaKJaCRA9TVsSAnZWagAAKzUP/i6lVrdTq8JuXk8pSa/V\nRK8ejJfdg2rmOoAls8nMBW8OC15m3DtBHVAmzvOkvGhtBkgu5QX+o/gb2Ag7\nFmTvctuiSBBuUHSgOewtjGckxE3jkRRE7jeIbJCefl3nQmmRekipRUvWDqaZ\nawKRkcl7C3rlKFukdpph7wXrNPNfFpCQWdvPzLJUZOI52RAPZk896/3IbgeB\ni+2Ni3HvIn6bVrVytTdcv3DT60j7PbVFYBIziBPXd3ZaYRV04+7szrJxdgR+\nB0sq2eNJgtgMfdToOUbwgODCJagI2tut8STY/+08fujW7WC8Lg+ccpETk9Un\nz1nR3eP1I0TR2KcCKJN8qjynjUUsJSIwRn1cMPih9Q+kpLtJzDlWm36/eGWS\n9mdITwFyQMvo89E6TrADDornxK1ko792LK6apPmU8Af0qIxdFoXCvzIMbNoQ\n4jeW8YF864QmIa/ka58Z6XFXUEAdDPSvo86e+7uVvCPL2RtdR/TGZw3Ju+hx\nNj/K085hrZIQi7omxnpy7qdue1V6NXFrNylD8VmXlFo94VOtp8XIaJmNXreO\nH5wX6s/KlnMXK8mN324dN9I6SS85/x3MsuIeCVD0QBjbK+yji19ei1y08Di6\n4k4uAYF7iqRRA9TTn57pwzKQ1XhwkHXbMrAQntszVBD2S/Hi11Hg0JPCjDZH\nqGDE\r\n=K9lq\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "fd8613e4a2cfea24fd4b832f5d875b7b35ed2867",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify@next && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.1.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.4",
        "vscode-uri": "^1.0.5",
        "vscode-languageserver-types": "^3.10.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.1",
        "@types/node": "7.0.43",
        "js-beautify": "^1.8.0-rc4",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.4_1533583961605_0.34162124018900086",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.5": {
      "name": "vscode-html-languageservice",
      "version": "2.1.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "9e54aa8f5fa2d20afa180440532bef7518d717c5",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.5.tgz",
        "fileCount": 53,
        "integrity": "sha512-DXgotbJaLgD+IuhzCdLenBb+G3MKa8P8FpDc2LvhAbTm6QR8Dl3McrEGIYQi2/dhmB6NJxJgwZtUF5A9aiuRrg==",
        "signatures": [
          {
            "sig": "MEUCIF3cyEWq9CyK9oT5sTpH4ehoBEXT6ossS+2JS3HcyO3YAiEAnl5iTr4AUId4UGij2FFpj7ms6hAsNQdjSov2O/W7H8I=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 659179,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbWo5CRA9TVsSAnZWagAAGsUP/iplE7DHb5DgvjIcLTQt\nHHcNRS07sNvEfWFhlwDlqBdqZTshnFrwLHjk0PaXkwjRGouUHBgQTCzcPTy+\nXwyrvRbjxM2y2UirPai0RUNZcyguWzMBsKpJTirgxCUMu1CbVb8mQVUOxXgl\naZaQr0hfAltGmzqI0j9IhbwEtL+wjDKxvNELkDrP5CjUbINSL+Equ12CZutg\nO4tScMLf0q6ldAQESrQzyZgqiHNdxmLzNvC4huv/6ElJwwU7CYFb8YBrho+i\nPd0H9tHFpKo/GPgILYe3MDOmq6gPueJG5fyqPPxvrCK49Z1ua6r3eBTAFEsn\nXquCMi9l0HSNzLcxnqJRqvHKBDQQap8/+LHE5I8nFLCWIKumu/w8C77HGDje\nLqaEpKQpAuSTzSq2t/HiUzGlLlT/aqR5akI2BxsryNBxR3xrXShhMqdn9GxJ\nfLxA2obmf5krg5thttAefayxFys5hPTTYcKdQxFQ+jgma1DrOWeEZ5Dw64Io\ngvcTGeZK1knhGO9M0XJsYu07EYTzRJrEIhX4jK8Or5HTOXOFnntTEq531U+G\nI8/zIembHhy5R1fx8/38C86EdQyIVVVQscv53boZpL0os1Ry6JMdMB0DHkF7\ni9UIylTwYCxjhTmXkc/taYxqRDB7IomD7VQivh1zlOL4z65izyURWKdoQ4qc\nEfpX\r\n=aBG4\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "bbe3da0bb17698fd0781324722a150ba3f595890",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify@next && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.1.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.1",
      "dependencies": {
        "vscode-nls": "^3.2.4",
        "vscode-uri": "^1.0.5",
        "vscode-languageserver-types": "^3.10.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.1",
        "@types/node": "7.0.43",
        "js-beautify": "^1.8.0-rc4",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.5_1533897272918_0.5965140726426126",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.6": {
      "name": "vscode-html-languageservice",
      "version": "2.1.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.6",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "409351fda166990d20a0bfc53c2873b0d09381cc",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.6.tgz",
        "fileCount": 53,
        "integrity": "sha512-0Vn8lXGgJguXklN4vy5yt30hABioNjhV444gtvXLt6u7AXomPY76zkHcZtC21GdsFXIsvdsCkYZkMaWjLjKmvw==",
        "signatures": [
          {
            "sig": "MEUCIDSMzdGAQcejDYSyB+dDuD5B1ru5lILHnhKUoEdFJZgbAiEAxfJxTtZ/g3s/V6Heu9UdP+5Ezu3TfuD0V26J5I+Ho2E=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 707392,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhCCfCRA9TVsSAnZWagAA8gYQAJ76VL//x6f1UKxbHp1G\nXjVcX8eeLVTs87TC9pCrA5ZijWeDJRrzSlMijgYOO7FTjMnVFAg8eOpiox/T\nMwDD+AGOvz6VmmzM11e2/crgYVduhpB3AfGu48Ksm5XTRgzQQHClN/xW2WJa\nzTlHX40fCXn/m43rQkvRxzp0ZF5OllLQxgwICvscIViIq+NAteC2yd9Bmagh\nXcmHOz/5HG1rc4IHijNmkpmapI9k1WyNdLP763sxxkkw8BM3PT1kf9BGAK53\ncZ9V0LVL5RuNk2mz7t7KijivRv1+8VTPjiH+6wZ3kdaZhROUr57VOWXOELcJ\nEnTI82CLsX82lTgZk+jr2WisbqhIve+zPIN9Dyd8IOYci4YHpzSqDYBCi53T\n59R3Yes/axFw3WAnVCRfVV1V1bnPxu8frULlbk146WvV0qIJT3ZDswpIpUSG\nS6xnNpZwldR2zWow7I6lujoXkLCIszHNFF/qDkKKIs6V8CeNR7WnOXQ/4MT9\n4M/OcFpQjD7VyAn6uGf6dUZfgiTSOTDkpFonB4YO72x9lFA3XcaY6nnk8OH8\n2rgCLHF5dfFISIFjwWqVlkySMZI3P+5Jv7j/GeKmb07hDG/9YwOwZUcYZPi+\nX3ecNeggOHqMU31k8eZWLBGt0cYkyDU6W+lEA1EmPZuBKrfTO9fDqHiLqm49\nbW1N\r\n=+Omz\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "105a0e51158f7a6b88dfac6adb999941644ad4e0",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.3",
      "dependencies": {
        "vscode-nls": "^3.2.5",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.12.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.1",
        "@types/node": "7.0.43",
        "js-beautify": "^1.8.0-rc11",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.6_1535385758558_0.7468938939904515",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.7": {
      "name": "vscode-html-languageservice",
      "version": "2.1.7",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.7",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "0177c01f0946ea42aae1068bc0b7ef09e3959daa",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.7.tgz",
        "fileCount": 53,
        "integrity": "sha512-nJBfu3vYR8R2DFaXK6x8SCrJ23zDGGhI30/BfvUSTCi1Zrklhtw6BEPTMoDkalMGL3AaMQYF2JV52w6LO4KgAw==",
        "signatures": [
          {
            "sig": "MEYCIQDQCS8VEsFzb9v0JgmzQsnZfDD3OMS01lm5R5oRtfFxWgIhAJFDMM91Ya5cJSxMBzXXys4IAfoLlOyshM17bRp81bbv",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 725941,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhpgJCRA9TVsSAnZWagAAFVAP/jaqTbQ1llrxOdVBoUJb\nscmVAm3tArvod1RfSTgrx4pH/2zaW4ZXPb8ZGh1lRO+5AObAlxVtjwhsLY2U\n9pdfGs1M7/fYFzBVxRJZDkxQOcWmcpl1N4K6N6490cY66wu6S37gV8pOqV5Y\nqwiIw+9SlEc7hlf+YfwM2HnnEnjJAUQOKA+hsru9M3kwgTTVKxfrJvco3+Sy\nyjK/z7YFGdylSAgLMatB2CUPQ2mG8FVTtWyNx5AM3DY5WZ3YpeRVoTJqsY6w\nHiK+jc+z6EjZ4dp+fnDOVyH3AlMGXnhGJIGHvIBA1xO9/ZqzMJqov/aOQe9r\nRlez8ZwMwlue16rqOxl+o25/r5FCudlM+HPbtQgacmpYKJ1kHhypfSsG6Lvr\nNG7DyRI8PX8XTfCiED4MiuijajEhwwgX8HrwP2bazTHLpsjvIjT/RToqYjna\no8SIjreLBavfYxnYf0jTUPFUjWWj+bP7bGbfRJvaJMKf8HuSAQ036zMhVVaO\n7IOp0kEQfpxim1TNoPL0Y1beGWF9GKmhxm7NdiEL/AabFF9UgaV3m6dJv8sM\nGWLpkvqm52YbczobeokTQeNsBYJ9GmDiRwn46EsB2X+3cntf1/ksKdhmhR09\nn/A3HB/sf1B0BJdX4xgL6F7gM49Qq3u/kH7qEETUvEh0c1IDv8Y0Ju/WNLJ2\n73+e\r\n=q+UP\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "c42a807c253ee7908567b0d69dbca0ce705c7bce",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.3",
      "dependencies": {
        "vscode-nls": "^3.2.5",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.12.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.1",
        "@types/node": "7.0.43",
        "js-beautify": "^1.8.1",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.7_1535547400728_0.7960346426733067",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.8": {
      "name": "vscode-html-languageservice",
      "version": "2.1.8",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.8",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "1f3c8826b68f41f4f8ef3b683607f66499347fd1",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.8.tgz",
        "fileCount": 53,
        "integrity": "sha512-kNPeDDnGFrIP2KhtUqUuMJ3ah8iAlEqfSfVgtbwLIomhmMZXV9Qp7mpxRgjfc9OhewbmPWhclfZL+l7/hu7RfQ==",
        "signatures": [
          {
            "sig": "MEYCIQC5BLrHAiebuxL9PRtOH3dKs123nsL0Ct5uqCHwHakmFAIhAL4oy1ttaBn7H1RvEvxjDh/zSh17gRPZIHeVt39B+D3U",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 706275,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboSa/CRA9TVsSAnZWagAA338P+wWptG5iS1xamxyDAWzr\nodY/JnM02aFSqSPM9O6tEUVz72AMG0T4XYjTZXI3SX7QHszPFnXJ8LmNcyKr\nCucYqxTDGL/cCBTQJad27x8D+EJStMTLzZ1dfKCkbO8Lh6RZZfsqt4v/Kzr4\nvWMiQA9gpy/DTwTIfWnIgdICG3Tp89bSkJ9Bk8PY6liUkzGAz1FPpRk0FnSE\nadtfKGySzjRKZONd8Kg+b34fd3MW+oDKS7oQreiF2RByxfBnH0CFyFOAfElS\nO1sgeqz/6Dgr/QMn4/0KavtVbEwwcRbws1P8uZ8gn0zdPUtpUvRxyZZJt5fk\nKP3Raei6RmehApvPsY+ic7ymnu73eWNnqbQrSAVJZupvXqHakHEdlhXQy+jl\njs7tubp7m3oRTvcP3ypQuYXHgCew+cgk3iTHqd9HBar45q0LmizcCp0EMkKy\n90Fa6zH3s+UyligB9S6w4+tIRhDUx86kjB0EVf7Frgs55BGym8SW+ItMsOth\nGkiumqTKGb4i/cMTjnWo33ASUS1PnjnxOCtbyFg8EKNPRJy4JLB44Bx2CkzA\nDX3qKed6Bjb+dBHs9W1p6eYGJKiiJaZuTTxgsBRrnkhIFKR0EZCLk6gfGxfD\nx8q7MyAfeVjpaNj4n4DovgMzOQTFSHvVbmTvWIaPK69pifCleb17IkduSEWa\nSmRS\r\n=2PYA\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "2b166e90b2e66ee331ddc48a9814510da31fb32c",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.6.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.11.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.8_1537287870476_0.8827087690947193",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.9": {
      "name": "vscode-html-languageservice",
      "version": "2.1.9",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.9",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "906f2f894b023d3a464739ebc5b4eb695ef1cf58",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.9.tgz",
        "fileCount": 53,
        "integrity": "sha512-zHb6zqt55THIkHjywsjBqGwBr9vCOmBDh6mGyyawGi/8XH2Y6yIAH7KXTxN4Ov9A2M0CT2mwSA3tl+IKtIJtjg==",
        "signatures": [
          {
            "sig": "MEYCIQDm4xf+zhWTn7OYEVq3rALOEK5ahO+majJ7lvnJkoAFuAIhAIhQNUjeVInjSqRIBkqJRM7YqVtXv8jj2eyGC/OxQek8",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 706325,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbog3TCRA9TVsSAnZWagAAEKgP/0S9ZhIcHXtlLWSo7cKh\nQ6E7kJeEtT7SE4Szguy9lECeNPGWEOTQGdyEiTSpVVwqHyMEbNnToJrn0b/Y\nZWEgd1UMQbzp0hl4kQCqvYeY3zsWFBvwJl3KS3O6/rqa+EaOGw+dmemRVDch\nkw8beQGVsTp8qLrersjXkY6Xcy60UNhQhyFvsPJGWdDwdUGLv65oWKvk48p4\noJnPEn+uhxTB/RvzVLSNRqjawAB+3i1abtwL4ERoPxbXqXxuPCTX4jNQGjdd\n0LB/5o3ycrUme7DUizKTaGPQ/U3w7QVM/7RMPwCFxhKpG7hrx+GQ5/U8QAdg\nwZKavARHsmdFw+kbkT5ipn8j9seoFdKoBb1YN7AMltlONN4Ap54vN6iYwyN9\nbm3xy5Ea4ST83HrUmzm5zAsPYpxIjBH9gh9NZFa2O1jQk4ctBBQ1MBZTHoaK\nBaFpToAvgU2LVJRsJg6Bs3C/j1PlP2vp6jyDQWEDUnFMkKYQ78Kf4G1FDXFw\njdeqhHHU2w9/oTmZ9hWMrI3kbA5JFOuGkExXQiomQl4L0i/iQNbdpTqEQxCO\nHoogmSntSHAXMh/1eWFHRBTHHxJlaNpmx1FTDc4Gu6fzZDpNajC5bbuWCp84\nQ4jYJugV5zmmRJ4FbcEHuXrP5FZr3H3q241GixVBdP8KldEoLqCLQmlyouE6\nwJZn\r\n=Q+8T\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "5c334c1025e3b5313b30ca82110bad28ddf09aa9",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.6.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.11.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.9_1537347026650_0.9521793551298945",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.10": {
      "name": "vscode-html-languageservice",
      "version": "2.1.10",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.10",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "3433fd53e188cb25d5ea190b61a148fe9965ff91",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.10.tgz",
        "fileCount": 53,
        "integrity": "sha512-nuzLd7a3J+Ttvk/9Pg2H0vS7rV2oZRfsQYPRheHnUNJNqivkcieSI8ZCGvZjmr3NDBG2QQaRFambnCtceYAj3A==",
        "signatures": [
          {
            "sig": "MEUCIQDWfeYeUfs1ZWapOJ/kZQU7/YM/hBTNX48heJGFAk4j9gIgC709aaOTvBdkiD20Rbp+5yj9pKas32FZ9xo46GRjkQY=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 707388,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1yqiCRA9TVsSAnZWagAAkZUP/jAGIfo6g1mN5W2ew3fI\npwwtaeud6hHVW2+Gwd4xmfLu1XofGePdM4muk4U6/gn+3LYWpxBk0DaiKWrO\ncInlQMwZoLEcTcSxc8tJ/JVZc03JvG1T6FUlqPy6XJOZ3ITEisRiWcFInjMh\nZrwJymymETd/6/3wZnMSjCdAa07jqf+1jT6hhXwzswiKDBr4uHRCeb1jL1Y7\nCn1J1CWBkCKJdJTTmlX79TSc/KfUnJt3G1gkuv1DYi1BjkgtIoxTK0VHUnB9\naV8ORZS0JWixiyMs6y5a1xIUMvU6GbhzTh1qH5gl7IzadnMyV4pOuzhhOQli\n0lWTLp7pSJYOJXv+Kk5gFADGUvs/oSMGedK5t4iqArhV9m1oj253Jb7fNu0l\ns4CpBSOsq+oTBhvYqmaMi2rqPzcoxdGxgpszwUrbDEHA1Ur/UUFMYR5/JE2r\nUELo2mhIWMYE4IVFr+FQUbxZJ7nLCZyOqRH93dWDiUP3DZDo3MZbdDF+3rjd\n+W+vR+qpHK5h7pJdL0VrOnzgNdUz269J3TW6DlCwlV83nLjkk83ixJD2SdNZ\n3GQx10V0OqEmSxi6KaYlQVBHVpkmF03YMH2gmx1GA/z20ESfmyRddTEyHM3T\ndfnE6cj811RM+vEtz38arRAP/f0PILmUCGoGrlcDpYb424h0Cm+fQkkpjKg5\n3iho\r\n=CB8Z\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "9f4391f686cdacf94b368e410aa3989da8992995",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.3",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.10_1540827809856_0.5826422053235818",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.1": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a26719e717a9fc6f246e93746bf5b86f7e8b9f49",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.1.tgz",
        "fileCount": 53,
        "integrity": "sha512-R7Q3pmK5ZP7ZHpUbZOD6dGHkGDmA4TgS+ErAXsxNWaHrmh+petZmRIsdgzddk0KtoOD3NHDubXeF44i46gaIyw==",
        "signatures": [
          {
            "sig": "MEYCIQDow2KJWlpVGYvs8eTsLvvdaC5AfTVmYlqM8g6niLQF4gIhAL+rIXAul8tu/Wv+r5TJq9OOnKjnKSY0Ypn2Rw2P5YuP",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 714584,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/zMjCRA9TVsSAnZWagAAW1AQAJwJ8pygwN+LxEF9zmf9\nSWR71daVn3JPqvEOKev4u7r6rvY0Nm6NnXN00hcu1tBwQt3wrCTLeM7AA/Ft\nJQkLkar67H0RbCKV7zP725H8JLsnmV1J/PY3xmgS989PAIaf/fFRwwsNTG8z\n7xaWMlivcOk/I6rJh5NbPrQfh2RYI6HcV62tsyRiVmmehAbV2zMs/awkp+gY\nEKKmpr09WvssOI1m8X7VnPtA8kXuBOGNcBAyQ5w8sIhYce99giVnUSSrn0a0\nR671MNw8uPjlBHTSSXTIgsULACN08VqvKssKQjnlL4bA0QA5JwdKLaZiE/cD\nr2Fqzc7Uw48qUp8lP7KTHlhYsH818OpoK8BMfutEYIlBVJSxkB/3nTDGBN8R\no7iW03edqGv8cCsi6/UBGGfOtHT4hPJK9mc1WcW4qE8A7yz98I+tfvpO/XTp\n9aa8ax7nARaRMs2c7XpkhaJRdfch5MPZ6JfAuatT2euxUpp9iNREgiTvSFYi\nh4BR0sK6D4KEdKFyIDHvrXnHMyL9Wl/OXFvoZVNHjTFrr62exu6zEUUwa/ij\nxWtuwEGByEcljXXsiS4y3VFtsS2yjA5US/6E3AXxzcpuhuxHgibx5TAX8Z1u\n60vMrj6WIsAtt+Z+e7vio2qzAPJx8OcMb2HxjZRr12Xsyneq9M8gjAflLi5f\nxH1p\r\n=tS4r\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "52f1804ae0106e0bcba9eaef9b361f4b321ee1a6",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.12.0",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.1_1543451426082_0.6128304827102447",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.2": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "0f0f840c2692481199b469e317da38ac2143b975",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.2.tgz",
        "fileCount": 53,
        "integrity": "sha512-aFHtSgGxoxP8EeDDMk0VTAW6pns6ZlJRrwNQxQsFFuJ0PDgJdH5zVUfBOrY47EJHXdxuPSs1/PqZq1LsUY3x3w==",
        "signatures": [
          {
            "sig": "MEUCIQCjx0+8d0Q+Op7yjcpjdu6scPg9gJ6XLuKeoI35j72EdAIgDL2lj7Y5YAgkg8EeifqIWGMKkFQLW1U7mbcCAgw28jQ=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 714584,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLuuVCRA9TVsSAnZWagAAhxcP/2QbPQ85fnXf41xNJ+S4\nXuEPmSX+xeE9+8S7SplnzU2oM2T0u4H/Svw6hDhaR5Kl6xE698L7sy87rX1Z\nR9eKXYxwdeJfKWOe7hBOLo1h2ejFcnkLmXYH8KkJDS9ukY5oqZ8TPrh5wgwa\nM/TBkLSU2uSIi50gnN2Bb/xpWr46qF8XVY5D9vQc+p2OrmgtIDWRyBDGBilN\ngpwXi12S8qjs6FTy0GRBg8GlyXkr4uThecVGCh9qEi7gVRLAmh/KNis0y/mX\nAFEZ0bNxt9JN1yejHfXVXJTzcD8RzB1QcRSg5P0ZLZSj3rczw1xVX+Tn4n11\nnDJ0gKmyQghIFgqnjFb1wNX85u0pJon9nEnqUX15zTYlOsVdEKUU1x2/8bP1\n6dq3Rses9TNJh7IAqeo2LJntiLlqHcc5EvnY9EQNN7ihqB9hl42bNMe6YBAG\nr+xHIwXGv+VRGULjMFUL3UmaeyIOIj3YdSHPsPhq+ToW4zkQT2hevRjO9TlA\n61aJzVS8EUsmfifIgF1ACRqTIR4r3IjuuQSV6FOzrDvKwHxgfKoOH5M+0wk7\nxMJYfHek3/XGDHZ3kXD6usb5kWbM5I6Sp9Imwxx7BQWDNI7vt+k/cgg8gUJR\n1G+3WjrxUVDlN4jlrc7db80+C1dYXb4QJ9hNTPHYbLlTf4ZfUGwflS0oHRGI\nakGH\r\n=9I+H\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "cf89bd36b7bf1d5fb9833cbbe3296f76a0003267",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.11.4",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.2_1546578836869_0.5692750035615264",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.3": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "f8eaee042c161f47fb71850c558428d0d91c881f",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.3.tgz",
        "fileCount": 63,
        "integrity": "sha512-621+f1nbRvMgLyvW1Aa9shZ9r9qBIXMi4fF8o0voooHjIggrIbstUpYmaQIFRNill3b9HCNdluTZnAQlQGU6Ew==",
        "signatures": [
          {
            "sig": "MEUCIBU7bON2VQOY11LMNDT4GMsCOm5TQJFW2lYUGdftTdfnAiEAk2Ilb1qRZ1CCxCAvOacH2oHVt6n8lWfgUsOF2S2yW38=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 736153,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQiXWCRA9TVsSAnZWagAAbjMP/i0NuaM0uxYEdZfM1DNe\nEYvkhvwzz0F/FwSB3WR5IYVs/0ncdmfJt4b2KGbiXJatKx0Sfhmsqw5GdVF1\nJiVq447SwGur9MYlY1ni/z4gQXJl7Q1Egg41v2ByFmbDXMmx9EHEIFB+BTKX\nzXrznWl6drFYj5AaWWNVojd/mhxHjS6Eb5OqMfv5I5g6M/MgY/1ku54MJqRZ\nCEJU3z/sjl4ZuysCqg28y9tjUa1rQS0KGv3X/pEww+ofyyUviOnR94M4FNSR\nifp5VwWJpNKboyvl1VAcdDVWQ58W9zZ49PiaoL4YX6i87068eLRS91iAWQ7t\nTe6VFs9fvSasiow128ibKnHpe3dzLCzX7LE9ShsS9wOeyyG3OYsvLH3grdsc\n4E834oq3Aj5tE1+Pn/R/bXAqYCTyGqEKnIXW0jLEVI+jUwjFD3wBVcQQV1en\ndOwDkQ3p5f9pH/TdJmaSoeuP+gwAJThf4y3z0WB8M9igVIVg/nH6ATc7Gq18\nc8FIvic7tTxvgrP5BWjsADEvM2IrfZqUohU9NFI0e+tLgIYGvfrsOqyJYB0/\nF4eOyWspwNbu2xpgWkapEXwdK8bBaOV+/UDKVsKWwzPcJLMJJJ7blTxkYmWd\n8sp79F5IsozP5hI25p9cSFujPsED4AMphCTsSu/IzyJ3rm+10Gk7GhT8V0T7\n06G0\r\n=d3QK\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "0914a79a07f9727020895798a33296bd87c3b7d4",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.12.0",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.3_1547838933891_0.3102112399259789",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.4": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "bcfe68ca17300d7f845889be3cb947af95dab409",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.4.tgz",
        "fileCount": 65,
        "integrity": "sha512-dQOcdqLhMZuAWhSoe/AqqvVo2klkWpCHwp14dWvgrAfUyKM7l0e0kk9lbf8kt1Kn2J9ukDTySIcOkbHaVSwcHA==",
        "signatures": [
          {
            "sig": "MEUCIQCL1R5fL0qu9JVYTDz+pGTTm7rG1Hm9VNS/xDOO7MVkLwIgJEtOFcULpbWrWaAAFpilTW9LzhuoBLXdZx8pCQaTqsY=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 748642,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSMrBCRA9TVsSAnZWagAAN78P/jicjIOgFGdMqQgRrMpr\nSQvP1znHp6kFIPgK8zvtSzs3tmU5iZOAoyIFwbkwcqUp4aKEcVsdiRe/nreH\n7dbnRV2Ae6YGtMS6CI+r3xBix/FJsj2pE3vsYgCAxtYSP/307+nwdzpt1Aln\nxRLYcqRzAC2Xe4IhdIoWj+OlAf8HkYM3pAfU9bzydANZWZNp9a9NGn/CX4cm\n3pm0nKlW6K57Qi4N4sP3vusUSpo/P4KAo6uJn/x3rhX6EbQxU0qFyCHYv7ZD\nG2sISpgQDGH6DRUROcV6xI0A67UrhdADJrYAUIHR1DsQ8+EdAfYrq52+4QTl\nx+Ioz53O7uHhGPJUz8+yn36CV5xg8OhIVM2yrZ8h+I6zKQodVs9oaN0/nOYE\ndD92CHFyt9aO5u61rNsh/TaHAhX2NZofiVtaKvZEWpbk8cvlHSfnPouH2S1j\nnVm7zdHSaKTPwifGIe7Rgh+mzZ28QoQTv1D4Ocn+HZlEBDGucMHU8uFtQxTS\np4iZXanH0amcuSaF6pVLAAdHQM1rdoIYwZQ2v943ijSyWIzT1t52ENFK/dLL\nK5c5hIMnwEqib33VQAvlebpKz7+6jW1CEvIAXAT0SARZBtitQJ1vYcJSzqWd\nNdVaYVjXy+cp/2nuGI06N8gjdkS4a3M5Q5AZIdGdkyeXaOPqOcYViyLTRdUz\niXQl\r\n=2K/X\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "a57228a86e66ed5b30cc24740e48596847a68383",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.12.0",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.4_1548274368732_0.8780299753503447",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.5": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e36fd2d8252a2c63fd45a52b47b222806b0ff06a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.5.tgz",
        "fileCount": 65,
        "integrity": "sha512-MQYf6grpjlkNbwoOnE5UQVVjKc3kJofL3a+kV2IzJbE7JpwK4rddVDZcOjEBUstIP3/gWou9fWYJ9VvPVcGSoQ==",
        "signatures": [
          {
            "sig": "MEUCICrZZxIsY5RQUODw8TAWQHwRI9eqrBHpmpc3so3uQwqXAiEAx3BzCmdK16o6EugfZlabHIlRGokJXUS1/6AX1WL2uOI=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 749266,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSjlVCRA9TVsSAnZWagAAu4gQAI8tWm2ZFrOsuir4Qgad\nenZVWi1zoUqyCwO2oywd5KWIOOA2lvgo0ajddEzsPcoityeg5GAdDVL5+BXC\nilGjksiZbqTRUTuSAeG/pwNksryIYtYqtUCw1bIZZa8fUH0QLGufdcZ4Aqiy\nxQm9tgUF+LX0ex3vJxLkmVK5qvi0SxlujbnwoBGtKdZBgzmvxKlLBESiMBbN\nAjsetfGIEKNYoARp8f6DHeDFFe9rqlOI8j3lwa2Uyt8BqDBhKvHUgBJI3Tld\nbdYQVV/TUYPPJRZecCP53mF64mr1epXr2N8DeT/SutxgFOgvb0NPuSSBOtAZ\n4yAt/t0b0hhfbHHzqRkwmL5QQroJBpoyAwGJ9U5bT3YRWaOJeBM+Pi8zyFqr\nY+s4SA2SavL7Wa330gxF2abyyNO0RpUaqxjFy1GOsqhlnbT63vPo/OKb2cZM\nmiz/2QmjsBGVA+KMsc+KBSYW9BzKbA+iYgxfZA0PfdB62sgcfkWvjrZhfupo\npNMYokk9ZGcm1eFGIjInND++XId89XOWwlwuM44QBXeUSm+fURz2e49ZGF3v\nEbJEvGs909ZkoUlmVReXZYsEZW3Ki0eYOs1Re/ItTjBcpbaFJnPis+Jcax3b\npHog/A6KdjlGhcECH1DBKkLpvBJieNVaxFHB47VW+5eonM4uZVrzc2qO/EjQ\nc86T\r\n=mfrh\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "431197f1ecb4929ba3e4cf5326f95209e72fcb1e",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.11.4",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.5_1548368212670_0.6671272177317011",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.6": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.6",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "66eb7a10d84ac91d5985b45cfa704ce05fe3e638",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.6.tgz",
        "fileCount": 66,
        "integrity": "sha512-BCShNFqflm1XpjMJrxAz4tWSAdA1cqJi2XrI3/eHzqcHzw4kO/l3ApaZPdci77CAcOdWKyDmmzSau0UwR+CkYQ==",
        "signatures": [
          {
            "sig": "MEYCIQCD89aJwVoUILDnh4aMJZePbgFoyW31NCCbJ/7j1Z1y9QIhAPh0+ymL+vk+uZ5HP+JQvtqY0x8BUr9wbX9qzDTil74o",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 758226,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTp8yCRA9TVsSAnZWagAAT4QQAJZdzzxJUIB3hnuPb88W\ni48DqSq/JK397nvVsLq8hVB97CMBAFtlnk0MmPcFEBc0bTxB6S9fveAbd7Vf\nj/mLS1kYUksxGr5CJ/HVVKAmGxKZkGbJ9ns0jk/LTnBnfwa1Xqa+FxmBcdQ4\nwlbtIjqV21bZcJHq8jY2/zl5OCoJ92oHhFiA6A9Zxqm1uFkedJ8xx52TB6YP\nKVqXHzWlK8HvEED5ekM0JPtlifKIvTYJ+fKMzw6vZJhjEdSMcepR74x9VBWc\nVnFFyDKR1MY3azG6iQCGdhf4mwwTKa429GLle7jOZdYVMA1HDSY4XJoEtB0a\n7LCRhyjFgsPNlwHZPvaK9UvOpoX9fzU65JWOQBanhJJMKjGgwRMt/ovFXo1R\nmD4wVwThGiS4gMUy2W5LiJSciThX0p0SAjedMy06QUpqncLedW3gZN5UcPcZ\nxREFFy+AavGCNM+WGDn48MIJVWBEOlZ55TuCqsAxXDykUrdw40FGDwXGAYZR\nIImYi3JMcXns8IiawI45sFmTtj3wwNLjicGnnzybSrjxFJmFW/0t9sZ3wddG\nw6e9cPOFYSYzaYj9YEX8MHO6U4m5P1LOXCrcCqxQvwRvb75BQQo28aww5kRQ\ngSMuYzxKYHSz7WaQVEjfNCAxEd+8WCZawh2ft5FqKcIE+RKFYU9Y2PlVMLpV\n+/i9\r\n=fCM/\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "83d7dc2a5ed9a5efa316eb465f3ef7905d4298fd",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.11.4",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.6_1548656433971_0.5762864845974571",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.7": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.7",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.7",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "4de88828ffa8b133b94a00de31512856f1cd1998",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.7.tgz",
        "fileCount": 66,
        "integrity": "sha512-k6xFtjw7mk7MIokNxPV+BTLLUTK9OwLxeIgJPibDi2v5b078FNgpD7Yb/h1sZ3ZHVTbd2ARfe4EY6QOTSQ1eaw==",
        "signatures": [
          {
            "sig": "MEUCID4eue91cXuVO+v3KwQXZfXG/eFgdOiZf+qwko2tUDeFAiEA5Pbc7R+WAIK0M7GCWOgMXKoLkGM7eTAfrGtRO1BNqrY=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 784554,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT20lCRA9TVsSAnZWagAAK/gP/RYTnh/hndZzV0ahb+FU\ntYEoHogZ8NyFQV+ne07soIAQJiWpLxBcF1mgsw+O0MOOr7U+e5wThC9pGte1\nhehRCpVWSGNeY2CLJaCch+zr2c3GLMzn+la8cQWHTX2SGBH/PnZPG7wq29vN\nhk7kPjcltfaIapjAKmbSebCGPUz32XAESMpERdMRA85xrgTlYjiptq3kZ9vx\nKeJSoNzGtv3nXRBHdAK+nlX+h3QyEf0oaakhZrFoE8nNBLKeJDgM+PCrQeMM\nSycKdCHBCDqyGWkHyLdVsthPXk5oRToeRqrOsu5Tle7BKE8z9ophG+9DC0bg\nYzD8exH1HAcj/HWVxPAyapHL9zVU80YoV/KCkngVxlPTVq6yuJhRJEIzsfM3\nm3s6TU+qRG5Yryfee+2EyKyIPjTHVPizPOW0Yv1hahGb1uOYIqDtnzMleaOI\nhfgTeeM8TmWVzv3OqSi0A9NUlTseu+KP4TrNgfmn4Cb12101/psoz4Zb+kht\nye7e2V70V8gExkLkSHk4oadYW1BGItGeZxtYjpmjPa2M7gSm/57L17G2tTEu\nq+FngSB6IN/J+J5MNLe94YUcTPUT+2twke0hrdTdX5XHEaHQaL3mHv7k3nZc\njO0vyMErqX4TjrQx163gMetCqSQ7t12vT9g4XK8L5Zi0k2SFhPOpOxMK1Nq+\n6Jil\r\n=QKQX\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "4436b714fe668656fe58f3ceb9554496cb7fa418",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.12.0",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.8.6",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.7_1548709156968_0.7345268443899791",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.8": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.8",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.8",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "060c69163ad65ad50988841011b86e423fd0a6d3",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.8.tgz",
        "fileCount": 66,
        "integrity": "sha512-K6jCKx0xPQHQ/poicbMvCKwWc+XxBzZlT74C5SLbDfS6llkVIBThoIl6qrJhDuAqPNmyFmaFbT4+YvfqBUdpAA==",
        "signatures": [
          {
            "sig": "MEUCIQD5qYSBxysAcXWXyJGj1C6wujuOSmcAI82nsncyhvG9oAIgaVMc352Katt0thUJwYAmrx90qwdQ/6IN9zvgeP/jrt8=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 839599,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT4CCCRA9TVsSAnZWagAA3vkP/10X6AVI7c4nZcIjGMoL\nusvoNKZm9SPV2LhxJ/FQnV/qZoCwTbS3rpJKoIrWkryjiqH9cPQgb4mrjmZt\nsRaLfSOjsPhgFqz3dNwVYsy0H/bvpE1bKm3KzhmMsSjSfAQrQ59lfX09ofVt\nJ/LISUJiphuPrEz5DXCyQUpOXaBwedGVC/ayVpKf6G6+eswsx7e3sZ/Qab2k\nFrmxd9o3PaAzaaf+AoUH0nShzv3J/K7LtVwfAY62DsNvwi3NOT4EA112WWuW\n7fjBuj9Mu/OWPXfPWhVwcdIclWZ4DgIWYVPehBRdmSqYDMBuM7+ff1obToTJ\nGZQ4VBREfCReOmzS0rrMaXM/805PRbQBvRxCIwC4qBvjg1Zma6hb8yWatjNi\nhv9EfV6g9/VjrQUauA6SjMy08DxjT8YZbfTCCcHESeejqkPS4Fday9YCiBxc\n8XbPWvSCR/fHXJWEFxUpMqGXmb2V174BOmVNGkaLUFd0kgL+Ycg2r9tCdlLn\nHkPwOrCMuB0PwH9IKfS/YUx5Y/EjjudqYJEQyQBchaFwm8AmDPB8ljHHn3zR\ne4jSR09cM5vY8hj6fugHWspuZ4Ry19J7Sd+SIyPoHMVrOMXW+AiLI1jzLXbe\n4RnM8gx4LrvcG0XLgAzGBGVv4ietnnb3BJtrkOvA1pcb9MQzDwmE2KStuxZy\n5k+B\r\n=97r3\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "22632bd70549c8a110a5b2b7c730240ded6eec8c",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "5.5.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.9.3",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.9.0-beta4",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.8_1548714114052_0.5657258966465233",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.9": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.9",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.9",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "1471b945351a4b179bc9b995e9617f07ab12d647",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.9.tgz",
        "fileCount": 67,
        "integrity": "sha512-iSQPafYHDv62dDpwXVmaJzuS3y8yuehPwtWEBC9QysNBm5LxrRWy293pC7b9CehVly6mDnrLVXSRfgwAtg9xzA==",
        "signatures": [
          {
            "sig": "MEUCIQCSn5NlCwEsfO7+7cyn3MaO+vb8ruPy2NcADB5Hh5TrygIgR4oMXBVNrjJ4o1Rn2VE8lIeRViNxsm9puqY4JKKYSeA=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 842630,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT6gsCRA9TVsSAnZWagAAZDgP/3C1bsLX0I9jhO/XKZwd\n9B4/iN/8MT/OJSzd6YrKEYI98G/JiAHwafgfcySekCHnL6yzDXVQjR7AYmLe\np8Th5MjgC0h0GYRoLqVgb/+eAou4Di3B/CqwfUUoyazyF5druE0CQOUR+vaO\nV3OMtCtenoD882C/ga17VlLqIukwdrfjboU+pnKV9rf/GCbQ9J/G64dwBeJJ\n3/WyP64gs2LGq9SkZkyWygUHhFvd7xyezTkS3JA23xDA3LZ8o1R1MWgv6/+V\neuP+JF8pvq9WusfGXyi7pLfgDomiczwmsagZI0SXywsfrpL/stcMLl6Bcb5P\nHuFZdG3OicUGSSAM8ERWF29p4euJN0RxkrWXsqWptVcRcfqSm182eTKGb8zi\naVxhoAj9NszaQ8L4E1ZUiFbwnCu4NQrowG3t3Q6wmdRgnpQHwSbP+CYr2q1G\nFPlKOoNfg7mAkHux0cq06i5AkBOYpobCCdlQpJpgtc/Vf/+JM/D1HxZoT9YX\nqMwN/uorTlDFwRU4OmI1adkjLnALbaKQofb2ZpEFgoPs05H3SE/0jnhLQ3RX\nMwIzMxAIoCzP69lbh+P88Fb7GkYQoZANEpdVqngGCHOPcQBgVkin1pyVrUIJ\ndC1cgfgXiKGCf1cIOrDOZRqigVp2TEb6lUy9gAaasCrIQSb88hJvoB/zSNxf\nKMHu\r\n=je63\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "bcd4bc9d511890b27cee84aeab79f40af8c47a84",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.12.0",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.9.0-beta4",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.9_1548724267621_0.8255148996873485",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.10": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.10",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.10",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "35c879e14fcf4d68870231eb5c46aa9a041b4aa1",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.10.tgz",
        "fileCount": 67,
        "integrity": "sha512-HrQl0gIDLhTJB139nsMLhPkmG0YmweTgmd2MQlq7oki1+QFbIm3F/VyWpmGZR1aXGhRUmY58p1omg74NDy+4Lg==",
        "signatures": [
          {
            "sig": "MEYCIQD5ozUI9qFw/+NkvwttRJjOI3qypcH9V+Hu3SZHPEVsZwIhAM6ccilbhE5pi46UOumIkJ/l3T3wmpGT40ODSkda//j1",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 843455,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUJ1PCRA9TVsSAnZWagAAtG4P/RWXuCOYkOZXG5TYLtIX\najz8BDJAH8QytrCr1LQsN/s/fgjcUC0sowX61saKR9SZKPQHp/HxZAM5oPPD\n5ZTKKJYARd3meFJFk/zdrs55Le17hFuOzF9DRzQu9gCz5gAgiKoUeHu8wS7p\nFnhGe/jSpxB89gEsyXipJEi79WlOTuaLsLubvWd86hJpxsvXG7306xNIL7V4\n4tpIkt5/lVTUIiUn/VjE0eWioa1/ArAs8c+Mcx/2D4Qy5aEBjqKmVcIRidSH\nL7QgAW5oq5s1/MVHSeWivh5AIF2KW+yiqWVgFab590S6kmKEJm+Rk0oFlkvn\nkeS0erAw1jlIslD4+cJDxDwsChD6KkOoti98/ramCA2DyqGayO2zVG3dN3+0\nDHF8Vny8uMq9MVTWGFfwvY0mDJR/DWnIJyMyqgrYbhoI2YKtxGN+kFm+0QXa\nFWyCOPzvfrQAoKkIGpGcdSNEnL1bAxBJdOb7AzCz7rpu8mMU5VpSP7p7whqR\nHoUVHZSgxBL77h0CFZreC94WtA9boDlJ4Js25H+hE/boVWXa5pW8HpkEycQE\n55P9Mf3Ps9QKihOv3QYD7HTwh+BIw0sn7WFEmhOAvRT0UnorGHRT5s7txTs4\nYGJ57weWfxSW9Krd/6VcIVXZADUYYOZvfI2ZiNStkDRqyoDHaiff1cqhxkWX\n3MPB\r\n=2Ph6\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "1f2a04ce545c86935c034d68d9b22be998741977",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.12.0",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.9.0-beta4",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.10_1548787022713_0.6819225958935897",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11-next.11": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11-next.11",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11-next.11",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "7dd00c07790d05751d5a40164b6983b0fd8cd02b",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11-next.11.tgz",
        "fileCount": 67,
        "integrity": "sha512-NOJRP1hCuEORd/Zs7yK4sQBRML6APDZ5zOMvbXRCVk5VyFx+KD0/uWjJWKnvgQMUONEMGD5emSFbSy8h80MtXw==",
        "signatures": [
          {
            "sig": "MEUCIQDPbkgFf7scAv64Wqcl51PkWUpQfhLP9+UmfR8SLC2LyAIgDf2JwqjwHN/4idUTMtSPwsWUMMCm7VIkMkm9X6phptY=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 845804,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUg94CRA9TVsSAnZWagAA8doP/2lvSAVmFEn6qazndpYk\nQ0BxCb4Fziajj+PCPnVnuPDUc5mIvpXebJ0mLfSaABWoF2UQApM5pVeRbsc7\nLRLUsV2rjbMQuCqTPmwe8AX/9tWku0rq3buwVpNWF807rfj7+1Jjyvxr/2iI\nz8eJO7gmTeQ048w17+Ck5yP9dN0g2Wu5V9dXrTM2XDdGGz5LwNQgEIUW35qU\n3JcpEBBjtsHDYBYdIQZyWXFqEgW/JN4pK0bPmDQCPmEVqktdTYKfXG5TyH9k\nDaxtkcU4lQV6ylljAAZxdEjSd6se+Yqv51zk2eZZqP9EOumSKyJ/K8C/FqN3\namwVfyDsTJoK0E0g7XarSKcIVtXPElimNkP46WASJCcsFGYw6sNNinq5l2Tc\nBcQvo5545TMjl9lLHJNMcc/FbuiaiVO0EMR6uJUgaLlV7JBVkXSuv6oNslZ7\nxrqTpBv517gWv0xY0V5WG/d/39j1ll5rmILTsdmIf7k9wC3g2i7uxGts/m7t\nLEKN5zvMzmtKmsHyySDhJj2T6pEJLp99J/cZuyXABG1xr2PVdBWb2/goAgUU\n5RtnPhT+gd793lObI3UNH0/i5F+OuLLsCDfw+pt4ZF8hnbX/cw6Yqf0oipeq\nac/W2u1LPZIkJ0HEASYA4fmHL0nCq1bgHlVR1pu/SlE5xShiVuS6DBbxqVze\nSg0w\r\n=r/NP\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "62c98a34fc69ed3f13013f47f728dbbb50430b20",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "8.12.0",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^5.2.0",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.9.0-beta5",
        "@types/mocha": "2.2.33"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11-next.11_1548881784027_0.9964123086244636",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.11": {
      "name": "vscode-html-languageservice",
      "version": "2.1.11",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.11",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "56fc25cf64793a9eaef2f571a0ecd591eaed26c1",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.11.tgz",
        "fileCount": 83,
        "integrity": "sha512-wfENgWb7JjEhwsRHXhairumuxAGnFcMUwIut5P7SxGwNrJMDXkgfs6OUBZycQpbaXTkMEvwsKNKFqUQppW7P4g==",
        "signatures": [
          {
            "sig": "MEQCIApO8HpJIFwCOithbRvH9MAgBQaaZHb/O5evYDhbXz7MAiAB3RZ8+6Od/RW753qobYzIMzyClZKMvj8PtLLZcJhUJw==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1433378,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcczc5CRA9TVsSAnZWagAAprEP/RKvNstFIwLk1QucnbtO\n0Mi8JZAo4ILV2DuBmK2iAl5Kg8ZpijSEpGTtyaG8xynKLRtRmvfKcN1aDNUv\nKx4PxxECAnW4DkGHPEYB1745uIB528z20ec3Ni7X90D7/mP7ssThCJI8ITdA\n4gaVmIQBsBhwoerHhEUEtQ0Kk59mRHh2Q171oSzsBz0oBUd4pKMg6UIZ2KuB\nGjXX7bUk1vyRKAuCIqgyXJtTA/YivS2x33H3U+dnX35qctPlPunbHGNkdHHd\nERg76JIu2iVhPqslHvfHUdffjl0c5SrjHgl538bKXwPqSym68OfJrTwCBObd\nz2LeTEjirDGhXO4Q4b1mDoad8i4MEe9PSF1WKgpu560EFJanj0MnyH0sMuF3\nm6I+ju6UKonouPTsUoUpeRrWKSz2Tq7f7YbHnZhPoWZxCsKThR4LiMrkkmSo\nkalyZo17pg98qdYmlYYFokrjCK1/z4CEORg+2f4YNH0uZF7mCdXCKH0Uxubd\nNVLPvWuf9YZx1JlJP7+TTRbYsyW5CbOTdU6HIKycBQUfisLetYrXKtFx223c\nvBPaBRRMep47zPSQEJJXCL7nzUpmDe2+TErh2zLJDWrxq6oWY3m7ZJaXa6dj\n/6RFYipSbJs1dhAFXW4GycSmsPDiwdSok/MeU4zlnsVJ+Y8qs0T42BOR/aTF\n8iUD\r\n=ISQ1\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "a92c848a5c9a4d4d8597c72bed81a369ae65b85c",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.12.0",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "remark": "^10.0.1",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.9.0-beta5",
        "@types/mocha": "2.2.33",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.11_1551054648402_0.752998955107999",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0-next.0": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0-next.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0-next.0",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "41a96a9ea15269d17c04ef413f409f52d846724d",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0-next.0.tgz",
        "fileCount": 83,
        "integrity": "sha512-o7p4vMqFEoUbCPg41dd6XndqfsDSKZNgTyXYoJh9wUbHsq3WdY9wR/TPJWL9GN0byyniGsbH5dAY6G+D+qjGzw==",
        "signatures": [
          {
            "sig": "MEUCIQC3Tx1OE4KTZR2j+yWJp31oYcuADV9JlmWIalNwNGvcaQIgNGKIpQt5xzCaeWfPezMt1SBpKk23lYtw1oyD83UWDio=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1430829,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfShFCRA9TVsSAnZWagAAZNsP/2ZL5RyRBCBqANGTlDrc\nucitAUcC3RJwqhGV2PgmQ3SzOU8KsCQ6/hydC+kKMGw43pfaEO0AatgtACHv\n/3/n2ZJnBBqrE8Tt5Y2grNczXsOY8ep0/oWoimhmXTO4VxxZNKcaAh8G8CGk\nLjMnDgtCYdjNrrmlAdNNowHbkd6EQ3zsuiF+IA62PFtlVBiGhXq4h/wIhUhh\nzj4TmlO51CXlA4TdJcSKYrCxKMnOQwPRhvfxeL96VyH3wAPu4S/5uEOyYPf5\n9R5OWx+w/5Ac0eliv5VEIEy002v80VPEECtYbMPrZn6yTiyBdDE9uvSu5ti/\nikKdfYpFv5p0ByLKvz43RQcYsfE+4eJgSHCShOlH/8yIUGRV9jSyFrl/yZ4i\nhK00zf9HrioKA3O7PeZq8vN+aJM1X532z+9lCbMgrbwWA0sPoCRZbnhKNAat\nWEtw05aUSohC2iTLzRENHuh4MrS3QfJdcb7x2PYg9qggNZQICiFk/fXnWKFY\nBVScdsMC1BPPUwv4f8bigIdCvgZqF54S9joMU1yjAUYEMX2WZIlvMzKbzEWZ\nWqFq68Jb7JOI1tBtKJ3QYg5VpA/b04/Q8hxNyPnGcrJ0x1SQN4I1UhiN/HrX\nR2qBXwF44EF+CRoj2lpXaSLAqwUKgZ1qD9+TQh8SB8sbtD2AvN2VOID4aIIY\nBNiQ\r\n=2KrZ\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "4062fae2b49ad4494375f7ffb2c1f1aa30b0b720",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0-next.0_1551706178746_0.7314775725662344",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0-next.1": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "ff40b402f666e967f736f1fc85e790df6a3e5e2e",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0-next.1.tgz",
        "fileCount": 83,
        "integrity": "sha512-RWuTHcaL7+HLGw552t62H24HFOcH8uao0T3YJoKHnQ5sMVkc/XSfQB5JlvPBGr7+8wNCGLp0uADMi8mC/H3wwg==",
        "signatures": [
          {
            "sig": "MEMCIDowwnciTZ3PjnLz+BqLfL4j90O6uks7/5SNpBZxbKeeAh9PO/TKeEJV9X35WbtdQBs+PxsBGll+eZIdgL9qCtgn",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1437694,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfU9ECRA9TVsSAnZWagAAEpIP/2IYU9xJdXCD5WUhm11V\ntY5iuXGuMND8tw3vRbdRBTsvGVNVp9EfccGB/Nvcy8/+fkwIoPUbnF/M4Gvv\nxFl6xWLi2W099SiVRbP6+nAJfy6UexcuD/PkQuWPBf9fPYb88ryRcqph+2Zw\nGP+AzbZayRBu8zhqcHPOxtHq/6cfTbPg8Ci4HeVdJfxGyvIvUplULDa5oV6H\nuaOjPdyx1zkJeIPmxHYb11sKnbXzm4aJWsZx2j6eEvZXZtwmh/VXSHiK751E\n4h8SPGmA9yQ9rBUyBZDwqzfix3NVSLo8bg5UJe0zpDcSzVwdQS5GtZhsqseH\nbfihjXf+xNWKc4sY6vCi+wb9a6lcY/3wxV2Q74EbDD1rJS6nIRmjeDcdNwLv\nimvC2Ips8W4PmljM3A+s9sXU7irCAy/I1Mct+wHnMxthbEsxR1ucG8S9QwQM\n2HJl3VzMdomKNKntBmdyNWSWXVnf777TcoDjqg1TOOyaeiMld9Y/HjO5XvbV\nxRTlEDNwzy2PvHnC6sArK0mi73TyYp8rvfb0939triXt04FOehPrPbvIEsG3\nkF35rE/8VtDZBzG1uMtLfjnoSK+Ls5NQo1TA5QxhIP2AcXkkoeh6VNdONazk\nEpKqv3DS6D0+JE9vAau86DqtJGCIa/pewVMcSb7CF9wynRKiGmtaUBK62Qt/\nw56Z\r\n=NDKj\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "06da3ade1decd1a3191fdf2ef5bca1fd5092d967",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0-next.1_1551716163806_0.8370913339823847",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0-next.2": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "5f2f021ce9e700ded92752a46dc201c0d521b462",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0-next.2.tgz",
        "fileCount": 81,
        "integrity": "sha512-m6tl9Zcz7EoJfL+86BV7uVcCdcdBIZ4uJGWy82JyFc3iHSOcRAKKKUoxL9ReF582nnIqK60oAltwSRStmPksQA==",
        "signatures": [
          {
            "sig": "MEUCIClC3sdSh1LyLVH0Inn/X0ajV3rJo5vrICLW+f570TgQAiEAlLRXCm2zRG493YffuRfOkmxZRHfUss7kZvOagI/FHtg=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1436335,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfYeKCRA9TVsSAnZWagAASXIP/0EEHjnQGgB9XT/RrfUU\nMb/DhSz1J3QD1PVp53clI95Rpu/k8dqks/RKhiWL5x9J0n7236F/dslSXzBe\npr/BT0O+bDFTGEhmfeh8Eu4bZRDq6lFGaK+WTQkWm8l9MhfzOBpruw10VlPj\nQ5l/VpyxbZPKYP2x+USUuNFPlfBAJmDR8X4nKlmeYlbDl/OmKATi+UdRJgaU\nnMzl1Lrz+kfCtHHh82lz3/7yxjCjhLH4lFMeFfu6eRyLPPARi0k3ZK3wBr+8\nR0iLQy385Bz7VxHTzgmi4UzAPM+P7qigc/KQrh+OFinHtbXheyn/UrTG9hcN\nUAsIVQ4HO6j9cSGeMQFckfvVDkOnTZyaskw6Nt0CG6UjRNv5TzVxpzKIxGaL\np7qKz85SA1y9tTZ39fTlG5IiFm3Z8pv0a1HZzqUlhTr4b3FBUmm4Cd+CJN3y\nEEnDBDOoMthQ2cE4i6VnGm4FqUu5KRoDUtp88hZ9F1/7Nhx/pXs2y01g2CKN\n7SPwNiTuXi7K+lFEyPqGQOgNnxymv8toxxmXA3YZRR8RaF0M53V0nCOaslju\nqrBEpWU8EQZBpnYwf2LXDAq97lkq0w74Ygx3FKs06xvbhJ9Q6AAkhucZf669\nMVsahJ/4oHqDgmJUiyhXxLzS55gVtT34YnLXAd7rCYrPxZnVqsOZCuWmu9hL\nb9os\r\n=c6jc\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "30a2bbc2ceaec206b1fb24dec53fab58fc36c7da",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0-next.2_1551730569146_0.880887256743927",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0-next.3": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a0230c57375deb21fadbfa0210a770ca6e06d425",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0-next.3.tgz",
        "fileCount": 81,
        "integrity": "sha512-vPdZ17JSr8kAAnjNjdiH4jYySaJrXqnbT3OhnGXqc51R3jnwMXV/Jf72ctXptbpiUQM3ifHnfUcxwO+34tw6Lw==",
        "signatures": [
          {
            "sig": "MEQCIC6YDD9hwkHxKPFIpRxvq9KIBHV20Ddc4OwAxrXe8tZ3AiA0RLv2zLfD6SLUWiyuPohUI/KGu/og6zUlVTMMNJs4Qw==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1435651,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcflyICRA9TVsSAnZWagAAWY0P/inu8LJDAmNyoIL+c/wW\nZse3gGgy2PTHdrD5CmWTld8VPd1/BzLJZ9TQmpCuFSlnfTL3kw0iO3YgpiCA\nQg314mIPCTZ+9HD3voj2waZqrAMfAEu5KbkEOeARCbVs1JkC2ykZXw7iXeUn\nn+qNC7ItUyAn2zxo9iCQqIKdLaRVFnbYGZaSOdwNQ+JWLi+dXS7ix3edWA2V\n2NVPH7rizhGqLmfOKmHyRXZdf1qppbVpka808aXB4gISMOV7vYFOR0CZ3WM2\n5Qp106p5l6L+Ls8uZ/T45G2vEoIOJueq0RituASpaZ7eGOE8hXwVoig+YK6z\nhQJNKL37/zNcwVgetXQWFVz20w3qtdIDKRpN416ofYkSTvksSOABgx2Sr8Dq\nT1tYMZFLq4VUAqYFd3IGgaFscOn/Q6qDiNmMbmybvBT3QYSODhQlOPf19BU3\n5ABpJi5z4LoUZoOqb1NXoVaWwwtyWIcMK0OKUAoKbAAxN7rAAAwgWJvnTbhZ\nmUUbctCQEZyHusbLKW0/uvrwKBmEGMtryITRCvtf41PxTvgMZ5kIkwRv1xku\nnokaITCPT7apxxU64LVuklEkYB6haN6j2vcFb8zg/pCettPM/i3TI61PM6oq\nVOMhOBGhc3+cuMB2z/gQP60Er7xq0H92/ICuEDyHtmctqs5YnazXh0k2bCKP\nrWam\r\n=QCtl\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "45226f863b92c5f3021a18c2607426cbf8a4f158",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0-next.3_1551785095530_0.11658813828697379",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.1": {
      "name": "vscode-html-languageservice",
      "version": "3.0.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "0c0888f60641625963ebfd3d4e672180a5f4f8c6",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.1.tgz",
        "fileCount": 81,
        "integrity": "sha512-tZBidnwC4zAYsrQJjb0gu1yhSzt5T8PeooVhJbprPe2THp3spnfXG+I3v8kr0TOX4bfcIJGoJG4knL+a/SOExA==",
        "signatures": [
          {
            "sig": "MEUCIQDtaL+twBvlj3t/CZWoxCTUSQbC5HnbqNTRawxAdcGf3wIgUzaNF8Pdy7yQPqjcW7SbFxrGf546dLNIgnotYbLkZ0Q=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1436017,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJclW5bCRA9TVsSAnZWagAAo1sP/iRDw1VyaR7/Yt3o9jMw\nXGByka1GM7xQ1KpbddQ/ZMlXPCbxct9tPPUT4nBkZII0ndSqHT8L/MDmbUjW\nixODwFyvuVESLhuK3Go80XLw4UoH4QLzhZPSUJZIYe28cJD+LNCuMMp6AHxj\n5/JaDngifeuiRm0rpz4+6Ht2yGTvkBDICPiJR4TyQLPHSKooYmqmR87xmST+\n0evzQSueMu4knL4wtmB5gx78ewsqUXiBNhufQBbcoq8XRCVJ6FUVi+A9G6Ja\n1HG2060FVxgu2OHncJskOC99IOcsPspuNHS/0VuvsdJU/ItL/KtHS1QDXRYi\nmDgiE8f4og+4glmJRTpAmOmkD/o57gxRAVW4ncrzfoiCToa8f6gbaJDVQHgK\n4yujPyxOfnA6ekQdrqE4jc51PzubMHuggvAWLUBNxzqfKmZb3VhoKXv02rHB\nx6ZJvkPQKWfk/Xea0+c4AQCpbX1PcbSOF4qll7FKdhb8y92osmvjkhvsqHq6\nm0Kqyqnj7M4fBGpr4JEGPOf9k+0rXQubE80uj7SYlsFPFFpzGDJ305RkZ434\n5VCpW5rRsrSiEvkns3bxVNco0XCWu2TwLB+pGDf2xde0LrjhW0qw5Q+LGEmQ\nbUXR91csqU2XgpjyWoAmv24iH+UVvvwnqBp7430wbboyMHZl6u6TzzvqNFZE\nOtPN\r\n=Wvin\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "84ea7e084513979a3f188f6f26006ae08b3d806c",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.3",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.1_1553296986430_0.08357906275386706",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0-next.4": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0-next.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0-next.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "bccd51d4bca7301cd8b594e6730f3947f9eef116",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0-next.4.tgz",
        "fileCount": 81,
        "integrity": "sha512-GTZKgxkcoC76mxwOPhsclHecca6FCWhNtLqo9QHlH4t+61qzLh2rNbciqUX+ZutF7G3AKT0BbsDeNPcDX4fGxw==",
        "signatures": [
          {
            "sig": "MEUCIQCR4dy2uV3s6Rvu2xeBIwoHFukP83cj4I2RQ6eumKSCrQIgf1HqqETTq+ItELon0jw0IxBscxmslJB0g4QW0yVLD9c=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1436024,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmQn6CRA9TVsSAnZWagAAfI8P/1F6giKu/NFX7B7ds8o1\nTujBKsHeHzGWFz+bN4rfT3u2McjXpfPGi+9/t7pLsIckFpxIaBpPKfz9rroV\nkQE8kJVkqRdoqgFkt7TS2yfiICy70ufRjWiqb7vyuO4bEj7yjALX1fJ/1ECa\nuP/dJ3qsJIqtLC7Q+8Vnlide05PxmzmkQ6XzVBaEqY8qCNHeHULtzDC2mMlt\nqTetrmQYAwQTcowiByDLM2zSK/ebMbeWrByndBgrkIVSM9HHRY9KbBM5RP7F\nuOkyy7XZrgYJrGpzDjQEm9fFPYel2q7ShKJMaRnNCJVeHsXcft55//oBBQNs\n6TBSvIm+iBzngzFXPkS5C2IXcKl84KAUx+h6UyHGT8jdsD50uckFu6u3MPTu\nDyAZpZ7Ls48OyUb+6Ienfh5bl30unHk8Oq+Maylz2Ln+kpmKkmExn8xFAbQp\nCi0yzDGjKO7vC7p+A1KmKKlFDhw97WvgCSh4I5AuwI6uqkSD3vc+6sipNpja\ndEHyxTg+rDkGwf2sBZy0sIu2k1b0lVpdj5zQ20hV1J530WjleDYgGQi4+DSf\npkstYgMjvk0YhdoEf/LTVw6RY0mjCsiZ/XvWdtSJ7T2rSie/yE6a/yCfbMvF\nhAFLKT/VnvNXgCmueOt30a0HXnSoZqjGcIAPz+gzho9vI13SIKqq6JalDLhu\naqu4\r\n=J6VK\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "23ebbd25751398c4fb351b056eb191a7940a4230",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0-next.4_1553533433277_0.21319090981914868",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.0-next.5": {
      "name": "vscode-html-languageservice",
      "version": "4.0.0-next.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.0-next.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "85130c0266fbe4beaff622efe88dbde31be0a626",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.0-next.5.tgz",
        "fileCount": 81,
        "integrity": "sha512-KFAZr38X0HK+qSCGAN3ywx6mxR9DnKtBjSQRBlpR2zwePtPpR91fYKlqjqtd/UhkP4B/xHBKPIQWw1to7Jbxdg==",
        "signatures": [
          {
            "sig": "MEUCIQDJ8matcoV5TUaVmEWz6KCzolRCJbbXajKlTTsQEavllQIgVNKetc3fB2KJ80l85r+M/Xe2HZq8KABu1i7AE3oY+OE=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1436024,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmQsqCRA9TVsSAnZWagAAwKEQAIdLYoN0bjidxNNoxXkm\nloHRe3XESENdQrz9KJcRQWBSReM+EyWda+92yb2UOOGM3KCbpIc6MaQ8zQjE\nAJEf305FKc4Fcv5gsNr3ka1rZK1bM1GOJ/pBVDoMmBs7RYrWNANOS/lDYHgW\nKvHXRVNfoBLLy/dembGuRbyX1kFB9N+WKF60M6wZs18x+oznlNBLLCWyByka\n9z+r6PnKyRCH9SRp3soJyvdpZRYlAXNXPD7OwDkN1cfyMlmlJSvOXvtn42Xu\nCBPy094/LCZPnY+1bWfGg5x48+g7gpis71q/T73oe2HaWRGGaQepfJ/R7gBx\nqMSSH3Y5Z9ZoOH7XCcOIBnKyX3paVzevnx481dqope2qTnRobbTCfZtuQmzD\nwI9En9mr47xmXTzYYE1GGwyUAc//6eRznShENT+XqpVXUODDgkLySZZUeXyl\nFRIvPFkfSBJ2N9Ti3NQId3vT74g6qrQXGFfH9xCzBk92HdThrtycN/+W24eL\nVCufeBYdNKzLkjb8iXeNFkMIVDziE4fDy4I/R2K0GRGwJ3i5hwnXw42iFcti\nMYZpZpJqwpu5TtV4AxyUUtgtXjFagZkMGtGvyxyEbeyGMpH92qr492Co2TrT\ncSA2Ull4o+ykjxDmuihhL6T1byWAYYeYF+KGprCyGUBStApA1gMlS23ne1Io\nHZQi\r\n=Sd3l\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "78879c6c2c6ee0fcf31c877fff9efc12361edfd5",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.0-next.5_1553533737980_0.22747823967753322",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0-next.5": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0-next.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0-next.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "c9ee3eb6097e57b691ac1aedd8a0b07368d953be",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0-next.5.tgz",
        "fileCount": 81,
        "integrity": "sha512-2G7O9azBs4/BPIzh5ZjHjbwWg/sEJTZkdBzJosy9rPonZ/6tdM8WFz8G5GMFoYZGgTdKFO55QVz/8I+sd0Cg4A==",
        "signatures": [
          {
            "sig": "MEUCIFKUq/LFZxAhP6boxMFLEbvgb6XpQ2CR4R6PmgkbwpROAiEA08cbBY0CaHnc/kIFnYMWapkSs0q1MwT1dWgFKOxfiRE=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1436024,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmSvBCRA9TVsSAnZWagAAnzkP/R8TCTxnCg2s3m185p40\ntXixMVakx9Qv4P/iSgZ0zgEwyUkxxYl3YlVqMbNiACH7uirzqi+GVir4vNtJ\nDJ+6sJwOeiL7EQ2z2URgrVPtuAcuZe32jb2d4ACsjKh13wtDrWg0dBXX8wqx\ny1Yug9thiL0tskzX9b7DaX4oNMqiqT1oXdEVaVOY+O67Go2GONIhQoOCWgde\nR63QMkVDHP/2J09UpkNXYtoJ5I48aJhXpCyZr1iJ1Q9LuWSOsv6PGzTG66Kj\nV8B96p7daXMqHIpsN3YPLhUCZ5PlNn2meDRodnCR3dd9jTOQkVuUxCwtfuZL\nyDbj4oDJomMhp3rnQD0P2C0JVykC0Jbz5A5Qqw0gwoIAbWtK6EVBHx7finpj\n3d4cvp7uzlF03qI4EcqxKgbXh3N3ozwAgN/vQ1KhmfJQPqqWDhvSYiQ+qX49\npimybegXR1a8/eNsGuSYA2AI+FMjYhC0EPb9HaViAiatg3g2Omrat94GHQzQ\nU9TAGWRogEB69LrcLsxIkZjiwQ2d/xi0wYz44TfCJkADi38lFlOaLLhvQvy4\nwVQV5JhoI5R1EFTnHGf4lR7zwNTuvd6+OV3D7UJdzm773pg6aeIzrL/iJ13c\njiHm3WmySjDvr06U6SyFTrOAroMGhUzE2K4eSqt52eqviD6aI6JbrJa4DLKi\nywik\r\n=lcgB\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "d99d4356e1914af67541a7f32e9976a747cb4624",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0-next.5_1553542080659_0.698198778802408",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "2.1.12": {
      "name": "vscode-html-languageservice",
      "version": "2.1.12",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@2.1.12",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "b4f9e23cac6fea74d4c9825fb4a4ef9bf313785e",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-2.1.12.tgz",
        "fileCount": 81,
        "integrity": "sha512-mIb5VMXM5jI97HzCk2eadI1K//rCEZXte0wBqA7PGXsyJH4KTyJUaYk9MR+mbfpUl2vMi3HZw9GUOLGYLc6l5w==",
        "signatures": [
          {
            "sig": "MEMCIGg/QsL4LLyoSixoup8gflW1vDzwFVv9sOooAHzjM6LyAh8u8uU10DLtk0wp5/dfKXaBJpst9RVXtXWF1jeO1LPq",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1432355,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcm0MMCRA9TVsSAnZWagAAZxUP+wabva4Ae7ZIM+13gIJU\n8DBb/o7KFvWYtkA06UGQNTnUMFt8j2kArj/38G6X5yFAexk8QtFe3U0Ezlst\n20oBVe1xleyIQWecPhB5eptyCdbtorRzQ5exaPBASXq17xVuCqX+e8+ObzU8\nHx0Hvh6ytizkinyfRorXnNaLHFqakgcEoXPLxWHntqXtG4PYQzJdrz8yPGJd\nI75KySZkrvBR3IMlt9hiSQOLmrFlkJXUsVx/P4Kre4aIW7C2V9YJHUXD3fjI\nDLoF2GJCaIbFXrEcf9jMFYHUGMJw3pGPdDYN93Xq94i4IokGbZtPDmQhQt+1\nrop5FkDQXppyTNRqI6dW/CDdLIfaxf28UqLGQFCjWwjQCVsTvcU1eeQ2PTOy\nsiq4L1+lzE4cvdqKPmo8L+x+hFsR3dV0qHaV7uREQQ5XzYcUVDKtcr+kGn4E\nquTUL/Nw15mlKGn3DIG/dG1lsQ9oXDMeyxYmahoSiKK7vLWvlxaajoeuHaBe\n6AgL48fBYn+GhCGVBIx320JYqlCRbwynMZ819t9UUb3jIFjjJyWrQIqMWcui\nTop60MXdvwc6csECw5WL9oKnR/pY9T3YUG9cucf0Xf5r4sRrWXGwVsAw/ah2\n+RDRTvHMDVbMp265/pPuSD4kOXd/l2K2SJqg5jSwg715AugcAEnc9GSZlFcw\noLT/\r\n=6FLs\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "9c2ed1bfbf9ee2436fdccc0649871c87e3d2ca65",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "npm install js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm install vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "npm install js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.13.0"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^5.2.0",
        "remark": "^10.0.1",
        "rimraf": "^2.6.2",
        "tslint": "^5.11.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.0.3",
        "@types/node": "^8.10.25",
        "js-beautify": "^1.9.0-beta5",
        "@types/mocha": "2.2.33",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_2.1.12_1553679116314_0.5233295914735441",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0-next.6": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0-next.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0-next.6",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "4a33567abfc3ccacc4258f4f2c1743eb064b490b",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0-next.6.tgz",
        "fileCount": 81,
        "integrity": "sha512-h5JDiJtqPvRlWlN59Ue/clLCL6/vtAVYHQql9uLLZ+zwuX6kbF/7sCCM6hAswuYushx5kniNzwq47A23V1nlUA==",
        "signatures": [
          {
            "sig": "MEQCIGDtNDGbzgBSVC++Rw0Yz8tK6uWheXaWFGul9UZPC3DtAiBP19rswCuSNgZj/MemFjNC/QKaRk7XJUR4Vn0kDmnLMg==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1437414,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcm0TqCRA9TVsSAnZWagAACBMP/i5ZGSzolPHYDPqm0Ci3\n3qa8aUPojzoVGmNYFRjM7g1dqJS3cMMeXljA0Royai8Qgf01Gsc0gzxwrcRn\n6Xx096lNqQHfOQbe4IUmR461vrzHES225zXbD6e8x+EydFY1vmv1+OY2YZQW\nDmNyaCbDZHSb8SCuyzfePg7QisecuiXdWpX/C/cFYvytvQzx5E0w2IMBkenl\nambT78zsO6RcWDihF1IHTxY/oZPGTOmUCyfT5CLzWupiG2NO3mIfWvokd/ZU\n9DhS+gEAlTLMlCA9FJKpDDvwfdr8dUkVXMl6x7wf1Amff4YmZtLjqcT2TqzE\nWrUQeiou8Sh/SZXb03R3fnykm+8pLhwYU4RxP0Vh4UEKOfENn9olp/0bEc+k\n7oNh4468hMJl7Qn+WPnrZ231SbI49UTI3I++kq/7Du4MVDOA2FjV5a9aCgei\nl5vTMxo0TlSk7cboDdiHJbG/YU0skhl+kpz6jx3GwojOAr0QzIsyPP8KhLGM\nEbjO3gx/xO6gkxAXhRwEO823j4Ixy/jyAAH656gdUfOl17nIcHH/ccKChYXD\nJh+74Osf68hFtVeQJ2kdjsThjulMzzLz/TfjNd2/DVslzHlmMq6ea3pmppnq\nWoInZ1qZR6u2wsVI2d8kIxRkKlrJGzvIPnAqX7WpHSHbTanJ59rRyONrfCUO\ng0zA\r\n=FTJ0\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "4fa714fa8d6f80e16e08ea1e21bb877a7f96e7c5",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.1",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0-next.6_1553679593671_0.14949694652608736",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0-next.7": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0-next.7",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0-next.7",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "6590cb0a6fa5bb257afca03669bbf6ad8adb58c6",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0-next.7.tgz",
        "fileCount": 81,
        "integrity": "sha512-s9dVSMVKGlrAymj6WByoEheZMen82yHqiXh7F8cz9KCqDHJ3LRpcJMKrIdOFQJ6qTcFW9I7VqO77VSB9d1RZyQ==",
        "signatures": [
          {
            "sig": "MEYCIQDBKFplCJxzBENF1phyXsTFWlO6a/ryH2sf7AcV8fQj+wIhAJVAAm3K8pW/hrTssAztziG/1m7N0Vfusowy9sfxfHJ8",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1437465,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0FLlCRA9TVsSAnZWagAApOwQAIztKW3R/0z3vjWRI21c\n3j8nDYK1nUA30VjfiU6XbSsTxaqFcD7eOrqpQq4m1NUdVGfXu9Vjw1HZMcsS\nY6xfZ/PW6Tm3E62ShF5FBbivibhLefNS6phPthMJ4l4fl5g+VfnNDkXNhnaD\nrQmKOh7WcyxZ9Z/7tldpX/dKIkctJ2mew7q/fik33Xis6Sdc/Lut2jBfZCdz\n08qvW7Qp8ez6ZLFbF6UlWUE3BgT7MyTytGG7dJ7SaKDJbAPcD18JSFIoTycw\nJ/wjI+0UdR0UFBE2csvQsx6rsF7En6HE6NDEBW1lKiZRwIEuRXwqBGRX32Qm\nTGXHqKxsJNr7Yo9bRsnWHU6Az+3PHNd1cs+lYlBIeyMvtCInQaLJFKGGi4qE\nng+9tdfgvRn/EAd7ed0Uzwp8RGtpbiJesRhqklomyXiQcZE5RXINK1H35IEU\nWsPxuq5hjvZ43RPgx0SYwqWhVB0rioIhH/mJz7bJyE0QJqrb8k4fKmEDW1qu\nlbtzl1ABGcNXirX1J3lratQEEoih4wpaFaSXaRwr1OlZhUMjrg54gfOGEQfC\nnJCKssF17jd75e13zpEwnMVIHMTssxf66o+ptB/a00PUomST8EvQqTRGZUZp\nXw6uBhpDqgphQkGx7FiMdWd9iYo3ceI8sDJYTlyK3ZVZh664xAtmfq3liK8+\nb22J\r\n=g8IY\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "480f789e64249a17a28e0bb5fa972be8a8ab2157",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.0.0",
        "vscode-uri": "^1.0.6",
        "vscode-languageserver-types": "^3.14.0"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.0.2",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.13.1",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.3.3333",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.9.1",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0-next.7_1557156580606_0.6190787814378116",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.0": {
      "name": "vscode-html-languageservice",
      "version": "3.0.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.0",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "b9649aa0713d68665d7546bd3772dd10e4dbe200",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.0.tgz",
        "fileCount": 81,
        "integrity": "sha512-AgNyjaYrmgundh5gXP0bqCLeLdfUTyvNafF1moNwYdqeNh6DIpMG6RjwYwgtNChXSsVGXnaHiwGMtAUwMxkQUQ==",
        "signatures": [
          {
            "sig": "MEUCIQC+ns5ICFzzV1QImQE8++H3J/LnxSBfAM/H3AmRFLKh8AIgGSs1+RKlKwxKqaEzQF0SnxcY7t4uGPT5XmOOQz4cCZ4=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1439056,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAQpzCRA9TVsSAnZWagAASPoP/R2s34vmepxPr0iESblB\nXbEcSigu9zV1ewOSA3F4oRWry021ngPQE5lWDbkuouCXZS1NRdeHpdX9nC8a\n7PJD4hwn9tPAVhqk81pu3X+bHX9OxlBwfvjsaPJD8vcM4TVunXsqSq84S3z/\ndXo4SZCWuYToqiLT5NTNbVjmupELc1yW+IApVPBEt7NB7ZKKcTnwjwOrLzDG\nXVtdaRKV0/lysZ6wmD2Hw3QAgkO/je54/yJaE++F+flQj0buFnMS2JOjyH8g\nkmuFu+YED/LJgNN37euJMRBICV/pw9PPBbF0my/P8sQf9XbGMJM4KIZ7F3av\nHSO6RMC53qT9MBBOb80twlDUY0dbRm5RJ96kHKd3uT2XGpe0CFP9sy7DDPH5\nDVSz3Wr1zXM9yCflL5tr2JcUIe3834Wd+LHjYQbkJVKsAuv+KXVRMfYeXi6B\nCYjyHUgyGJw8Di+rhBZ2SRoCvV78QQBvQGsoxDZ92SApRacbexaE5zLFNy+K\nLrBsucHW1m60tAmNK4CO2NU4+USBFaN8799Mq7ecpYuFa9LURJBE+im3tRTR\nto8KAsVc76Fn8RSbQowgmFCYmJdLgfwhueMMmmYshxRDIMjQeha+2q9XqpYK\nofHLtsscuahGNixL2oHosvQCbRmYalJ6r0X4ObtBsSjp3WjnxnRsS9tu62XO\nmBFM\r\n=9/aT\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "934a2e9879b9eee0f8fcf23af0257f3401d782e2",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.1",
        "vscode-languageserver-types": "^3.15.0-next.2"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^6.1.4",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.17.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.5.1",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.0_1560349298414_0.2639620964147458",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.2": {
      "name": "vscode-html-languageservice",
      "version": "3.0.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "1fb9f1bf25094ad10c5b64931083d841ce6e6e0c",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.2.tgz",
        "fileCount": 81,
        "integrity": "sha512-MP9al7nk1SqQwW4GdDy6Ec3UU1GKy0Wf4pzo3nQ5lgdScb2pajV7iyXZIGJk7jQbifkZWnG0jB7CKecTNFynJw==",
        "signatures": [
          {
            "sig": "MEUCIH74QM/u02ceaJ18JbI353W2sIYab1kkqrdz0Cg7CcMSAiEAxpJcu+YOuDwDH3cQdNKMzbV+FpU/+MESDkpvd3y0As8=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1439054,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdA1R3CRA9TVsSAnZWagAAXqQP/24jd5OiuvYYyaoVWhbC\nXu1Zlft9u1guaNGLzi9rALW+gHfZ7bqD2FoAx0sYUVMTFEPMoms0SzSRtlb2\nSxSav49MUDdj4bqosa0eVYFV68AAjBl4rZ0bsbRsgL7O/XhCtb44MpW4oEVn\nUfjWo1LR0lP/0CBYTdgmnTr5CuUO3+3wlC6IhfnOxnd2K+pCbmFvdtoxw41H\noQ1oulFjvN2mjzDvuTf8vBqBlDWdebrBeAkh4juF73NiQYdivujnJ29Q3t+Q\nB0ZYu28JdFHGA6bCSNacdynjw+cfYUJRFrhuR8mq6XMtFnNrW+n6eQgWQyaa\nfrJpgUPOUunbNiGUJ3c0CJURtMyk2vCYkCXydgJV1Phu8eNTY6fAeFf6EWwZ\nE1ejczsf4Wf4FZXoDxd7Sj+UVbpH2h5bvnERyc66w3BrX7WI8wwx2b+b0N+l\n+0k7aREUrDKxn8QZcBK/k3eceQOD09fNLO/35Rbh1+wUAqQUjASy2mySn1ex\nSmH0HUwm0qJIC2JgH1b3y86VTW8/w19kmEsFuIRl1qN2leO9Cje6s6D5vnkH\nkQajeyqTtZntYhlYk4xGSJSPlqxElI4ZLOL6VY1jWNstNOQx7w1pghSF9Bnp\n24RGFw+d5oiPILDp9GWuMpS3Cr5gXbg+dIaBQx4s3Z3HD77UzWHq919V/GF0\nwLmC\r\n=F4ph\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "b877a6a2094ca2b1eef663735ccc9b4dfb433004",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.1",
        "vscode-languageserver-types": "^3.15.0-next.2"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^6.1.4",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.17.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.5.1",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.2_1560499318948_0.30439529671165233",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.3": {
      "name": "vscode-html-languageservice",
      "version": "3.0.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "0aeae18a59000e317447ea34965f72680a2140ef",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.3.tgz",
        "fileCount": 82,
        "integrity": "sha512-U+upM3gHp3HaF3wXAnUduA6IDKcz6frWS/dTAju3cZVIyZwOLBBFElQVlLH0ycHyMzqUFrjvdv+kEyPAEWfQ/g==",
        "signatures": [
          {
            "sig": "MEQCIHwwu3D42xaYfPFR0GRbBEosRffHPEdN/7O5/qAGZHo1AiBKno6UBBolWMH01zMUaMLIM0TJtnx4DmeKEiihd5+wDw==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1439828,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOcu4CRA9TVsSAnZWagAA2sAP/315Oo2jONPsLLzYuwWi\nI9rWVe1Uw+owDlumo8OqT6V/F/3Zz0SoBJmUzCSnDK0DT0beJIVp4VNzi366\nBjZSF1sngrpKuT4SZFnlzHbmV+PeI/0DaCNxRE21EjJ1fyAC+JmY803ao8WV\nxYeE4KexxiSslAtR6gU7C56mGIdC09PJSpUu7o350foAfSxyjz/E6DOpiGk7\nqzjlUsL8PgptCRbP4WZG4rUmmPi+/IIA7QzIvVmTM059ImvVKm9hNooep/sc\nNw5WRr/KI8K/HArAIhVCADxBymGvC+csMvfYNQWIPfh0+chujcLe+Yd5Jvmu\n3ZKzAM9kmE8O+9rka8iIgIYzkUtafsvXw0Emi4xEPWGt1czHzc4twqUfYvzO\nAbadFmxNkg4js4XrSogf0iKt1bhTWHlc9kWLcEN+Jwb0DVXBkt78osQ5289T\n+t7rELqtW4iZLOlmU2OVxnHItooy46JWcvlLPZHMsHtVTF7DrURhJEk0QyHY\ntXkrygzxOmXF8yJ2uSHbhPPFrYSLzkReNsgDUi1ogUxum8RkdkR75GtdViRv\nuEHRIEnMDjckzc0Lf/MI5UyJLu5YlQOVdQmOE8D1yw0cHCvXIFKaUU/Gqxps\nUKVnvdYf5FsJP5Xqp1NSo3IjLbVTMcpg+oosG9QwgY7VfiET+gzL5EI6hA7q\nMmwG\r\n=u/uX\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "2d24669802e3f8778b4a3bf13bf1cbc4be909d1e",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.2"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^6.1.4",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.17.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.5.1",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.3_1564068791642_0.7396192143120115",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.0": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.0",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "d4f5a103b94753a19b374158212fe734dbe670e8",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.0.tgz",
        "fileCount": 84,
        "integrity": "sha512-5Z5ITtokWt/zuPKemKEXfC+4XHoQryBAZVAcTwpAel2qqueUwGqjd5ZrVy/2x5GZAdZAipl0BvsTTMkOBS1BFQ==",
        "signatures": [
          {
            "sig": "MEUCIG+M2bezMmHQiK9cZdr11bQRS6R6gMIjFfgywCmFI/DQAiEAwgRpTI6XIBS3/jtQV3AHGZZLPN9m2ItfP45bZcDzkIM=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1463301,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO7uDCRA9TVsSAnZWagAAhlcP/1sJXRq5/zM4NGh/5TZy\n6ppLfI25MX2JZpEIzWNKP0/9jwmVIC5p4XGtOPC+j3nKXAgvBIsUzZyuUyq6\nWwruJdizm8zg/SomaEHQOEyRJFjNHtVFNwhOWaJYey7ncox1KWFpPX9JCaSI\n8Pg8VHUcTTHMtAbt2w0teNLirfT5LEzf6MpqUAN04PwesVYeb8Weg0YMwwc4\n66/8NbwTS0Q6pd9tARm72kITALpWG9BJdHR6AtOU9qMefIzz9KhMnIPCax3s\nbOyGW4S2Xrism/Tgcg4CvXjK/ZNa+Qb6hERlDJI7IJJtA0ZDAaZ+++pZDR1G\no4odPWFBYBPacyWKTpANMeCUIEL0EfeXs/uV1aUKAV1BtOwmJhoyOKGBaaHT\nfl1Iaa7iSoMw8CpOjFXEHamo/y7s9PCeAtBVjBWe60h6H/Dl0kK6pXg/4Yce\nZCxnCgx13yW4WxHqiZijqcfuLoloSICrNf+VWICBsaQo8AKHEYmDEHNIHu4F\n7pdJPmkE0Z3FSqu3X/3SrzCFQvSfrQwF90oFiEtY1JwtqF0c+PbeVXBW1kin\nJXB6nmitE6WTB/9Av7oGy/wro4rLhVolZ00U73/beqvj98RzlisJV9q9V06A\nJ1oyGS09aGaWJfoR3rBSpm0I7pfZyLfgdPCoJYSKZ9HwNDe00nisQdAF+aW9\ni45b\r\n=7iZh\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "5e566b4819aa0f33f282437a5f62f7e6e40dfdce",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "cpy ./src/beautify/*.js ./lib/umd/beautify && tsc -w -p ./src",
        "compile": "tsc -p ./src && cpy ./src/beautify/*.js ./lib/umd/beautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json && cpy ./src/beautify/esm/*.js ./lib/esm/beautify",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.12.0",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.2"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.1.4",
        "remark": "^10.0.1",
        "rimraf": "^2.6.3",
        "tslint": "^5.17.0",
        "cpy-cli": "^2.0.0",
        "typescript": "^3.5.1",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.0",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.0_1564195714834_0.6018811921811447",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.1": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "fcab383db185cb03cfb10d9039d865a7b243c6e8",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.1.tgz",
        "fileCount": 91,
        "integrity": "sha512-WgqGH7nDhijveDqrSp9zhcOKUGgOBn4FWO5HzfZV4LnfzaFG7hLMbtbplblJVpqLR6lhTWM8B6E4BlFg/szhWw==",
        "signatures": [
          {
            "sig": "MEUCIQDtPwN6bRq3nW0yiLh5PKUnz2gyTGMWpRvpCEinwHm9aAIgRrmJ0sJ1nE3Xj8jSEhzY95OzbtrM+Mt+AiSAPTa3YP8=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1707790,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYDZ1CRA9TVsSAnZWagAAbq4QAJf20r8HPv0qW2fqwNhd\n3LJGN4rWzn0EA3Bky95oK/Pjj/u+1qKYujHTJgziSeoHkZN0TFy8hAfus6C0\n++Y6jvfs2pnT6hwSsoxCTul7iLIWgbf2D5yjKSUqdpLXL1oXbBLcpReQp9TW\n5NmOSE3xkRWw3IsML4FElIOjvI15bfTMfpT3w6etoR95UeAj7K5E0ZNdkmSk\n0GTtO/jIUjCqThjS9hb8OypMPJQqcq7W5yxBRtZpOWj2aXiAj+rwMWJE8bbZ\nQYVn9pT9+q4qr5Xtff3NUMSbm35Ye6AcHH5PgokSzBo8O8tb3rq6mdcSXMxv\nqB/hLFdcZ4LrVf7T6vhjmjLkjeilw2O+pO0ItTaewBN5/VxevkxEkgGa8MVN\nzaxsLR7sA9fWj6L/M/mexYpZXcYP8ZgLtjwLIM7cKgFJOBTamI4il0Yq1yeI\nHlJQyz4WX6xtebC8uVbXmn+Hv+5BgkVHb85+cErL69ZaRWekgfDoAe/hDJgQ\nAOXRkYca7HErbm7VVCNgSILACU3Er9DycWYdaz0ZlOnIstjaJtV9nw0ZnZdk\nnTO/uP2VDdNMcPvONsasCkLoY7yMj+C7TEVVafg/pOSu9LnoYdTU7LUUd/oF\nEjZWI2tslHtiqF/JwK6PKcfzHnX7oDTrzpn2Fpo9w2lr58BtOixP5v1gr5ET\njZyw\r\n=u3mB\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "d02f69b43ce5ee24837dd4c315171873c3b984fa",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.12.0",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.2"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.0",
        "remark": "^11.0.0",
        "rimraf": "^2.6.3",
        "tslint": "^5.18.0",
        "typescript": "^3.5.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.1",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.4",
        "mdn-browser-compat-data": "^0.0.89"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.1_1566586484650_0.6540218391660582",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.2": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "afdbe2781daa0a72613afac77068593925bd2e07",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.2.tgz",
        "fileCount": 91,
        "integrity": "sha512-tlyiflBm/k/PoTwGzg4LL0cwq6wS7mnKxDVYSlY2Iw21dONWINaS0MynYCn6Zs4PzIpgueCSMuTBQTey4d+BBQ==",
        "signatures": [
          {
            "sig": "MEUCIQCh8tzIXRDi77cf5KcSsO+vIrwQnbjhJ0rh4/CCyxJvogIgOFf8n+HPLsdGCupZmbwu0JRgjGNIPmGt/iB6UBqDTB0=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1709557,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZLc6CRA9TVsSAnZWagAALDsQAKDQvvfzs6bqdKH/vNrn\nGpAFIDciKrz3zXMdEE1VWX59fP5n2mCTFsxNUFDVt7Svhhhy2vNaYzt7ytpX\n4pdl+hacBfP+3bUzM95WzEUs4oa6yB7Jf+qqMWg/LixSBle50NFqQqL7YFUF\n1oGBiOQVZBNekJk7Qx0ZKVHzxk7P6uxo3d6E3oQBSzd+by/3Hdf7ZtPWiztI\na5voiTbXXhoc10rk7YKrIfGoyib4GuN9GIOTE8PyeOkBhX2RW6C0fl+zSWt6\nDQoIoMKGOWbPadieSrR/GksSOa/Y5nkqLMSM7efOxpzGI9qhkplPpAI+97Ry\nJpDuiVrFcQMTe4PqFoc/P74UaBPNJcQu32aOejNuWK0XBOuPSGOM63WMB1lo\nN0p6WIcKoyyucgNi4AHdjMY3jCLC9B7WfIJTVYZ/QyEqWGEzL8e4P+z+Bsdg\nrlUh6CEdnzazo+2EdXuV7QbG8ycSib8GnfTvr9QMecGIAvPp1EHK1E0h0F9t\n1TIn/TrR9gLFIFPINYFfNcuH8n+oc4ShLvNgKeV9qfUcWZnyrwuRI50H70mu\nRLWe503XbGhyTYQD7i0pQfpwremgl6UzuV5fG1NzHiuHW/eJmPXOi826Z/74\nV6BjCD3bPqn3NgI98X6OVRo2PLW/WzrvLIOVmDmEfIOhLGQ9awWG6cJuKrix\nV8xc\r\n=I79Z\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "8737661ff8ae8ddcad38b6c23c51a7299899458c",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.12.0",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.2"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.0",
        "remark": "^11.0.0",
        "rimraf": "^2.6.3",
        "tslint": "^5.18.0",
        "typescript": "^3.5.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.1",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.4",
        "mdn-browser-compat-data": "^0.0.89"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.2_1566881594307_0.2488911646619023",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.3": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "7a0fc33aae846165b157acbb8b133cc3fcf2ca0d",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.3.tgz",
        "fileCount": 91,
        "integrity": "sha512-PGIcKFxqsvVMv51QWreuQx9LhN43Vzhgl8RYI8CcWThjl+J8uUKImjwAWq9zndOiiRUPF2Zk7zME/dMIis1hOw==",
        "signatures": [
          {
            "sig": "MEYCIQDXAGTq0ZDpGPrjz2iXZgM8ksmExHBOlzlQgZreGFnbBAIhAIadJ0vnUFebSRop2fuQnfxEOqcqcni+qjUWQWAef5z9",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1709381,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdd793CRA9TVsSAnZWagAAO/QP/A7iyQ1begyqUr011y4J\nrvi5uMXnmNBOeoIShOO5M2vAm9tUSvZC7VV9onD31Ik3x2QOsO1vJjMJaEF4\n6xQzZXnqo9KzTDifP2WsCDGMBGiS4wHjL2lk9RqXrmEj0XeQWB/XG6kCEng8\nD2T+M8tnwZKQ9ruo4R3nztJ/nHP9cR5ajkFc6vEcUu1CCFelvLsp2lwrVv2o\nJ2J3jqscOeLPRXFSod6c151F8lQ7GcWta+72yERI+Ob3oJ5lWRDlJ6rxYx0r\nwXqX7Yq5gy+N135K3eKuQPBi3el17+x/S6nuZlhNcDRyAblCPSqkj9S28ju+\ngjGL3QQZbBdvNe6ugSSUisHB/t8SD69Xuu/lAxYqzwcqea91GdDyfXFDlXiW\nTdXGtYagyycetNgVQxmY7e0duFzhKozqWoKgKqMiLp5A0HhlBqAoTBl/wkVD\nD5Ci4jVQ4SCgH/8ee8xz2N1z6fWbGzqObhO6guR7DToSCch2fTv8LZtHG1l6\nqgtt+EnB8B6h09D9mBMYtKWb9HmgSv8UmE1DSp450MPM3WlZertMhJzWgnkd\ntuaE7b4hwNp9PouTjh8BVGHMcHn2O+DPkv9jZ8Xx7TKbPRqzHYXZrASyo0cg\nONNtqg2sAAIIrOTqVZb9hw7bc0XYmeLB62D7Shl/V/eadvce/9kgAiLqDYr5\nzkIN\r\n=sChF\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "495c9800f66f147da16b388b0eab8bd52e6c16e7",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.14.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.2"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.0",
        "remark": "^11.0.0",
        "rimraf": "^2.6.3",
        "tslint": "^5.18.0",
        "typescript": "^3.5.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.1",
        "@types/mocha": "2.2.42",
        "strip-markdown": "^3.0.4",
        "mdn-browser-compat-data": "^0.0.89"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.3_1568128886490_0.2841681169263115",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.4": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.4",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e7cfd9429feb6e212606dee6de49f54b9f1449da",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.4.tgz",
        "fileCount": 91,
        "integrity": "sha512-r8FgQIunfA6gq7LxJ7/iD8O6JHgpQeEhy8IfTiQNlKSsWcSBXubn4hdUgjHYWo+On2CW9ZIQLdle/9Xg4xh3aw==",
        "signatures": [
          {
            "sig": "MEUCIQCxTzo6BTA5OygkQhUu49mrchsAVUKI4kNeD8ry3uIQjwIgfMSOdDlnUnKKp8RzoQlSw8A1YnFxzy5shChzzQZ5T78=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1710400,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkmWICRA9TVsSAnZWagAAtAMQAKNDqJjT4oTv3f9/KKl0\nAu1zjh/zNPFd0lY6FIip7R+0P3vIwjeetQHLMjyp7KyIrq54FkoZdl7ZiveX\nqqe8zAeeySnJhUI0HNxFDJG/HQE/VG65T9VKb4atL4i5ZjBTIQix++tMj1UB\ngdkAuWK5e+fJpCcUDQ8rQ2Su73JT/sb49OXI7Mt1IJ8Z2B00mFC1VLi5aBdX\nRhnVAs84CW0rVqJt91GiaB8KzUbGz6/mFwN8/QCJ4XGhc+UcocxCwX0suHm2\n6sKqCghCpmROQVRoqg4s7UX3Ms0oVVfnsD3y/WgqJymEj+6pTVueQni7UF5L\nfguV8CeeiA/lIHzcj10Ifn9Nc976ALJAmB2WqRG+QFS82MvYbai8SzRpwHbb\nB8lRqUgznZMBfqjVMVKAc7iStQVEr9kntkRguOGNsPmMIcgKhyY8o/QlsyYb\n+GOhVyghQMAp1SPBkx7tBOKHb1Wls1f76zuvNn7EzjpxV/RskxfiPKy0Anc7\nYddCjjwsEQfxhHephep9w49JkS5UJ39kI0jUQoEdRZpiPeQ6GIzFxGo82P0t\n3cypAdOHJM43SKjdInMjMWuCTC+tQZ+zFhLP5TL4+tRPUzWX8hfMAPyJTl+6\nPtBT2qM4Ux0OTMTGlq8Jb5oFbmzJvwXlxJlx4jdeGaUy3R2P2aJpQn1W6Xmv\nZ2MN\r\n=1jUg\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "ea02fa52cdf872b4a81dc4195c828d70820770fb",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.5"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.1",
        "remark": "^11.0.1",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.0",
        "typescript": "^3.6.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "strip-markdown": "^3.1.1",
        "mdn-browser-compat-data": "^0.0.89"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.4_1569875336098_0.996560364814083",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.5": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.5",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "cf8bbb8deb80b06d43f41f485e0e6fdcaf6655ca",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.5.tgz",
        "fileCount": 91,
        "integrity": "sha512-cEjWRRqO49nVIcaGkLrA4FY1CMPzIAFiK8QLY2hY/8lTX9ZxvGhuegY6MBQqyvLJyZPpWJ2yP9iWlMEPeX655A==",
        "signatures": [
          {
            "sig": "MEUCIGvFDY0/NaK3Vw1ixW8xkVN0FIu50t3FqqI+cacDXnufAiEAg7xxcBnUdA1uZZUDefWVL8kpJ9flihoeyAiQgKJumws=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1709524,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkpH5CRA9TVsSAnZWagAAGvAP/1aOp4WFnlZxV3SEUKny\n/ZT+61A2LDooBA8jz3K4KXxHe5FwLz7eLrySuocQn5OcpP1T1uMQGGwJeUPE\nDXZuOK+z1mhzZecA59SbNEXCtrB1oajgAKRCotKMrcHvDiN8YvsCrLszIQQX\nNficgFGIFpUVw6oobWK0h+EBDOkFkdWEmT6IrOsUmi8G6aWxsbcRZWyMg4Xd\n/dmqSNzdl9pqAh8b7VXD8ymcMgqBw9NA42rW5Nq+DnlZPZTYxzbZy7ntv13k\ntJ59ZHLzOQsNU4KS11S0CUoV1a4NfUVRwTuVsO8uKc6pKPWx0UlIER7xudlT\n4Olh+i15wFuUjd6w9UHQa+H+hCDlp/O+OuMTMABU1Ls+fVItjoMOK78JHmZQ\n65v91wDgHbh82niyCc4b6G3iDcTgzNrP2JwlryMjy2Xn/F541mNybF2IrPk+\nLgLL0w+iE9VBKgYAS+Fw62eiQ0Wj/owr3SoFLnL5H0Rbp8XAS0OM4hEnndyF\nFBgmonSg9+BsujmukLV6yginbpz9wfoXhL7MTB2h/nMXI/F6Gt0U3pUGmhJI\neAZcPW5iqntRojagcjid1PAnLEa+IJs8nBy8BzHrJZdKotY3fAOvSzkXuyzY\nvZyt5uQTBImGsjOSgLKsj2eD70n/x3xLnkzGV+diV+SEHIgQwNC/C1bSm2ji\npBFB\r\n=Hysk\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "b06d38cb36c83b9ba82adca819ad47bdad72ffe5",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.10.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.3",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.5"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.1",
        "remark": "^11.0.1",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.0",
        "typescript": "^3.6.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "strip-markdown": "^3.1.1",
        "mdn-browser-compat-data": "^0.0.89"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.5_1569886713179_0.9076892359069146",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.6": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.6",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "ef0f535828f086bcf9bafb2609d54bb285d29d2a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.6.tgz",
        "fileCount": 91,
        "integrity": "sha512-DvFpvPJ9wGKIpNa6kxoUSRjZTzLadyKPO2rNhmU7oor9pAQbaNIdJBGoGCm3YELLLPFNcR0/jWDDC4z8wFPk3Q==",
        "signatures": [
          {
            "sig": "MEUCIQChnD6tG5SllEQKlzDCGJY6rj8ODtDS7QmubXhTQZUmCQIgVjkvEIy58q9+5jh3tiYhj790vXhBp25GgMw1lRdv95c=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1728505,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlkhrCRA9TVsSAnZWagAA8FYP+wXqmRUh8Sv04cH90mPV\nAm+AWSxi8t9vE1yHY/1oL2d6DqHTzT2Di2JFq7fttw6EvbmXOh6hbejoa4Ld\nwuFpBP809+mhh8QlU8uXoxhUHUI+Ul0aVu8kyhUodQTRzJqJUe/of0XwRHzX\nijiNUjsbs1VewTR3zQKul/A4+uThzdVQoNGOIwYmmatewgWbrPMB4pv4vq1p\nVFdaoY7q56YJps/zjb5//OU5/RS4hR+zZjHi0eR6iCr+qiwGAT3T6SB6awP+\nCdbRCUnOZcQMVGmHq+QtgaBA/kw3DZufdaa76kKRew6cMC0gv9NTSMWx3eXP\nMz4yQhiLQwSBRcZaD3e+rEjVAe/WPiukFiLsefvNgjmbpyPMwXRNGq0Gutt4\n5J4PEK8pACuAhPe/RkRZyBLnOZHL/Pke2r3XNGECyrhXx0dc1ZX4GuVxjLZT\nWBLUYlui3HDBG377no7Q2heslkZfS8cHtNOYbGK8c1nv2njgEgo/echAqYc9\nLn8n/G2aIlvp7xdP3oCf3sP8U1DpYY0I6UpuD6govYLET4p0lRg15ui9RA3E\nyhPWYR0lk42No51iE7M2svLvmtRkSa8XVd8faPtvCC2sPoY4qOyNk15aWJD/\n0A92xib6vVHb2jDgbm2HxDrY1qt80+a2mj9FNkm6VnxlZVgRJ41n1OgwlUWf\nfIA6\r\n=3U9M\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "bd605d1fbe724daebe442a077c2d9c8357e8b298",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.12.0",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.5"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.1",
        "remark": "^11.0.1",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.0",
        "typescript": "^3.6.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "strip-markdown": "^3.1.1",
        "mdn-browser-compat-data": "^0.0.89"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.6_1570130027268_0.3198992044134352",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.7": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.7",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.7",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "4e7c19c671c4314cb9a42fa4330418be3de754bf",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.7.tgz",
        "fileCount": 91,
        "integrity": "sha512-fpnuATB/09K1ERND6qjuOEUNzr8QtWpW6efB3LMJamILwnFCvh2WXfbjnM8ZEe+1XeOcB+Il8HhkWcb7/zsY2A==",
        "signatures": [
          {
            "sig": "MEYCIQCReUQo3Hc8J9FHej8TpwIBHWj1z1EpZZZ9sp24/HfuEwIhAKwDKgGbn40OBnY7CEeh9mtLBzekT1Pl679B3LX1Ce+K",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1730013,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwEm2CRA9TVsSAnZWagAANiMP/1S/ERTuCcInz20kPxo2\nanGba5m8fEkoL+0ttm48FTD5B+Z2w8ZSvP8o7yj7VX8rkjUdnF1i9hfVt7Th\nVEl4Iep2gsfkmdaXQchro1LaoPupsuvp5WKnoMndM6jhMxnhkPn/VmZTHqzg\nGB2o8y/IV8efjouvYgYIPdYHl7CXA1IM+U82mNQU1doNlSHiEe9ZvfPdN3+e\n3BRCecIGgCvS868xbThU4raACq0VWO1LiY79buT8UYCOUikoXWfxh2MvC/of\ndnyx3DfUhzzAwUBaCinkvBPySQwSd9MaM7cof3IHJaDlR6t6s75ePtsx54ut\nnvwnkvG8KzzH2JmopdMxBY5XQ0FMntZ+Sc5W0fa8JC+Eh8P7vKP0ES/ubS9+\n/Az0mR+vgv/z5XB6o5FNJDaNZOWOLcBxCWS2HXvIHj8Eb/ZGwtf2GmJx2g3L\nNYI9xr1xBAt6XqIbgyYPY2kxvDnS8g6s/jcIxnj6l3IgKY02cm9UvX+11vWG\nQnbw8uCu9+lZ8sWUU80msQkPe4fM1wiPalOM5cQdXJgKbeGLdql/P7pM3mFv\n7KiI6moisymUhIFrpCJ572LQBLqWoGl86Ol7Z1RzlKIbuEPBtBQo3FEdMHaa\nuRguTq9Yre20WXIsJWTGFHnHUbPzhEVKi2SR8SXKWCd1FA9edmqMhGjof/8O\nJORx\r\n=FPJd\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "2a211067efe327096a1c854b056131774f8a5013",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.6",
        "vscode-languageserver-textdocument": "^1.0.0-next.2"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.1",
        "remark": "^11.0.1",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.0",
        "typescript": "^3.6.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "strip-markdown": "^3.1.1",
        "mdn-browser-compat-data": "^0.0.89"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.7_1572882869993_0.13552954240444426",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.8": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.8",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.8",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "b3df7b7e8f69c1bf76392c4fd4df4cf483e77e7d",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.8.tgz",
        "fileCount": 91,
        "integrity": "sha512-gT34wzCwM1rCJzd0EAFnuVe0FaaSr3eXaJpYcMj6rt1UspIJYaL4WtDLCcw4eBL906N1b1Vu+sapiRmV5PjZpg==",
        "signatures": [
          {
            "sig": "MEQCIErfXSXFBmHMd7r3lj/nXBU0UaTVzuUuxpQPfDYOhTPUAiBRGfJ3J1nTHTGr9oTYQf7pFU4fY3Wo2q3sbBhpnXK0BA==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1730013,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdweBZCRA9TVsSAnZWagAAknIP/1gLXaeuvrMzpz2g52QX\nggB/uLo8SPoEl9JzQKAj2SkPBtHqkOhNf5UUHzdh8iTWwFJH1bdt5AWpeuKv\nNxiZ8jOSU+Mg9dSfv+KZe6aCDdyIEmJac5eX+54Nu8MVfHer94xjtbd1+85n\nAknrjg5X+ul/DWOwnuyELErzZtzKKRvaDv0reveJRBzzs4AVzzjRU3XfkjIe\n+TmsUsUR9iKO9ZT68HZXaEnfx6YmDjUSRUYX9je7WOMpFmgCFiXuKSNjUmH2\n6NaOrs2TBCO/wDLiHSepRhxG0zHHAa5KnXPAKWWkhye91WSSqlfm22sKroLv\nesZ+2OzQN1Zl9OmrPNTPhV3BjNE7fBITcNKKZZhGRtRzAQZgs+Lc20HVq2lE\nqVNNPChQKhlLB+egW52xl3Y+sg3Kg6BNumL2kcvOOIyoYklU4xvHOLV9ofUy\nF0VFPel1UFEf4E1VPwyIHKrA4pMPO99G6zFyQdGGGXG79vcYfKs5qud6H3QN\nyouGUfrBDqkW/WZ2O5+I8Zq0oILtBvBgAuW5fWACZ6g3acGQOH5GN5m1KPVz\nzNC5dibBZGmVR+zXJUBtFyxQt42uOZJso/Vi87ao+bJTt/gNA807tDHmjRQb\nbDjHCznrGrqPNW2U2UKok9KpC1hVZIRXcokj81HxSFiE8Lk2zMlBGtNMYi3g\n2Rg4\r\n=YQAM\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "c23b59b41ff6d824ff466ae9439384ececb6d770",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.6",
        "vscode-languageserver-textdocument": "^1.0.0-next.4"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.1",
        "remark": "^11.0.1",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.0",
        "typescript": "^3.6.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "strip-markdown": "^3.1.1",
        "mdn-browser-compat-data": "^0.0.89"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.8_1572986968765_0.3837857599215062",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.9": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.9",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.9",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "b27f26c29f3af64fa32eabb7425749f95f64036a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.9.tgz",
        "fileCount": 70,
        "integrity": "sha512-9V9G7508ybFcn9gQpuucEZIGv8kKlBMEVD8lFFWwWS1yEonKchsxIGJZFbmSGr/n//2anfya8F8yL5ybKuWIRA==",
        "signatures": [
          {
            "sig": "MEUCIETTuA/TKaRNrLvMG2wioJKNG7k06/e3bKwUn3AeMrotAiEAs/t3R4n1jTveeS5Ect9ElPiGyTnc2gB1KKkMN5/lMkA=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1475844,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1D7QCRA9TVsSAnZWagAAjIkP/RKMtMkZT2Pxn6l7Ezqt\n+wA8QGUenBTyoLJDx103J2QlKI6n08zHxUpr1IQCJxy9orCRgQOpwKEOpTLw\n/CtaX9thvQe7UgvB2iUYxqzZR0PFI7xjMWTOnlWm0A1pcQlqbKaoPVv2iW4G\nBc+dsFZWoirTcmpc5UaF4CtzwEyJ2MZqmNAPeoTmgW2rIF8vB5kSIjwimpoY\ncUdZQeJZGbNLTO4JhxW9oNjA1HVg8kIaaBi5XlEv8trzaK6nOqBBETqrMcao\n/Fj79fgBYBywnxV9kiRkKZ70Esum8sORN0kbcXfD0VwONXH8Hg47VXuNAE20\nkYsBYJRueeIiKei8mCGDPU3mjo5eVZWK7MNaDJHRLjgmIOTcahNnk2mVIihX\n4JtIwudso2KygYPXu2MyWPkLwwVBALp8DXShiv7AAMEuJwm8787pmBXdgGqf\n5SZfd4gKern3C0wCJGBZlQu5cgJ9y11r2LPUnNUjasshBoMj3gr50nGInhZW\nS/qXgmLgEZWkUy4X7VtkrletuhLeLfzYyXtsdzzAHyCRhLyNlOeFiA5Qd/LX\nGJvjCmtZEuHrXykgVllYQEstcWBuzFqMEfpy6lQTqpTxLOzYk3M7hyEadpQb\nGGXgxo/ybZisXvIB3KLXHP/Nt9yn/h0+OfedXTO06DgkH31ZlUU2/DOJqLhi\n9eli\r\n=vgFF\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "56189b2c4a2e2f5ea254c4f65e5264d2d5ccb492",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.12.0",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.6",
        "vscode-languageserver-textdocument": "^1.0.0-next.4"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.1",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.0",
        "typescript": "^3.7.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "vscode-web-custom-data": "^0.1.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.9_1574190799421_0.4898303744553705",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.10": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.10",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.10",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "da426326833770c51712abb2c7473b9b30bf1cbc",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.10.tgz",
        "fileCount": 72,
        "integrity": "sha512-8P0QBtMPJ9nDMhW8MF/z+5JGg6rK6UOa9po18KIleNuV0rDHU9CAqDyUjxW0CEfLrHYz6dQdkW12ZTClvQnNHw==",
        "signatures": [
          {
            "sig": "MEUCIGNGvBBFMWlbqDZ94UeFujC2dBPWX3VKWHRNRk+HHnNpAiEAk2sabLnQMFj+8Ea9qPK48U4ht3IB0/LElnvWbqUkhik=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1479496,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2CPiCRA9TVsSAnZWagAA9dwP/1HBe094pqS1+X/3VuEy\nrCVkld+5e8pbw5pJEtvP2zuJS5QOV2BRZDP3KgB0VyhSR5Ja3ha0HctGmyI9\n51c9rH2PEasfxiNUUb314lOqK1mM0+887i0w3vONVMonOAetQSy1NelfxiqJ\nJyA6CBPhZgKL6l8e4OlImUsWb6LbOzuxPsJ9dNvEVV/YxmTXJqPYAYi54asF\nV6yRFvog4A+giBucJskJPlyygM4EoTcjCNRgPyc6Z8tcvKTaLSiLKXymgifM\nXb35GG8WnNsj808ELf2DFCPxHHnR5Gx8zHl2PUwXv8HRsTwWIESn46KUN/5w\nPhvBxIIt9XcHfJq+Oq06dVhrXTz389uLUXYNIXUWTRj3/FQvimfI1sWOwPVj\n3JBs6NxEodOPl4UeH+Z+JfxiGE9URwe074xlqYOBxCMkffWZ1TQtMTej/bgp\nc8bNgbJoTKy+oUJn1Qr6aqDYS+AULgEYLoBNlSvwqXHWjAcunzPOvMxMcRK6\n1HZTM8AYNRw30zWJmB8Gxj3JEQYY1t6KjtaNy4/xlmIi5AJnZzD2tIjJEe6W\nwvjqnZF6bNIBcq+fZ3EESBBfhGLh5bbKQgNDIJrmvxwC9cq53xJV6H7OMTpC\nQFdPcZ8GrIguucEP4gyfePKIE4gR/kuxd9tK7cBHDmJthOUMX9sYFl3Yg2V5\noHju\r\n=yWZi\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "ec6a158ae781380ef5144450be6b330f38198b8f",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.14.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.6",
        "vscode-languageserver-textdocument": "^1.0.0-next.4"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.1",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.0",
        "typescript": "^3.7.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "vscode-web-custom-data": "^0.1.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.10_1574446050290_0.1358887361810106",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.11": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.11",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.11",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "4bbc30af204b72a29f23334fb5785a5eca763cae",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.11.tgz",
        "fileCount": 72,
        "integrity": "sha512-Uj7+WM60y3ptnYxuyWTuy03egAVXHUhN0y7vcGW+0EFAF/MXfRhVYZNQdQAK5BVhA/RjJ8bSfEPWXEzpWShY+w==",
        "signatures": [
          {
            "sig": "MEQCIDHCnUv+JUCsfb7jDn1Mo/QRCa9q3bOkBVRvFOdR/dz4AiAFCay0in1GJdSUTNWYpCtMFfsnnbJYL6Bdqj3WcfX9Tg==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1481650,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3xx5CRA9TVsSAnZWagAAg94P/0wNAFMGF1xgmvDno7Za\nCTF0jrfmLPAsnr3101AZFsQiuoRbPgS38YGMVYEqYf09ASe/3KidYJiZgEnv\npO4QGVurpDQv1OHljbjWkdsQI9IJvX1gJxmvv0LQpdLrOmTRzX50nRiw98in\nbSIcNC7lSyBLYcr5+LKprdRnDtGyp9bGk1lj0fRgnC3//UrKKE+n5DGRa+Gb\nPa0zVOEwUTFqhxb5CcLpnF099FUPvAT2MXIS5zM8yg8UoBH0KL7jrlspz/fu\n5rc9g+T/d4FgFoZNxBcr+Uddk0tE8fGNk40IJUS7FwGq1gZVMUPlcR4kBzNM\nNZTxdHGH/ewrBaNNkXrxb7TkvH2C6ujeHXCcrNfh667W3CBiDB1/PjDhsrcB\nxaOe+/lO9QEYj8u+gZ1EUJWPYdPrcBmV5cNTSQW4q/hWUGhb8xqbWyFzJSuk\nRUji0ukAahNS2qX+l32d8gJpA9JNRfo8LNNJI0HwdU70G2dtn6oqX+bhXGTB\nA4MOV8le4svoicbTFT9RUmMQJrliq/Kv2atEKKSjZx/NF5mBP5WwLKnjtEn5\n5OVupThRQuh8ORdfwxkkvHlXEwLGqc/X79nI/rxp66yUrkPB2moJGFvhaL1r\n1gm/dQVDifOnpTL6Vg5bMsd6RSdlWwal7ocQp6i5bTB5YXg428ZxEj3ltxNA\n87dA\r\n=cdEk\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "da1d9b3d9fc3e62896f76a2d930cc0ebea7d3fa7",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.10.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.3",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.0.3",
        "vscode-languageserver-types": "^3.15.0-next.6",
        "vscode-languageserver-textdocument": "^1.0.0-next.4"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.1",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.0",
        "typescript": "^3.7.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "vscode-web-custom-data": "^0.1.2"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.11_1574902904622_0.08914177105335042",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.12": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.12",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.12",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "03e16fa551aefc1c22f6ae27bac09da84c5e19a4",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.12.tgz",
        "fileCount": 72,
        "integrity": "sha512-/wii3f22RildoI5M6Li2KNMeHTS3xt3ECgQmu5fGkG57rcxzIhO7XlKlozBCG+/NHzWss0lB30c0nfWvIKsn9g==",
        "signatures": [
          {
            "sig": "MEUCIQCE0KPgAV7mjZNWbRYY2NMK/SPFamLX9xWWqG48+VWNzgIgQpPmVjQivfiJ6resWRhEX+PU7g8U9/iUwCtmtKjq1po=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1481581,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd95wlCRA9TVsSAnZWagAAAJAP/jhJy6Or6BJqMP2MhbbY\nYdMOnW51uX5PjTvMLQ4yToEUtagjCVXJibPuaeUdfIxLXMP0gunX2ZWQpue7\nEfdKFIx49bwsC+cv2BISwIQAa2CLTk/qhga8UhyXL4kPqRm8h03PtRqQuD5Y\nh/3vMyxDTsucPzXpLjuaY88JwnQonvGzuL3udLhm2nXfe6JZrRMPvaUTn144\nAKEiT2/BYpyvbksYENORWpAiGecOjDb9CuNG4V/2cEnp/PvWqjajDfoXc6NE\nyPr8uLEA+CDcLuDDpIqOKyr/CLdzCN9UR9gUccswATT0l7ay63w12Ogc/vgx\n/X3sIp+2GtikdfNlugN4ZcPYBVD0hBs69WB7lfR60cRvtjra8Uhmsq5Ib4gJ\nCVZ2nOeq3LbhDZInfBjPETPBWmoA0FjnF0hmz8AWczjCCIkbqrVcYGF+YvIs\nXO8Vajsr+wWsizUd3iPm9wukwdzcI2ufaZGBghoaswhShcf2aMlMLq4GYcnB\nQvaKhf/jXaB+EBW9H78ZdIvXomn1gKPZD/oMrNVP0KD9FoVUhrVG927Zyh8K\nDz4uqQnXjGFmZ/NBLF84VVDrTJN3Hug1BC5lxs8iO39LWK2C4hiv5114fvJl\n560NZqrYasRLse3e4JfqydGGjwl01hdoNe59p3Oo8H1QqaxJxSu9I80I29hh\nY7VO\r\n=01WG\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "ee6e0e396cf30541c9148bbe37c808eb2b0021ba",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.4.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.1.1",
        "vscode-languageserver-types": "^3.15.0-next.6",
        "vscode-languageserver-textdocument": "^1.0.0-next.5"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^6.2.2",
        "rimraf": "^3.0.0",
        "tslint": "^5.20.1",
        "typescript": "^3.7.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.2",
        "@types/mocha": "^5.2.7",
        "vscode-web-custom-data": "^0.1.2"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.12_1576508453168_0.9657160894449819",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.13": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.13",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.13",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "64b5f9b0ab7e35873124e2682b3e3c2bc422812c",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.13.tgz",
        "fileCount": 72,
        "integrity": "sha512-vwCOLoC8A1EYBa4Wz8WP9h9oelPnhy8a/t7cgxSzVuj59nlNdGXxtPYLjt+tfnkubO3Swrshswu4aoAtJtSYmw==",
        "signatures": [
          {
            "sig": "MEQCIF7Thoe9FLayb1XRT3sHCmsuHM1pq+htOULYfdVhI0nbAiAxDJMWZHKmVvPWSrSfEJK6rl+4IK9kDWGqIEKL9niD7A==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1481577,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeL13RCRA9TVsSAnZWagAAIJoP/3PpvEVy/kMp2HPvbskA\n7xFoBX5cOqZ/TaNCP+AF2VCIfoKr3EADDVGWxvLziM69hSoDvlCFZOcpbsoh\nFVcNXIBmV/5F2PmSIyzPmlqfUFj+dA7A5/DLDxtwWuTlZQ135dXlhwv/yUuP\njLqQpi7n/Y7R2wkrdzhGeZRY6NofYZa97/Jt//jQ/rz0eOQT7ncmLd/SjBBw\nK3d5BO0nBxKJU6nRTm6e0Jo7OtfYwFWffUNGkCVk5PuL3ctmin5RhQkhCVSd\nA2GOeEsGJYub9FbXUVr+LqghxxvkRTZzbY/V8bOQdHKURcnV9qIhTp/pQX6Q\n3XtxUMG/CTe+ArwFJx5wCMykcjSKurVuQOA8KR1YtbJEKYYtjvLed3gs0y0X\nJNKq6F3/nW606J/6j4r3GZDtyWqJ91IlIuNKeU4mjTvqEaJna2z73HRi+Biq\n1j+FZh9avV/6oDr0ety/sK0NsCA0Hz4eEsjTO0KbXaYSS9F8N52mFM9XSLZL\nnRbOVUdW/VNacVApqj5P3/JiCAprh7Bm5pdSITs891A05IAQiPybWgVtzw8a\ncpTeTNMX/sVosmoXDTplmvNdtyL0KWQe4mWKoPfsb3rzxk/Y03/ndXJDgGUf\nJqgKDPIz2qHfmJfir3sUlmWf7EodmLNLv2uyT1kiSPCKEJQyszEoaw0Qk/KO\nOwMR\r\n=7grK\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "b1794460a652b465be267adf8f61141f24fd99d0",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.12.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.13.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.1.1",
        "vscode-languageserver-types": "^3.15.1",
        "vscode-languageserver-textdocument": "^1.0.1-next.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^7.0.1",
        "rimraf": "^3.0.0",
        "tslint": "^6.0.0",
        "typescript": "^3.7.5",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.3",
        "@types/mocha": "^5.2.7",
        "vscode-web-custom-data": "^0.1.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.13_1580162513472_0.4576277297258835",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.14": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.14",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.14",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "143cda8d1b032da3506de2ee7c352f50159edc7f",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.14.tgz",
        "fileCount": 72,
        "integrity": "sha512-YQ1nYy3Yqai+mrvORFeJW1/CvkBd9y2kYDOvfTEmt5uCd7+7iMTQLdhPFWwlx/GKDXuvQJoJ0E3eNd/gGb3cvQ==",
        "signatures": [
          {
            "sig": "MEYCIQCt72hihUexFO0KdVaZZ7fde2R+uTijBIB2MGt7m04N/AIhANk6TMCoaluSErcwGjSkLoN6wAaEBYLbxsTdOn7WhkIQ",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1483249,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMzUICRA9TVsSAnZWagAA8xIP/2/nmC2ExfMK2owRAexR\nW9NNibRvv7S7/wY7p6SAmFKSwJthaaABz7cptd0P70fwAQ3QRHrgsv7wos2G\n/o/MZqVMSWfKQXWCqhQdEbRcD5qUxCPRe9Yzfm8jIpDjG8/Jl3XsNbpJj1so\ngigxjVQQ2vpcIgR90QLg9VC1aGX4qdsulp2yCidom37Aef1eRjBaasrPcyZ7\nkoQoMz3xrlUWXFE36d9tDjqLwyif5GayOPj24R27aT36Lyq67utqCGJ3HcAR\nN0vbqHY+E0lBNPT2IeoqqWfOrfD7Nw5Ah3grcVctPVpllJzJm0Zb0CiU/HHQ\nZqlIFmyx40QoI7WLM437aSTgJPh2CLVgE8z6bs4N4Js3jXPvTPUdrHgRsvN0\nj9zIVCNdirH6B7uq8W7OoB62fypgStnq5PmdmFPQMR7IcZzUjPMfbXTr0gcH\nuC4vlq1Pby9cCmqWO9pC+RSA1XNP+CM52JzPy9s61ZUATkG5tq5ZfJ21bpJ4\n8/c+EawDrZlsdQpAXsccWQVt4ncxrU+CgLlKS1i+v4Xbip3o45/C0X4KC0yI\nfqcui1kHbYBHI/rPpMN4C2sZD5rX6aN9XbJ0i5DdBgrlxiVYB0PWfB1B/NI6\nd7rfhQ5v7ZPpu8MPKDpk+Q5jTWI7u6k76juTBLxmONAogfb4wWPj+6/+7tt8\nx6YU\r\n=5N7P\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "b2499a5fc15fbf4b13ee08cc4d34a3f3a521c2c2",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.10.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "10.15.3",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.1.1",
        "vscode-languageserver-types": "^3.15.1",
        "vscode-languageserver-textdocument": "^1.0.1-next.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^7.0.1",
        "rimraf": "^3.0.0",
        "tslint": "^6.0.0",
        "typescript": "^3.7.5",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.3",
        "@types/mocha": "^5.2.7",
        "vscode-web-custom-data": "^0.1.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.14_1580414215860_0.25772315213859565",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.0.4-next.15": {
      "name": "vscode-html-languageservice",
      "version": "3.0.4-next.15",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.0.4-next.15",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "7214ccd9b4a06cf138b5945d9fd88285a0add490",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.0.4-next.15.tgz",
        "fileCount": 74,
        "integrity": "sha512-UmUm3A1ZTj+BloVIyel+5pK/nfsqRfPLXzl8BA9O7v5Cj64vivddABvNf/rW1US8fzdikFNZNloC/4ooqxB2kw==",
        "signatures": [
          {
            "sig": "MEYCIQCsY/RJbUgvZv+tiwnozpwXA5yfEY2uWppN8BazOq2DXgIhALNWdQBUr2FSYkkEzrXB2bDD/T7YuXoC6lV8PZD3akek",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1487078,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTuJnCRA9TVsSAnZWagAAsooP/2ZlODCRuPwcA6wIx+WH\n4ywjYNnZVoKRMTAHwGxSi/wEe8VHlz2jQo4JsDMlOjxr0higV4J2wOqMunbl\nG5ZqvkeiYKo8/rDLNDSmoXPShlHVkaLFCn2nIeIk8+ZCB+rNXa//IskeEheb\nNg43IjEh4nssJCemzh1eGMEP7IcytvNkzKHtAOZ9wbKNkmlNhAV3P9IzjaU3\nJYay5n4CU9jhYYWEHekX6qEcB8y+ykjgsdPuUeuFPODuXQKD5mTap1rEitAz\n4/M0H1WUGNtXYugD3q5hTsCDOciulrlMuseTp9Ty6wCjpvRl8FiWc6DwD2UH\ntk6kgZP87SppT/dfCdxwXX49jQzQf5/eAM2VveWSXWUwgTWkitFmyJJUeFYd\nt/oSG8FduDz42gR03Dzn9aF+mQ9M4SZqLgV8MearkmFguo60pT0kmN99qXar\nzAf/D/VLiUYvzzuugrxkF4MF7xYsovXEqSUHb3T6eKFkNn0qalBN7qs18e9M\nDaGzkEIfIH6NkUnMoNELDNgeVvnDak2VR8qoKVwf41UiM+axACK5DNIpHvRK\nnLWvp3ToBUr3AsB0Su1JJj5qLAszvf51Bwa7ht7fQLRGhtHeVcqHlWH2V51d\nbuQP3EB5N3mlg30ddQi0GtS6q8hZwvyuXB7VBNA5IxqasGUdn/fcDvHD6pDI\n08uc\r\n=BvM5\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "f4777d03d92a79e70d09d3c44e1a835cc356a9f4",
      "scripts": {
        "lint": "tslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "octref",
        "email": "octref@gmail.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.13.4",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.14.1",
      "dependencies": {
        "vscode-nls": "^4.1.1",
        "vscode-uri": "^2.1.1",
        "vscode-languageserver-types": "^3.15.1",
        "vscode-languageserver-textdocument": "^1.0.1-next.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^7.0.1",
        "rimraf": "^3.0.0",
        "tslint": "^6.0.0",
        "typescript": "^3.7.5",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.10.3",
        "@types/mocha": "^5.2.7",
        "vscode-web-custom-data": "^0.1.3"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.0.4-next.15_1582228070472_0.3377748915306138",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.0-next.0": {
      "name": "vscode-html-languageservice",
      "version": "3.1.0-next.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.0-next.0",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "cd3efee3729ede804e82a8a1ac44bd6ea326d237",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.0-next.0.tgz",
        "fileCount": 75,
        "integrity": "sha512-DaByLVmFQA0iLoYi6PzwlE6GJFZxvBUan0Wz30qaXwRqwrTG55Xq8n7Y5e6JHB9zixYyo1jhsQdQq/+rT0tv5w==",
        "signatures": [
          {
            "sig": "MEUCIQC/npyK9eZ2Xdv48urLRCL3wRRIgypgSd0JGtTZ3UPIOQIgW5khl0hZB2zr8hBoPXG2WMiJeJZaWGjt5OcDD4fjiw4=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1488616,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJep0kbCRA9TVsSAnZWagAADpEP/21I4EPSDlGMUmSuQS7/\nSa5dLPuNvpvXmnkLnJZv4LUIDlzJU6MNX1W0TPrpX73knlyJQoMkY+bapm0a\ngZwKneg//Z4X4VDkx3Bwnm0lUha6NvsfKVg/ylKYb2KYsAXxrU2h0LZt+jKZ\nXGM3UJv4uQoA6oUkNL5zIrhGBM6QDz57E/besK62hTteCj12Mxb2LBvHQ//c\nA8KoCKZX48406zNyFp3Xl5a0mWVfgFVz5sdWufo5IOAoSrhQ/j1K1cRyTbpY\n9UZsIycyzGDk5DlkVnySxm1msF/q6vCGUKHKyteNBR2MUmQ9JMk2dmua/0iI\ng76ysHDz+f8ZH5PtyanKKWyeiokOS0vdXK+uoWwdq1ZfnuW1cynduV9AuJBw\nMiwnGaxITjY2EMeKJvHOjpzvTb/izNLB9D1SBAyV2rCMmce5H3PFS59RDl2F\n2ADEzeOO79qoLjcRSbCwfmuyA+iv/QxPplNsHXYLAFLRvYC0JEKUB/KRUl27\nLStW/pWGv+q+PjaGy/tgnXcfwwSVIc93szLFQzED4HsDaxQwCp/jrNXeCzFI\n0/C3SrYoi6oYYqmihmFeBwW/qCVwxMw3L5cXxSe3ndY88iK4jBiD6Uws6CEC\ng26zB+xYzjReH3P7SxjTRw3x9xrJpqxLMsuF9bW9koQseMX4S/QH/JMEhlFh\nStKU\r\n=EPj2\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "519aa16fcedfd5cb9f28b5299e658e74044c03a0",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^4.1.2",
        "vscode-uri": "^2.1.1",
        "vscode-languageserver-types": "^3.15.1",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^7.1.2",
        "eslint": "^6.8.0",
        "rimraf": "^3.0.2",
        "typescript": "^3.8.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.11.0",
        "@types/mocha": "^7.0.2",
        "vscode-web-custom-data": "^0.1.3",
        "@typescript-eslint/parser": "^2.30.0",
        "@typescript-eslint/eslint-plugin": "^2.30.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.0-next.0_1588021530979_0.37109162165435317",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.0-next.1": {
      "name": "vscode-html-languageservice",
      "version": "3.1.0-next.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.0-next.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "d981cf3026f24c674f749992a72f5c0aedb76e7a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.0-next.1.tgz",
        "fileCount": 75,
        "integrity": "sha512-p/R6yIt01rFL2wjlSOCYSVyELG6t2zOLyoVrJPXHFwuQ25Gi3NRHapE+2tXCqJjd2Ff2Bqu2Cs3+jf1DRS0/zA==",
        "signatures": [
          {
            "sig": "MEYCIQCqBuScq5txdOW+MMUMI9uj0IJNdqyxSSUmtvYfhhVgjQIhAPouUiFuUFmCAWCuK/mT3nTYZCg8EymleHnc8WcahXbX",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1491144,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2VWrCRA9TVsSAnZWagAAZOcQAKAbz8qriH/MljnsOjZ5\nDfVPFdjjlY2qRY00/9JEoV/N7ZVtpndaTJWSt2fagSJHSV4I7GoErIS28dBw\nmZmDRA/jsqoy91NbXd4PBwbAWQzqAYynF4+ZkemBuF1xSc/qlPbsM5mZZjux\nFWnJCQ+x3/Ib9B+K0hi2DyCM2FdyQpQUqarCWBky/1T0GTxl+8iprz0D5ktR\n4qtXDlgnZ7X6bG7HBqDgEG+3onHIJMENKsr6BmF7TCMMIarJf3iTVCesAE/w\nnNjONTdC2fN9f2uua5zg3dL4WaErqqiznHMkm/jM9I8kL0XuxZGIjQALb2E/\nTmoCnRzjm2hOtYsQ6921a3WGGTmMwjc6hKDZxITLVxI5rwRjEsJ2BMC5nMjV\nMao0BNATGIElQ3iwbd8beBw5diRaiWlFJ6zXY4FVRKwp1l5LvXcTq/vm4PP4\nDPZd9BV+hLgOihtX0eab61lwrlXcPe3OmDICNqbwxqhfT39gDhMRincGN9fO\nB2y77X7Gl9QcVRDUjyDhyqOUhI0FwzggOLg0jpFBhO0id8IBoGIRt+WJwSxl\nnaJyEzopqR3RRM1WGizb3AKhbU/+KdXI1QejtW5oqG4prNdyw+OryrIvlC8g\nJnTN7Be+c6sbrZigMzzllx3TnH/znMtLaH1wCNnNlJLuelKcRuuHGeK6nZz8\ndQVU\r\n=g75b\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "519e2cb77208c3212d43dbda9035b1f56b9343a7",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^4.1.2",
        "vscode-uri": "^2.1.1",
        "vscode-languageserver-types": "^3.15.1",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^7.1.2",
        "eslint": "^6.8.0",
        "rimraf": "^3.0.2",
        "typescript": "^3.8.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.11.0",
        "@types/mocha": "^7.0.2",
        "vscode-web-custom-data": "^0.1.3",
        "@typescript-eslint/parser": "^2.30.0",
        "@typescript-eslint/eslint-plugin": "^2.30.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.0-next.1_1591301547495_0.10353707515402033",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.0-next.2": {
      "name": "vscode-html-languageservice",
      "version": "3.1.0-next.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.0-next.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a6ad42ed0ad0adda9ad0c5d34b2ac0d05076190e",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.0-next.2.tgz",
        "fileCount": 75,
        "integrity": "sha512-cohfk2Ez8MrnT/8upnKsOc2FK2T+lU2LsBgg0L2P2BHjVzq4LMCOiYcwNeq+u9y2L5ck9E6SFw1BTdyZ5377KQ==",
        "signatures": [
          {
            "sig": "MEUCIArs23+SXQbuBFlMiSjuJVFIhkEbKGUX0X9FbJfTryT/AiEAhgqUbDD48ctJoVs9oMzOsw07kepZD2KhuMjbCPZ7kAY=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1491146,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2mkbCRA9TVsSAnZWagAA4jEP/2qMcWxbigK0nxOKlQo6\nST+ZkYsl0Ik2HIgepbiqZ6z9A//g0H3gCaB5YXKx64hGO4XhvL7junLRZk8M\nHKS8VS6Us7nsbCO/bp18vbjwpTXvflzX3Std0F1TueRP6WYYIj5Xh0PwkiUf\ntAsnCLCMSHT97I+IhtT7qFja8SKKKrd7D4SN3UYGGCpmI7P85I0g78Ym0QrI\nQLlfgYyavU7Sf4CCeZUkOqEaF0Bjw+toRTuX9Wx/ChER3NcpVdgVKzMzVxJm\nzrlOFwyOl2OFn7mZeL+ynOEuNK7GyblKj3LYQYzLyJImEH/t5P3dHvKwPl0Z\nmvjycKs6+g8zuNLeSuR7zKAA7Ne1s2vkLSQldOBmjwJ35OT1sIO9u8Spc8yX\nYL2/KANA8jAhgpFkPdkNnFiLVAAgjhT/N8s+9xXkmObXHMGRAJD8x/0MVdOv\nBQYfy6uwxVXXrMV7/LagjtPsPN24fChEp8/eN1ro80RElCWjszErE1ZPwcLz\nlO//8iBl4JP3oKzAyHyZlc0aSmowgJLKcRS+Qwlk6OIM1f5MvX53lr4O22ZV\nJyHzI6XHrPNiKPDTjV58PgGVQkV+uJPqnnAInE5NrXZ/C+fWG5/EFwqOWCCD\nksGotFevDorKjUXgzxX5Qk9LVIlbSPLj4jQl5i8PMbJwKTsq0wnialxVNhRR\nHPPB\r\n=KD9r\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "7218142723122d7c783ffd2e9f3df9740649f984",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^4.1.2",
        "vscode-uri": "^2.1.1",
        "vscode-languageserver-types": "^3.15.1",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^7.1.2",
        "eslint": "^6.8.0",
        "rimraf": "^3.0.2",
        "typescript": "^3.8.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.11.0",
        "@types/mocha": "^7.0.2",
        "vscode-web-custom-data": "^0.1.3",
        "@typescript-eslint/parser": "^2.30.0",
        "@typescript-eslint/eslint-plugin": "^2.30.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.0-next.2_1591372059218_0.9938423524048221",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.0-next.3": {
      "name": "vscode-html-languageservice",
      "version": "3.1.0-next.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.0-next.3",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "09179c170a5b8fe903310198d7bd08bb7817151f",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.0-next.3.tgz",
        "fileCount": 79,
        "integrity": "sha512-dkwk93Q1dMwnoIbSvHxY6eRpspmYyYtucALI8xhmA40HLHza6ZttnXbaeM+0c4LqTKyWSAeDZRrjKEg8lkSDQQ==",
        "signatures": [
          {
            "sig": "MEUCIQDyvmHOJO34T0fvWT9tzumESKcfyC0VbMaUlHz1Dm8SXgIgbAMb5fipyQ0uPU2guRWO4O6uSsUZqtAj6uJSNwiZYq8=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1534015,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8w5yCRA9TVsSAnZWagAAqnUP/0mDkcmC9fJ51xi6wqOf\ngQ4S+XwdwRI320BswfagxnikMW2ALm8lHGd3FeLvXuu0KZQxO4/n9pWPoK4s\n9CEt9mFw1mfJvw5K6pNS2DF4qY/a+0iCimR5zLGG3XkIZTKwnGXDTY+dZepF\nCgT8FNSJgtjhlgCNOox8WXcesPTxtD4hljKuTfGyS6nXHEexf+5THg1jfixD\nJuEqFG4YOI3x1gQlqUYMFQYOYXNDMSp0H01sDOJF+pZo0dLROwf9mm4/wVv+\nm60PromZgEZs/yD32mZr8O7qaretPep4E4Nq+aFE5xA8rJX1FqLQ+y7LqHbc\nnxPHXX6nFaCdMmfd+/HZ0CyC/omifcZ3BX2+N5dEdAP6T2e+H8fGs8hcwuM0\ntFOaTKUOkHuGBLGNN1UK9wl8/FSK3bixe+4uUIy/QfzCXFvm/LHakL49VC7z\nwY2CJnw3p6lGO3ineIumQVtVZTutwNm9IRVefXGZp2rLa23NbJhySSkhXz0c\nV9oGqzyaDQKPxxmAlo1wvewqSKKk9L4caARAeRjAaaohl3R7w/ek/69/2Sni\ncIWqE+FC6MBwD3tSQYGBfF1rLUl9+IdpLbl3FcCup9QGNhkybJL/LqAgB/dC\n8wk8BgEGHDvwRBCJl6+fYovUeNLM/lHZDvAXHpNbXFOZCleSuHON9JNHhX3q\n8NCG\r\n=OtdX\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "e293417ea7969590949272db5cec20292ec662e9",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^4.1.2",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "3.16.0-next.2",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "readmeFilename": "README.md",
      "devDependencies": {
        "mocha": "^7.1.2",
        "eslint": "^6.8.0",
        "rimraf": "^3.0.2",
        "typescript": "^3.8.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.11.0",
        "@types/mocha": "^7.0.2",
        "vscode-web-custom-data": "^0.1.4",
        "@typescript-eslint/parser": "^2.30.0",
        "@typescript-eslint/eslint-plugin": "^2.30.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.0-next.3_1592987250458_0.13795907583988742",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.0": {
      "name": "vscode-html-languageservice",
      "version": "3.1.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.0",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "265b53bda595e6947b16b0fb8c604e1e58685393",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.0.tgz",
        "fileCount": 79,
        "integrity": "sha512-QAyRHI98bbEIBCqTzZVA0VblGU40na0txggongw5ZgTj9UVsVk5XbLT16O9OTcbqBGSqn0oWmFDNjK/XGIDcqg==",
        "signatures": [
          {
            "sig": "MEYCIQChQQGJrxiBpKuzcxY3SkfJWKpiNnka1nQXq4ewilAiBwIhAMNB7Vy+z0beq70n+hJ9ebmOVgVNiOFRREaSJ68fvZnk",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1534763,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+eS6CRA9TVsSAnZWagAA9B4P/RY//Hk1u+kGiwwC+DZX\nxtkGbIJQxiOoWPv0CeQzsNaHNHXK1CEvdenQqr7gdprldrtEiwgYtuL2VYXD\nx15l98m/vc9HV5/7VDlETIPgWwHCksgPzgjcdZYlZEmndOGSRIH58QrT/NFB\nSnBch3mRzlQEKvxG/hh+r/sIyp8XGEQjL3fBk4oQVx4MkIsLxBVjgagNg7zf\nDPR7wucraM0vS5JrEBndJyUQVXOwI/VZjcyTd1GXNOeCFGjwNIIAwbz6RzY+\nOga7I7LocH+8jvzAQ+aWOpibrrQ41Vr0Gnn9RAOYYUG8+RJsD9RCaBP1+TGk\n+IhR0/H6lR/jxnmCQuXmDcwBg0pljMNDM7DIy+g/aoLxb8tE1e3W3dCp1C33\nCrzgKehN4Th4S8V3FqGaYHPuUlS6TCvRslN8o3S362K7IZyjZfz3X8HMCdzU\nlRbTR2Ie71/EfNiU3jAkcshMpmZb9dfn+DAzNL6ujJbR7CBtcZRDWbls5tbd\n1ZcziE/vLB9X2x4Nlc8dRi2iJbO3PUIA94oNBzE3+ET3//576sizQ9N97+WG\nG17hNZq4lpUiZh9cUyNZDzH0czTLpD5Bpf0CAsidsWFR+VC/f5wo9W4H392L\naBPxr6TD25V7du4wbbWL0LTnUsQX76eeT7vCG44J2xt9LxxzqnZVmN+IwW3U\ngTnp\r\n=P2Tj\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "ed7aa1b4a0265a97196ccad26cc495ca1fb9d102",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^4.1.2",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "3.16.0-next.2",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^7.1.2",
        "eslint": "^6.8.0",
        "rimraf": "^3.0.2",
        "typescript": "^3.8.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.11.0",
        "@types/mocha": "^7.0.2",
        "vscode-web-custom-data": "^0.1.4",
        "@typescript-eslint/parser": "^2.30.0",
        "@typescript-eslint/eslint-plugin": "^2.30.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.0_1593435321960_0.5188762190189542",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.1": {
      "name": "vscode-html-languageservice",
      "version": "3.1.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.1",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "ae9fa52b5415f332d73c65c46d4e2ed87ef81c8c",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.1.tgz",
        "fileCount": 79,
        "integrity": "sha512-SKrMnoZtI0q+NJEjNJRgzvQeLih0obRvGLh1r5ysd5YGxhNSZbQgqeEgK4jsGjAp3nr4QWIzop3WjP/30BLsPw==",
        "signatures": [
          {
            "sig": "MEUCIQC/QqyFLdUsNOQacqK5jND9tQOjmda1eSNBn5qstih1fgIgOH7UztscrZQhLzfbSit1ICiWLcAjM+pSkb3sklPPO5s=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1534774,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTVmoCRA9TVsSAnZWagAALUIP/1RSNng2rQdU6Le9OpGi\nkYMfRC2d6vPY/jFhE4D7Wb1cUhLAY/JXLJ4g4FroIj7/OqlprMhlwdAL4R7w\njS6wGkiiP15vYVVX8mGEImlxkIiHxEjzA5c8W6/DE4howS3yp4tA3JPVaqhi\n4ocyL1okjqQspx9fxlIDPyxWEl5zYR6XeCgGBPgSzpPHogCaTLvSzeZWZGdL\ndRfdY3GNyy2rPl6ijF6o1saYTcvBmY3YX1xNvPqgqjh7vheo1ND7a8E5oMfn\npwCjZZajTXwjfH06Wc+aCKBcNX0HFgTTFSm+v+1elX1FR3uVNd7i20SaFxXx\npUxrFpkVoTF4n51pld696g7vw0z4Nc6jbM9kfo+hopIgfvMgfEu9KpGOMvhL\nETHOSXaORjQuK25aJhITTDvGhl2FMcfTPXSKwR3yfv6MpMrauUCkapIxWVw9\nM0B/Yjql4W0ZW6B3icE/6TKpDMjcctGAk7bB4EymHF97IgHiNO/K8CtnKAqN\nWaIlgP4enOnogw75cCayUSv1C5yDT1dEQpNVuyMQkD7KyC7K7Y1u0tCKIAP+\nDaMapPvs2e/lDD/FDydT4nbq+6eBo+++s93n0JvWbv+C16YzWkxg5m0fYn7V\nBr59K9PAYQWc7rN0sfVm1Tp6mMWFqsrJ98DTsvDNMwlGNQZGAKUEpRDk+VOB\nPVMD\r\n=lgfQ\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "9c19b181e8495a9b99b806ff16f824190af77403",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^4.1.2",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "3.16.0-next.2",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^7.1.2",
        "eslint": "^6.8.0",
        "rimraf": "^3.0.2",
        "typescript": "^3.8.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.11.0",
        "@types/mocha": "^7.0.2",
        "vscode-web-custom-data": "^0.1.4",
        "@typescript-eslint/parser": "^2.30.0",
        "@typescript-eslint/eslint-plugin": "^2.30.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.1_1598904744101_0.9977394192771645",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.2": {
      "name": "vscode-html-languageservice",
      "version": "3.1.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.2",
      "maintainers": [
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "7598ecd99a314f3f6067c710faf9207ddf5875e7",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.2.tgz",
        "fileCount": 79,
        "integrity": "sha512-ixdcyb2xBmwNTuMitT6vNbnvHCnATim1ZZC/CxiUtzKImQjuXAT5Px53x/7+zUqGU9RlfkEwHN//slWcCBMdMw==",
        "signatures": [
          {
            "sig": "MEUCICeHm3mUl/g5dtViriKO5IAl25IUOL6T2I6z2LY+pBILAiEA8IsJYH1KzB7okKpwXOO0o82JsXK66id4Gq9OxZbCCBw=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1534782,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUAbqCRA9TVsSAnZWagAALrgP/i2kwUfb8o2OAEf2JVdT\nA86ZSC27LzJGVXD3sP7itkyNXH1ro7gvPDD2mqg1ib6CeARCySmAX5y+snsh\ndggrX469Q+T3NixrV/Asgbn2AcBl0BM5JUGRVIMqj8DiQiGwROl666sPio4e\nR72HYj1lv4jJvQojjXu+HrMvjJNoZdBSH3ZYmrl3MEwAsOKZfFf//2B79/Fc\nTzbNSbsdQNbLQbCHIPQerFGbBULLdIUUSjh7pSwQPEFc0+wlkJazmjxcgGQ8\n+8aDW22fxBeSE0o7sXo/3oUUwLTZ5vGHrGDeIf3O973MVYKf5vjPnJY5f3jZ\nTKp7f84SBK87ADHwm7BTxiV50jbClEX+aVnRLurxoB7zjXka4caaoPPVp0jj\nOgU6DqzSxNyx1pjtOS2RpNJaqw5O81eI7PhHVvqACCmNT2JBfnKa6QsQLWO+\nxrrOv/wxqeUjBslYvrQhi2Er/3dCRatVZ5kudTB85xuJJynQE2W9zOIynEAh\nKXXcTSESTOSUraTskkWSbOUxQQGwYJkjRXITwMPaN1U3Qv0liRUrMKAb2/tT\n2ERgF3OIu13bBva+BBtxY5MIKgHQypSr0f7z8hQVW8+/a9VibEajqoLzU67P\nAjthdVvfpTv9o6aXYSsfvS5Q86PPxDFzOvN+X8Zx9YGPJCXtIVAN20+VnJoh\nZDzJ\r\n=mOhi\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "91dbbd2a35474af8d288f601f066dd2b0b277d28",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^4.1.2",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "3.16.0-next.2",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^7.1.2",
        "eslint": "^6.8.0",
        "rimraf": "^3.0.2",
        "typescript": "^3.8.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.11.0",
        "@types/mocha": "^7.0.2",
        "vscode-web-custom-data": "^0.1.4",
        "@typescript-eslint/parser": "^2.30.0",
        "@typescript-eslint/eslint-plugin": "^2.30.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.2_1599080169360_0.18910124847138565",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.3": {
      "name": "vscode-html-languageservice",
      "version": "3.1.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.3",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "281f969630aa9b567b0ef4ffc64c6fbd3792c6e1",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.3.tgz",
        "fileCount": 79,
        "integrity": "sha512-ViGIfK7D3E99dFXprTenz20M8xzb0+fsAMPSPpz5JrHyBU7hdx+0cc/angDqdSygYMOm8vkbTviXwPtg6P3hhg==",
        "signatures": [
          {
            "sig": "MEQCIC/jNwAFjJ5TRo8g40pHGSSQbgtS1G8DKCuD14qXPrBhAiATiiVFOEoKjinQ8Y2AZbrRJ3HmV4nPRtBZxF77Rb4WUA==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1536378,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYcKxCRA9TVsSAnZWagAAvfcP/ifWvQ9oowosNwVpVn/g\nz1Wlo306101LL/K3fk3grUTOaVlS+x0UCI2w5SiulAdswtbG24ZL7KfFL/ar\n1MzWOK8PGNaKwNtpe6qide70hhQ0dOGcsqlw2YnhkNzg2+QL9J/DgTF5XRZT\nel7gb+KXwr+0mRttFQUIpYByT6kAOn8t7slOPalcaJ8aX57WTmaK1UiX/olt\nNy1LbhRD06FEB/Txp24xQfLW6Ac+HWuaKNlZAYP6xi6q/1E4RHfREhXtemFC\ng5As/D/8fvONhC9rpcePbTIVu4QKFBgANBDELClHpGRL87nYpXSSwDLroI+8\n/z6Oa8OTxnD4HFYyKrzM11KBGchujsHZTDgxw1yCQaCTXoe5NA/rb7trDqAo\noMyEIrAzpxe2mgwJ6ipXzxlAc2EkGrPlI4bNQg2fWarG7WOfncqXy2QCDGBu\n8wtS0cZEUOuDItlUc3YyFyLge3bGvOyDZ8u+XzQuJS2UP0umEZf9HGuPKZtG\nyrNWalz6pQ7uJX5L0VWlszXg3Sk0JdJk11ChmxVjVXNqsEVfYd9NaYeZXnXV\nzR2/ZkSemfyrgK3DneWBqaY1GzIKiUbAYN740jNPCQlyfv0eoaH666VHUEht\n4epl1jD+Alfs1WnI6miSjAEnuI1Ht52/RRfLD78oxMZbORKHtcoFBClaRZht\n8WKV\r\n=V2l3\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "259333326319f210416e87b8631d16d9d90b28e3",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "3.16.0-next.2",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.1.3",
        "eslint": "^7.9.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.0.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.0",
        "@types/mocha": "^8.0.3",
        "vscode-web-custom-data": "^0.3.1",
        "@typescript-eslint/parser": "^4.1.1",
        "@typescript-eslint/eslint-plugin": "^4.1.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.3_1600242353060_0.5361976392113967",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.4": {
      "name": "vscode-html-languageservice",
      "version": "3.1.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.4",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "0316dff77ee38dc176f40560cbf55e4f64f4f433",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.4.tgz",
        "fileCount": 79,
        "integrity": "sha512-3M+bm+hNvwQcScVe5/ok9BXvctOiGJ4nlOkkFf+WKSDrYNkarZ/RByKOa1/iylbvZxJUPzbeziembWPe/dMvhw==",
        "signatures": [
          {
            "sig": "MEUCIBkXZyDe11mbd/m1Dz/qqU2F1C7am+zqsh8yLwMtm2zhAiEA7BptTnlvaGbOs8UFpZBxnhRzGh3BUJt7BI/Q4VDbF+c=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1544607,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJflwCYCRA9TVsSAnZWagAAuXIP/iu5XAodkpTV54Q25sk5\ns7/vTU8N9VJjqOD0yIModzmtz8Vgpw4EYVDKvSTAXFwGFLPlKOqUa+OCmS/D\nWyMkyGuobyajq7/RU36H3B2PsoO2G85hG9cc/AZurlx5gJWUBqCQjkFxh0j7\nq6vF72BgTGOUSgCMG4DYtepx9OxUeqAWaf1064MW/0JvMK/BjNKrR8reuOmQ\npoLAnPpsnPCM+8T2bZxsWg8EOTH6Mbv+lBVksp6pe2vctUoH1TnD/mtheva4\nbfN0AB+MAh3rQHcFuVtM+Inxtc58MuW9aR55bw1Sa2dTWcNu0pxlsMN4dt25\nHvMV7LMzd+ra0gzP4BGlHID+4AD46Syl3Key0ZCqw4o/TyLlxVTgMXn4WXQW\naQk59tqviOCXMsn56eQEYJvGazRz7SFMC1wVZ5Lo94OfJC8ptJJdR1Z26MdD\nQdCGjN33o4yfqazWiJoTwKp651/9CLV7/UfUaY5hv7RRhjX7m7o8lOKJZnbK\ndE2ucZnkW70D/Lek63co5BO0F6KmhpGIuTT26usy6o2GiyY3+ezz0j5bt3/C\nsE6cYybnKbXyDDaNptqlXojvyDbWtzGpMxmn6n/2bLFDSGyperYwIkjIzIWD\nBQxExM1EFt+dPJZIK8FGP/gcTh4i/39AoRLL+RJKnu3faR/yOUKxqtYsUQIK\ntL+3\r\n=qFx7\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "07f0dff9fc4d1f4923d34f1610590f67b451bc09",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "3.16.0-next.2",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.1.3",
        "eslint": "^7.9.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.0.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.0",
        "@types/mocha": "^8.0.3",
        "vscode-web-custom-data": "^0.3.1",
        "@typescript-eslint/parser": "^4.1.1",
        "@typescript-eslint/eslint-plugin": "^4.1.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.4_1603731607484_0.901368423340281",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.1.5": {
      "name": "vscode-html-languageservice",
      "version": "3.1.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.1.5",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "80e8c4f90befc0941265942603c74c5c81dcee58",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.1.5.tgz",
        "fileCount": 79,
        "integrity": "sha512-+1Ofik//yQLeot8foOCMoM4IX0+mpSEEooO8HZyUkOPJbvMlBbEQ/3+39EOFpXSoSE1wCmuaffkMRI2NqgoPfA==",
        "signatures": [
          {
            "sig": "MEYCIQCJvTbvpZSsiWfQZVqdtOPoTrHQ+8kad/ErJeLIYezBXQIhAKfgB4thah1JXXUVwz+QqanJSn5hbAKEp4CVCq72JTr9",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1548424,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfsqviCRA9TVsSAnZWagAAhXcP/2N1bFgktOtMJTTKw4Gg\nwGW64ezzyaWOY6q7GrzlpJdC+MANDE22vEhoGqFWNnRSSkiq78dtEZoMysOv\naNNhgMM/+kcwr5Oc8nEraoRgmmWJspevoHYha86XU5ZBJT1LH53HGnB+8EW/\nW4iV+dYXNRMgzeY+TlCASEzzckIIOvGqDJ6FL6Ube0SmWWHhSJp5r79gPYnd\nh6YKUYDRBgyi437OXaOQ+Peu4PXnq/nFQ6pkO6XaeKaR58rZP9ISe7lu/wKI\nb5Tu1ZKM++qgbYDnn8jxnOn9VXgKdi/P6HeQmbqkD4gv2EQGS1k9whxhJaif\n/khYNaywde59yTZ23T6WDCQnQKeQNal/d/m3jzpSAsX4qISH8DT4aV89pJmh\nIhCZgsXW1nbR+wVSXOna+aSd4w5slw2FTOs9sz2nUGOparwJdpOr3qRQvJNN\nr8rtq4kkSC3XSYybgXVz67zmzBr9p1haZfo/AKgZGtZ2Im8vYAUdotbUdXOr\nfAPApSkH3zc1X7qIyWZ/adxUy3e4b2pfvT8Plp0BBl2BhUWoTu+GJ9K2fd6x\nhgjS1c2vEhC7VmeNOXVZdwp9phuhEaofCkXmxL0vFwnVzqGxzrYxyDssXpeT\nsOFBATm6Bio/f0kgWTqbN95McW+aMKqZTn7SNLdS9ERg3uk1mZMIjncuPch/\nh7Kn\r\n=M9B7\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "71806ef57be07e1068ee40900ef8b0899c80e68a",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "3.16.0-next.2",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.2.1",
        "eslint": "^7.13.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.0.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.0",
        "@types/mocha": "^8.0.4",
        "vscode-web-custom-data": "^0.3.1",
        "@typescript-eslint/parser": "^4.7.0",
        "@typescript-eslint/eslint-plugin": "^4.7.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.1.5_1605544929951_0.6413543149568293",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "3.2.0": {
      "name": "vscode-html-languageservice",
      "version": "3.2.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@3.2.0",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e92269a04097d87bd23431e3a4e491a27b5447b9",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-3.2.0.tgz",
        "fileCount": 79,
        "integrity": "sha512-aLWIoWkvb5HYTVE0kI9/u3P0ZAJGrYOSAAE6L0wqB9radKRtbJNrF9+BjSUFyCgBdNBE/GFExo35LoknQDJrfw==",
        "signatures": [
          {
            "sig": "MEQCIFMGcf61bnCkTqOCzGPZJyAT+XoOLCGr1txPEeEJmKUeAiA0o2Pbom9a6uaDxvfqIZj9n7dJ3XdVJ+JWl+avx+yrYQ==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1548805,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxWQsCRA9TVsSAnZWagAAqb4QAKKg9hNRUKDs1T1ZiojX\ng2ZVgT8vHHGf9UY/1j7hhGq2XNeUDpUTMc84wNZsUQeNRjxlLD4k7aIbj1DD\nM+PwnXnQgdOXY43LvANd0+O2ARzNG6ilxAAHQS1ojJx8b0JO+mDpQdFTeixf\nylYVxSlNZiSfFEJroCcGG2HvzmgvSikz0hP6VaIKi7sM1XhJceqTeZHNNn2U\nX51YSPLLXWr+1WH56GlzyIkQpCEctB45dbOZ9I67iqYGnag0XEqfCRtJzL++\nAY/LZ8xozk27yCX3a6bm/cu9Tzx89/rjZZwI7MMTzt7p3HqdyoL3gOt7386V\n2VUrEx2/17lmZHO4UBx9qSzMcbzqYThLWzAoFUEL9NfmPToBUAlXmhTSsPKi\n+QT5/b0pn5D2AE3vfhX35CoSWWpfIwF7WfCcd+UYfhHT/hSgnFRN3RydzORK\nOlTazmewMEwOdlcHFfhHIHDYWNyv3orkpgMZE9qwqEyrx2hdpDvE3vb7Th1A\nE8mm48Rbf2Q1pI+gtLvh+/4APhIQ7h979ZS3nRif59MumH4hR86UUdGzQ8c6\n3HXYg94Q6bezHBa87voGMo74zjRwTCD7+BDJK8ODR7kzEm7Cd3Ur3oGexg7U\ncc/VQ5QLMPae0T2mKPf1Mk75wbPHFa+xe5SuMzsPPnp4BF0cCqpyUOisReMm\nXNB6\r\n=u7ZM\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "4fea51329a8db6a3560ed7aaa3952b48dd8c3125",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "3.16.0-next.2",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.2.1",
        "eslint": "^7.14.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.1.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.0",
        "@types/mocha": "^8.0.4",
        "vscode-web-custom-data": "^0.3.2",
        "@typescript-eslint/parser": "^4.9.0",
        "@typescript-eslint/eslint-plugin": "^4.9.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_3.2.0_1606771756228_0.9482576415106563",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.0": {
      "name": "vscode-html-languageservice",
      "version": "4.0.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.0",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a562cb1dfe7e40a9d1f50dbd8c4ec2d02f393f01",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.0.tgz",
        "fileCount": 79,
        "integrity": "sha512-UmC+GS0IqBeZnOAmdtQvaDzoH1c5/un+b7qALUziu/Y4SOPXso5dF+YkJeTqsde6YU2pLm78RtMDzl9BParwbw==",
        "signatures": [
          {
            "sig": "MEYCIQCggI38/h+zBaIdQVkmovm7tTiK5cb0LAfLDUKakitWTgIhAPXA0dZh3prrmKu6Pk2U0YpkcULpLESBxrphEQYDe4fN",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1548908,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf15TdCRA9TVsSAnZWagAAWZ0QAIkCNs+3Oozh/+rseeUj\njFZ42eOVUjTdicCeIHQ5n6La7Y+TqCo8KUyDnyugz0oMnbcnNzWpENctgoQ2\nWeNXHZELywgzh88fQKbC2BuN6JQG1sSyIBl6OCGL+mAVhT5MRECsMdAb2E+K\nv5Dc3lIzOkq8bSVk7SBvqDtYmOiYjQFGzpRcqmZWbt2lVRTtbTLJoZUt7mQd\ndwgA+rHG77sYsIBoA34ejd2CwG+s9rR0OJSviOubp87zbdcV0thEv3wnRlq2\neCzZ1kSgCn7UNW8uZOl4dWwHyXCB0yNtWA5BOHTbym288LvGeGNEPjdI+QR4\nGiFfJ8iEc9c7RHmdLU04U09pWf8Du2zsTPkYyuwsYYTXi9g7v5e0tllp34eL\n+LyOWPpdNci8M5mVG3km6uNhtC+0EL2VKbzmbvPm3pMxALf2HwEKLMDff3VU\ndSrK8se9EmUdNWHuPWtCSFwY+ESTQL7XkD3UY3nbgzkoZGVlK/XKWxClrvWr\n+T0nHw1CGXpQ2zbGi+oBOh7I1DidtZTtZwnzgzRKjIaykYaOpE/lLmzLN9tB\njEvzm3xez2FHe/deDCrDaLwbgwYOnd45jpG6apTISXstJkiwjTtPynW/OE4b\nfd1vuPWa9nlWbCiG8Zs+pAJI29zB890Jr276rPN2UaXD5a/iPj0TzLEWmckA\nlJWr\r\n=rzfh\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "004179cbab1ee4bd42e568ee6e27695599cdc319",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^2.1.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.2.1",
        "eslint": "^7.14.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.1.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.0",
        "@types/mocha": "^8.0.4",
        "vscode-web-custom-data": "^0.3.2",
        "@typescript-eslint/parser": "^4.9.0",
        "@typescript-eslint/eslint-plugin": "^4.9.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.0_1607963868835_0.09702806604131498",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.1": {
      "name": "vscode-html-languageservice",
      "version": "4.0.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.1",
      "maintainers": [
        {
          "name": "microsoft",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "6fb50fcf782937dffe0de55e12a8c43c817ec0f1",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.1.tgz",
        "fileCount": 79,
        "integrity": "sha512-CZtnuQoDwZdmPLKLMC6RqFlRTw0jvZK71l53u5ZIM3hSoVKAqW33gahBVNFpC3TPFxZSx0jqEhBTLf37RUMkWg==",
        "signatures": [
          {
            "sig": "MEQCIECh8eM0SRu56NRMRO6SVme+3gt/EFy17/e1ByQfQF12AiBVxbvK0KsXArcLR2IWKHrFDqpbPMtEoQKN5LBysvc3EQ==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1554297,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDvCtCRA9TVsSAnZWagAAmiAQAIWl+mJezyJoELjLbWYp\nZad4iGjcqoCUKL4sIah9tbNAgODkP2fPVbjVq1+2eembLSjEOWkpboy+RwT6\nGkWg7s6vU8twIem87SrSMQF3NCex/jiSSbdWGZMrgPOgf/KutNa+EuOIuoy3\nn541lYHp5yvwEn2oPMLePAxNx2R/HDHQgQMNHhkN68MyvkjdltyVetEoJKeD\nQESKoAYQDiomDClJtHk4XIsMQV1jrbgZJEI1frEJz4OVid/aIhVQsh8K0eFn\nA7uO20LePkPgnU/pofD8lVxlhy5RTUDFXr7zGMOG6XY3iByhgBwVPnBDDcy8\nGhqVLKO5jLJJKIQeiQjrqXSv2HVbxbOC5w+CprODxDmnJ1rfW8ExQQED7RZ0\n0VcbLPQiGA8G2dW7dMI8+TzBuxGaxvA3BaTwPcsy03tXJH7MC21yuder+I2g\nPJGX6L05bXhGevuoJnlyzdB8eBwsGHLpXhUoSX7Q76gvERYK7AR1EvwLKvvk\nhH25mppnLd9Vb/WaD+vkqfbHW4NTuRj0sq8fSuUbHZ4OKCB+S1/kIUC3dvvQ\nYsCLuJ6B+DNktAClOgBsHfApDAh2ywi3p2l0A/WOhlg/3MX95XIGUOvg4vFy\nDvqRSDPNkEgGghoCPqgSeRTKDEuapsce6tSg2IbQvfVJnz/trmwBY7rgXiSJ\n6nJx\r\n=KnPv\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "c74c844b16d7737d3730e415b29d0a1589b1d77f",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.2.1",
        "eslint": "^7.18.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.1.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.4",
        "@types/mocha": "^8.2.0",
        "vscode-web-custom-data": "^0.3.3",
        "@typescript-eslint/parser": "^4.14.0",
        "@typescript-eslint/eslint-plugin": "^4.14.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.1_1611591853212_0.7981167359043013",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.2": {
      "name": "vscode-html-languageservice",
      "version": "4.0.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.2",
      "maintainers": [
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e0a02975b7795b409b13a545b8954c0b6e5e8345",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.2.tgz",
        "fileCount": 79,
        "integrity": "sha512-Kin07sTZ9FkZNcNMXtoUkmmDtZHsp1hShatFUvqx07ySz1BeXDyWyvdWY/fxk2Mc/ApfQ9rmK8YyhqUotLZ8GQ==",
        "signatures": [
          {
            "sig": "MEUCIQDV2C/szJ4pglMe0Tcy3A91c6e0Gifaxtu81DAaY8wlrgIgQbPQ5Tr8XvlY/SV+VrGkOgRTtoDytrCK1H11l69uIEw=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1561088,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWf1jCRA9TVsSAnZWagAASMkP/3BlvVVoxIeagIWnI8b7\n+zVevx+1l68uVRc5HfiZ1dnTy2K59oYPAD6h88SYzl70ifCq1Rf2dXJ9mkL+\nP2lQx2VIyExD8g6kQhwbZ6JxYjSkum/uG6vwQtISSJmoJcey7RtAvypY5iFu\nctAfh29a44+MeMpY6q4K6Y9Dx4pgI3+k1Ne0zlmWGj6sLDSYMBNdsFt+yPCy\nfNDq0b1Cztp/4iK9PNcvMfVllQjvu3dai1QM6D4YMmbN4dwM2Z36QBfZzspn\nfHeVJZ74S2oi2k52LJzJC5+Fz/fAAylAO3Kpq0e/hP5vOiHM9GJISYB9dLh3\nt0MRzTT01zRhYfkagPAZKtC7vQTuLnaWeU6o5rEKnFadlL89jVLCqHjZv7w/\nUdqr01i2buAw4x0oYy5cxnyaCmw9hng9ZUMfd+RylrNgAtguWxELFEq7l9Ph\nezGy8+x9EP9w2X7XtJ4l05OVNO23xQ+081zNqMMo64yM9gfuXKiiR9fBqpfc\nN0S5NLklbwlyKQq2sPHFJqkPCfVnre8Gulc9luDmCnDLomSu2VY/i0t9dhTE\nN+UjBT4REC99Irwf3gXZZKvM8qQFO2QkRnV+k92hgrz+iTAE00dDRmbq1oQM\naDN7JM6Puq5+FN7vnJVJOBGv63vVetu+SrFMNkulAY/psJ+NySY6Emeeug5N\nD0lT\r\n=lO0H\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "a1ba6a2960833a9dd9798714675fcd9f963f2ed2",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.2.1",
        "eslint": "^7.18.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.1.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.4",
        "@types/mocha": "^8.2.0",
        "vscode-web-custom-data": "^0.3.3",
        "@typescript-eslint/parser": "^4.14.0",
        "@typescript-eslint/eslint-plugin": "^4.14.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.2_1616510307094_0.07422581858151012",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.3": {
      "name": "vscode-html-languageservice",
      "version": "4.0.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.3",
      "maintainers": [
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "3b7e7d3cfee75d47da0181dd638b5f459456a913",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.3.tgz",
        "fileCount": 79,
        "integrity": "sha512-34KPIgRHVInT+TiFNmfiPFDrUAOOLuySNP2h0pMxBu1ObAbSixSqB3BMQFxIHz9hrGd3X0DEvi5YkobDxs4rWw==",
        "signatures": [
          {
            "sig": "MEUCIQDKwlVoJ12pVedmZ2EAAAOecpV0XmdDxvHypNsrQrnuLQIgWN3X5tndSTzQRuLQ8GT7HY6pFzZ4hMJE7qcqecFEG6Q=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1562511,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgg/YACRA9TVsSAnZWagAA5vYP/iWnl0ZVaIYbA4UAWBpV\nhrFreX10pAaVvJj6BMm3exAzA/65T1H7UDhgqE4jtORIYgBUyVvv4qX+zpPu\nEPaQjluZxvGaJObhiygKClzuNYjwpuOOnoLfXB0L+aj8SXZitHQLY9ivL4Fq\ndG4mFN9EZ5bJPIjeTudXA2SVJkf71GSTzMISpCrv4DLwJlcwe1s3rPgNeEfX\nBXVBAvDRshEhzn28Ef0yU38OB2hx6M2VmHMTWC2ZHGkqEdFOMr1h6r62u4R5\nBe2NjgU0LRvSdoREJBInBZYV8xcL3LIvsDIJYOBAD96icXUaP3SnrGbMlvhL\nJrEsS6oFMGJmA5ebqTPNQfBVwJ3ZK9TIyzMEHwBpzaiF2nyVjzo63thiyDTl\nwfjl5T8EqzQXPEKH8TBSNwjA63NwJkrPgpWZeRR1bL4I/hY0gcoMUDzvqDnL\nlmjWH9DgxOGf+73nXS8gvr4zWUGHJq8GJBrGxNwVmkKDFXdbEjOnd68ImL1t\nsdIomitUE9Y8DRM/5u4OfqOpuI3VE9gIVhAsEYaIF0f17wBp4O5e27OZiOOi\nT1reEb/E97z3RH4+rdN47Qhb1NLKskHTIxFlULhXp12fylmq2clBtX1iwY/P\n6PcYHVS6EriDrLqj2VuzAxHDEP53Z9zjuFhY7G6o5hQV/bATbwEiRKhTqKCT\nZjsL\r\n=4gRW\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "57b066deb4400a2001568b54ba90a173f08590d3",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.2.1",
        "eslint": "^7.18.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.1.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.4",
        "@types/mocha": "^8.2.0",
        "vscode-web-custom-data": "^0.3.3",
        "@typescript-eslint/parser": "^4.14.0",
        "@typescript-eslint/eslint-plugin": "^4.14.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.3_1619260927960_0.9012701223194608",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.4": {
      "name": "vscode-html-languageservice",
      "version": "4.0.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.4",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "f171f663e83037c8a5c5f4552a6b4771c1a9f017",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.4.tgz",
        "fileCount": 79,
        "integrity": "sha512-WHXpLfj5NlCAgppDa6n5gQjW1YTTt72MVs0lkkuGQwTb5Sfdq8UhMjLDT82MuzqwV0QvmSBWlUbreGodzXleLg==",
        "signatures": [
          {
            "sig": "MEQCIFqq7OARA5mGQM3N65NUyVhhXT/bBFtcK6dsjJHS2O2zAiB5MEZ0fQL3wz5CSvq/W0/g7808L4h/h8B8mpzlI4l4xQ==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1551988,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtT/6CRA9TVsSAnZWagAAlq4P/jPjGSKC2E/pkvtTQbBr\nRYfXqWkGOMQZBulb+fu0nGzqYXvpqs8ga8u/dlrlDRk5JEgCl70TDHajEYuU\njjxTBddyAI9cu+IYpNyW0iELoAxeTNl7U3nrgETLoPQvyblTIbA1nE8sTQLq\niICNJS3rkYxJ2q1VXRosP30RI65vBzKd8knOo4E9yTKqUIgFp9Up2VH3dkHJ\n0ZKpLW0q5KV+W/otPuW7m7HdgMfWpivZ79zGInuFBjXu0if4vFn7dca7ifVz\nY00PIQvQvytld+6o5yhRSfCk0Dd+Y2Urx39GE+J8R9Oz8k5Dmdi/k3E9s3Ux\nzrpm/lT8f3dB/HPlD9tmk2Y+W/+881BUa2LhFTzn7YGb39Apa0MWq8O65z+M\nwEIMPOwBtPOtkdd+VsyO7vw2Y9StdoeJNPxfuRtCe/shiOlC12g7lBuzLOxu\nt66jeaDd38wRDaSIwczpC8MQSg+PofsXSiTkWNkheTxjhWUD1w4kbsYghlgN\nOoH+ezO1Fc3Ti/hgJktAsg83jtI8PlfpFdkck6+arWF++QErTIaQv4fS2IO9\n02CA9AlR64Ighl0Czf5YsKFHwluBVEMub5z3EJVn8GiBpbdXOhMGDXOcRyUm\nl1U5nMrV/CokAVZmUUntbCmVKRlaWtyQ2hIMMPE/vaLajFM/N7JS3/ZIIn+0\nj/VK\r\n=6h9o\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "9fed9bba7835409e113c32190a89640d06b717ee",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.4.0",
        "eslint": "^7.27.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.3.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.13",
        "@types/mocha": "^8.2.2",
        "vscode-web-custom-data": "^0.3.4",
        "@typescript-eslint/parser": "^4.26.0",
        "@typescript-eslint/eslint-plugin": "^4.26.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.4_1622491129883_0.5630649701135244",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.5": {
      "name": "vscode-html-languageservice",
      "version": "4.0.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.5",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "4f3657200a0613f2b83d47542c80ca0328868885",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.5.tgz",
        "fileCount": 79,
        "integrity": "sha512-9ZKp7nfR6ObUA+K65GfgDPdOmXaPH8MOWxE2RwWF3tVnVMq2w+COKjDNHMvv+uNxtmaRT7/skls7CD/HzrW99w==",
        "signatures": [
          {
            "sig": "MEUCIQDzjtXaYHlifQjF3o6CQvU68Z05lbGYgxy+gM0NWEFVYAIgSIZUZ4N54zpNYAyLxFGfiPJMi9uvi+b1yC3DKTb84jI=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1553067,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwig5CRA9TVsSAnZWagAA6/0P/1h2HREl90vMQBimlNjC\nd1xpd6dmK6eKprYBWGVz6YrxdwBRTyZOi1oPTft8WrN/WcEAfUas3DODNbs3\ngSHdlQGm4KlOzMokNyjAHf6ec1Fs8V16RgOZEeZinWv/kxXWg2yr9FpxTZB1\naDhUOWu+OnfVwxdHO6IYVpXheWUEtN2oX9I14s53Jdigxr3N6I472Z+cVz94\nTtInmWwmQJdeUNLymEwdJHrR/FBqSMPCztcN+qUcBZFKh2HT5svKOognrshu\niUbq5feXqwQ2pNYjA47HN5wpXXC2+pQzZiJVk8g+vApsiNd5OpoPXmQw8xds\nk8hT88zYhF3XeABybWpA+AW8QRicE836NaPNckzcHIciUPnLFg/pM4v7EnZ8\ncEJCikLpOx6B2MlwFULXsRr7YavjIM2hU5zKmYTAzi3/dCmkhQ4RqHp0j3m8\n/LCsreYeRWB7Tj5+gD1OCZUA+fD1x0QpoVtklXwPYas4zpCce+1Omk5rCBDV\nYcQtQsssRa5pdZ8Y55vLH1YMA/3KW8xNiBifnI0YI3jlybqZAsbFhWeitTx9\nkXEJ3EMJNZ/C0SsUVuwdMDzBSdDbHe/aIx2KIs8+Wu1DOVxqzViF8iHWNKhx\n5kAZFgCJIV0SlkOrId/86aYX20ZiZezvOsbi/KAV1QTQXgl99u783x/q5Ie9\n1i/6\r\n=98I5\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "2793f89213937852ef1bdec4d99b1dfa25fcbf7b",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.4.0",
        "eslint": "^7.27.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.3.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.13.13",
        "@types/mocha": "^8.2.2",
        "vscode-web-custom-data": "^0.3.4",
        "@typescript-eslint/parser": "^4.26.0",
        "@typescript-eslint/eslint-plugin": "^4.26.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.5_1623337017586_0.029728084858610115",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.6": {
      "name": "vscode-html-languageservice",
      "version": "4.0.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.6",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "c0a538077eb491730f49a47ab13ed7991bd8a45a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.6.tgz",
        "fileCount": 79,
        "integrity": "sha512-p1VK0+7JLzBFfbUrENm3QcBNbDzJUVhVnXOxHdC9XmgcubQBUINyzNeYio93srOafjRMQcJmzugB4vfmUnbCQg==",
        "signatures": [
          {
            "sig": "MEUCIQCIACksGA6NCVpje+PHXUppom2Y96PfGSn7lRISeeyJSAIgekN3P/UA2zt5F1SEptIPfUHsy0gys4/uk6PILMWwZYs=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1556847,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2heCCRA9TVsSAnZWagAAcQIQAKNxKKyszA8IzdZ2gtRr\nVnBE36Ilhw1zzz5y5uiMjs1RhwxZ3tDWxQUbTQu8c0gkJjSnkqk4ZoCT/4EL\n66Hu277Q+nvX44dVnQT8Ko6cULQikMsU+cNJrGmA6ZJ+GalZIR3vNUi5x1pp\nab33SyutbyKyElOhIr9Bje/Szqtp4HqNaUZ/r308KOwIM3rh4efeZlw0CdEC\nY/stvLImquSctraBSmNBTxTzGIDD+xys3QTXk9dzN71pYDix/UOlJDKAuPEa\n0JBEzRgBJbaZimjGiRyOwyyWCH/NNuZ2xhFQR32N4pF/QYLu4zbpLSPgEx1b\nW9c/WEmLS71+H3NcLKl6f/KnAb8zmdilXFMgfoBNSajQrwhHjqPMFJsgt0C1\nh5ahLUnhzuqBoHQSO3hp7FDNN7M+g/2E33xcg23/cmKzHvpO6sZB9m5KI3XK\nkHLyVGJ8QYeflcd5cu6of9B9GCUlAjUsUZeuKsePqnvJDcC6xzBJIU/FYY1D\nn/qiJDlmnhDkW5rGnMQ05OlaV9OhEKPsYAXD91GtY75wIqNTifLIeNxCZjOL\nOEXnPAoQVMOwHYghMChGUs4++tBiLVcz8P1xgw1Pto55bSJgkcYipuZ55XJy\nmrOwxNLtMtIAhccB8bromcjiAUobid3+P+bn5mgz43Ozoph3and/2g4L/+0K\nHG3P\r\n=8RqO\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "abf1e99b7de93c875aac38961ad94ef63c4f7fab",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.9.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "12.4.0",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.4.0",
        "eslint": "^7.29.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.3.4",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^8.2.2",
        "vscode-web-custom-data": "^0.3.4",
        "@typescript-eslint/parser": "^4.28.1",
        "@typescript-eslint/eslint-plugin": "^4.28.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.6_1624905601796_0.5706920669750388",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.7": {
      "name": "vscode-html-languageservice",
      "version": "4.0.7",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.7",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "octref",
          "email": "octref@gmail.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "94f2ed22c821965f828222d13b5aa541b358d992",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.7.tgz",
        "fileCount": 79,
        "integrity": "sha512-P5TQMYpgxAdLs+PwpC7Lm+0lXCyQAC6kZ41YuPYNHVooC4XO7Y2+ncHBcQJVK4C9LU2cTOAl0lzq4WAxuwRHYw==",
        "signatures": [
          {
            "sig": "MEUCIQCJAFhNioOKouG1TlnMRczlnUSkYyEs/TwXSd+iSZADhgIgBmyBsV/TksekUPogUB9jWsk70XaK560nq3sFJ/rW0LI=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1556803,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4zc7CRA9TVsSAnZWagAAU7MP/ja62obiC1qAUwH5TN8U\nnK/3xR6NI1vdkouX5W3JrR3YD4oXF6E79HZZJ1qesAJnuxHdhcO+nZGkMB7Y\nSuStL81D4WWPc6IO4GFxCqfgSISpogQL2omwTQKsB6BbN2PnF0oeSFUE1RCS\ntR0abaDcJ+p0L6mBawigz8JxqdPR3wkxsWuat4FUo84X/wL3OCpDW0rfNtau\nqhmTEDFuIhj4tWWBcy3hjVISzSkbcELi0rxM/MxtZyEXnHec7MUrUIkKvfh7\nBDKnPus07tI739RbDD/6bmVedm/7DWSblUskopemo2IPRiNOiefpVSwYf4CL\nYEd7/vs8UIxDfKO83OCpK5PtSij5bsujRJk/XOH/idA1KYed75+hw6HultcS\nf6t88WSqYhQOAIs+8MU9yAZJMb8OKqrnWH6e1IVdHNdQ82Kx1Aw29SqXYDmX\ncxi3MDAQxuq8dSDKfY+EgenIHYMaht6jKt/7IuO1WpAPwmx4GSjnnFc/qcXn\ntULMwXd9s51sSZ8w3Y4geUylKHAJw9qzrpWLJlFxm4SQ6XKLsx69VDjmiDaI\nhUmPUbJGaySzVPUZbS1Il1r+msXmwHiLncde/uf9JoKzlck8Sj330YAcwdWC\nFmh9lecIvAZW2alwUDUsEazAQK8WpVb2mB6sUDkHt7XTbObyp4kQJFiRz4/C\nOd81\r\n=KLwF\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "7c436929bcfae41a934ce294ed67df8c1f6696b2",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.14.13",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "14.17.1",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^8.4.0",
        "eslint": "^7.29.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.3.4",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^8.2.2",
        "vscode-web-custom-data": "^0.3.4",
        "@typescript-eslint/parser": "^4.28.1",
        "@typescript-eslint/eslint-plugin": "^4.28.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.7_1625503546734_0.7871580948348782",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.0.8": {
      "name": "vscode-html-languageservice",
      "version": "4.0.8",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.0.8",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "9429bacce3244dcfcb3a7172903f33b6f418db3b",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.0.8.tgz",
        "fileCount": 79,
        "integrity": "sha512-VJ4boG3uOD5Ls0pCvml7ZkHY+f1uDuxr+wR39XrerPr7qQFAu91DRTBuOzBsp6lV3x5Vz2S835AS2ZzLNmezbg==",
        "signatures": [
          {
            "sig": "MEUCIEitrOAz59nQZkeDV/RrkoVsJKeI/X4iWIDtE0vvzNIIAiEAo305PHSwh8rftWjh1T8RPKVQTuiV2nq4U+du8xaDq6c=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1557033,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhObhSCRA9TVsSAnZWagAABvcP+wdGtNxjpame0mbrNfCd\nUZCkbmGjG6Tj5r2EbTIq7+ITw0e9g52dfR+cR78+hyfyavtXd9+MvIkTvGWP\n5DGa/TaQ+98jKudZ1es8lOJ1C8DBb0ERszZFbhC0Sx2vtS4ikGVPLYQqb8e1\nNbiuC7IoO/A/Fv+5I+3DtNSbtaU4ifpIz220CLsr3AzJF24KmFOs+pte2h1u\nVDOhb8dI1MdS8TvlChtbslCNz28byYLTivCRe0TU71PUIv8kRCeECNttFmq3\nQryRnUGzTCIhMy41BLsP5qpXFmjxPx52jtFHa3cCpxK52uaPW6fhlvpcv1Od\nYQEyxfMnY/mHJrZKHwMmt/dp//Knww+55FB89qBCaAjdSYqmDjg8f/WhF+fC\nV1Ndr8EK/3DFp1NuXBDDrPIFzffwRbDR/bf77H10lxXTe41NjsS3K/x+asOp\nhIpkPsFugFGEvoMKf6qaZTkq3mHaxSaM1SVqzsId9BLZYbHnRW3WWyfsqtX7\nmzJYKIl28GpMFl679w8BqgSxaTnxU4ssBzrlLGvVkluN9+Y7b+C88lZFh6pn\ndp0YDTyDX/yeCRbCEwUHygrXolFM6Wt09WDqVqwcOJA4/5Hcu3aXtWtYdoco\nHLBj68OyNY2bHjW04+PWCKgByzDz0olx+zqB7yPJYiHpb9ssifz6snItFuGQ\nJZjr\r\n=Aalz\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "de460adbd543d2b7c205ec4c9b8d33688f5fbe43",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.14.13",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "14.17.1",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^9.1.1",
        "eslint": "^7.32.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.4.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^8.2.2",
        "vscode-web-custom-data": "^0.3.5",
        "@typescript-eslint/parser": "^4.31.0",
        "@typescript-eslint/eslint-plugin": "^4.31.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.0.8_1631172690399_0.15432866406906354",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.1.0": {
      "name": "vscode-html-languageservice",
      "version": "4.1.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.1.0",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e1662f1ff3b623b910c54d3f4a2aad8f397e53d7",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.1.0.tgz",
        "fileCount": 79,
        "integrity": "sha512-QQrEKfpfbeglD8Jcai4fQDQ7vOJrN6LyiOs47Y6qAxnhve+ervw1kP2UCt9ohHe/6teNWJDYTGxLDgs5iAvitw==",
        "signatures": [
          {
            "sig": "MEYCIQD5CqBrQIpYDiGPElcNsrNRfGco7ku03ozg/f3ygILXQwIhAObUdFL1lF5aYRNEINcnSxqce7dRsMWOipM5127o2dDb",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1558463
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "1b9085314e54249c4cc4af9d4c609450c1d08b85",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "7.24.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "14.17.6",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^9.1.1",
        "eslint": "^7.32.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.4.2",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^8.2.2",
        "vscode-web-custom-data": "^0.3.5",
        "@typescript-eslint/parser": "^4.31.0",
        "@typescript-eslint/eslint-plugin": "^4.31.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.1.0_1632768380020_0.6376700245437705",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.1.1": {
      "name": "vscode-html-languageservice",
      "version": "4.1.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.1.1",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "93739c9f3d0c12c8249bad23f5005850c289ec38",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.1.1.tgz",
        "fileCount": 79,
        "integrity": "sha512-rrDyCiOgMwOPgchpPGAeLzjYVVEW/Ror2/a1BWUEI3S9+NQhA9vj4SQkzmH6g2Bq9S9SV0OQeadD+xphOf1N3w==",
        "signatures": [
          {
            "sig": "MEUCIG7GcT2WqVd64kcad4VAgBpyPAYDWKHLriRBnHreIkSeAiEAyKscRdyWAtoLEa8rE1RqiUl39H5bQEjOOgcp+NVt2W4=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1560453
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "94e5422c7fe92d9a507533b4fc3a08277cf39733",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.14.13",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "14.17.1",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^9.1.2",
        "eslint": "^7.32.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.4.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^9.0.0",
        "vscode-web-custom-data": "^0.3.6",
        "@typescript-eslint/parser": "^4.31.0",
        "@typescript-eslint/eslint-plugin": "^4.31.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.1.1_1635178822531_0.21467436988303867",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.2.0": {
      "name": "vscode-html-languageservice",
      "version": "4.2.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.2.0",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "87ea1c659b40ae0b6f6627df75e5d25650977d30",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.2.0.tgz",
        "fileCount": 79,
        "integrity": "sha512-5ebk/5kMa7PrCPL3JuP27vo8h+coDgSkMP14pSlKz3ISXZxHm+nnCenhVrpy9Ayamtwb28YXeQuN8AqNQH8kVQ==",
        "signatures": [
          {
            "sig": "MEUCIGRHCrjQsiee5aWLDPOyAXUbF5BnrREyPlKKrm+uWqWsAiEAkwZeevuN6GHUIgnCiirnmfFPqWDablHgTsMkJuwg8ns=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1565188,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpPHuCRA9TVsSAnZWagAAd28P/iXwudVUhftkD51To9LS\nlDqnpHk3X7kkWhdb1kehvc140ZjN/csrBtBtRt6VK/U/HK866GVZ0qwhRPjZ\nLq9Po1u7AXCmSO430gbLmPdja+fbRAQv72O6XoXzsaQ0E2qkKHqyvIZ9pfV4\nsg/wW9MrGtAdfgZqdZrc/TlE/mSkzauCyFd4UcWuateKhcJ+32YRLC+vW7qq\nSUAMULY7QXapput4YbCPNVJg/Xo9zm7e8FcngytLuTcAfQkh8U83czHMg86L\nvsLuDJMog9tM7Ps8FaCdT8OkcW8VmfksjAJHnD9Zf6UY7ybiJr2MKrT1CG+a\nEWPAtEZyCBv5qpOJFMuCKX2FDo2ZUehAQUq79tzJfeHCRY/hPQsy1dsMtptq\n4LDzS2HANxBIE+OeAHgylw1PNXDX852xL12S/pKH8Lq+zEXZOJ2Aqy54+UB2\nLNH+46dwqavfaA9wA+MWbH/uoUQJ8D9dGleFQcjsnS2D0sD0VzFmYkycSq2e\nSGcqfQZAQq1gz6YS15PDkzrkpjEv/ZWclktFjuh5oknFVBPrMcFlwxPx7cbh\nWoY6DStc/rjz0j6PcWbnQEfuj8dx4QNOs9gnFSd9Y4xDkcnI1aralyeSLIJj\nS8ZcIOfKwPmEm6+ZQ+0L7tTRjJNDHsppKtZTgCNosyBsE5CrphJXh98Sq+lt\nDkZE\r\n=2d/a\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "ea856953c4aee20f515b60af016379ae5a3f5601",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.14.13",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "14.17.1",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^9.1.2",
        "eslint": "^7.32.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.4.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^9.0.0",
        "vscode-web-custom-data": "^0.3.6",
        "@typescript-eslint/parser": "^4.31.0",
        "@typescript-eslint/eslint-plugin": "^4.31.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.2.0_1638199790289_0.09072351384167332",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.2.1": {
      "name": "vscode-html-languageservice",
      "version": "4.2.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.2.1",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "b95077cffd19bf187e53c7bf79e3e0dd7edbc7cf",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.2.1.tgz",
        "fileCount": 79,
        "integrity": "sha512-PgaToZVXJ44nFWEBuSINdDgVV6EnpC3MnXBsysR3O5TKcAfywbYeRGRy+Y4dVR7YeUgDvtb+JkJoSkaYC0mxXQ==",
        "signatures": [
          {
            "sig": "MEQCIC/RWNFcC3M3MciXdm7R+OQpNwZfsbboXHG/IZJK4qN6AiAkF+nm5oMEIta1Uiob3PEjfIzE2odZDsWClnCYpCs7lQ==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1565196,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuMC8CRA9TVsSAnZWagAABIEQAKUZeTPZY24JOqvgJLux\nS5wxp284vtit9SsXlanKekGZI/li/nYxJg1RMrPaDzv5qhtf23waZzdQ6AZy\nN8kDlkh8unD2jmfLdsN3ALyG0+PokGgMgPtVeycTl/5gQyRUHCPNiPNLdjzy\nx0CrQcbUn1tYCpA3yo82AxafjZN6VfP5hyYru3EsDKErr3K/bIUCmftNaWbi\nAL4ropjPwgjmMz7Qy1ccTONudiDCtzFn6/u7eXtzyVm8LrutVhoTcc2f1zLG\nWrx6WD+js9Hz+1pKcRGuh/DQEibAW1QwUQvH+Em77EGV1ozyOgGZ2khYzA33\nblu30lPcVEjnCDqjuBzMl6pWjq2C9GHVjaTFyZko+liGi7NeS0vCio86yDCE\nwYqBzeUw2vUhNe9LJYuVjhPu2d93wmMmj35MsTwaSSXGaSwmM11qG5Z/iqvE\n4wS4KWAmyr+dR+QptMtfht9WCgpwjmyhq0mh303Fe70GGbhPTqKghfwBhkK6\njEJIWyqy+z0higa4qPYUB+Kg9f/0XNSoRrgAuzu/gi8Ei277043RtHcaIxek\noit2uywkEoAD1kHBNH9a/VTNwMhSLON2U6oY84suJhM5aBL3QxGj643yk6t6\nM+5G0Baj6kQEZ0Jq8faKOpohJJYMoYg/d50lwxVN9cgaBqOVKFaLjCtBsCrJ\nXkqi\r\n=iZ6V\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "1de7b4059f07bb1b629386e3eb7e4186ea11160c",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "6.14.13",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "14.17.1",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.2",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^9.1.2",
        "eslint": "^7.32.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.4.3",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^9.0.0",
        "vscode-web-custom-data": "^0.3.6",
        "@typescript-eslint/parser": "^4.31.0",
        "@typescript-eslint/eslint-plugin": "^4.31.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.2.1_1639497916370_0.8812036224650115",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.2.2": {
      "name": "vscode-html-languageservice",
      "version": "4.2.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.2.2",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e580b8f22b1b8c1dc0d6aaeda5a861f8b4120e4e",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.2.2.tgz",
        "fileCount": 79,
        "integrity": "sha512-4ICwlpplGbiNQq6D/LZr4qLbPZuMmnSQeX/57UAYP7jD1LOvKeru4lVI+f6d6Eyd7uS46nLJ5DUY4AAlq35C0g==",
        "signatures": [
          {
            "sig": "MEYCIQDs0FHfsD+X//NUz4m3uZXE1qFQakfArlX4wnVIkb+x8gIhAIkCaUkmM60lZJeXeT4mlILhy6b4O1Ozi1mw9I9ji7vV",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1564279,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFVBzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDBQ/8DAjz1N7C1QLTK3C9oS8jlfCvkGMc7vhUbpu34K93duU1gvRE\r\njGAQSneFAP6UjR1duF6yKB8gbWlPJ105a/WKYl8/awZA+I1/1ZpKv0kJvmlN\r\n2upUMHcd33xXw7BXDTyofkl28rdOMC9Xu/iLXDOEI/7FtesimAgLlW1Bc9bU\r\nAk/79THDZXKDuvVVGQ1cqKtAVBOE79liAYucxqifQFEsEr9R0BOdivt12OXb\r\nxRKRtTSS5S7KjlvMb7Gk89nhfEbraRG/BEhEG1rMNdt4pf5vIbgIttEgYf0b\r\nM9ibZOLbLO4de/yYh/6f0kmEZ9yRcjVJSsdddzeytdNk2QyP1WpTKb4TPzHr\r\n07oW2q6CzXVPHa9gCSHrqzw3O2mTsy6NXTIvkU9w5jjVIlYI03r9VluqKHbc\r\nwamxFsR/TEE7Lmb8tbeWMyvSC7qntDWGKFGe3/1B67HUBf97dvc0IfBqud92\r\nze0S/TedBfqptaSFHIsx97hJ1F+FKpXmKp73Aova16FcXGFJlyAqug7OBB4Y\r\nPAil5odpzDVuvAGLjYpRaNklNWrK2NUnz0NQ/s3l4FjI0VL8B3WV1tpqeMUI\r\ncYy8bcpjmwZNGQc7RLK2sl5QoWHZ4W/ZABBH7+E7QgPyoLOoOaOshZIuE2xI\r\niUxXaDOeiXwGl0f3ZrpS8MVUloR83Vvk2WQ=\r\n=wKdq\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "8755ec21c94d254ac145e679ff543daf88d3eaaf",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "7.21.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.9.1",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.3",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.3"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^9.2.0",
        "eslint": "^8.7.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.5.5",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^9.1.0",
        "@vscode/web-custom-data": "^0.3.8",
        "@typescript-eslint/parser": "^5.10.1",
        "@typescript-eslint/eslint-plugin": "^5.10.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.2.2_1645564019267_0.3307744789471809",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.2.4": {
      "name": "vscode-html-languageservice",
      "version": "4.2.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.2.4",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a99a877409a4c745c61ce1736ae5d8609e10e743",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.2.4.tgz",
        "fileCount": 79,
        "integrity": "sha512-1HqvXKOq9WlZyW4HTD+0XzrjZoZ/YFrgQY2PZqktbRloHXVAUKm6+cAcvZi4YqKPVn05/CK7do+KBHfuSaEdbg==",
        "signatures": [
          {
            "sig": "MEUCIQDcSJAcXwd+IXSzSeHjnDMb2s3fBqxjqNH6mhtJdNUeqAIgDl4UpI2i13OpSwZOCTNhqIVRdCaJus6gm20yrTrV4ts=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1563558,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNLg6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTgw/+PNYvS1gnQ4CFAxva73nimOciNBIfwrWBYoSH4JCzBcfSEl7w\r\nelkeoyKbLc4gMJVJ3GswG04IiLB6PKRkUkB4sVDxtQs8Qfgk8hYtvMCFYNnz\r\n4O4bacCeffYk1qp4rVSc0Tj0PwiyXDLScXVo7SRXdiU3PwcZB4F9Ae0lkcU8\r\ny9cNqDvjY7zJyP/Pn+KOke6uAZAxc+GTS5tpkKypG7WtM8vgFUZoocjYMIOD\r\n8V2LIVf8gLvmZT50TQsYD7B5DIzvN4uI/aDJyr7Az01PsB9N9i9iGnCtenql\r\nSWKSJ2jiaGM1NiIQVoRtqd281yK+VOQp2YCDEv6DC5lgoMXxFXhaGKtOOx1Z\r\nfR5T7D1M5ZdY63C55O4dYk2VFrnZp9Zu4SCT2b/76Z4okAdOQPkkii9CVUE/\r\n9zw+w9rTFzgXWJuPE0JGrM7Fa1T7ETSRdHOXXcj3QFKj2wKdCFOdJ952Z3ba\r\ntY4yddTQQK/n5gd+174LesBm8vPIwMSrYWoQJn/o4o8DWnI8pjBefkPbDBpD\r\nlh9MTaFhqUZ9JPbshgGHzzmy9M+sjpQTPXb5SfKOsCCn7WGuWqcWLKk9fi+l\r\nwt3wwCApBiObFXb2QsDvqBqwAlijiRfGcFKe3MscGmfhpdcRQ7n9+YFK7c0e\r\nD5/0R/pdL52ViRrt28go3ueScpyIag9et5Y=\r\n=3Dxc\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "88d46217c2b4d34f84a728e142884fc7cca0d684",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "7.21.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.9.1",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.3",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.4"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^9.2.2",
        "eslint": "^8.11.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.5.5",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.0",
        "@types/mocha": "^9.1.0",
        "@vscode/web-custom-data": "^0.3.8",
        "@typescript-eslint/parser": "^5.15.0",
        "@typescript-eslint/eslint-plugin": "^5.15.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.2.4_1647622202000_0.16536215210468308",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "4.2.5": {
      "name": "vscode-html-languageservice",
      "version": "4.2.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@4.2.5",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "c0cc8ff3d824d16388bbac187e1828749eccf006",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-4.2.5.tgz",
        "fileCount": 79,
        "integrity": "sha512-dbr10KHabB9EaK8lI0XZW7SqOsTfrNyT3Nuj0GoPi4LjGKUmMiLtsqzfedIzRTzqY+w0FiLdh0/kQrnQ0tLxrw==",
        "signatures": [
          {
            "sig": "MEUCIQDCCWi+yLRrz2GkR7qaAodQg45tEQ8Lc6XZUkYDjbSv9QIgaQWkMr3l/aiSwv7tWdI7xxAnjbWl1Bo7rQz/4+3LwXw=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1567904,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZwCCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3kQ/9Hf+5vAjMmPwEQS1PetZ8DT8zCl47ng0+kQYTJQnqirlSTlPO\r\nRorirN7X1u9xpS4+KpeoNWrkxxflvbxar8K+lNPkIc2Pij4Iqw5LfZQJgkkm\r\nKMyq3pxIhAVyltZ/I/0S1J1xg4dNdvxC6h5hbajD3gZrNPvAKUMC92m+vjAG\r\n17ksE8grIOEtVm6zHbI4ANAf5Fbop/NE74dEZHTT+Sj+Vkakz41HXvzEZUNx\r\nJE3hDIBGUe8JmpnPo2VnP/hDXoLDyG2oWLV3h4ISzWPqs+vrWq5lomgApwXP\r\nELhMBCAx0tUP5S+gboj/5+R16qz5mjtocxkGNd3A858lKULEVVBYfvBPdSc5\r\nxqHY9wudEY/TbZ8jgdFuwlzAoJ+oaXhlVslBdXEwltXZ1Bh1jcdLf3gB7CaS\r\nZh4SXhprejGF+IazQM54FN1NiAzIFmcCvQknEys+cKWJeJPMF2LZdZKbQHWc\r\nvKeeywSnopvUWAEH8NHQAB7Tjmn/IAQUmC1QrNH0bqbC4LuGAtrijS/+FtJ6\r\nGwvzCVMzPpQVqdRE4RZVgU6kAPu2OrtZqkhVkdtzJSQv47PNLTjtyuZ6pQDU\r\nFlphumX1FxKi1dxeJerXtZ7nG8/wuLyZjz2Var/kWFAtwhp8LvlwyUuQ24J1\r\nwbkM7NuX7nKZSPRhbIu6Zg/xIQNYg9KQfWM=\r\n=Zbl3\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "e7ae8a7170df5e721a13cee1b86e293b24eb3b20",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "7.21.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.9.1",
      "dependencies": {
        "vscode-nls": "^5.0.0",
        "vscode-uri": "^3.0.3",
        "vscode-languageserver-types": "^3.16.0",
        "vscode-languageserver-textdocument": "^1.0.4"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^9.2.2",
        "eslint": "^8.11.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.5.5",
        "@types/node": "^10.12.21",
        "js-beautify": "^1.14.3",
        "@types/mocha": "^9.1.0",
        "@vscode/web-custom-data": "^0.3.9",
        "@typescript-eslint/parser": "^5.15.0",
        "@typescript-eslint/eslint-plugin": "^5.15.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_4.2.5_1650917505830_0.7008294160417408",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.0.0": {
      "name": "vscode-html-languageservice",
      "version": "5.0.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.0.0",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "c68613f836d7fcff125183d78e6f1f0ff326fa55",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.0.0.tgz",
        "fileCount": 77,
        "integrity": "sha512-KJG13z54aLszskp3ETf8b1EKDypr2Sf5RUsfR6OXmKqEl2ZUfyIxsWz4gbJWjPzoJZx/bGH0ZXVwxJ1rg8OKRQ==",
        "signatures": [
          {
            "sig": "MEQCIFhOtGftpPrNFUhjtAJ2tdzgo200aDxpdFosE6XdhP1/AiBQ41pd/+xAlxWkexatIZulvWBvX3wQ+dlGVyv6DoSDbQ==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1599880,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihTn5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoG0A//YpbUC5dp0ek/fZe6DuhtdftFYRoPgL8gMx3S8ESGiDRju2go\r\nmciFXiypQa8IA3B+p5rcbYUq3LBNuJvFHqzoTC+ZigtF5OGbqt6hBNU1T8N7\r\nTadNBxF0lV48mG4fVoNbZKVNNuqjYVlmgo9ZevKc9SHjGc6EYovzt76pfRmg\r\nblafaE80yyh+8WvxCduPqJAkcocdPJKTgcX0uw0AlT2iwGjWQ9rbjUIAwFTk\r\ncqDYrGx7C376Gq+0Zp1RYMCy5zz+HnPI9ifEifYa9vK3aznTTFkDantLce1E\r\nyaqxsud02vrI82lbkVT+ZA+qXkhKxjqwCOYmWZmfKV1PmxPy3g5xURK3vuNq\r\nrMvbHYt6ZalAkAvtkVSJiTYfEKnw+X8PLFQ8gnDvyCW77jhNKsC/nLL5UiSx\r\nQGa0QVR6ES1q5/Z9fUuLvJgi+BlmanASq7KVVz93QZDhYQhQuOKCheRhXBSh\r\ncKz5slirI+JgTt4TrvCD91iIA2uzifnq3t3cqfTREOr9jxj685XvvMUT5uWM\r\nCHPQhxsOF+p+VZLdnse6bBnXtcLxmNQBLIF5gvBbhp1Z/NAAkj5/VHMDyQPL\r\n9LLIm6EJ5nO88BZx535Rvtd5fBtUyr4Izvau1XpO66gN0J4UQ82zF69CiDUI\r\n7tqbmQclV26xrXvBSQhQEyHM4cWGDGWckLk=\r\n=301b\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "fbd44f1ff261b0de5f90263b314be20526e39f53",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "7.21.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.9.1",
      "dependencies": {
        "vscode-nls": "^5.0.1",
        "vscode-uri": "^3.0.3",
        "vscode-languageserver-types": "^3.17.1",
        "vscode-languageserver-textdocument": "^1.0.4"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.0.0",
        "eslint": "^8.15.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.5.5",
        "@types/node": "16.x",
        "js-beautify": "^1.14.3",
        "@types/mocha": "^9.1.1",
        "@vscode/web-custom-data": "^0.3.10",
        "@typescript-eslint/parser": "^5.25.0",
        "@typescript-eslint/eslint-plugin": "^5.25.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.0.0_1652898296732_0.8576193248183712",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.0.1": {
      "name": "vscode-html-languageservice",
      "version": "5.0.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.0.1",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "bdf7847d27a453a9e98ae2836ead7594784c5c1c",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.0.1.tgz",
        "fileCount": 77,
        "integrity": "sha512-OYsyn5HGAhxs0OIG+M0jc34WnftLtD67Wg7+TfrYwvf0waOkkr13zUqtdrVm2JPNQ6fJx+qnuM+vTbq7o1dCdQ==",
        "signatures": [
          {
            "sig": "MEUCIAUKFd9bdmHTB7AbLpeZqai48T7PTSxsni3bI7DFRA/BAiEAxmwOUERwAHILI1hi8gc3LiTZUIj14o+C9VGCtv3JUE0=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1575968,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1+8LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFrBAAoK6HkR2TEEOYGzGCK4uauQ5YiE1kXStnRC4SlmFgv2kTrhKO\r\n44avCD9I/kD81zag/8EylZ4ykdW5wqkIiDuLvpYwOTk6yx50K2rYlYcxV5+q\r\n+v/I4vkgWujBSoW0CXkTVp4hy4zB0RsxvdG9rM7K+dYepyR6hfGIVRnjpDUu\r\nrqPZ8TkQtg6GywQahI2S5p9EjdK6XZW5MixxYvvSa/2EkIAp+22ORZBRQy36\r\nKDoFvJPbCfz12w2yzYTk/upfSiGhTnep4SlQHsc8nylFY3GRiLGmSlaqwsIl\r\nSqU89wJVOU7QaV9kQO0yGyYW4O5KGJY2TaVFTvAAR+vNGZGbDI0YeOtbrw8Y\r\nCxZSjWby7pOfVEBQVwr/PJxSSDAHL7d5KFI2kOl6QNBx8OGGBpDuR8tPaA7x\r\nQaw9m3XSjMies0BOOgmQIpfRsIN35G/vHO0rwFfoMSw3AhA7LjI1j2KA3j6u\r\n7qfsMppiCKWkACjsU/fgcq4M9VPQtVH9CHP+mR+kNBpNUnotEbBgbidLZXbW\r\nl/Ju0rk4vkkwJjepS8sS84oy0M26E0TEjCXdMHJjzpJqwKlDHRJBJ7FOoFaU\r\nVfhyXgoDRC0Sat6jzUZ/giJ0S4/Xsk3NaV2Y+IDODkwWuzXnzo8I1x8C5N7M\r\ny8r8mm5tPiXcDoglksOQVN1+Ntz+abURKZ0=\r\n=RR1U\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "f58c3c8f67a67ef6fba94f2569c2ebd36fc0abf5",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "8.11.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.15.1",
      "dependencies": {
        "vscode-nls": "^5.0.1",
        "vscode-uri": "^3.0.3",
        "vscode-languageserver-types": "^3.17.1",
        "vscode-languageserver-textdocument": "^1.0.4"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.0.0",
        "eslint": "^8.15.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.5.5",
        "@types/node": "16.x",
        "js-beautify": "^1.14.3",
        "@types/mocha": "^9.1.1",
        "@vscode/web-custom-data": "^0.3.10",
        "@typescript-eslint/parser": "^5.25.0",
        "@typescript-eslint/eslint-plugin": "^5.25.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.0.1_1658318602752_0.8233719297203923",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.0.2": {
      "name": "vscode-html-languageservice",
      "version": "5.0.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.0.2",
      "maintainers": [
        {
          "name": "egamma",
          "email": "egamma@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "aeschli",
          "email": "martinae@microsoft.com"
        },
        {
          "name": "dbaeumer",
          "email": "dirk.baeumer@gmail.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "a66cb9d779f3094a8d14dd3a8f7935748435fd2a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.0.2.tgz",
        "fileCount": 77,
        "integrity": "sha512-TQmeyE14Ure/w/S+RV2IItuRWmw/i1QaS+om6t70iHCpamuTTWnACQPMSltVGm/DlbdyMquUePJREjd/h3AVkQ==",
        "signatures": [
          {
            "sig": "MEUCIQDYhIWzzktFV5bLZnLx6Wh05FUixMtILTVu57k1HCrxOQIgNy8hKw5zP/dSYdeOxgF6g8WuMef1rnwoevpYkgyMiKw=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1589224,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIxNQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4Mw/9GpeIDBqqckP4zypmb3zYRv6VQ4R3VGdJ6W0V2lCzB+nEmsFw\r\nGzRWd34Ow2or8jOqNgWpgwENGJi0tm8exB3ENFl0C6VBG3QCa6AY7XItphNT\r\ntnA1zWeklYCKmzFs+JXjctgsj2ygvGE4ajMRDpGVcNPYD5Ovg1wQsq9pR0nN\r\nEyqSgpXTEZESiLfiovwjgqT77AytLKJzz6js5neUjkm/E2uT9XFJY++BTliZ\r\nsxFEzQsV81XrT70ljZmfJmgH27nH7iSy+usHHol1XvVigYL/TIwCrTkcNrxn\r\nEEjsMSbUM50OLAjiaIniTiAaAoi05LcGdLqxYm1Noc8wDQiap6QN33nGsc7Z\r\nhdvqcJjTtqJLwktMZvokVb4O341npHLoNGyvvotfyk/VNWUS6XTYaMXeW4Bz\r\noBJRsYLSF7aAWmV6A5o+NCjQrlh7R2Sxi+sF43GamUDeJJNOyuVktGNgbzij\r\nNb7DmuSdYjcCK1qEj5TlTlojp3qWdCc5JIo+ByHduZDIDRtKPkyt/do9G2m3\r\ns0uywb3FUvIeMM1JCDJXTlMqYDCaDtQETCyooya5n846PYMGLU6OBpk5YYHE\r\nEdx4OHGdWjTsExSaSYW7jmv4nwfpSFJANRTYsizl31hhpasOnGO0IdFMKU3B\r\nsU/DSs9x39GWjIz8nVkHEI2BDZRKIc+lo3s=\r\n=+UFw\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "module": "./lib/esm/htmlLanguageService.js",
      "gitHead": "bc98617196b13825f33e9bf29663cc76c64ecbad",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "preversion": "npm test",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "postpublish": "node ./build/post-publish.js",
        "postversion": "git push && git push --tags",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "aeschli",
        "email": "martinae@microsoft.com"
      },
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "8.11.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.15.1",
      "dependencies": {
        "vscode-nls": "^5.2.0",
        "vscode-uri": "^3.0.4",
        "vscode-languageserver-types": "^3.17.2",
        "vscode-languageserver-textdocument": "^1.0.7"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.0.0",
        "eslint": "^8.15.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.8.3",
        "@types/node": "16.x",
        "js-beautify": "^1.14.6",
        "@types/mocha": "^9.1.1",
        "@vscode/web-custom-data": "^0.4.2",
        "@typescript-eslint/parser": "^5.37.0",
        "@typescript-eslint/eslint-plugin": "^5.37.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.0.2_1663243087770_0.663010365637152",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.0.3": {
      "name": "vscode-html-languageservice",
      "version": "5.0.3",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.0.3",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "2a10eb324a132e01af8e0340c2cc5af88f256955",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.0.3.tgz",
        "fileCount": 76,
        "integrity": "sha512-6rfrtcHhXDMXmC5pR2WXrx02HiNCzQDynOBMn+53zLxr2hvZrDzoc0QgC0FaFGfcglf7GeOsfhkWvJBFC/a70g==",
        "signatures": [
          {
            "sig": "MEUCIQCQdclKGEIAu9lRwncEaR0XK8zoDXteqe1EcNIsN1HwyAIgSzFpPWGi8pj3iK/ODgdXI3AuaSuGqEQ6qJDEmfdHWqM=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1588166,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgLWsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvvRAAnX2PUVRNH/OQStgfd0HQgwEtLIC12OdGmyTGEj2x3OSO4tAC\r\nsa/M753d6G6ZljC7QfbJDWwwCw53wTg4ZDE28/3KUxx8oqEqmZWcf6kNoh9j\r\n9NWItIivr82O+DKg4NCVzBCRI7+tA4p332u4/YuuJoYdegQio5O/IpSKQen4\r\nmAfEHAlm+QbNMbwmCXB2YFpggg5fsYeuXIrLIFWhcIKuJac3cD6ipuM3oD1g\r\n9kiK7WZdkZ9b3e7wpIprWP+bwxuVD23VzDay1PzJRJWOXV9mTB6JLe8bVar6\r\n0H3W0dwQo95QrY9RTPO+ZujZeN36EdICFZ9KEx7cIBEEidGAIfGF/j2QjLpt\r\n5D/rdriPnVfWlwNR7sSS6LN9Pi30LM4fI1csv6kB2oCuFr7e0P2Q48ilJAtg\r\nNlkHjUml3PKFkp8+KH4zOPAGniOdIt0+sF3R5qOdtgnp6E+XusaXfYgXbh1J\r\nWiDgvt4VW09929n8JzPxkHau7+SORXd83zjGfpDDaxHeXEqSjJx6R/m95Ew2\r\nK3c8vjdMQ8i3fvQvQEQbwU92+6+7dxqzlkmvp0jUzMlrxJx6e0Qoa+5C/R6a\r\nXHP8NkDRN3diPsoWYLpOwF8n2FviQKW/poKlYRfLlSs4jzj3t2DZMnL7ZYPB\r\ne6c5mM2jRyensYpZXSrbxIOfehYVPzSGuwY=\r\n=QM+f\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.0.3.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.0.3.tgz",
      "_integrity": "sha512-6rfrtcHhXDMXmC5pR2WXrx02HiNCzQDynOBMn+53zLxr2hvZrDzoc0QgC0FaFGfcglf7GeOsfhkWvJBFC/a70g==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "8.15.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.17.1",
      "dependencies": {
        "vscode-uri": "^3.0.6",
        "@vscode/l10n": "^0.0.10",
        "vscode-languageserver-types": "^3.17.2",
        "vscode-languageserver-textdocument": "^1.0.7"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.1.0",
        "eslint": "^8.28.0",
        "rimraf": "^3.0.2",
        "typescript": "^4.9.3",
        "@types/node": "16.x",
        "js-beautify": "^1.14.7",
        "@types/mocha": "^10.0.0",
        "@vscode/web-custom-data": "^0.4.4",
        "@typescript-eslint/parser": "^5.44.0",
        "@typescript-eslint/eslint-plugin": "^5.44.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.0.3_1669379500096_0.5334138797058621",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.0.4": {
      "name": "vscode-html-languageservice",
      "version": "5.0.4",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.0.4",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "f27a616a4058a2d4d00e4a68e48ad8ba5371aeec",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.0.4.tgz",
        "fileCount": 76,
        "integrity": "sha512-tvrySfpglu4B2rQgWGVO/IL+skvU7kBkQotRlxA7ocSyRXOZUd6GA13XHkxo8LPe07KWjeoBlN1aVGqdfTK4xA==",
        "signatures": [
          {
            "sig": "MEQCIGukR5vWK7A8GkzX+bTm5x46e4w7DJgq4UEt5U+43i7gAiB+lti6AmEG+Ww/lR5Dht9RdH+55tmUdp2n86vJxQ/5Kw==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1559862,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjzsHOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHjw/7BPMFdmUztZZMNlxsmyqheEZdzSSkBgr7lNvKfjAfrjRTzDdt\r\nPMtq0EGsfO9rEHj23uDxvZztQ6dyJVSH4BZBlrfxV+KrHkTcLEhseh9V0PnW\r\njCHqu7cJ5NwNEfJIPL7EQtJ8NM2h1IjJM+yl28hyg5NGhxZshmt+vCBNYBXM\r\n4YJmZskVh6mYiPqRSJ/6fvFsFYXW9pU6g/b94LzEmtzLRhJnUkCzcWFTdFe9\r\nuugkZ4zbIVO9C+z9Cb48poeuY+MWL1dyBexI7rTO8kCu15F9wV6CapnxKJLN\r\noDS3YHgCGn1Qid1xBwxsbd0nUXdriHxP/8b5QgNQfMx7xt2BtwdiBA5CsqAb\r\n/SGBZNW4bq0ywqxAwczownt7esSCjYeXADYkySaWUFepNFDijf72K+xg3smz\r\nI1+HVi1AZdmSTS+AVQMSRK4fmHYfGBhmLsmka8lLsC9LEczSdDjY2WC3qH8I\r\ntgsZO+kmZolBtDEpuwUeM/tCcw3S1Y1KWJ4aeI5217/zcjzJSuZ8LqDxlv/k\r\nvhjui3gcDszXfw02oS0TpT4Q3z5m0ChxNDUN1+mBckV2mWeCO5WIm7J6Ldln\r\neRAS9F2igSZokKjEo5fVva+zFvi62ZduHv16WKtAtX9rg/mZlouCu7vy06fF\r\nbt5Q0JCDMENhTNXAa/v//IvE78YCv7tG5Bw=\r\n=oNkt\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.0.4.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.0.4.tgz",
      "_integrity": "sha512-tvrySfpglu4B2rQgWGVO/IL+skvU7kBkQotRlxA7ocSyRXOZUd6GA13XHkxo8LPe07KWjeoBlN1aVGqdfTK4xA==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "8.19.3",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.19.0",
      "dependencies": {
        "vscode-uri": "^3.0.7",
        "@vscode/l10n": "^0.0.11",
        "vscode-languageserver-types": "^3.17.2",
        "vscode-languageserver-textdocument": "^1.0.8"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.2.0",
        "eslint": "^8.32.0",
        "rimraf": "^4.1.1",
        "typescript": "^4.9.4",
        "@types/node": "16.x",
        "js-beautify": "^1.14.7",
        "@types/mocha": "^10.0.1",
        "@vscode/web-custom-data": "^0.4.5",
        "@typescript-eslint/parser": "^5.48.2",
        "@typescript-eslint/eslint-plugin": "^5.48.2"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.0.4_1674494413772_0.9492395575987442",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.0.5": {
      "name": "vscode-html-languageservice",
      "version": "5.0.5",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.0.5",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "3c7c7fdcea8f93914dfd8762a40dbfbe770e2243",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.0.5.tgz",
        "fileCount": 76,
        "integrity": "sha512-7788ZT+I7/UhFoI4+bzaAiGGZEW7X39kTeuytLtw6jJA6W7ez85bWKYoFDcwrPNmywj3n/IkU9Op9asaje44jg==",
        "signatures": [
          {
            "sig": "MEUCIQCIuQoN7rHwxk7s+Zsz3gvREblBmYCzZLysbGdTY3vQmQIgevv6DPaqbX3wJDERJ/M5+3Ed4ioWLPTM1tbThU4QfxU=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1559862,
        "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRqB4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqv6w//SmpO4Wo5SpGwlnzqCKxfyGrGE+Yojlf2TAjZIRbOxqJxFVdc\r\nktBY7yiPooavap1hQZ9SRCipZdL8vaiEIEPBrWKBWi3Ix/Ws5CLz2+mwkA+w\r\nBpiR1VTp+wcPOMkfzn6QvMQ8Nb2rhoL2WHvMCGm6GdPJammXB+bIcot/cWuU\r\nyG9iGO2+P0mCo4TvRvhG1tN61I+iqi3Euf8RMBux1aF6NccqHrqDVTOtDG2p\r\ni+vg8S29yt0ycRlu53k5M0i6AYn7DFoFhJQnMH7UUyoIIY2zm9bAnaBH/PeL\r\nQqIPB0NmhRaDjwbuZKSfABL6A6fZ+Jd+4FOAHcirxJm9oya2nzxora6BMT8L\r\nqRBZ/pBklTmz/MqhGtH6Rm3fOcALfeT5ksD38F5EFrBy3mthsztajBP8z8el\r\nEe76/MQE+UowfHSrOkYBpAFMRlcMswCNN/Zr1HuDCcifEAXN+eF6L8BjdQOq\r\nG2Q4+lSDxujeZsKFZ1hbcVynCnEcHbe9cV3uWP0m/R2mFWTx10RpFtu8Tk/x\r\nYbTlKYjwi/WURpCGucuvj/JSKdAaItrQdY3fA57b3ybgOluAqxkWaPOR5ZRD\r\nW3FZDTB9wH3mpSYlyxGoPkLw7w0dQWbrfgWiu4mLzKRJYxFDUXXLwXk7cFzB\r\nXasIQCgvN+hUGY3rsnv7Tki8z8mMj6Og5Ho=\r\n=mFCU\r\n-----END PGP SIGNATURE-----\r\n"
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.0.5.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.0.5.tgz",
      "_integrity": "sha512-7788ZT+I7/UhFoI4+bzaAiGGZEW7X39kTeuytLtw6jJA6W7ez85bWKYoFDcwrPNmywj3n/IkU9Op9asaje44jg==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "8.19.4",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.20.0",
      "dependencies": {
        "vscode-uri": "^3.0.7",
        "@vscode/l10n": "^0.0.13",
        "vscode-languageserver-types": "^3.17.3",
        "vscode-languageserver-textdocument": "^1.0.8"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.2.0",
        "eslint": "^8.39.0",
        "rimraf": "^5.0.0",
        "typescript": "^5.0.4",
        "@types/node": "16.x",
        "js-beautify": "^1.14.7",
        "@types/mocha": "^10.0.1",
        "@vscode/web-custom-data": "^0.4.6",
        "@typescript-eslint/parser": "^5.59.0",
        "@typescript-eslint/eslint-plugin": "^5.59.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.0.5_1682350199879_0.6601198831434587",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.0.6": {
      "name": "vscode-html-languageservice",
      "version": "5.0.6",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.0.6",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "e7a7f78e9f98d0f5341c5518dd9305e3cc438bb6",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.0.6.tgz",
        "fileCount": 76,
        "integrity": "sha512-gCixNg6fjPO7+kwSMBAVXcwDRHdjz1WOyNfI0n5Wx0J7dfHG8ggb3zD1FI8E2daTZrwS1cooOiSoc1Xxph4qRQ==",
        "signatures": [
          {
            "sig": "MEUCIQDqYw9Ei9GAcrmYkSK+jhD0BEDns8+trT2RyGARvs1YVAIgFHfvHpC2aHx8IQtsjDNMCp7/J8btyAjYOoU7I4TIwR0=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1561393
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.0.6.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.0.6.tgz",
      "_integrity": "sha512-gCixNg6fjPO7+kwSMBAVXcwDRHdjz1WOyNfI0n5Wx0J7dfHG8ggb3zD1FI8E2daTZrwS1cooOiSoc1Xxph4qRQ==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "8.19.4",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "16.20.0",
      "dependencies": {
        "vscode-uri": "^3.0.7",
        "@vscode/l10n": "^0.0.14",
        "vscode-languageserver-types": "^3.17.3",
        "vscode-languageserver-textdocument": "^1.0.8"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.2.0",
        "eslint": "^8.41.0",
        "rimraf": "^5.0.1",
        "typescript": "^5.0.4",
        "@types/node": "16.x",
        "js-beautify": "^1.14.7",
        "@types/mocha": "^10.0.1",
        "@vscode/web-custom-data": "^0.4.6",
        "@typescript-eslint/parser": "^5.59.8",
        "@typescript-eslint/eslint-plugin": "^5.59.8"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.0.6_1685604997935_0.446285305547242",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.0.7": {
      "name": "vscode-html-languageservice",
      "version": "5.0.7",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.0.7",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "8d27773e0197799a9db777ee4fc134cf1c669d84",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.0.7.tgz",
        "fileCount": 77,
        "integrity": "sha512-jX+7/kUXrdOaRT8vqYR/jLxrGDib+Far8I7n/A6apuEl88k+mhIHZPwc6ezuLeiCKUCaLG4b0dqFwjVa7QL3/w==",
        "signatures": [
          {
            "sig": "MEYCIQCDtNIG3qfX9vIljsE4GnZB5Cufwv0J4nLI3QcXqAhHswIhAIULwQT8H7PuwQ7DJbVc/bfd2D0w2WT09GDlfNhVHTNY",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1573928
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.0.7.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.0.7.tgz",
      "_integrity": "sha512-jX+7/kUXrdOaRT8vqYR/jLxrGDib+Far8I7n/A6apuEl88k+mhIHZPwc6ezuLeiCKUCaLG4b0dqFwjVa7QL3/w==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "9.6.7",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.17.0",
      "dependencies": {
        "vscode-uri": "^3.0.7",
        "@vscode/l10n": "^0.0.16",
        "vscode-languageserver-types": "^3.17.3",
        "vscode-languageserver-textdocument": "^1.0.8"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.2.0",
        "eslint": "^8.48.0",
        "rimraf": "^5.0.1",
        "typescript": "^5.2.2",
        "@types/node": "16.x",
        "js-beautify": "^1.14.9",
        "@types/mocha": "^10.0.1",
        "@vscode/web-custom-data": "^0.4.7",
        "@typescript-eslint/parser": "^6.5.0",
        "@typescript-eslint/eslint-plugin": "^6.5.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.0.7_1693256133938_0.10108216076465637",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.1.0": {
      "name": "vscode-html-languageservice",
      "version": "5.1.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.1.0",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "ba4f302eda5d8c248bcf5d173d862f241c4b48d3",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.1.0.tgz",
        "fileCount": 74,
        "integrity": "sha512-cGOu5+lrz+2dDXSGS15y24lDtPaML1T8K/SfqgFbLmCZ1btYOxceFieR+ybTS2es/A67kRc62m2cKFLUQPWG5g==",
        "signatures": [
          {
            "sig": "MEUCIEgDOfTwvkfHLgSEeNQbdEKTFCSUZtEDnA8hyzPjR6DlAiEA9LB+8xvg2oNnXSkFlRlJh5ZnJgtw5m58hCcccfXQLLw=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1575449
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.1.0.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.1.0.tgz",
      "_integrity": "sha512-cGOu5+lrz+2dDXSGS15y24lDtPaML1T8K/SfqgFbLmCZ1btYOxceFieR+ybTS2es/A67kRc62m2cKFLUQPWG5g==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "9.6.7",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.17.1",
      "dependencies": {
        "vscode-uri": "^3.0.7",
        "@vscode/l10n": "^0.0.16",
        "vscode-languageserver-types": "^3.17.3",
        "vscode-languageserver-textdocument": "^1.0.8"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.2.0",
        "eslint": "^8.48.0",
        "rimraf": "^5.0.1",
        "typescript": "^5.2.2",
        "@types/node": "16.x",
        "js-beautify": "^1.14.9",
        "@types/mocha": "^10.0.1",
        "@vscode/web-custom-data": "^0.4.8",
        "@typescript-eslint/parser": "^6.6.0",
        "@typescript-eslint/eslint-plugin": "^6.6.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.1.0_1694438020474_0.7620504715625995",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.1.1": {
      "name": "vscode-html-languageservice",
      "version": "5.1.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.1.1",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "8e56f7e11c1e3f4a9d56de0f97badea9296f4e04",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.1.1.tgz",
        "fileCount": 74,
        "integrity": "sha512-JenrspIIG/Q+93R6G3L6HdK96itSisMynE0glURqHpQbL3dKAKzdm8L40lAHNkwJeBg+BBPpAshZKv/38onrTQ==",
        "signatures": [
          {
            "sig": "MEQCIF+RVNiB50wAKnY3E312jAsKvb8iw/HsrDN8ugyEat3vAiB35H9Wo/LLTa9KjThTJvv6ZrUh1JFjBurpefzHTXRyBg==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1576210
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.1.1.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "yarn add @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "yarn add js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "yarn add vscode-languageserver-types@next -f -S && yarn add vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "yarn add js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.1.1.tgz",
      "_integrity": "sha512-JenrspIIG/Q+93R6G3L6HdK96itSisMynE0glURqHpQbL3dKAKzdm8L40lAHNkwJeBg+BBPpAshZKv/38onrTQ==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "9.6.7",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.17.1",
      "dependencies": {
        "vscode-uri": "^3.0.8",
        "@vscode/l10n": "^0.0.16",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.11"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.2.0",
        "eslint": "^8.52.0",
        "rimraf": "^5.0.5",
        "typescript": "^5.2.2",
        "@types/node": "16.x",
        "js-beautify": "^1.14.9",
        "@types/mocha": "^10.0.3",
        "@vscode/web-custom-data": "^0.4.8",
        "@typescript-eslint/parser": "^6.9.0",
        "@typescript-eslint/eslint-plugin": "^6.9.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.1.1_1698091135536_0.4759248877290996",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.1.2": {
      "name": "vscode-html-languageservice",
      "version": "5.1.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.1.2",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "8309fa7f319c873af11cf23ddbba4e68d6c42e2c",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.1.2.tgz",
        "fileCount": 74,
        "integrity": "sha512-wkWfEx/IIR3s2P5yD4aTGHiOb8IAzFxgkSt1uSC3itJ4oDAm23yG7o0L29JljUdnXDDgLafPAvhv8A2I/8riHw==",
        "signatures": [
          {
            "sig": "MEUCIAFP7YLAKr+S9GcxKAZim6UbYs0zvUTWIOIFomR7SMNHAiEAtYdskvirPylvReRPz/LGCVE+DDcGr79jKd0Im3rExB4=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1575989
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.1.2.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.1.2.tgz",
      "_integrity": "sha512-wkWfEx/IIR3s2P5yD4aTGHiOb8IAzFxgkSt1uSC3itJ4oDAm23yG7o0L29JljUdnXDDgLafPAvhv8A2I/8riHw==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "9.6.7",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.17.1",
      "dependencies": {
        "vscode-uri": "^3.0.8",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.11"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.2.0",
        "eslint": "^8.56.0",
        "rimraf": "^5.0.5",
        "typescript": "^5.3.3",
        "@types/node": "16.x",
        "js-beautify": "^1.14.11",
        "@types/mocha": "^10.0.6",
        "@vscode/web-custom-data": "^0.4.9",
        "@typescript-eslint/parser": "^6.19.1",
        "@typescript-eslint/eslint-plugin": "^6.19.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.1.2_1705959616009_0.5716513932727385",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.2.0": {
      "name": "vscode-html-languageservice",
      "version": "5.2.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.2.0",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "5b36f9131acc073cebaa2074dc8ff53e84c80f31",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.2.0.tgz",
        "fileCount": 74,
        "integrity": "sha512-cdNMhyw57/SQzgUUGSIMQ66jikqEN6nBNyhx5YuOyj9310+eY9zw8Q0cXpiKzDX8aHYFewQEXRnigl06j/TVwQ==",
        "signatures": [
          {
            "sig": "MEQCIA1+yN8DTGA37kF3hcbaCmgIMdTS+0U/Ej9MeYIBLVHJAiAoxXqOI4f2ovbA5AZ1LSH91Xh3ZDUumfxKdW6EnFjJag==",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1585318
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.2.0.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.2.0.tgz",
      "_integrity": "sha512-cdNMhyw57/SQzgUUGSIMQ66jikqEN6nBNyhx5YuOyj9310+eY9zw8Q0cXpiKzDX8aHYFewQEXRnigl06j/TVwQ==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "9.6.7",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.17.1",
      "dependencies": {
        "vscode-uri": "^3.0.8",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.11"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.3.0",
        "eslint": "^8.57.0",
        "rimraf": "^5.0.5",
        "typescript": "^5.3.3",
        "@types/node": "16.x",
        "js-beautify": "^1.15.1",
        "@types/mocha": "^10.0.6",
        "@vscode/web-custom-data": "^0.4.9",
        "@typescript-eslint/parser": "^6.21.0",
        "@typescript-eslint/eslint-plugin": "^6.21.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.2.0_1711129837421_0.33887072995172307",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.3.0": {
      "name": "vscode-html-languageservice",
      "version": "5.3.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.3.0",
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "298ae5600c6749cbb95838975d07f449c44cb478",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.3.0.tgz",
        "fileCount": 74,
        "integrity": "sha512-C4Z3KsP5Ih+fjHpiBc5jxmvCl+4iEwvXegIrzu2F5pktbWvQaBT3YkVPk8N+QlSSMk8oCG6PKtZ/Sq2YHb5e8g==",
        "signatures": [
          {
            "sig": "MEUCIA+DOCuQaJumvYp++uWurnt8+IEjyg5I5vTpYWs2UV7MAiEApwjvZSz2k3TkNpj4k3DjNa0j8L5zh6sIAd7BOZJg9VQ=",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1582990
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.3.0.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.3.0.tgz",
      "_integrity": "sha512-C4Z3KsP5Ih+fjHpiBc5jxmvCl+4iEwvXegIrzu2F5pktbWvQaBT3YkVPk8N+QlSSMk8oCG6PKtZ/Sq2YHb5e8g==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "10.7.0",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "20.14.0",
      "dependencies": {
        "vscode-uri": "^3.0.8",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.11"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.4.0",
        "eslint": "^8.57.0",
        "rimraf": "^5.0.7",
        "typescript": "5.4.5",
        "@types/node": "18.x",
        "js-beautify": "^1.15.1",
        "@types/mocha": "^10.0.7",
        "@vscode/web-custom-data": "^0.4.11",
        "@typescript-eslint/parser": "^7.13.1",
        "@typescript-eslint/eslint-plugin": "^7.13.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.3.0_1719245746700_0.9912403877024394",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.3.1": {
      "name": "vscode-html-languageservice",
      "version": "5.3.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.3.1",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "dist": {
        "shasum": "93cac1cebb42165b52a15220f02c47d1320fc43a",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.3.1.tgz",
        "fileCount": 75,
        "integrity": "sha512-ysUh4hFeW/WOWz/TO9gm08xigiSsV/FOAZ+DolgJfeLftna54YdmZ4A+lIn46RbdO3/Qv5QHTn1ZGqmrXQhZyA==",
        "signatures": [
          {
            "sig": "MEYCIQCvb+ztN0I8Qn9LSxiw9EQB0RwI9cZwTykhkUHxCyPfFQIhAJ+5Fwl9SoCh66UHTJQogeKwnVjVuJkpY3cWO3dTdD1o",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1582649
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:vscode-html-languageservice-5.3.1.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "vscode-bot",
        "email": "vscode-bot-npm@microsoft.com"
      },
      "_resolved": "/mnt/vss/_work/1/vscode-html-languageservice/vscode-html-languageservice-5.3.1.tgz",
      "_integrity": "sha512-ysUh4hFeW/WOWz/TO9gm08xigiSsV/FOAZ+DolgJfeLftna54YdmZ4A+lIn46RbdO3/Qv5QHTn1ZGqmrXQhZyA==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "_npmVersion": "10.8.1",
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "20.16.0",
      "dependencies": {
        "vscode-uri": "^3.0.8",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.7.3",
        "eslint": "^9.9.1",
        "rimraf": "^6.0.1",
        "typescript": "5.5.4",
        "@types/node": "18.x",
        "js-beautify": "^1.15.1",
        "@types/mocha": "^10.0.7",
        "@vscode/web-custom-data": "^0.4.11",
        "@typescript-eslint/parser": "^8.3.0",
        "@typescript-eslint/eslint-plugin": "^8.3.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.3.1_1724703704242_0.4061281088014308",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.3.2": {
      "name": "vscode-html-languageservice",
      "version": "5.3.2",
      "author": "Microsoft Corporation",
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.3.2",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "next",
      "dist": {
        "shasum": "711d4dcf32034ab0ef63a792c5a75ce98869aa36",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.3.2.tgz",
        "fileCount": 75,
        "integrity": "sha512-3MgFQqVG+iQVNG7QI/slaoL7lJpne0nssX082kjUF1yn/YJa8BWCLeCJjM0YpTlp8A7JT1+J22mk4qSPx3NjSQ==",
        "signatures": [
          {
            "sig": "MEYCIQCIpINUjegwetgQbTtGrttsuJUoyJ6Lz/rP5ffttjYwrgIhAPxxnuaEkHrRZy4Shy9hwekwlzCvKkSp23Ux0NRlMHL/",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
          }
        ],
        "unpackedSize": 1582652
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0510bc9d-7a5b-46c4-84dd-725c1423af8f\\vscode-html-languageservice-5.3.2.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0510bc9d-7a5b-46c4-84dd-725c1423af8f\\vscode-html-languageservice-5.3.2.tgz",
      "_integrity": "sha512-3MgFQqVG+iQVNG7QI/slaoL7lJpne0nssX082kjUF1yn/YJa8BWCLeCJjM0YpTlp8A7JT1+J22mk4qSPx3NjSQ==",
      "repository": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.0.8",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^10.8.2",
        "eslint": "^9.16.0",
        "rimraf": "^6.0.1",
        "typescript": "5.7.2",
        "@types/node": "18.x",
        "js-beautify": "^1.15.1",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.4.13",
        "@typescript-eslint/parser": "^8.3.0",
        "@typescript-eslint/eslint-plugin": "^8.17.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.3.2_1733171506247_0.5533730438747371",
        "host": "s3://npm-registry-packages"
      },
      "contributors": []
    },
    "5.3.4-next.0": {
      "name": "vscode-html-languageservice",
      "version": "5.3.4-next.0",
      "author": "Microsoft Corporation",
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.3.4-next.0",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "next",
      "dist": {
        "shasum": "8c968f6f49f4ccbdbb9fd03bf956eddf0825e91c",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.3.4-next.0.tgz",
        "fileCount": 75,
        "integrity": "sha512-fsDrDtCl/FJOA8QtUVsWCkHj7nXZsKU24bP07Uo8pU5brm0EntaHKwm2vgHGAch8XM+TO02XM1XyJJOWQFUNhA==",
        "signatures": [
          {
            "sig": "MEUCIQCZEQtE47yzBeD3S6YVAS8XeQ0fDlOy9udza5NAErAQuwIgehi8ahjm6lddiUrZ/ni+NBAY8YZOH7G5Pccgo46MD8Y=",
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
          }
        ],
        "unpackedSize": 1584439
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\03a5e2b5-d6df-4c53-9646-95efdf2bd3af\\vscode-html-languageservice-5.3.4-next.0.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\03a5e2b5-d6df-4c53-9646-95efdf2bd3af\\vscode-html-languageservice-5.3.4-next.0.tgz",
      "_integrity": "sha512-fsDrDtCl/FJOA8QtUVsWCkHj7nXZsKU24bP07Uo8pU5brm0EntaHKwm2vgHGAch8XM+TO02XM1XyJJOWQFUNhA==",
      "repository": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.1.0",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^11.1.0",
        "eslint": "^9.23.0",
        "rimraf": "^6.0.1",
        "typescript": "5.8.2",
        "@types/node": "20.x",
        "js-beautify": "^1.15.4",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.5.0",
        "@typescript-eslint/parser": "^8.27.0",
        "@typescript-eslint/eslint-plugin": "^8.27.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.3.4-next.0_1742848705941_0.7494078916730398",
        "host": "s3://npm-registry-packages-npm-production"
      },
      "contributors": []
    },
    "5.3.3": {
      "name": "vscode-html-languageservice",
      "version": "5.3.3",
      "author": "Microsoft Corporation",
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.3.3",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "latest",
      "dist": {
        "shasum": "42f7f22411a26b327ac4c4a5d26a0369fa7c529e",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.3.3.tgz",
        "fileCount": 75,
        "integrity": "sha512-AK/jJM0VIWRrlfqkDBMZxNMnxYT5I2uoMVRoNJ5ePSplnSaT9mbYjqJlxxeLvUrOW7MEH0vVIDzU48u44QZE0w==",
        "signatures": [
          {
            "sig": "MEQCIBXTsVN1EWYINjzG1eATBrhx9SObIQEbsv7xQ6u4u7uCAiBFxXhwofAG+HXy84flBrgehMvkYVHkQ0uQq/NzbWazOg==",
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
          }
        ],
        "unpackedSize": 1584432
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17cb35bf-4ada-41b1-8d38-9e6d9ce85901\\vscode-html-languageservice-5.3.3.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\17cb35bf-4ada-41b1-8d38-9e6d9ce85901\\vscode-html-languageservice-5.3.3.tgz",
      "_integrity": "sha512-AK/jJM0VIWRrlfqkDBMZxNMnxYT5I2uoMVRoNJ5ePSplnSaT9mbYjqJlxxeLvUrOW7MEH0vVIDzU48u44QZE0w==",
      "repository": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.1.0",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^11.1.0",
        "eslint": "^9.23.0",
        "rimraf": "^6.0.1",
        "typescript": "5.8.2",
        "@types/node": "20.x",
        "js-beautify": "^1.15.4",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.5.0",
        "@typescript-eslint/parser": "^8.27.0",
        "@typescript-eslint/eslint-plugin": "^8.27.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.3.3_1742849390721_0.41507643755721135",
        "host": "s3://npm-registry-packages-npm-production"
      },
      "contributors": []
    },
    "5.4.0": {
      "name": "vscode-html-languageservice",
      "version": "5.4.0",
      "author": "Microsoft Corporation",
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.4.0",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "latest",
      "dist": {
        "shasum": "05edbae7287e942f3187f6266cfc2333608a8a43",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.4.0.tgz",
        "fileCount": 75,
        "integrity": "sha512-9/cbc90BSYCghmHI7/VbWettHZdC7WYpz2g5gBK6UDUI1MkZbM773Q12uAYJx9jzAiNHPpyo6KzcwmcnugncAQ==",
        "signatures": [
          {
            "sig": "MEQCIH0YIvDyMzZlTfGkcQs/0XUi3g15XNsE34IOJJEhu++XAiBgjghESLRAfZMSG50eIAFKYdmoz7VdyhWjn32FqCRmCw==",
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
          }
        ],
        "unpackedSize": 1994281
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\28a8183b-3475-48f5-b153-ba8fd371c649\\vscode-html-languageservice-5.4.0.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\28a8183b-3475-48f5-b153-ba8fd371c649\\vscode-html-languageservice-5.4.0.tgz",
      "_integrity": "sha512-9/cbc90BSYCghmHI7/VbWettHZdC7WYpz2g5gBK6UDUI1MkZbM773Q12uAYJx9jzAiNHPpyo6KzcwmcnugncAQ==",
      "repository": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.1.0",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^11.1.0",
        "eslint": "^9.25.1",
        "rimraf": "^6.0.1",
        "typescript": "5.8.3",
        "@types/node": "20.x",
        "js-beautify": "^1.15.4",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.5.2",
        "@typescript-eslint/parser": "^8.31.0",
        "@typescript-eslint/eslint-plugin": "^8.31.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.4.0_1745594560391_0.184327874744878",
        "host": "s3://npm-registry-packages-npm-production"
      },
      "contributors": []
    },
    "5.4.1-next.0": {
      "name": "vscode-html-languageservice",
      "version": "5.4.1-next.0",
      "author": "Microsoft Corporation",
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.4.1-next.0",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "next",
      "dist": {
        "shasum": "d6ad1e83df644ba2085eb20e58ca57fe6abf1670",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.4.1-next.0.tgz",
        "fileCount": 75,
        "integrity": "sha512-Q8KIjUJQt6OtnyK1ctgfhIHtJ2eKxx9aTcn7GDUd4vMDfAtaff0fP9l2Yx0Fvk7QcI5h+Tn6tTBPBjRvZTTyJw==",
        "signatures": [
          {
            "sig": "MEQCIAEMHPq1TOXoAaDW8txhhQbvOJf+vMzP/bWqqBxOmiEqAiAo0JdXxKirC/tHLwvfXKQnxHLltUrz/XJBzGb1MPjDlg==",
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
          }
        ],
        "unpackedSize": 1994288
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a6e31cf5-1bfd-4508-879d-0faded2cdadb\\vscode-html-languageservice-5.4.1-next.0.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a6e31cf5-1bfd-4508-879d-0faded2cdadb\\vscode-html-languageservice-5.4.1-next.0.tgz",
      "_integrity": "sha512-Q8KIjUJQt6OtnyK1ctgfhIHtJ2eKxx9aTcn7GDUd4vMDfAtaff0fP9l2Yx0Fvk7QcI5h+Tn6tTBPBjRvZTTyJw==",
      "repository": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.1.0",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^11.1.0",
        "eslint": "^9.25.1",
        "rimraf": "^6.0.1",
        "typescript": "5.8.3",
        "@types/node": "20.x",
        "js-beautify": "^1.15.4",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.5.2",
        "@typescript-eslint/parser": "^8.31.0",
        "@typescript-eslint/eslint-plugin": "^8.31.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.4.1-next.0_1745594610014_0.6856751683127846",
        "host": "s3://npm-registry-packages-npm-production"
      },
      "contributors": []
    },
    "5.5.0": {
      "name": "vscode-html-languageservice",
      "version": "5.5.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.5.0",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "latest",
      "dist": {
        "shasum": "156fb9e3479117053f603fc37db4841cbe8317b9",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.5.0.tgz",
        "fileCount": 75,
        "integrity": "sha512-No6Er2P2L8IsXDnUFlp0bP4f2sdkJv+zJLZYFhtEQIp+2xNfxY8WYkhSxLJ/7bZhuV/aU55lmGSSHBVxSGer3Q==",
        "signatures": [
          {
            "sig": "MEUCIQDR4l9FZq8hnk9EygrPPIwpuNlKR9AJXfSANXx4td0bFwIgRfKwVE0cEN4PMs2uZU8sqCyfoExTqAVGnvhRHZ+wm6Q=",
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
          }
        ],
        "unpackedSize": 1993532
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9a021731-bc53-44b6-a938-3ff6cb608e58\\vscode-html-languageservice-5.5.0.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9a021731-bc53-44b6-a938-3ff6cb608e58\\vscode-html-languageservice-5.5.0.tgz",
      "_integrity": "sha512-No6Er2P2L8IsXDnUFlp0bP4f2sdkJv+zJLZYFhtEQIp+2xNfxY8WYkhSxLJ/7bZhuV/aU55lmGSSHBVxSGer3Q==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.1.0",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^11.5.0",
        "eslint": "^9.28.0",
        "rimraf": "^6.0.1",
        "typescript": "5.8.3",
        "@types/node": "20.x",
        "js-beautify": "^1.15.4",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.6.0",
        "@typescript-eslint/parser": "^8.33.0",
        "@typescript-eslint/eslint-plugin": "^8.33.0"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.5.0_1748878381382_0.7767224794681749",
        "host": "s3://npm-registry-packages-npm-production"
      },
      "contributors": []
    },
    "5.5.1": {
      "name": "vscode-html-languageservice",
      "version": "5.5.1",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.5.1",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "latest",
      "dist": {
        "shasum": "d52c578dd0198a3e651e12092f72a3398c4783bc",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.5.1.tgz",
        "fileCount": 75,
        "integrity": "sha512-/ZdEtsZ3OiFSyL00kmmu7crFV9KwWR+MgpzjsxO60DQH7sIfHZM892C/E4iDd11EKocr+NYuvOA4Y7uc3QzLEA==",
        "signatures": [
          {
            "sig": "MEUCIQDXyv+eKA4mRt5PMpbhIGlmjX17296bxIzAeGSzjZR7lwIgfeD25aAR8DtJysrQWpwq4qdgVqDs0ImDAA8d+SjD7lw=",
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
          }
        ],
        "unpackedSize": 1993531
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c0340c5-84cf-4a2c-9458-be5b1cf90678\\vscode-html-languageservice-5.5.1.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "actor": {
          "name": "microsoft1es",
          "type": "user",
          "email": "npmjs@microsoft.com"
        },
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c0340c5-84cf-4a2c-9458-be5b1cf90678\\vscode-html-languageservice-5.5.1.tgz",
      "_integrity": "sha512-/ZdEtsZ3OiFSyL00kmmu7crFV9KwWR+MgpzjsxO60DQH7sIfHZM892C/E4iDd11EKocr+NYuvOA4Y7uc3QzLEA==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.1.0",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^11.5.0",
        "eslint": "^9.30.0",
        "rimraf": "^6.0.1",
        "typescript": "5.8.3",
        "@types/node": "20.x",
        "js-beautify": "^1.15.4",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.6.0",
        "@typescript-eslint/parser": "^8.35.1",
        "@typescript-eslint/eslint-plugin": "^8.35.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.5.1_1751310180637_0.8959933573087349",
        "host": "s3://npm-registry-packages-npm-production"
      },
      "contributors": []
    },
    "5.5.2": {
      "name": "vscode-html-languageservice",
      "version": "5.5.2",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.5.2",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "latest",
      "dist": {
        "shasum": "9f4087f405fdd7c71635c6b873bc32103914e7fe",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.5.2.tgz",
        "fileCount": 75,
        "integrity": "sha512-QpaUhCjvb7U/qThOzo4V6grwsRE62Jk/vf8BRJZoABlMw3oplLB5uovrvcrLO9vYhkeMiSjyqLnCxbfHzzZqmw==",
        "signatures": [
          {
            "sig": "MEQCIEfX8RMisPbisNnz37kZFBHUshKemg7hzNA+u1nJGm3zAiBnDHwYmF1tTAQTsi8bi2i5YBRDNDqqYSnNeT4ipfhH3A==",
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
          }
        ],
        "unpackedSize": 1992769
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e07fa64b-c016-44b4-aa97-df958493d73d\\vscode-html-languageservice-5.5.2.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e07fa64b-c016-44b4-aa97-df958493d73d\\vscode-html-languageservice-5.5.2.tgz",
      "_integrity": "sha512-QpaUhCjvb7U/qThOzo4V6grwsRE62Jk/vf8BRJZoABlMw3oplLB5uovrvcrLO9vYhkeMiSjyqLnCxbfHzzZqmw==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.1.0",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^11.7.2",
        "eslint": "^9.36.0",
        "rimraf": "^6.0.1",
        "typescript": "5.8.3",
        "@types/node": "20.x",
        "js-beautify": "^1.15.4",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.6.1",
        "@typescript-eslint/parser": "^8.44.1",
        "@typescript-eslint/eslint-plugin": "^8.44.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.5.2_1759168418579_0.29217025469212277",
        "host": "s3://npm-registry-packages-npm-production"
      },
      "contributors": []
    },
    "5.6.0": {
      "name": "vscode-html-languageservice",
      "version": "5.6.0",
      "author": {
        "name": "Microsoft Corporation"
      },
      "license": "MIT",
      "_id": "vscode-html-languageservice@5.6.0",
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "tag": "latest",
      "dist": {
        "shasum": "7239e0ea799b4d262960b00ae0019304caf06a5f",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.6.0.tgz",
        "fileCount": 75,
        "integrity": "sha512-FIVz83oGw2tBkOr8gQPeiREInnineCKGCz3ZD1Pi6opOuX3nSRkc4y4zLLWsuop+6ttYX//XZCI6SLzGhRzLmA==",
        "signatures": [
          {
            "sig": "MEQCIGlS0iWdTBUFJk6VN6RdDB88iCTV3QdA1JgOlayFeZA4AiBQFtIUEwhwAXFjb0xSZ6aPYQSkohDMDaHad4BJxGycJA==",
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
          }
        ],
        "unpackedSize": 1993667
      },
      "main": "./lib/umd/htmlLanguageService.js",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fac41df4-d15b-46a2-b44c-8d25c592ab89\\vscode-html-languageservice-5.6.0.tgz",
      "module": "./lib/esm/htmlLanguageService.js",
      "scripts": {
        "lint": "eslint src/**/*.ts",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "clean": "rimraf lib",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js"
      },
      "typings": "./lib/umd/htmlLanguageService",
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fac41df4-d15b-46a2-b44c-8d25c592ab89\\vscode-html-languageservice-5.6.0.tgz",
      "_integrity": "sha512-FIVz83oGw2tBkOr8gQPeiREInnineCKGCz3ZD1Pi6opOuX3nSRkc4y4zLLWsuop+6ttYX//XZCI6SLzGhRzLmA==",
      "repository": {
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git",
        "type": "git"
      },
      "description": "Language service for HTML",
      "directories": {},
      "_nodeVersion": "18.5.0",
      "dependencies": {
        "vscode-uri": "^3.1.0",
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-languageserver-textdocument": "^1.0.12"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "mocha": "^11.7.2",
        "eslint": "^9.36.0",
        "rimraf": "^6.0.1",
        "typescript": "5.8.3",
        "@types/node": "20.x",
        "js-beautify": "^1.15.4",
        "@types/mocha": "^10.0.10",
        "@vscode/web-custom-data": "^0.6.1",
        "@typescript-eslint/parser": "^8.44.1",
        "@typescript-eslint/eslint-plugin": "^8.44.1"
      },
      "_npmOperationalInternal": {
        "tmp": "tmp/vscode-html-languageservice_5.6.0_1760684488751_0.692039199127487",
        "host": "s3://npm-registry-packages-npm-production"
      },
      "contributors": []
    },
    "5.6.1": {
      "name": "vscode-html-languageservice",
      "version": "5.6.1",
      "description": "Language service for HTML",
      "main": "./lib/umd/htmlLanguageService.js",
      "typings": "./lib/umd/htmlLanguageService",
      "module": "./lib/esm/htmlLanguageService.js",
      "author": {
        "name": "Microsoft Corporation"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git"
      },
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "devDependencies": {
        "@types/mocha": "^10.0.10",
        "@types/node": "22.x",
        "@typescript-eslint/eslint-plugin": "^8.48.0",
        "@typescript-eslint/parser": "^8.48.0",
        "@vscode/web-custom-data": "^0.6.2",
        "eslint": "^9.39.1",
        "js-beautify": "^1.15.4",
        "mocha": "^11.7.5",
        "rimraf": "^6.1.2",
        "typescript": "5.9.3"
      },
      "dependencies": {
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-textdocument": "^1.0.12",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-uri": "^3.1.0"
      },
      "scripts": {
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "clean": "rimraf lib",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "lint": "eslint src/**/*.ts",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js"
      },
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "_id": "vscode-html-languageservice@5.6.1",
      "_integrity": "sha512-5Mrqy5CLfFZUgkyhNZLA1Ye5g12Cb/v6VM7SxUzZUaRKWMDz4md+y26PrfRTSU0/eQAl3XpO9m2og+GGtDMuaA==",
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bcf3631f-b381-49f3-8f38-eafc73c746ac\\vscode-html-languageservice-5.6.1.tgz",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bcf3631f-b381-49f3-8f38-eafc73c746ac\\vscode-html-languageservice-5.6.1.tgz",
      "tag": "latest",
      "_nodeVersion": "18.5.0",
      "dist": {
        "integrity": "sha512-5Mrqy5CLfFZUgkyhNZLA1Ye5g12Cb/v6VM7SxUzZUaRKWMDz4md+y26PrfRTSU0/eQAl3XpO9m2og+GGtDMuaA==",
        "shasum": "5b525b074b254b9f0e726ecaa07ae6fccaf3e3d3",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.6.1.tgz",
        "fileCount": 75,
        "unpackedSize": 2001603,
        "signatures": [
          {
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
            "sig": "MEQCIFiS8eFRusPbPihWolm+hZoxCjEVtIBNFPMVwQQ079HdAiA0QIXPYiiYFwf6FBfwvoWIIUMChLWO6EPLGLOv92nyZQ=="
          }
        ]
      },
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "directories": {},
      "maintainers": [
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "_npmOperationalInternal": {
        "host": "s3://npm-registry-packages-npm-production",
        "tmp": "tmp/vscode-html-languageservice_5.6.1_1764619076146_0.9556761609637563"
      },
      "_hasShrinkwrap": false,
      "contributors": []
    },
    "5.6.2": {
      "name": "vscode-html-languageservice",
      "version": "5.6.2",
      "description": "Language service for HTML",
      "main": "./lib/umd/htmlLanguageService.js",
      "typings": "./lib/umd/htmlLanguageService",
      "module": "./lib/esm/htmlLanguageService.js",
      "author": {
        "name": "Microsoft Corporation"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git"
      },
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "devDependencies": {
        "@types/mocha": "^10.0.10",
        "@types/node": "22.x",
        "@typescript-eslint/eslint-plugin": "^8.56.0",
        "@typescript-eslint/parser": "^8.56.0",
        "@vscode/web-custom-data": "^0.6.3",
        "eslint": "^9.39.3",
        "js-beautify": "^1.15.4",
        "mocha": "^11.7.5",
        "rimraf": "^6.1.3",
        "typescript": "5.9.3"
      },
      "dependencies": {
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-textdocument": "^1.0.12",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-uri": "^3.1.0"
      },
      "scripts": {
        "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
        "compile": "tsc -p ./src && npm run copy-jsbeautify",
        "compile-esm": "tsc -p ./src/tsconfig.esm.json",
        "watch": "tsc -w -p ./src && npm run copy-jsbeautify",
        "clean": "rimraf lib",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "test": "npm run compile && mocha --timeout 5000 ./lib/umd/test/*.js && npm run lint",
        "lint": "eslint src/**/*.ts",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "copy-jsbeautify": "node ./build/copy-jsbeautify.js",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js"
      },
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "_id": "vscode-html-languageservice@5.6.2",
      "_integrity": "sha512-ulCrSnFnfQ16YzvwnYUgEbUEl/ZG7u2eV27YhvLObSHKkb8fw1Z9cgsnUwjTEeDIdJDoTDTDpxuhQwoenoLNMg==",
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\681ac8c9-3d48-462c-bd08-8ae49d73a40e\\vscode-html-languageservice-5.6.2.tgz",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\681ac8c9-3d48-462c-bd08-8ae49d73a40e\\vscode-html-languageservice-5.6.2.tgz",
      "tag": "latest",
      "_nodeVersion": "18.5.0",
      "dist": {
        "integrity": "sha512-ulCrSnFnfQ16YzvwnYUgEbUEl/ZG7u2eV27YhvLObSHKkb8fw1Z9cgsnUwjTEeDIdJDoTDTDpxuhQwoenoLNMg==",
        "shasum": "32f53261da5d0fad4f69c85dc00de6649e210bd1",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-5.6.2.tgz",
        "fileCount": 75,
        "unpackedSize": 2003649,
        "signatures": [
          {
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
            "sig": "MEQCIDDzzQOQzxwg9OpG9Cqoy2BVfAxQy42RKsfBWfcEo4eMAiAR2bCdNepz1qMfuPMwuIVSPOQidebcstRl6BPRGM/oaw=="
          }
        ]
      },
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "directories": {},
      "maintainers": [
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "microsoft-oss-releases",
          "email": "microsoft-oss-publishing@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "_npmOperationalInternal": {
        "host": "s3://npm-registry-packages-npm-production",
        "tmp": "tmp/vscode-html-languageservice_5.6.2_1771881358226_0.6465407020822538"
      },
      "_hasShrinkwrap": false,
      "contributors": []
    },
    "6.0.0-next.1": {
      "name": "vscode-html-languageservice",
      "version": "6.0.0-next.1",
      "description": "Language service for HTML",
      "type": "module",
      "main": "./lib/esm/htmlLanguageService.js",
      "typings": "./lib/esm/htmlLanguageService",
      "module": "./lib/esm/htmlLanguageService.js",
      "author": {
        "name": "Microsoft Corporation"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/Microsoft/vscode-html-languageservice.git"
      },
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/Microsoft/vscode-html-languageservice"
      },
      "devDependencies": {
        "@types/node": "22.x",
        "@typescript-eslint/eslint-plugin": "^8.58.1",
        "@typescript-eslint/parser": "^8.56.0",
        "@vscode/web-custom-data": "^0.6.3",
        "eslint": "^10.2.0",
        "js-beautify": "^1.15.4",
        "rimraf": "^6.1.3",
        "typescript": "6.0.2"
      },
      "dependencies": {
        "@vscode/l10n": "^0.0.18",
        "vscode-languageserver-textdocument": "^1.0.12",
        "vscode-languageserver-types": "^3.17.5",
        "vscode-uri": "^3.1.0"
      },
      "scripts": {
        "prepack": "npm run clean && npm run compile && npm run test && npm run remove-sourcemap-refs",
        "compile": "tsc -p ./src",
        "watch": "tsc -w -p ./src",
        "clean": "rimraf lib",
        "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
        "test": "npm run compile && node --enable-source-maps --test ./lib/esm/test/*.js && npm run lint",
        "lint": "eslint src/**/*.ts",
        "install-types-next": "npm i vscode-languageserver-types@next -f -S && npm i vscode-languageserver-textdocument@next -f -S",
        "update-jsbeautify": "npm i js-beautify && node ./build/update-jsbeautify.js",
        "update-jsbeautify-next": "npm i js-beautify@next && node ./build/update-jsbeautify.js",
        "update-data": "npm i @vscode/web-custom-data -D && node ./build/generateData.js"
      },
      "readmeFilename": "README.md",
      "homepage": "https://github.com/Microsoft/vscode-html-languageservice#readme",
      "_id": "vscode-html-languageservice@6.0.0-next.1",
      "_integrity": "sha512-v6/tkA8Z8GyZhUsLIn/9vciSFaHuf2VSV5BUMNTK7owsioBbqKgeDlPlgTFJ5MV7xfHaBeOQUsmvbYFZqz0lNA==",
      "_resolved": "M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5a0182f6-3e4b-4ded-b7cb-f4b556aa0992\\vscode-html-languageservice-6.0.0-next.1.tgz",
      "_from": "file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5a0182f6-3e4b-4ded-b7cb-f4b556aa0992\\vscode-html-languageservice-6.0.0-next.1.tgz",
      "tag": "next",
      "_nodeVersion": "18.5.0",
      "dist": {
        "integrity": "sha512-v6/tkA8Z8GyZhUsLIn/9vciSFaHuf2VSV5BUMNTK7owsioBbqKgeDlPlgTFJ5MV7xfHaBeOQUsmvbYFZqz0lNA==",
        "shasum": "1efe5e1a3f7b81a0c5b394964860d613556bb732",
        "tarball": "http://mirrors.tencentyun.com/npm/vscode-html-languageservice/-/vscode-html-languageservice-6.0.0-next.1.tgz",
        "fileCount": 42,
        "unpackedSize": 1027418,
        "signatures": [
          {
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
            "sig": "MEQCIAvYO5fq3udUUSSieYHkPyLfArIymaok0wnps1c1MMBGAiAVTytEmubkGcAfDrCalYhXjsHuX6SQjwFYdun0/+TMjA=="
          }
        ]
      },
      "_npmUser": {
        "name": "microsoft1es",
        "email": "npmjs@microsoft.com"
      },
      "directories": {},
      "maintainers": [
        {
          "name": "microsoft1es",
          "email": "npmjs@microsoft.com"
        },
        {
          "name": "microsoft-oss-releases",
          "email": "microsoft-oss-publishing@microsoft.com"
        },
        {
          "name": "alexandrudima",
          "email": "alexdima@microsoft.com"
        },
        {
          "name": "joaomoreno.ms",
          "email": "joao.moreno@microsoft.com"
        },
        {
          "name": "kaimaetzel",
          "email": "kamaet@microsoft.com"
        },
        {
          "name": "sbatten",
          "email": "steven.m.batten@outlook.com"
        },
        {
          "name": "lszomoru",
          "email": "lszomoru@microsoft.com"
        },
        {
          "name": "vscode-bot",
          "email": "vscode-bot-npm@microsoft.com"
        }
      ],
      "_npmOperationalInternal": {
        "host": "s3://npm-registry-packages-npm-production",
        "tmp": "tmp/vscode-html-languageservice_6.0.0-next.1_1775818886422_0.05761615617682447"
      },
      "_hasShrinkwrap": false,
      "contributors": []
    }
  },
  "time": {
    "created": "2016-09-14T21:21:40.098Z",
    "modified": "2026-07-16T15:49:04.733Z",
    "1.0.0-next.1": "2016-09-14T21:21:40.098Z",
    "1.0.0-next.2": "2016-09-15T17:31:32.772Z",
    "1.0.0-next.3": "2016-09-15T20:14:17.953Z",
    "1.0.0-next.4": "2016-09-19T17:14:26.815Z",
    "1.0.0-next.5": "2016-10-11T09:28:51.711Z",
    "1.0.0-next.6": "2016-10-16T21:41:19.187Z",
    "1.0.0-next.7": "2016-10-20T08:39:43.702Z",
    "1.0.0-next.8": "2016-10-20T08:47:34.248Z",
    "1.0.0-next.9": "2016-10-21T19:57:15.285Z",
    "1.0.0": "2016-11-09T18:59:37.376Z",
    "1.0.1-next.1": "2016-11-17T15:21:57.615Z",
    "1.0.1-next.2": "2016-11-18T08:00:25.408Z",
    "1.0.1-next.3": "2016-11-18T15:30:28.215Z",
    "1.0.1-next.4": "2016-11-21T15:57:40.537Z",
    "2.0.0-next.1": "2016-11-24T15:03:55.000Z",
    "2.0.0-next.2": "2016-12-05T16:18:40.874Z",
    "2.0.0-next.3": "2016-12-07T16:21:10.172Z",
    "2.0.0-next.4": "2017-01-08T01:21:29.214Z",
    "2.0.0-next.5": "2017-01-08T03:13:24.387Z",
    "2.0.0-next.6": "2017-01-17T16:54:00.865Z",
    "2.0.0": "2017-02-17T16:31:00.551Z",
    "2.0.1": "2017-02-21T13:36:27.760Z",
    "2.0.2-next.1": "2017-02-21T14:40:39.669Z",
    "2.0.2-next.2": "2017-03-03T12:55:43.640Z",
    "2.0.3": "2017-04-21T10:07:47.687Z",
    "2.0.4": "2017-04-24T07:55:26.920Z",
    "2.0.5": "2017-05-29T14:48:36.372Z",
    "2.0.6": "2017-08-25T09:13:31.792Z",
    "2.0.7": "2017-08-25T09:23:58.956Z",
    "2.0.8": "2017-09-12T21:36:14.150Z",
    "2.0.9": "2017-09-26T10:13:22.899Z",
    "2.0.10": "2017-09-26T10:22:47.672Z",
    "2.0.11": "2017-11-14T08:37:34.211Z",
    "2.0.12": "2017-12-01T09:51:43.218Z",
    "2.0.13": "2017-12-06T11:30:12.464Z",
    "2.0.14": "2017-12-20T15:06:55.973Z",
    "2.0.15": "2018-01-19T16:50:14.101Z",
    "2.0.16": "2018-02-13T11:59:23.495Z",
    "2.0.17-next.1": "2018-02-23T16:21:32.794Z",
    "2.0.17-next.2": "2018-02-26T15:42:49.792Z",
    "2.0.17-next.3": "2018-02-26T19:03:10.508Z",
    "2.1.0": "2018-03-08T13:54:36.780Z",
    "2.1.1": "2018-03-08T14:38:35.266Z",
    "2.1.2": "2018-03-27T07:26:50.718Z",
    "2.1.3-next.1": "2018-04-16T18:15:25.933Z",
    "2.1.3-next.2": "2018-04-17T16:01:23.883Z",
    "2.1.3-next.3": "2018-04-22T17:42:06.124Z",
    "2.1.3-next.4": "2018-05-23T13:37:04.122Z",
    "2.1.3-next.5": "2018-05-28T13:53:59.891Z",
    "2.1.3": "2018-07-25T08:14:46.710Z",
    "2.1.4": "2018-08-06T19:32:41.766Z",
    "2.1.5": "2018-08-10T10:34:33.072Z",
    "2.1.6": "2018-08-27T16:02:38.687Z",
    "2.1.7": "2018-08-29T12:56:40.958Z",
    "2.1.8": "2018-09-18T16:24:30.729Z",
    "2.1.9": "2018-09-19T08:50:26.795Z",
    "2.1.10": "2018-10-29T15:43:30.026Z",
    "2.1.11-next.1": "2018-11-29T00:30:26.303Z",
    "2.1.11-next.2": "2019-01-04T05:13:57.132Z",
    "2.1.11-next.3": "2019-01-18T19:15:34.010Z",
    "2.1.11-next.4": "2019-01-23T20:12:48.875Z",
    "2.1.11-next.5": "2019-01-24T22:16:52.844Z",
    "2.1.11-next.6": "2019-01-28T06:20:34.130Z",
    "2.1.11-next.7": "2019-01-28T20:59:17.113Z",
    "2.1.11-next.8": "2019-01-28T22:21:54.183Z",
    "2.1.11-next.9": "2019-01-29T01:11:07.770Z",
    "2.1.11-next.10": "2019-01-29T18:37:02.910Z",
    "2.1.11-next.11": "2019-01-30T20:56:24.200Z",
    "2.1.11": "2019-02-25T00:30:48.662Z",
    "3.0.0-next.0": "2019-03-04T13:29:38.946Z",
    "3.0.0-next.1": "2019-03-04T16:16:04.011Z",
    "3.0.0-next.2": "2019-03-04T20:16:09.445Z",
    "3.0.0-next.3": "2019-03-05T11:24:55.702Z",
    "3.0.1": "2019-03-22T23:23:06.591Z",
    "3.0.0-next.4": "2019-03-25T17:03:53.433Z",
    "4.0.0-next.5": "2019-03-25T17:08:58.091Z",
    "3.0.0-next.5": "2019-03-25T19:28:00.854Z",
    "2.1.12": "2019-03-27T09:31:56.521Z",
    "3.0.0-next.6": "2019-03-27T09:39:53.885Z",
    "3.0.0-next.7": "2019-05-06T15:29:41.150Z",
    "3.0.0": "2019-06-12T14:21:38.694Z",
    "3.0.2": "2019-06-14T08:01:59.116Z",
    "3.0.3": "2019-07-25T15:33:11.842Z",
    "3.0.4-next.0": "2019-07-27T02:48:35.017Z",
    "3.0.4-next.1": "2019-08-23T18:54:44.793Z",
    "3.0.4-next.2": "2019-08-27T04:53:14.441Z",
    "3.0.4-next.3": "2019-09-10T15:21:26.760Z",
    "3.0.4-next.4": "2019-09-30T20:28:56.285Z",
    "3.0.4-next.5": "2019-09-30T23:38:33.324Z",
    "3.0.4-next.6": "2019-10-03T19:13:47.472Z",
    "3.0.4-next.7": "2019-11-04T15:54:30.355Z",
    "3.0.4-next.8": "2019-11-05T20:49:28.975Z",
    "3.0.4-next.9": "2019-11-19T19:13:19.658Z",
    "3.0.4-next.10": "2019-11-22T18:07:30.479Z",
    "3.0.4-next.11": "2019-11-28T01:01:44.784Z",
    "3.0.4-next.12": "2019-12-16T15:00:53.416Z",
    "3.0.4-next.13": "2020-01-27T22:01:53.646Z",
    "3.0.4-next.14": "2020-01-30T19:56:56.064Z",
    "3.0.4-next.15": "2020-02-20T19:47:50.662Z",
    "3.1.0-next.0": "2020-04-27T21:05:31.286Z",
    "3.1.0-next.1": "2020-06-04T20:12:27.642Z",
    "3.1.0-next.2": "2020-06-05T15:47:39.336Z",
    "3.1.0-next.3": "2020-06-24T08:27:30.604Z",
    "3.1.0": "2020-06-29T12:55:22.113Z",
    "3.1.1": "2020-08-31T20:12:24.267Z",
    "3.1.2": "2020-09-02T20:56:09.623Z",
    "3.1.3": "2020-09-16T07:45:53.247Z",
    "3.1.4": "2020-10-26T17:00:07.684Z",
    "3.1.5": "2020-11-16T16:42:10.436Z",
    "3.2.0": "2020-11-30T21:29:16.480Z",
    "4.0.0": "2020-12-14T16:37:49.440Z",
    "4.0.1": "2021-01-25T16:24:13.364Z",
    "4.0.2": "2021-03-23T14:38:27.254Z",
    "4.0.3": "2021-04-24T10:42:08.187Z",
    "4.0.4": "2021-05-31T19:58:50.058Z",
    "4.0.5": "2021-06-10T14:56:57.762Z",
    "4.0.6": "2021-06-28T18:40:02.112Z",
    "4.0.7": "2021-07-05T16:45:46.880Z",
    "4.0.8": "2021-09-09T07:31:30.603Z",
    "4.1.0": "2021-09-27T18:46:20.233Z",
    "4.1.1": "2021-10-25T16:20:22.743Z",
    "4.2.0": "2021-11-29T15:29:50.525Z",
    "4.2.1": "2021-12-14T16:05:16.510Z",
    "4.2.2": "2022-02-22T21:06:59.482Z",
    "4.2.4": "2022-03-18T16:50:02.308Z",
    "4.2.5": "2022-04-25T20:11:46.042Z",
    "5.0.0": "2022-05-18T18:24:57.161Z",
    "5.0.1": "2022-07-20T12:03:23.027Z",
    "5.0.2": "2022-09-15T11:58:08.020Z",
    "5.0.3": "2022-11-25T12:31:40.300Z",
    "5.0.4": "2023-01-23T17:20:14.005Z",
    "5.0.5": "2023-04-24T15:30:00.112Z",
    "5.0.6": "2023-06-01T07:36:38.180Z",
    "5.0.7": "2023-08-28T20:55:34.235Z",
    "5.1.0": "2023-09-11T13:13:40.788Z",
    "5.1.1": "2023-10-23T19:58:55.870Z",
    "5.1.2": "2024-01-22T21:40:16.289Z",
    "5.2.0": "2024-03-22T17:50:37.622Z",
    "5.3.0": "2024-06-24T16:15:46.902Z",
    "5.3.1": "2024-08-26T20:21:44.500Z",
    "5.3.2": "2024-12-02T20:31:46.549Z",
    "5.3.4-next.0": "2025-03-24T20:38:26.141Z",
    "5.3.3": "2025-03-24T20:49:50.901Z",
    "5.4.0": "2025-04-25T15:22:40.578Z",
    "5.4.1-next.0": "2025-04-25T15:23:30.224Z",
    "5.5.0": "2025-06-02T15:33:01.612Z",
    "5.5.1": "2025-06-30T19:03:00.904Z",
    "5.5.2": "2025-09-29T17:53:38.831Z",
    "5.6.0": "2025-10-17T07:01:29.037Z",
    "5.6.1": "2025-12-01T19:57:56.356Z",
    "5.6.2": "2026-02-23T21:15:58.470Z",
    "6.0.0-next.1": "2026-04-10T11:01:26.643Z"
  },
  "users": {},
  "dist-tags": {
    "next": "6.0.0-next.1",
    "latest": "5.6.2"
  },
  "_rev": "2194-2f50f1641e3c83ff",
  "_id": "vscode-html-languageservice",
  "readme": "# vscode-html-languageservice\nHTML language service extracted from VSCode to be reused, e.g in the Monaco editor.\n\n[![npm Package](https://img.shields.io/npm/v/vscode-html-languageservice.svg?style=flat-square)](https://www.npmjs.org/package/vscode-html-languageservice)\n[![NPM Downloads](https://img.shields.io/npm/dm/vscode-html-languageservice.svg)](https://npmjs.org/package/vscode-html-languageservice)\n[![Build Status](https://github.com/microsoft/vscode-html-languageservice/actions/workflows/node.js.yml/badge.svg)](https://github.com/microsoft/vscode-html-languageservice/actions)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nWhy?\n----\n\nThe _vscode-html-languageservice_ contains the language smarts behind the HTML editing experience of Visual Studio Code\nand the Monaco editor.\n\n - *doComplete* / *doComplete2* (async) provide completion proposals for a given location.\n - *setCompletionParticipants* allows participant to provide suggestions for specific tokens.\n - *doHover* provides hover information at a given location.\n\n - *format* formats the code at the given range.\n - *findDocumentLinks* finds all links in the document.\n - *findDocumentSymbols* finds all the symbols in the document.\n - *getFoldingRanges* return folding ranges for the given document.\n - *getSelectionRanges* return the selection ranges for the given document.\n ...\n\n For the complete API see [htmlLanguageService.ts](./src/htmlLanguageService.ts) and [htmlLanguageTypes.ts](./src/htmlLanguageTypes.ts)\n\n\n The _vscode-html-languageservice_ does not cover syntax highlighting. VS Code uses TextMate grammars for that, with a grammar that is maintained in https://github.com/textmate/html.tmbundle. \n\n\nAll HTML entities (elements, properties, etc) are sourced from https://github.com/microsoft/vscode-custom-data/tree/master/web-data and transpiled here. For adding or fixing existing properties' completion/hover description, please open PR there.\n\n\nInstallation\n------------\n\n    npm install --save vscode-html-languageservice\n\nDevelopment\n-----------\n\n- clone this repo, run `npm i`\n- `npm test` to compile and run tests\n\n\nHow can I run and debug the service?\n\n- open the folder in VSCode.\n- set breakpoints, e.g. in `htmlCompletion.ts`\n- run the Unit tests from the run viewlet and wait until a breakpoint is hit:\n![image](https://user-images.githubusercontent.com/6461412/94239202-bdad4e80-ff11-11ea-99c3-cb9dbeb1c0b2.png)\n\n\nHow can I run and debug the service inside an instance of VSCode?\n\n- run VSCode out of sources setup as described here: https://github.com/Microsoft/vscode/wiki/How-to-Contribute\n- link the folder of the `vscode-html-languageservice` repo to `vscode/extensions/html-language-features/server` to run VSCode with the latest changes from that folder:\n  - cd `vscode-html-languageservice`, `npm link`\n  - cd `vscode/extensions/html-language-features/server`, `npm link vscode-html-languageservice`\n- run VSCode out of source (`vscode/scripts/code.sh|bat`) and open a `.html` file\n- in VSCode window that is open on the `vscode-html-languageservice` sources, run command `Debug: Attach to Node process` and pick the `code-oss` process with the `html-language-features` path\n![image](https://user-images.githubusercontent.com/6461412/94239296-dfa6d100-ff11-11ea-8e30-6444cf5defb8.png)\n- set breakpoints, e.g. in `htmlCompletion.ts`\n- in the instance run from sources, invoke code completion in the `.html` file\n\n\nLicense\n-------\n\n(MIT License)\n\nCopyright 2016-2023, Microsoft\n\n`src/languageFacts/data/webCustomData.ts` (shipped as `lib/esm/languageFacts/data/webCustomData.ts` and `lib/umd/languageFacts/data/webCustomData.ts`)\nare built upon content from [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web) and distributed under CC BY-SA 2.5.",
  "_attachments": {}
}
