2021-03-01 15:06:11 +08:00

84 lines
1.9 KiB
JSON

{
"_args": [
[
"@koa/cors@3.1.0",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_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": [
"/vite"
],
"_resolved": "http://192.168.250.101:4873/@koa%2fcors/-/cors-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "J:\\Github\\CURD-TS",
"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"
}