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
96
97
98
| {
| "_args": [
| [
| "connect@3.7.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "connect@3.7.0",
| "_id": "connect@3.7.0",
| "_inBundle": false,
| "_integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
| "_location": "/connect",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "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",
| "_spec": "3.7.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "TJ Holowaychuk",
| "email": "tj@vision-media.ca",
| "url": "http://tjholowaychuk.com"
| },
| "bugs": {
| "url": "https://github.com/senchalabs/connect/issues"
| },
| "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"
| },
| "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"
| }
|
|