{
  "_args": [
    [
      "swagger-jsdoc@6.2.8",
      "/var/www/html/armory.jba3.com/api.prod.backup"
    ]
  ],
  "_from": "swagger-jsdoc@6.2.8",
  "_id": "swagger-jsdoc@6.2.8",
  "_inBundle": false,
  "_integrity": "sha512-VPvil1+JRpmJ55CgAtn8DIcpBs0bL5L3q5bVQvF4tAW/k/9JYSj7dCpaYCAv5rufe0vcCbBRQXGvzpkWjvLklQ==",
  "_location": "/swagger-jsdoc",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "swagger-jsdoc@6.2.8",
    "name": "swagger-jsdoc",
    "escapedName": "swagger-jsdoc",
    "rawSpec": "6.2.8",
    "saveSpec": null,
    "fetchSpec": "6.2.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/swagger-jsdoc/-/swagger-jsdoc-6.2.8.tgz",
  "_spec": "6.2.8",
  "_where": "/var/www/html/armory.jba3.com/api.prod.backup",
  "author": {
    "name": "https://github.com/Surnet/swagger-jsdoc/graphs/contributors"
  },
  "bin": {
    "swagger-jsdoc": "./bin/swagger-jsdoc.js"
  },
  "bugs": {
    "url": "https://github.com/Surnet/swagger-jsdoc/issues"
  },
  "dependencies": {
    "commander": "6.2.0",
    "doctrine": "3.0.0",
    "glob": "7.1.6",
    "lodash.mergewith": "^4.6.2",
    "swagger-parser": "^10.0.3",
    "yaml": "2.0.0-1"
  },
  "description": "Generates swagger doc based on JSDoc",
  "devDependencies": {
    "body-parser": "1.19.0",
    "eslint": "8.9.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "6.15.0",
    "eslint-loader": "4.0.2",
    "eslint-plugin-import": "2.25.4",
    "eslint-plugin-jest": "26.1.1",
    "eslint-plugin-prettier": "3.1.4",
    "express": "4.17.1",
    "husky": "7.0.4",
    "jest": "^26.6.1",
    "lint-staged": "10.5.2",
    "npm-run-all": "4.1.5",
    "prettier": "2.2.0",
    "supertest": "6.0.1"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "homepage": "https://github.com/Surnet/swagger-jsdoc",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "swagger",
    "openapi",
    "jsdoc"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,md,yml,yaml}": [
      "prettier --write"
    ]
  },
  "main": "index.js",
  "name": "swagger-jsdoc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Surnet/swagger-jsdoc.git"
  },
  "resolutions": {
    "minimist": ">=1.2.3"
  },
  "scripts": {
    "lint": "eslint .",
    "start": "node examples/app/app.js",
    "test": "run-p test:* -cn",
    "test:js": "jest --verbose",
    "test:lint": "eslint ."
  },
  "version": "6.2.8"
}
