{
  "_args": [
    [
      "vscode-nls@4.1.2",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "vscode-nls@4.1.2",
  "_id": "vscode-nls@4.1.2",
  "_inBundle": false,
  "_integrity": "sha512-7bOHxPsfyuCqmP+hZXscLhiHwe7CSuFE4hyhbs22xPIhQ4jv99FcR4eBzfYYVLP356HNFpdvz63FFb/xw6T4Iw==",
  "_location": "/vscode-nls",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vscode-nls@4.1.2",
    "name": "vscode-nls",
    "escapedName": "vscode-nls",
    "rawSpec": "4.1.2",
    "saveSpec": null,
    "fetchSpec": "4.1.2"
  },
  "_requiredBy": [
    "/vscode-json-languageservice"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-4.1.2.tgz",
  "_spec": "4.1.2",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/vscode-nls/issues"
  },
  "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.1.0",
    "rimraf": "^3.0.2",
    "typescript": "^3.8.3"
  },
  "homepage": "https://github.com/Microsoft/vscode-nls#readme",
  "license": "MIT",
  "main": "./lib/main.js",
  "name": "vscode-nls",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/vscode-nls.git"
  },
  "scripts": {
    "clean": "rimraf lib",
    "compile": "tsc -p ./src",
    "lint": "eslint --config .eslintrc.json ./src/**/*.ts",
    "prepublishOnly": "npm run lint && npm run compile && npm run test",
    "test": "mocha",
    "watch": "tsc -w -p ./src"
  },
  "typings": "./lib/main",
  "version": "4.1.2"
}
