forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 3.35 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 3.35 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"_args": [
[
{
"raw": "connect@^3.6.0",
"scope": null,
"escapedName": "connect",
"name": "connect",
"rawSpec": "^3.6.0",
"spec": ">=3.6.0 <4.0.0",
"type": "range"
},
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/karma"
]
],
"_from": "connect@>=3.6.0 <4.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/connect",
"_nodeVersion": "6.10.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/connect-3.6.2.tgz_1494999938663_0.9139207631815225"
},
"_npmUser": {
"name": "dougwilson",
"email": "[email protected]"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "connect@^3.6.0",
"scope": null,
"escapedName": "connect",
"name": "connect",
"rawSpec": "^3.6.0",
"spec": ">=3.6.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/karma"
],
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.6.2.tgz",
"_shasum": "694e8d20681bfe490282c8ab886be98f09f42fe7",
"_shrinkwrap": null,
"_spec": "connect@^3.6.0",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/karma",
"author": {
"name": "TJ Holowaychuk",
"email": "[email protected]",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/senchalabs/connect/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "[email protected]"
},
{
"name": "Jonathan Ong",
"email": "[email protected]"
},
{
"name": "Tim Caswell",
"email": "[email protected]"
}
],
"dependencies": {
"debug": "2.6.7",
"finalhandler": "1.0.3",
"parseurl": "~1.3.1",
"utils-merge": "1.0.0"
},
"description": "High performance middleware framework",
"devDependencies": {
"istanbul": "0.4.5",
"mocha": "3.4.1",
"supertest": "2.0.0"
},
"directories": {},
"dist": {
"shasum": "694e8d20681bfe490282c8ab886be98f09f42fe7",
"tarball": "https://registry.npmjs.org/connect/-/connect-3.6.2.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"gitHead": "fd65cb922a01e524d3a853c3d7e12ae861964544",
"homepage": "https://github.com/senchalabs/connect#readme",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "[email protected]"
},
{
"name": "jongleberry",
"email": "[email protected]"
},
{
"name": "tjholowaychuk",
"email": "[email protected]"
}
],
"name": "connect",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/senchalabs/connect.git"
},
"scripts": {
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
},
"version": "3.6.2"
}