{
  "_from": "vscode-nls@^5.2.0",
  "_id": "vscode-nls@5.2.0",
  "_inBundle": false,
  "_integrity": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==",
  "_location": "/vscode-nls",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-nls@^5.2.0",
    "name": "vscode-nls",
    "escapedName": "vscode-nls",
    "rawSpec": "^5.2.0",
    "saveSpec": null,
    "fetchSpec": "^5.2.0"
  },
  "_requiredBy": [
    "/volar-service-typescript",
    "/vscode-json-languageservice"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.2.0.tgz",
  "_shasum": "3cb6893dd9bd695244d8a024bdf746eea665cc3f",
  "_spec": "vscode-nls@^5.2.0",
  "_where": "/var/www/web-lab/node_modules/volar-service-typescript",
  "author": {
    "name": "Microsoft Corporation"
  },
  "browser": {
    "./lib/node/main.js": "./lib/browser/main.js"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/vscode-nls/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "NPM module to externalize and localize VSCode extensions",
  "devDependencies": {
    "@types/mocha": "^9.1.0",
    "@types/node": "14.14.31",
    "@typescript-eslint/parser": "^4.28.0",
    "eslint": "^7.29.0",
    "mocha": "^9.2.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.5"
  },
  "files": [
    "lib/common",
    "lib/browser",
    "lib/node",
    "!lib/*/test",
    "!lib/**/*.tsbuildinfo",
    "node.js",
    "node.d.ts",
    "browser.js",
    "browser.d.ts"
  ],
  "homepage": "https://github.com/Microsoft/vscode-nls#readme",
  "license": "MIT",
  "main": "./lib/node/main.js",
  "name": "vscode-nls",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/vscode-nls.git"
  },
  "scripts": {
    "clean": "rimraf lib",
    "compile": "tsc -b ./tsconfig.json",
    "lint": "eslint --config .eslintrc.json ./**/*.ts",
    "prepublishOnly": "npm run clean && npm run compile && npm run lint && npm run test",
    "test": "mocha",
    "watch": "tsc -b ./tsconfig.json -w"
  },
  "typings": "./lib/common/common.d.ts",
  "version": "5.2.0"
}
