forked from jsdom/jsdom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.06 KB
/
package.json
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
{
"_args": [
[
"jsdom@5.3.0",
"/Users/barry/smoke-test/node_modules/zombie"
]
],
"_from": "jsdom@5.3.0",
"_id": "jsdom@5.3.0",
"_inCache": true,
"_location": "/jsdom",
"_nodeVersion": "1.8.1",
"_npmUser": {
"email": "d@domenic.me",
"name": "domenic"
},
"_npmVersion": "2.8.3",
"_phantomChildren": {
"punycode": "2.0.0"
},
"_requested": {
"name": "jsdom",
"raw": "jsdom@5.3.0",
"rawSpec": "5.3.0",
"scope": null,
"spec": "5.3.0",
"type": "version"
},
"_requiredBy": [
"/zombie"
],
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-5.3.0.tgz",
"_shasum": "98b32eca720ca1b986b78e0bb9ad9ba7618c949f",
"_shrinkwrap": null,
"_spec": "jsdom@5.3.0",
"_where": "/Users/barry/smoke-test/node_modules/zombie",
"browser": {
"canvas": false,
"request": "browser-request",
"vm": "./lib/jsdom/vm-shim.js"
},
"bugs": {
"url": "https://github.com/tmpvar/jsdom/issues"
},
"dependencies": {
"acorn": "^1.0.3",
"acorn-globals": "^1.0.4",
"browser-request": ">= 0.3.1 < 0.4.0",
"cssom": ">= 0.3.0 < 0.4.0",
"cssstyle": ">= 0.2.23 < 0.3.0",
"escodegen": "^1.6.1",
"htmlparser2": ">= 3.7.3 < 4.0.0",
"nwmatcher": ">= 1.3.4 < 2.0.0",
"parse5": "^1.4.2",
"request": "^2.55.0",
"tough-cookie": "^0.13.0",
"xml-name-validator": ">= 2.0.1 < 3.0.0",
"xmlhttprequest": ">= 1.6.0 < 2.0.0"
},
"description": "A JavaScript implementation of the DOM and HTML standards",
"devDependencies": {
"browserify": "^9.0.8",
"colors": "^1.0.3",
"http-server": "^0.8.0",
"jscs": "^1.12.0",
"jshint": "^2.7.0",
"nodeunit": "0.9.1",
"optimist": "0.6.1",
"portfinder": "0.4.0",
"q": "^1.2.0",
"selenium-standalone": "^4.2.2",
"urlmaster": "0.2.15",
"wd": "0.3.11"
},
"directories": {},
"dist": {
"shasum": "98b32eca720ca1b986b78e0bb9ad9ba7618c949f",
"tarball": "https://registry.npmjs.org/jsdom/-/jsdom-5.3.0.tgz"
},
"files": [
"lib/"
],
"gitHead": "db257df675fd2264adbe8a7f3783a72bccce25ef",
"homepage": "https://github.com/tmpvar/jsdom#readme",
"installable": true,
"keywords": [
"dom",
"html",
"w3c",
"whatwg"
],
"license": {
"type": "MIT",
"url": "http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt"
},
"main": "./lib/jsdom",
"maintainers": [
{
"name": "tmpvar",
"email": "tmpvar@gmail.com"
},
{
"name": "domenic",
"email": "domenic@domenicdenicola.com"
},
{
"name": "sebmaster",
"email": "sebmaster16@gmail.com"
}
],
"name": "jsdom",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tmpvar/jsdom.git"
},
"scripts": {
"lint": "jscs lib/ && jscs test/ && jshint lib/ && jshint test/",
"pretest": "git submodule update --init --recursive",
"test": "iojs ./test/runner",
"test-browser": "iojs ./test/browser-runner",
"update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt"
},
"version": "5.3.0"
}