保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
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
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "_from": "connect@^3.7.0",
  "_id": "connect@3.7.0",
  "_inBundle": false,
  "_integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
  "_location": "/connect",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "connect@^3.7.0",
    "name": "connect",
    "escapedName": "connect",
    "rawSpec": "^3.7.0",
    "saveSpec": null,
    "fetchSpec": "^3.7.0"
  },
  "_requiredBy": [
    "/@nuxt/cli",
    "/@nuxt/loading-screen",
    "/@nuxt/server"
  ],
  "_resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
  "_shasum": "5d49348910caa5e07a01800b030d0c35f20484f8",
  "_spec": "connect@^3.7.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\cli",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/senchalabs/connect/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com"
    },
    {
      "name": "Tim Caswell",
      "email": "tim@creationix.com"
    }
  ],
  "dependencies": {
    "debug": "2.6.9",
    "finalhandler": "1.1.2",
    "parseurl": "~1.3.3",
    "utils-merge": "1.0.1"
  },
  "deprecated": false,
  "description": "High performance middleware framework",
  "devDependencies": {
    "eslint": "4.19.1",
    "mocha": "6.1.4",
    "nyc": "14.1.1",
    "supertest": "4.0.2"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "README.md",
    "SECURITY.md",
    "index.js"
  ],
  "homepage": "https://github.com/senchalabs/connect#readme",
  "keywords": [
    "framework",
    "web",
    "middleware",
    "connect",
    "rack"
  ],
  "license": "MIT",
  "name": "connect",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/senchalabs/connect.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
    "test-cov": "nyc --reporter=html --reporter=text npm test",
    "test-travis": "nyc --reporter=text npm test"
  },
  "version": "3.7.0"
}