{
  "_args": [
    [
      "vscode-nls@3.2.4",
      "D:\\a\\_work\\1\\s\\debugAdapter"
    ]
  ],
  "_from": "vscode-nls@3.2.4",
  "_id": "vscode-nls@3.2.4",
  "_inBundle": false,
  "_integrity": "sha512-FTjdqa4jDDoBjJqr36O8lmmZf/55kQ2w4ZY/+GL6K92fq765BqO3aYw21atnXUno/P04V5DWagNl4ybDIndJsw==",
  "_location": "/vscode-nls",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vscode-nls@3.2.4",
    "name": "vscode-nls",
    "escapedName": "vscode-nls",
    "rawSpec": "3.2.4",
    "saveSpec": null,
    "fetchSpec": "3.2.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-3.2.4.tgz",
  "_spec": "3.2.4",
  "_where": "D:\\a\\_work\\1\\s\\debugAdapter",
  "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": "^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": "3.2.4"
}
