{
  "_from": "office-addin-manifest@^1.3.10",
  "_id": "office-addin-manifest@1.6.2",
  "_inBundle": false,
  "_integrity": "sha512-mXqrLTU6nwOqFIbwqV3QUZuhYZGbSbk0S1QobtCeeCMWCJEk3Ypg2XeNuZR9W3CVzhy5w87C0muW2/PvkhXGfw==",
  "_location": "/office-addin-manifest",
  "_phantomChildren": {
    "node-fetch": "2.6.1",
    "read-package-json-fast": "2.0.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "office-addin-manifest@^1.3.10",
    "name": "office-addin-manifest",
    "escapedName": "office-addin-manifest",
    "rawSpec": "^1.3.10",
    "saveSpec": null,
    "fetchSpec": "^1.3.10"
  },
  "_requiredBy": [
    "/office-addin-debugging",
    "/office-addin-dev-settings"
  ],
  "_resolved": "https://registry.npmjs.org/office-addin-manifest/-/office-addin-manifest-1.6.2.tgz",
  "_shasum": "af508918453b0f03ca4abc43b223abe21acc6031",
  "_spec": "office-addin-manifest@^1.3.10",
  "_where": "/var/www/recruit-outlook/node_modules/office-addin-debugging",
  "author": {
    "name": "Office Dev"
  },
  "bin": {
    "office-addin-manifest": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^6.2.0",
    "node-fetch": "^2.6.1",
    "office-addin-cli": "^1.2.2",
    "office-addin-usage-data": "^1.3.2",
    "path": "^0.12.7",
    "uuid": "^8.3.2",
    "xml2js": "^0.4.23"
  },
  "deprecated": false,
  "description": "Read and modify Office Add-in manifest files.",
  "devDependencies": {
    "@types/es6-promise": "0.0.32",
    "@types/mocha": "^5.2.7",
    "@types/node": "^14.17.2",
    "@types/node-fetch": "^2.5.10",
    "@types/uuid": "^8.3.0",
    "@types/validator": "^9.4.4",
    "@types/xml2js": "^0.4.5",
    "concurrently": "^6.0.0",
    "copy-dir": "^0.4.0",
    "fs-extra": "^7.0.0",
    "mocha": "^8.4.0",
    "office-addin-lint": "^1.3.2",
    "rimraf": "^3.0.2",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5",
    "validator": "^10.11.0"
  },
  "gitHead": "3a515b6898ad78ac44bae555a5d5c21283d7f347",
  "homepage": "https://github.com/OfficeDev/Office-Addin-Scripts#readme",
  "keywords": [
    "Office",
    "Office Add-in"
  ],
  "license": "MIT",
  "main": "./lib/main.js",
  "name": "office-addin-manifest",
  "prettier": "office-addin-prettier-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OfficeDev/Office-Addin-Scripts.git"
  },
  "scripts": {
    "build": "rimraf lib && concurrently \"tsc -p tsconfig.json\"",
    "cli": "node lib/cli.js",
    "lint": "office-addin-lint check",
    "lint:fix": "office-addin-lint fix",
    "prettier": "office-addin-lint prettier",
    "test": "mocha -r ts-node/register test/**/*.ts",
    "watch": "rimraf lib && concurrently \"tsc -p tsconfig.json -w\""
  },
  "version": "1.6.2"
}
