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
74
75
76
77
78
79
80
81
82
| {
| "_args": [
| [
| "@koa/cors@3.0.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "@koa/cors@3.0.0",
| "_id": "@koa/cors@3.0.0",
| "_inBundle": false,
| "_integrity": "sha512-hDp+cXj6vTYSwHRJfiSpnf5dTMv3FmqNKh1or9BPJk4SHOviHnK9GoL9dT0ypt/E+hlkRkZ9edHylcosW3Ghrw==",
| "_location": "/@koa/cors",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@koa/cors@3.0.0",
| "name": "@koa/cors",
| "escapedName": "@koa%2fcors",
| "scope": "@koa",
| "rawSpec": "3.0.0",
| "saveSpec": null,
| "fetchSpec": "3.0.0"
| },
| "_requiredBy": [
| "/egg-cors"
| ],
| "_resolved": "https://registry.npmjs.org/@koa/cors/-/cors-3.0.0.tgz",
| "_spec": "3.0.0",
| "_where": "E:\\ximenzi\\wms\\old\\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.0.0"
| }
|
|