Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
93 lines (93 loc) · 2.19 KB

File metadata and controls

93 lines (93 loc) · 2.19 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"_from": "connect@3.6.6",
"_id": "connect@3.6.6",
"_inBundle": false,
"_integrity": "sha1-Ce/2xVr3I24TcTWnJXSFi2eG9SQ=",
"_location": "/connect",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "connect@3.6.6",
"name": "connect",
"escapedName": "connect",
"rawSpec": "3.6.6",
"saveSpec": null,
"fetchSpec": "3.6.6"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz",
"_shasum": "09eff6c55af7236e137135a72574858b6786f524",
"_spec": "connect@3.6.6",
"_where": "/home/sabelo/workspace/skmsibi.github.io/node_modules/browser-sync",
"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.0",
"parseurl": "~1.3.2",
"utils-merge": "1.0.1"
},
"deprecated": false,
"description": "High performance middleware framework",
"devDependencies": {
"eslint": "2.13.1",
"mocha": "3.5.3",
"nyc": "10.3.2",
"supertest": "2.0.0"
},
"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=text npm test",
"test-travis": "nyc --reporter=html --reporter=text npm test"
},
"version": "3.6.6"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.