1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_from": "koa2-cors@^2.0.6",
| "_id": "koa2-cors@2.0.6",
| "_inBundle": false,
| "_integrity": "sha512-JRCcSM4lamM+8kvKGDKlesYk2ASrmSTczDtGUnIadqMgnHU4Ct5Gw7Bxt3w3m6d6dy3WN0PU4oMP43HbddDEWg==",
| "_location": "/koa2-cors",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "koa2-cors@^2.0.6",
| "name": "koa2-cors",
| "escapedName": "koa2-cors",
| "rawSpec": "^2.0.6",
| "saveSpec": null,
| "fetchSpec": "^2.0.6"
| },
| "_requiredBy": [
| "/ee-core"
| ],
| "_resolved": "https://registry.npmmirror.com/koa2-cors/-/koa2-cors-2.0.6.tgz",
| "_shasum": "9ad23df3a0b9bb84530b46f5944f3fb576086554",
| "_spec": "koa2-cors@^2.0.6",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
| "author": {
| "name": "zad"
| },
| "bugs": {
| "url": "https://github.com/zadzbw/koa2-cors/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "cors middleware for koa2",
| "devDependencies": {
| "babel-cli": "^6.18.0",
| "chai": "^4.1.2",
| "eslint": "^5.1.0",
| "eslint-config-airbnb-base": "^13.0.0",
| "eslint-plugin-import": "^2.13.0",
| "istanbul": "^1.1.0-alpha.1",
| "koa": "^2.5.2",
| "koa-router": "^7.4.0",
| "mocha": "^5.2.0",
| "supertest": "^3.1.0"
| },
| "engines": {
| "node": ">= 7.6.0"
| },
| "files": [
| "src/index.js",
| "dist/index.js"
| ],
| "homepage": "https://github.com/zadzbw/koa2-cors#readme",
| "keywords": [
| "koa2",
| "cors",
| "middleware"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "koa2-cors",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/zadzbw/koa2-cors.git"
| },
| "scripts": {
| "build": "NODE_ENV=production rm -rf dist & babel src -d dist",
| "lint": "eslint --ext .js src --format codeframe",
| "test": "NODE_ENV=test mocha",
| "test:cover": "NODE_ENV=test istanbul cover _mocha"
| },
| "version": "2.0.6"
| }
|
|