package.json
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
{
"_args": [
[
{
"raw": "karma-spec-reporter@0.0.26",
"scope": null,
"escapedName": "karma-spec-reporter",
"name": "karma-spec-reporter",
"rawSpec": "0.0.26",
"spec": "0.0.26",
"type": "version"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "karma-spec-reporter@0.0.26",
"_id": "karma-spec-reporter@0.0.26",
"_inCache": true,
"_location": "/karma-spec-reporter",
"_nodeVersion": "0.12.5",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/karma-spec-reporter-0.0.26.tgz_1460059422472_0.09134964062832296"
},
"_npmUser": {
"name": "tmcgee123",
"email": "mcgeehonstg@gmail.com"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"raw": "karma-spec-reporter@0.0.26",
"scope": null,
"escapedName": "karma-spec-reporter",
"name": "karma-spec-reporter",
"rawSpec": "0.0.26",
"spec": "0.0.26",
"type": "version"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/karma-spec-reporter/-/karma-spec-reporter-0.0.26.tgz",
"_shasum": "bf5561377dce1b63cf2c975c1af3e35f199e2265",
"_shrinkwrap": null,
"_spec": "karma-spec-reporter@0.0.26",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Michael Lex",
"email": "michael.lex@codecentric.de"
},
"bugs": {
"url": "https://github.com/mlex/karma-spec-reporter/issues"
},
"dependencies": {
"colors": "~0.6.0"
},
"description": "A Karma plugin. Report all spec-results to console (like mocha's spec reporter).",
"devDependencies": {
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"mocha-runner": "^1.1.1",
"rewire": "^2.5.1",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"directories": {},
"dist": {
"shasum": "bf5561377dce1b63cf2c975c1af3e35f199e2265",
"tarball": "https://registry.npmjs.org/karma-spec-reporter/-/karma-spec-reporter-0.0.26.tgz"
},
"files": [
"index.js"
],
"gitHead": "881d19f71e9d7444577332b778eed201a6b72934",
"homepage": "https://github.com/mlex/karma-spec-reporter#readme",
"keywords": [
"karma-plugin",
"reporter"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "hdavidzhu",
"email": "hdavidzhu@gmail.com"
},
{
"name": "mlex",
"email": "mich.lex@gmail.com"
},
{
"name": "tmcgee123",
"email": "mcgeehonstg@gmail.com"
}
],
"name": "karma-spec-reporter",
"optionalDependencies": {},
"peerDependencies": {
"karma": ">=0.9"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mlex/karma-spec-reporter.git"
},
"scripts": {
"coverage": "istanbul cover -x 'test/**/*.js' ./node_modules/.bin/mocha-runner -- --reporter spec 'test/**/*.js'",
"test": "mocha-runner --reporter spec 'test/**/*.spec.js'"
},
"version": "0.0.26"
}