{
  "_args": [
    [
      "vscode-chrome-debug-core@6.8.9",
      "D:\\a\\_work\\1\\s\\debugAdapter"
    ]
  ],
  "_from": "vscode-chrome-debug-core@6.8.9",
  "_id": "vscode-chrome-debug-core@6.8.9",
  "_inBundle": false,
  "_integrity": "sha512-aI7bEP0AGJkmH8/y8wLap9r1eDXB44QJO4QtT5w07Ae4Mj21ez1RTqd85VFJisPMZL1oLVZCl7DBPjWNxweQpQ==",
  "_location": "/vscode-chrome-debug-core",
  "_phantomChildren": {
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.3",
    "minimatch": "3.0.4",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vscode-chrome-debug-core@6.8.9",
    "name": "vscode-chrome-debug-core",
    "escapedName": "vscode-chrome-debug-core",
    "rawSpec": "6.8.9",
    "saveSpec": null,
    "fetchSpec": "6.8.9"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-chrome-debug-core/-/vscode-chrome-debug-core-6.8.9.tgz",
  "_spec": "6.8.9",
  "_where": "D:\\a\\_work\\1\\s\\debugAdapter",
  "bugs": {
    "url": "https://github.com/microsoft/vscode-chrome-debug-core/issues"
  },
  "dependencies": {
    "@types/source-map": "^0.1.27",
    "color": "^3.0.0",
    "devtools-protocol": "0.0.588169",
    "glob": "^7.1.3",
    "noice-json-rpc": "^1.2.0",
    "source-map": "^0.6.1",
    "vscode-debugadapter": "^1.37.1",
    "vscode-debugprotocol": "^1.37.0",
    "vscode-nls": "^4.0.0",
    "vscode-uri": "^2.0.2",
    "ws": "^6.0.0"
  },
  "description": "A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol",
  "devDependencies": {
    "@types/color": "^3.0.0",
    "@types/glob": "^5.0.35",
    "@types/minimatch": "^2.0.29",
    "@types/mocha": "^2.2.32",
    "@types/mockery": "^1.4.29",
    "@types/node": "^8.0.58",
    "@types/ws": "^6.0.0",
    "del": "^2.2.2",
    "event-stream": "^3.3.4",
    "gulp": "^4.0.0",
    "gulp-debug": "^2.1.2",
    "gulp-plumber": "^1.1.0",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-tslint": "^8.1.3",
    "gulp-typescript": "^4.0.1",
    "gulp-util": "^3.0.7",
    "merge2": "^1.0.2",
    "minimist": "^1.2.0",
    "mocha": "^5.2.0",
    "mockery": "^1.7.0",
    "nyc": "^14.1.1",
    "source-map-support": "^0.5.12",
    "tslint": "^5.9.1",
    "tslint-eslint-rules": "^1.5.0",
    "tslint-microsoft-contrib": "^5.0.3",
    "typemoq": "^2.1.0",
    "typescript": "^2.7.2",
    "vscode-nls-dev": "^3.2.6"
  },
  "displayName": "vscode-chrome-debug-core",
  "homepage": "https://github.com/Microsoft/vscode-chrome-debug-core#readme",
  "license": "SEE LICENSE IN LICENSE.txt",
  "main": "./out/src/index",
  "name": "vscode-chrome-debug-core",
  "nyc": {
    "extension": [
      ".ts"
    ],
    "exclude": [
      "**/*.d.ts",
      "**/coverage/**/*.*",
      "**/testData/**/*.*"
    ],
    "reporter": "html",
    "all": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/vscode-chrome-debug-core.git"
  },
  "scripts": {
    "build": "gulp build",
    "major": "npm version major -m '%s'",
    "minor": "npm version minor -m '%s'",
    "patch": "npm version patch -m '%s'",
    "prepare": "gulp build",
    "test": "mocha --exit --recursive -u tdd ./out/test/",
    "testCoverage": "nyc mocha --require source-map-support/register  --exit --recursive -u tdd ./out/test/**/*.test.js",
    "tslint": "gulp tslint",
    "watch": "gulp watch"
  },
  "typings": "./lib/src/index.d.ts",
  "version": "6.8.9"
}
