-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
119 lines (119 loc) · 3.34 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
{
"_args": [
[
{
"raw": "[email protected]",
"scope": null,
"escapedName": "wdio-allure-addons-reporter",
"name": "wdio-allure-addons-reporter",
"rawSpec": "0.0.2",
"spec": "0.0.2",
"type": "version"
},
"D:\\orchestra\\listedenaissance"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/wdio-allure-addons-reporter",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/wdio-allure-addons-reporter-0.0.2.tgz_1473317144378_0.0653893060516566"
},
"_npmUser": {
"name": "evry.collin",
"email": "[email protected]"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {},
"_requested": {
"raw": "[email protected]",
"scope": null,
"escapedName": "wdio-allure-addons-reporter",
"name": "wdio-allure-addons-reporter",
"rawSpec": "0.0.2",
"spec": "0.0.2",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/wdio-allure-addons-reporter/-/wdio-allure-addons-reporter-0.0.2.tgz",
"_shasum": "6363d5e413f3afde3d8ed56a4f097e21c9bc26af",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "D:\\orchestra\\listedenaissance",
"author": {
"name": "Evry COLLIN",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/evrycollin/wdio-allure-addons-reporter/issues"
},
"contributors": [],
"dependencies": {
"allure-js-commons": "^1.2.0",
"babel-runtime": "^5.8.25"
},
"description": "A WebdriverIO plugin. Report results in Allure format.",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.7",
"chai": "^3.5.0",
"cheerio": "^0.20.0",
"del": "^2.2.0",
"eslint": "^1.4.1",
"eslint-config-standard": "^4.3.2",
"eslint-plugin-standard": "^1.3.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-bump": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.1.0",
"grunt-mocha": "^1.0.2",
"grunt-mocha-test": "^0.12.7",
"grunt-npm": "0.0.2",
"load-grunt-tasks": "^3.2.0",
"wdio-mocha-framework": "^0.3.5",
"webdriverio": "^4.1.1"
},
"directories": {},
"dist": {
"shasum": "6363d5e413f3afde3d8ed56a4f097e21c9bc26af",
"tarball": "https://registry.npmjs.org/wdio-allure-addons-reporter/-/wdio-allure-addons-reporter-0.0.2.tgz"
},
"gitHead": "0b0d7e720264c70c75b33f173fefab795575de9f",
"homepage": "https://github.com/evrycollin/wdio-allure-addons-reporter#readme",
"keywords": [
"allure",
"reporter",
"webdriverio",
"wdio",
"wdio-plugin",
"wdio-reporter"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "evry.collin",
"email": "[email protected]"
}
],
"name": "wdio-allure-addons-reporter",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/evrycollin/wdio-allure-addons-reporter.git"
},
"scripts": {},
"version": "0.0.4"
}