{
  "_from": "cors@^2.8.5",
  "_id": "cors@2.8.6",
  "_inBundle": false,
  "_integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
  "_location": "/cors",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cors@^2.8.5",
    "name": "cors",
    "escapedName": "cors",
    "rawSpec": "^2.8.5",
    "saveSpec": null,
    "fetchSpec": "^2.8.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
  "_shasum": "ff5dd69bd95e547503820d29aba4f8faf8dfec96",
  "_spec": "cors@^2.8.5",
  "_where": "/home/jnvvlswi/nodevenv/app.risingsun.com.ua/10/lib",
  "author": {
    "name": "Troy Goode",
    "email": "troygoode@gmail.com",
    "url": "https://github.com/troygoode/"
  },
  "bugs": {
    "url": "https://github.com/expressjs/cors/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "object-assign": "^4",
    "vary": "^1"
  },
  "deprecated": false,
  "description": "Node.js CORS middleware",
  "devDependencies": {
    "after": "0.8.2",
    "eslint": "7.30.0",
    "express": "4.21.2",
    "mocha": "9.2.2",
    "nyc": "15.1.0",
    "supertest": "6.1.3"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "lib/index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/express"
  },
  "homepage": "https://github.com/expressjs/cors#readme",
  "keywords": [
    "cors",
    "express",
    "connect",
    "middleware"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "cors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/cors.git"
  },
  "scripts": {
    "lint": "eslint lib test",
    "test": "npm run lint && npm run test-ci",
    "test-ci": "nyc --reporter=lcov --reporter=text mocha --require test/support/env"
  },
  "version": "2.8.6"
}
