{
  "_from": "office-addin-node-debugger@^0.4.10",
  "_id": "office-addin-node-debugger@0.4.48",
  "_inBundle": false,
  "_integrity": "sha512-vBebU0Dz9hTryCOnY8ehN/ho+8JX4o2Dzbm7AwbFl8POfsPMwjL23Ku8VVRPkkylvNipgOCSOaJcYQjleBAyVA==",
  "_location": "/office-addin-node-debugger",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "office-addin-node-debugger@^0.4.10",
    "name": "office-addin-node-debugger",
    "escapedName": "office-addin-node-debugger",
    "rawSpec": "^0.4.10",
    "saveSpec": null,
    "fetchSpec": "^0.4.10"
  },
  "_requiredBy": [
    "/office-addin-debugging"
  ],
  "_resolved": "https://registry.npmjs.org/office-addin-node-debugger/-/office-addin-node-debugger-0.4.48.tgz",
  "_shasum": "d67a2f325238c75dc64275b1cc3da93d623d0f6c",
  "_spec": "office-addin-node-debugger@^0.4.10",
  "_where": "/var/www/recruit-outlook/node_modules/office-addin-debugging",
  "author": {
    "name": "Office Dev"
  },
  "bin": {
    "office-addin-node-debugger": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "child_process": "^1.0.2",
    "commander": "^6.2.0",
    "node-fetch": "^2.6.1",
    "office-addin-usage-data": "^1.2.6",
    "ws": "^7.4.6"
  },
  "deprecated": false,
  "description": "Files for enabling office add-in web debugging using Node and VS Code.",
  "devDependencies": {
    "@types/es6-promise": "0.0.32",
    "@types/node": "^12.12.34",
    "@types/node-fetch": "^2.5.5",
    "@types/ws": "^5.1.2",
    "concurrently": "^6.0.0",
    "rimraf": "^3.0.2",
    "typescript": "^3.8.3"
  },
  "gitHead": "6bfd1a45a0b91c5d632126dd006b9ea686f90f9c",
  "homepage": "https://github.com/OfficeDev/Office-Addin-Scripts#readme",
  "keywords": [
    "Office",
    "Node Debugger"
  ],
  "license": "MIT",
  "main": "./lib/debugger.js",
  "name": "office-addin-node-debugger",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OfficeDev/Office-Addin-Scripts.git"
  },
  "scripts": {
    "build": "rimraf lib && concurrently \"npm run tsc\"",
    "start": "rimraf lib && concurrently \"npm run tsc-watch\"",
    "test": "echo No tests.",
    "tsc": "tsc -p tsconfig.json",
    "tsc-watch": "tsc -p tsconfig.json -w"
  },
  "version": "0.4.48"
}
