{
  "_from": "vscode-nls@^5.0.0",
  "_id": "vscode-nls@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==",
  "_location": "/vscode-nls",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-nls@^5.0.0",
    "name": "vscode-nls",
    "escapedName": "vscode-nls",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/vscode-json-languageservice"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.0.0.tgz",
  "_shasum": "99f0da0bd9ea7cda44e565a74c54b1f2bc257840",
  "_spec": "vscode-nls@^5.0.0",
  "_where": "/home/bbqchefa/nodevenv/steam-badges/12/lib/node_modules/vscode-json-languageservice",
  "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": "^7.0.2",
    "@types/node": "^12.12.29",
    "@typescript-eslint/parser": "^2.24.0",
    "eslint": "^6.8.0",
    "mocha": "^7.2.0",
    "rimraf": "^3.0.2",
    "typescript": "^3.9.3"
  },
  "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.0.0"
}
