{
  "_from": "fastify-cors@2.2.0",
  "_id": "fastify-cors@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-xnZmYPWUxrIBEsv5x2JrsDlrskoFkOE0KAwedEe6dn8TCxpARwW6U+nofAKWZMDF+dXkEslRCgrd1ixdEIkB8w==",
  "_location": "/fastify-cors",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fastify-cors@2.2.0",
    "name": "fastify-cors",
    "escapedName": "fastify-cors",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/@nestjs/platform-fastify"
  ],
  "_resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-2.2.0.tgz",
  "_shasum": "700fca91b735999193699980cb005a25f85d91ce",
  "_spec": "fastify-cors@2.2.0",
  "_where": "/Users/john/src/homebridge-config-ui-x/node_modules/@nestjs/platform-fastify",
  "author": {
    "name": "Tomas Della Vedova - @delvedor",
    "url": "http://delved.org"
  },
  "bugs": {
    "url": "https://github.com/fastify/fastify-cors/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fastify-plugin": "^1.6.0",
    "vary": "^1.1.2"
  },
  "deprecated": false,
  "description": "Fastify CORS",
  "devDependencies": {
    "@types/node": "^12.12.7",
    "@typescript-eslint/eslint-plugin": "^1.12.0",
    "@typescript-eslint/parser": "^2.0.0",
    "cors": "^2.8.5",
    "fastify": "^2.8.0",
    "standard": "^14.0.2",
    "tap": "^12.6.5",
    "typescript": "^3.5.3"
  },
  "greenkeeper": {
    "ignore": [
      "tap"
    ]
  },
  "homepage": "https://github.com/fastify/fastify-cors#readme",
  "keywords": [
    "fastify",
    "cors",
    "headers",
    "access",
    "control"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fastify-cors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-cors.git"
  },
  "scripts": {
    "coverage": "tap --cov --coverage-report=html test",
    "lint": "npm run lint:standard && npm run lint:typescript",
    "lint:fix": "standard --fix",
    "lint:standard": "standard",
    "lint:typescript": "standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin test/types/*.ts",
    "test": "npm run lint && npm run unit && npm run typescript",
    "typescript": "tsc --project ./test/types/tsconfig.json",
    "unit": "tap test/*.test.js"
  },
  "types": "index.d.ts",
  "version": "2.2.0"
}
