{
  "_from": "vscode-nls@^4.1.1",
  "_id": "vscode-nls@4.1.1",
  "_inBundle": false,
  "_integrity": "sha512-4R+2UoUUU/LdnMnFjePxfLqNhBS8lrAFyX7pjb2ud/lqDkrUavFUTcG7wR0HBZFakae0Q6KLBFjMS6W93F403A==",
  "_location": "/vscode-nls",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-nls@^4.1.1",
    "name": "vscode-nls",
    "escapedName": "vscode-nls",
    "rawSpec": "^4.1.1",
    "saveSpec": null,
    "fetchSpec": "^4.1.1"
  },
  "_requiredBy": [
    "/vscode-json-languageservice"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-4.1.1.tgz",
  "_shasum": "f9916b64e4947b20322defb1e676a495861f133c",
  "_spec": "vscode-nls@^4.1.1",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend/node_modules/vscode-json-languageservice",
  "author": {
    "name": "Microsoft Corporation"
  },
  "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": "^2.2.46",
    "@types/node": "^6.0.96",
    "mocha": "^5.0.0",
    "typescript": "^2.6.2"
  },
  "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": {
    "compile": "tsc -p ./src",
    "prepublish": "tsc -p ./src",
    "test": "mocha",
    "watch": "tsc -w -p ./src"
  },
  "typings": "./lib/main",
  "version": "4.1.1"
}
