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
| {
| "_from": "cors@~2.8.5",
| "_id": "cors@2.8.5",
| "_inBundle": false,
| "_integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
| "_location": "/cors",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "cors@~2.8.5",
| "name": "cors",
| "escapedName": "cors",
| "rawSpec": "~2.8.5",
| "saveSpec": null,
| "fetchSpec": "~2.8.5"
| },
| "_requiredBy": [
| "/engine.io",
| "/socket.io"
| ],
| "_resolved": "https://registry.npmmirror.com/cors/-/cors-2.8.5.tgz",
| "_shasum": "eac11da51592dd86b9f06f6e7ac293b3df875d29",
| "_spec": "cors@~2.8.5",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/socket.io",
| "author": {
| "name": "Troy Goode",
| "email": "troygoode@gmail.com",
| "url": "https://github.com/troygoode/"
| },
| "bugs": {
| "url": "https://github.com/expressjs/cors/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "object-assign": "^4",
| "vary": "^1"
| },
| "deprecated": false,
| "description": "Node.js CORS middleware",
| "devDependencies": {
| "after": "0.8.2",
| "eslint": "2.13.1",
| "express": "4.16.3",
| "mocha": "5.2.0",
| "nyc": "13.1.0",
| "supertest": "3.3.0"
| },
| "engines": {
| "node": ">= 0.10"
| },
| "files": [
| "lib/index.js",
| "CONTRIBUTING.md",
| "HISTORY.md",
| "LICENSE",
| "README.md"
| ],
| "homepage": "https://github.com/expressjs/cors#readme",
| "keywords": [
| "cors",
| "express",
| "connect",
| "middleware"
| ],
| "license": "MIT",
| "main": "./lib/index.js",
| "name": "cors",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/expressjs/cors.git"
| },
| "scripts": {
| "lint": "eslint lib test",
| "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env"
| },
| "version": "2.8.5"
| }
|
|