{
  "_args": [
    [
      "@compodoc/compodoc@1.1.11",
      "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor"
    ]
  ],
  "_development": true,
  "_from": "@compodoc/compodoc@1.1.11",
  "_id": "@compodoc/compodoc@1.1.11",
  "_inBundle": false,
  "_integrity": "sha512-3PGTf64Eug1SIcdQole2KkVftBMFjKzecBytLHy4+MQYcblAQM0O3a4GoxuWwN7cTawVq4eqSJTtf6My1I/oHA==",
  "_location": "/@compodoc/compodoc",
  "_phantomChildren": {
    "graceful-fs": "4.2.3",
    "jsonfile": "4.0.0",
    "minimist": "1.2.0",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@compodoc/compodoc@1.1.11",
    "name": "@compodoc/compodoc",
    "escapedName": "@compodoc%2fcompodoc",
    "scope": "@compodoc",
    "rawSpec": "1.1.11",
    "saveSpec": null,
    "fetchSpec": "1.1.11"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@compodoc/compodoc/-/compodoc-1.1.11.tgz",
  "_spec": "1.1.11",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor",
  "author": {
    "name": "Vindent Ogloblinsky",
    "url": "vincent.ogloblinsky@gmail.com"
  },
  "bin": {
    "compodoc": "./bin/index-cli.js"
  },
  "bugs": {
    "url": "https://github.com/compodoc/compodoc/issues"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/compodoc",
    "logo": "https://opencollective.com/compodoc/logo.txt"
  },
  "dependencies": {
    "@compodoc/ngd-transformer": "^2.0.0",
    "chalk": "^2.4.2",
    "cheerio": "^1.0.0-rc.3",
    "chokidar": "^3.1.1",
    "colors": "^1.4.0",
    "commander": "^3.0.2",
    "cosmiconfig": "^5.2.1",
    "decache": "^4.5.1",
    "fancy-log": "^1.3.3",
    "findit2": "^2.2.3",
    "fs-extra": "^8.0.1",
    "glob": "^7.1.4",
    "handlebars": "^4.3.3",
    "html-entities": "^1.2.1",
    "i18next": "^17.0.16",
    "inside": "^1.0.0",
    "json5": "^2.1.0",
    "live-server": "^1.2.1",
    "lodash": "^4.17.15",
    "loglevel": "^1.6.4",
    "loglevel-plugin-prefix": "^0.8.4",
    "lunr": "^2.3.6",
    "marked": "^0.7.0",
    "minimist": "^1.2.0",
    "opencollective-postinstall": "^2.0.2",
    "os-name": "^3.1.0",
    "pdfmake": "^0.1.60",
    "semver": "^6.3.0",
    "traverse": "^0.6.6",
    "ts-simple-ast": "12.4.0",
    "uuid": "^3.3.3"
  },
  "description": "The missing documentation tool for your Angular application",
  "engines": {
    "node": ">= 8.0.0"
  },
  "homepage": "https://github.com/compodoc/compodoc#readme",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged --pattern \"**/*.ts\""
    }
  },
  "keywords": [
    "angular2",
    "angular",
    "documentation",
    "components",
    "module",
    "graph",
    "dependencies",
    "markdown"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@compodoc/compodoc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/compodoc/compodoc.git"
  },
  "scripts": {
    "angularexpo": "npm run pretest && node tools/tests-angularexpo.js",
    "backup-package-json": "node tools/backup-package-json.js",
    "build": "rollup -c rollup/rollup.config.js",
    "build-refactoring": "rollup -c rollup/rollup.config-refactored.js",
    "changelog": " auto-changelog -o CH.md  --template tools/changelog-template.hbs --starting-commit f597531e",
    "codecov": "codecov -f coverage/lcov_merged.info",
    "download-api-list": "node tools/download-api-list.js",
    "format:check": "prettier --config ./.prettierrc --list-different \"src/**/*.ts\"",
    "format:write": "prettier --config ./.prettierrc --write \"src/**/*.ts\"",
    "lint": "eslint src/**/*.ts",
    "lint-refactoring": "eslint src-refactored/**/*.ts",
    "local-test-e2e-mocha": "cross-env MODE_LOCAL=1 npm run test-e2e-mocha",
    "madge": "madge --warning -i dist/madge.png src-refactored/index-cli.ts",
    "merge-lcov": "lcov-result-merger 'coverage/lcov-*.info' 'coverage/lcov_merged.info'",
    "nyc": "nyc npm test",
    "postinstall": "opencollective-postinstall || exit 0",
    "postpublish": "npm run restore-package-json",
    "posttest": "rimraf test/dist",
    "premerge-lcov": "mv coverage-refactoring/lcov.info coverage/lcov-refactoring.info",
    "prepublishOnly": "npm run build && npm run backup-package-json",
    "presaucelabs-test-e2e-mocha": "npm run test:simple-doc",
    "pretest": "tsc -p test/tsconfig.json && node test/dist/cli-clean-root-folder.js",
    "restore-package-json": "node tools/restore-package-json.js",
    "saucelabs-test-e2e-mocha": "cross-env MODE_LOCAL=0 npm run test-e2e-mocha",
    "start": "npm run test:watch",
    "test": "cross-env TS_NODE_PROJECT=test/tsconfig.json TS_NODE_DISABLE_WARNINGS=1 nyc --reporter=lcov mocha --config test/.mocharc.json && node test/dist/cli-revert-root-folder.js",
    "test-e2e-mocha": "mocha --config test/.mocharc-e2e.json",
    "test-refactoring": "cross-env mocha --config src-refactored/.mocharc.json",
    "test:simple-doc": "ts-node ./bin/index-cli.js -p ./test/fixtures/sample-files/tsconfig.simple.json -d doc -s --port 4000 & sleep 20",
    "test:watch": "npm-watch"
  },
  "version": "1.1.11"
}
