Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80634 views
1
{
2
"name": "jsdom",
3
"version": "0.10.6",
4
"description": "A JavaScript implementation of the DOM and HTML standards",
5
"keywords": [
6
"dom",
7
"html",
8
"whatwg",
9
"w3c"
10
],
11
"maintainers": [
12
{
13
"name": "tmpvar",
14
"email": "[email protected]"
15
},
16
{
17
"name": "domenic",
18
"email": "[email protected]"
19
}
20
],
21
"contributors": [
22
{
23
"name": "Vincent Greene",
24
"email": "[email protected]"
25
},
26
{
27
"name": "Dav Glass",
28
"email": "[email protected]"
29
},
30
{
31
"name": "Felix Gnass",
32
"email": "[email protected]"
33
},
34
{
35
"name": "Charlie Robbins",
36
"email": "[email protected]"
37
},
38
{
39
"name": "Aria Stewart",
40
"email": "[email protected]"
41
},
42
{
43
"name": "Matthew",
44
"email": "N.A.",
45
"url": "http://github.com/matthewpflueger/"
46
},
47
{
48
"name": "Olivier El Mekki",
49
"email": "unknown",
50
"url": "http://blog.olivier-elmekki.com/"
51
},
52
{
53
"name": "Shimon Dookdin",
54
"email": "[email protected]"
55
},
56
{
57
"name": "Daniel Cassidy",
58
"email": "[email protected]",
59
"url": "http://www.danielcassidy.me.uk/"
60
},
61
{
62
"name": "Sam Ruby",
63
"url": "http://intertwingly.net/blog/"
64
},
65
{
66
"name": "hij1nx",
67
"url": "http://github.com/hij1nx"
68
},
69
{
70
"name": "Yonathan Randolph",
71
"url": "http://github.com/yonran"
72
},
73
{
74
"name": "Martin Davis",
75
"url": "http://github.com/waslogic"
76
},
77
{
78
"name": "Andreas Lind Petersen",
79
"email": "[email protected]"
80
},
81
{
82
"name": "d-ash",
83
"url": "http://github.com/d-ash"
84
},
85
{
86
"name": "Robin Zhong",
87
"email": "[email protected]"
88
},
89
{
90
"name": "Alexander Flatter",
91
"email": "[email protected]"
92
},
93
{
94
"name": "Heng Liu",
95
"email": "[email protected]"
96
},
97
{
98
"name": "Brian McDaniel",
99
"url": "http://github.com/brianmcd"
100
},
101
{
102
"name": "John Hurliman",
103
"email": "[email protected]"
104
},
105
{
106
"name": "Jimmy Mabey"
107
},
108
{
109
"name": "Gregory Tomlinson"
110
},
111
{
112
"name": "Jason Davies",
113
"url": "http://www.jasondavies.com/"
114
},
115
{
116
"name": "Josh Marshall",
117
"url": "http://www.ponderingtheobvious.com/"
118
},
119
{
120
"name": "Jason Priestley",
121
"url": "https://github.com/jhp"
122
},
123
{
124
"name": "Derek Lindahl",
125
"url": "https://github.com/dlindahl"
126
},
127
{
128
"name": "Chris Roebuck",
129
"email": "[email protected]",
130
"url": "http://www.quillu.com"
131
},
132
{
133
"name": "Avi Deitcher",
134
"url": "https://github.com/deitch"
135
},
136
{
137
"name": "Nao Iizuka",
138
"email": "[email protected]",
139
"url": "https://github.com/iizukanao"
140
},
141
{
142
"name": "Peter Perenyi",
143
"url": "https://github.com/sinegar"
144
},
145
{
146
"name": "Tiago Rodrigues",
147
"email": "[email protected]",
148
"url": "http://trodrigues.net"
149
},
150
{
151
"name": "Samori Gorse",
152
"email": "[email protected]",
153
"url": "http://github.com/shinuza"
154
},
155
{
156
"name": "John Roberts",
157
"email": "[email protected]"
158
},
159
{
160
"name": "Chad Walker",
161
"email": "[email protected]",
162
"url": "https://github.com/chad3814"
163
},
164
{
165
"name": "Zach Smith",
166
"email": "[email protected]",
167
"url": "https://github.com/xcoderzach"
168
}
169
],
170
"bugs": {
171
"url": "http://github.com/tmpvar/jsdom/issues",
172
"email": "[email protected]"
173
},
174
"license": {
175
"type": "MIT",
176
"url": "http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt"
177
},
178
"repository": {
179
"type": "git",
180
"url": "git://github.com/tmpvar/jsdom.git"
181
},
182
"dependencies": {
183
"htmlparser2": ">= 3.1.5 <4",
184
"nwmatcher": "~1.3.2",
185
"request": "2.x",
186
"xmlhttprequest": ">=1.5.0",
187
"cssom": "~0.3.0",
188
"cssstyle": "~0.2.9",
189
"contextify": "~0.1.5"
190
},
191
"devDependencies": {
192
"nodeunit": "~0.8.0",
193
"optimist": "*",
194
"urlmaster": ">=0.2.15"
195
},
196
"scripts": {
197
"test": "node ./test/runner"
198
},
199
"main": "./lib/jsdom",
200
"gitHead": "e27bca5eb8ffd51fb50dc24157d0a8421fb08040",
201
"homepage": "https://github.com/tmpvar/jsdom",
202
"_id": "[email protected]",
203
"_shasum": "a3b1d875454ba0165575829679939ec006bf5ab8",
204
"_from": "jsdom@>=0.10.3 <0.11.0",
205
"_npmVersion": "1.4.13",
206
"_npmUser": {
207
"name": "domenic",
208
"email": "[email protected]"
209
},
210
"dist": {
211
"shasum": "a3b1d875454ba0165575829679939ec006bf5ab8",
212
"tarball": "http://registry.npmjs.org/jsdom/-/jsdom-0.10.6.tgz"
213
},
214
"directories": {},
215
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-0.10.6.tgz"
216
}
217
218