{ "_args": [ [ "@koa/cors@3.1.0", "C:\\E\\crisis\\api" ] ], "_from": "@koa/cors@3.1.0", "_id": "@koa/cors@3.1.0", "_inBundle": false, "_integrity": "sha1-YYuwc0OM/b0+vQ5kinbjO4Tzo7I=", "_location": "/@koa/cors", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@koa/cors@3.1.0", "name": "@koa/cors", "escapedName": "@koa%2fcors", "scope": "@koa", "rawSpec": "3.1.0", "saveSpec": null, "fetchSpec": "3.1.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npm.taobao.org/@koa/cors/download/@koa/cors-3.1.0.tgz", "_spec": "3.1.0", "_where": "C:\\E\\crisis\\api", "author": { "name": "fengmk2", "email": "fengmk2@gmail.com", "url": "http://fengmk2.com" }, "bugs": { "url": "https://github.com/koajs/cors/issues" }, "dependencies": { "vary": "^1.1.2" }, "description": "Cross-Origin Resource Sharing(CORS) for koa", "devDependencies": { "autod": "*", "eslint": "^5.15.1", "eslint-config-egg": "^7.1.0", "istanbul": "*", "koa": "^2.5.1", "mocha": "3", "supertest": "^3.1.0" }, "engines": { "node": ">= 8.0.0" }, "files": [ "index.js" ], "homepage": "https://github.com/koajs/cors", "keywords": [ "cors", "koa-cors", "Cross-Origin Resource Sharing", "@koa/cors", "koa", "koajs" ], "license": "MIT", "main": "index.js", "name": "@koa/cors", "repository": { "type": "git", "url": "git://github.com/koajs/cors.git" }, "scripts": { "autod": "autod -w --prefix '^'", "ci": "npm run lint && npm run test-cov", "lint": "eslint index.js test", "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" }, "version": "3.1.0" }