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
121 lines (121 loc) · 2.99 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 2.99 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
{
"_args": [
[
"connect@^3.3.5",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/karma"
]
],
"_from": "connect@>=3.3.5 <4.0.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/connect",
"_nodeVersion": "4.2.3",
"_npmUser": {
"email": "[email protected]",
"name": "dougwilson"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "connect",
"raw": "connect@^3.3.5",
"rawSpec": "^3.3.5",
"scope": null,
"spec": ">=3.3.5 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/karma"
],
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.4.1.tgz",
"_shasum": "a21361d3f4099ef761cda6dc4a973bb1ebb0a34d",
"_shrinkwrap": null,
"_spec": "connect@^3.3.5",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/karma",
"author": {
"email": "[email protected]",
"name": "TJ Holowaychuk",
"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.2.0",
"finalhandler": "0.4.1",
"parseurl": "~1.3.1",
"utils-merge": "1.0.0"
},
"description": "High performance middleware framework",
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "a21361d3f4099ef761cda6dc4a973bb1ebb0a34d",
"tarball": "http://registry.npmjs.org/connect/-/connect-3.4.1.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"History.md",
"LICENSE",
"Readme.md",
"index.js"
],
"gitHead": "5cc4b6aab3fd7458719ba61edee6ac149831dbbf",
"homepage": "https://github.com/senchalabs/connect#readme",
"keywords": [
"connect",
"framework",
"middleware",
"rack",
"web"
],
"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.4.1"
}