{
  "_from": "exegesis-express@^2.0.0",
  "_id": "exegesis-express@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-NKvKBsBa2OvU+1BFpWbz3PzoRMhA9q7/wU2oMmQ9X8lPy/FRatADvhlkGO1zYOMgeo35k1ZLO9ZV0uIs9pPnXg==",
  "_location": "/exegesis-express",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "exegesis-express@^2.0.0",
    "name": "exegesis-express",
    "escapedName": "exegesis-express",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/firebase-tools"
  ],
  "_resolved": "https://registry.npmjs.org/exegesis-express/-/exegesis-express-2.0.0.tgz",
  "_shasum": "e33b2ed35e52162ce78613868a771ee4cb5636a7",
  "_spec": "exegesis-express@^2.0.0",
  "_where": "/home/guad4607/public_html/api/xamxam-billing/node_modules/firebase-tools",
  "author": {
    "name": "Jason Walton",
    "email": "dev@lucid.thedreaming.org",
    "url": "https://github.com/jwalton/"
  },
  "bugs": {
    "url": "https://github.com/exegesis-js/exegesis-express/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "exegesis": "^2.0.0"
  },
  "deprecated": false,
  "description": "Express middleware to handle OpenAPI 3.x.",
  "devDependencies": {
    "@jwalton/semantic-release-config": "^1.0.0",
    "@types/chai": "^4.1.7",
    "@types/express": "^4.16.1",
    "@types/mocha": "^5.2.6",
    "@types/node": "^12.0.2",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.3",
    "express": "^4.16.4",
    "husky": "^2.3.0",
    "lint-staged": "^8.1.5",
    "markdownlint-cli": "^0.16.0",
    "mocha": "^6.0.2",
    "nyc": "^14.0.0",
    "semantic-release": "^15.13.3",
    "supertest-fetch": "^1.2.4",
    "ts-node": "^8.0.3",
    "tslint": "^5.14.0",
    "typescript": "^3.4.1"
  },
  "engines": {
    "node": ">=6.0.0",
    "npm": ">5.0.0"
  },
  "files": [
    "dist/**/*"
  ],
  "greenkeeper": {
    "ignore": [
      "@types/node"
    ]
  },
  "homepage": "https://github.com/exegesis-js/exegesis-express#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run precommit:test"
    }
  },
  "keywords": [
    "express",
    "OpenAPI",
    "oas3",
    "exegesis"
  ],
  "license": "MIT",
  "lint-staged": {
    "src/**/*.ts": [
      "tslint -c tslint.json -t stylish"
    ],
    "test/**/*.ts": [
      "tslint -c test/tslint.json -t stylish"
    ]
  },
  "main": "dist/index.js",
  "name": "exegesis-express",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exegesis-js/exegesis-express.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist coverage",
    "lint": "npm run lint:source && npm run lint:markdown && npm run lint:tests",
    "lint:markdown": "markdownlint src/**/*.md README.md",
    "lint:source": "tslint -c tslint.json -t stylish 'src/**/*.ts'",
    "lint:tests": "tslint -c test/tslint.json -t stylish 'test/**/*.ts'",
    "precommit:test": "npm run build && lint-staged && npm run precommit:unittest",
    "precommit:unittest": "tsc -p test && mocha --reporter progress 'test/**/*.@(ts|js)'",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build && npm test",
    "semantic-release": "semantic-release",
    "test": "npm run build && npm run lint && npm run test:unittest",
    "test:unittest": "tsc -p test && nyc mocha 'test/**/*.@(ts|js)'"
  },
  "types": "dist/index.d.ts",
  "version": "2.0.0"
}
