package.json
3.16 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
{
"_from": "jsdom@^7.2.2",
"_id": "jsdom@7.2.2",
"_inBundle": false,
"_integrity": "sha1-QLQCdwwr2iNGkJa+6Rq2deOx/G4=",
"_location": "/jsdom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsdom@^7.2.2",
"name": "jsdom",
"escapedName": "jsdom",
"rawSpec": "^7.2.2",
"saveSpec": null,
"fetchSpec": "^7.2.2"
},
"_requiredBy": [
"/zombie"
],
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-7.2.2.tgz",
"_shasum": "40b402770c2bda23469096bee91ab675e3b1fc6e",
"_spec": "jsdom@^7.2.2",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\zombie",
"browser": {
"canvas": false,
"vm": "./lib/jsdom/vm-shim.js"
},
"bugs": {
"url": "https://github.com/tmpvar/jsdom/issues"
},
"bundleDependencies": false,
"dependencies": {
"abab": "^1.0.0",
"acorn": "^2.4.0",
"acorn-globals": "^1.0.4",
"cssom": ">= 0.3.0 < 0.4.0",
"cssstyle": ">= 0.2.29 < 0.3.0",
"escodegen": "^1.6.1",
"nwmatcher": ">= 1.3.7 < 2.0.0",
"parse5": "^1.5.1",
"request": "^2.55.0",
"sax": "^1.1.4",
"symbol-tree": ">= 3.1.0 < 4.0.0",
"tough-cookie": "^2.2.0",
"webidl-conversions": "^2.0.0",
"whatwg-url-compat": "~0.6.5",
"xml-name-validator": ">= 2.0.1 < 3.0.0"
},
"deprecated": false,
"description": "A JavaScript implementation of the DOM and HTML standards",
"devDependencies": {
"benchmark": "1.0.0",
"browserify": "^11.1.0",
"colors": "^1.0.3",
"eslint": "^1.5.1",
"eslint-plugin-html": "^1.0.4",
"fs-readdir-recursive": "^1.0.0",
"http-server": "^0.8.0",
"jscs": "^2.5.0",
"nodeunit": "0.9.1",
"optimist": "0.6.1",
"portfinder": "0.4.0",
"q": "^1.2.0",
"selenium-standalone": "^4.6.1",
"st": "^0.5.5",
"wd": "0.3.12",
"webidl2js": "^3.0.0"
},
"homepage": "https://github.com/tmpvar/jsdom#readme",
"keywords": [
"dom",
"html",
"whatwg",
"w3c"
],
"license": "MIT",
"main": "./lib/jsdom",
"maintainers": [
{
"name": "Elijah Insua",
"email": "tmpvar@gmail.com",
"url": "http://tmpvar.com"
},
{
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me/"
},
{
"name": "Sebastian Mayr",
"email": "sebmaster16@gmail.com",
"url": "http://blog.smayr.name/"
},
{
"name": "Joris van der Wel",
"email": "joris@jorisvanderwel.com"
}
],
"name": "jsdom",
"repository": {
"type": "git",
"url": "git+https://github.com/tmpvar/jsdom.git"
},
"scripts": {
"benchmark": "node ./benchmark/runner",
"benchmark-browser": "node ./benchmark/runner --bundle",
"convert-idl": "node ./scripts/webidl/convert",
"lint": "jscs lib/ && jscs test/ && eslint . && eslint test/web-platform-tests/to-upstream --ext .html",
"prepublish": "npm run convert-idl",
"pretest": "npm run convert-idl && git submodule update --init --recursive",
"test": "node ./test/runner",
"test-browser": "node ./test/browser-runner",
"update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt"
},
"version": "7.2.2"
}