{
  "_args": [
    [
      "vscode-debugprotocol@1.37.0",
      "D:\\a\\_work\\1\\s\\debugAdapter"
    ]
  ],
  "_from": "vscode-debugprotocol@1.37.0",
  "_id": "vscode-debugprotocol@1.37.0",
  "_inBundle": false,
  "_integrity": "sha512-ppZLEBbFRVNsK0YpfgFi/x2CDyihx0F+UpdKmgeJcvi05UgSXYdO0n9sDVYwoGvvYQPvlpDQeWuY0nloOC4mPA==",
  "_location": "/vscode-debugprotocol",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vscode-debugprotocol@1.37.0",
    "name": "vscode-debugprotocol",
    "escapedName": "vscode-debugprotocol",
    "rawSpec": "1.37.0",
    "saveSpec": null,
    "fetchSpec": "1.37.0"
  },
  "_requiredBy": [
    "#DEV:/",
    "/vscode-chrome-debug-core",
    "/vscode-debugadapter",
    "/vscode-debugadapter-testsupport"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.37.0.tgz",
  "_spec": "1.37.0",
  "_where": "D:\\a\\_work\\1\\s\\debugAdapter",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/vscode-debugadapter-node/issues"
  },
  "description": "Npm module with declarations for the Visual Studio Code debug protocol",
  "devDependencies": {
    "typescript": "3.5.2"
  },
  "homepage": "https://github.com/Microsoft/vscode-debugadapter-node#readme",
  "license": "MIT",
  "main": "./lib/debugProtocol.js",
  "name": "vscode-debugprotocol",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/vscode-debugadapter-node.git"
  },
  "scripts": {
    "compile": "tsc -p ./src",
    "prepublish": "tsc -p ./src",
    "watch": "tsc -w -p ./src"
  },
  "typings": "./lib/debugProtocol",
  "version": "1.37.0"
}
