{ "name": "@koa/cors", "version": "3.4.1", "description": "Cross-Origin Resource Sharing(CORS) for koa", "main": "index.js", "files": [ "index.js" ], "scripts": { "contributor": "git-contributor", "test": "NODE_ENV=test mocha --check-leaks -R spec -t 5000 test/*.test.js", "test-cov": "NODE_ENV=test istanbul cover _mocha -- --check-leaks -t 5000 test/*.test.js", "ci": "npm run lint && npm run test-cov", "lint": "eslint index.js test" }, "dependencies": { "vary": "^1.1.2" }, "devDependencies": { "egg-ci": "^1.19.1", "eslint": "^5.15.1", "eslint-config-egg": "^7.1.0", "git-contributor": "^1.0.10", "istanbul": "*", "koa": "^2.5.1", "mocha": "3", "supertest": "^3.1.0" }, "homepage": "https://github.com/koajs/cors", "repository": { "type": "git", "url": "git://github.com/koajs/cors.git" }, "bugs": { "url": "https://github.com/koajs/cors/issues" }, "keywords": [ "cors", "koa-cors", "Cross-Origin Resource Sharing", "@koa/cors", "koa", "koajs" ], "engines": { "node": ">= 8.0.0" }, "ci": { "version": "8, 10, 12, 14, 16, 18", "type": "github", "os": { "github": "linux" } }, "author": "fengmk2 (http://github.com/fengmk2)", "license": "MIT" }