package.json
1.74 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
{
"_args": [
[
"mocha-jsdom@2.0.0",
"C:\\Users\\user\\Desktop\\Singer-Composer"
]
],
"_development": true,
"_from": "mocha-jsdom@2.0.0",
"_id": "mocha-jsdom@2.0.0",
"_inBundle": false,
"_integrity": "sha512-+3D++FPXHXEesbBD7Q/r4dkc3XzVFMPLJVIECaQ685dj9qKQYzliqX8IXyIUbUL4x1QfgD9h8Zao8cn03NKKEA==",
"_location": "/mocha-jsdom",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mocha-jsdom@2.0.0",
"name": "mocha-jsdom",
"escapedName": "mocha-jsdom",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/mocha-jsdom/-/mocha-jsdom-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "C:\\Users\\user\\Desktop\\Singer-Composer",
"author": {
"name": "Rico Sta. Cruz",
"email": "rico@ricostacruz.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/rstacruz/mocha-jsdom/issues"
},
"dependencies": {
"jsdom": "^11.11.0"
},
"description": "Simple integration of jsdom into mocha tests",
"devDependencies": {
"chai": "4.1.2",
"istanbul": "0.4.5",
"jquery": "3.3.1",
"mocha": "5.2.0",
"mocha-standard": "1.0.0",
"standard": "11.0.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/rstacruz/mocha-jsdom#readme",
"keywords": [
"jsdom",
"mocha"
],
"license": "MIT",
"main": "index.js",
"name": "mocha-jsdom",
"peerDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/mocha-jsdom.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec",
"test": "mocha"
},
"version": "2.0.0"
}