forked from cucumber/cucumber-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
266 lines (266 loc) · 9.79 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
"name": "cucumber",
"description": "The official JavaScript implementation of Cucumber.",
"keywords": [
"testing",
"bdd",
"cucumber",
"gherkin",
"tests"
],
"version": "6.0.5",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <[email protected]>",
"contributors": [
"Julien Biezemans <[email protected]>",
"Fernando Acorreia <[email protected]>",
"Paul Jensen <[email protected]>",
"Kushal Pisavadia",
"Olivier Melcher <[email protected]>",
"Tristan Dunn <[email protected]>",
"Ted de Koning",
"Renier Morales <[email protected]>",
"Aslak Hellesøy <[email protected]>",
"Aaron Garvey",
"Omar Gonzalez <[email protected]>",
"Chris Young <[email protected]>",
"Israel Halle <[email protected]>",
"Matteo Collina <[email protected]>",
"Niklas Närhinen <[email protected]>",
"Kim, Jang-hwan <[email protected]>",
"Michael Zedeler <[email protected]>",
"Tom V <[email protected]>",
"David Godfrey <[email protected]>",
"Paul Shannon (https://devpaul.com)",
"Simon Dean <[email protected]>",
"John Wright <[email protected]>",
"Johny Jose <[email protected]>",
"Marat Dyatko <[email protected]>",
"Tim Perry <[email protected]>",
"Fedotov Daniil <[email protected]>",
"unknown <[email protected]>",
"Ben Van Treese <[email protected]>",
"Gabe Hayes <[email protected]>",
"Brian Clozel <[email protected]>",
"Lukas Degener <[email protected]>",
"Simon Lampen <[email protected]>",
"Eddie Loeffen <[email protected]>",
"Stanley Shyiko <[email protected]>",
"Artur Kania <[email protected]>",
"Sam Saccone <[email protected]>",
"Craig Morris <[email protected]>",
"Gary Taylor <[email protected]>",
"Krispin Schulz <[email protected]>",
"Elwyn <[email protected]>",
"Jan-Eric Duden <[email protected]>",
"kostya.misura <[email protected]>",
"Julian <[email protected]>",
"nebehr <[email protected]>",
"Jesse Harlin <[email protected]>",
"Sonny Piers <[email protected]>",
"Will Farrell <[email protected]>",
"Kevin Kirsche <[email protected]>",
"chrismilleruk <[email protected]>",
"Mateusz Derks <[email protected]>",
"Mark Amery <[email protected]>",
"Artem Repko <[email protected]>",
"zs-zs <[email protected]>",
"Dale Gardner <[email protected]>",
"Charles Rudolph <[email protected]>",
"Karthik Viswanath <[email protected]>",
"Marcel Hoyer <[email protected]>",
"Artem Bronitsky <[email protected]>",
"Karine Pires <[email protected]>",
"Rick Lee-Morlang <[email protected]>",
"Noah Davis <[email protected]>",
"Miika Hänninen <[email protected]>",
"Kevin Goslar <[email protected]>",
"John Krull <[email protected]>",
"Maxim Koretskiy <[email protected]>",
"seantdg <[email protected]>",
"Marc Burton <[email protected]>",
"Jonathan Kim <[email protected]>",
"Ádám Gólya <[email protected]>",
"Scott Deakin <[email protected]>",
"efokschaner <[email protected]>",
"John McLaughlin <[email protected]>",
"Josh Goldberg <[email protected]>",
"Artur Pomadowski <[email protected]>",
"Benjamín Eidelman <[email protected]>",
"Jan Molak <[email protected]>",
"dbillingham <[email protected]>",
"Jonathan Gomez <[email protected]>",
"Oliver Rogers <[email protected]>",
"Hugues Malphettes <[email protected]>",
"gforceg <[email protected]>",
"Zearin <[email protected]>",
"Cody Ray Hoeft <[email protected]>",
"Florian Ribon <[email protected]>",
"temyers <[email protected]>",
"Martin Delille <[email protected]>",
"yaronassa <[email protected]>",
"Nico Jansen <[email protected]>",
"Łukasz Gandecki <[email protected]>",
"Warren <[email protected]>",
"Vasily Shelkov <[email protected]>",
"Steve Tooke <[email protected]>",
"João Guilherme Farias Duda <[email protected]>",
"szymonprz <[email protected]>",
"Olle Jonsson <[email protected]>",
"Darrin Holst <[email protected]>",
"Dmitry Shirokov <[email protected]>",
"Jayson Smith <[email protected]>",
"jshifflet <[email protected]>",
"Máté Karácsony <[email protected]>",
"Ilya Kozhevnikov <[email protected]>",
"Giuseppe DiBella <[email protected]>",
"Marco Muller <[email protected]>",
"Valerio Innocenti Sedili <[email protected]>",
"Alon Diamant <[email protected]>",
"RolandArgos <[email protected]>",
"Julian <[email protected]>",
"Bruce Lindsay <[email protected]>",
"Josua Schmid <[email protected]>",
"DevSide <[email protected]>",
"ahulab <[email protected]>",
"Kyle Moore <[email protected]>",
"basemmerink <[email protected]>",
"David H. Gutteridge <[email protected]>",
"lopesc <[email protected]>",
"Honza Javorek <[email protected]>",
"Josh Chisholm <[email protected]>",
"Izhaki <[email protected]>",
"Niyaz Akhmetov <[email protected]>",
"Sérgio Junior <[email protected]>",
"mgonnet <[email protected]>",
"Joey Jan <[email protected]>",
"David Goss <[email protected]>",
"Artur Neumann <[email protected]>",
"Diego Di Mauro <[email protected]>",
"Dawn Minion <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/cucumber/cucumber-js.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/cucumber/cucumber-js/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=8"
},
"dependencies": {
"assertion-error-formatter": "^3.0.0",
"bluebird": "^3.4.1",
"capital-case": "^1.0.3",
"cli-table3": "^0.5.1",
"colors": "^1.1.2",
"commander": "^5.0.0",
"cucumber-expressions": "^8.3.0",
"cucumber-messages": "^8.0.0",
"cucumber-tag-expressions": "^2.0.3",
"duration": "^0.2.1",
"figures": "^3.0.0",
"gherkin": "^9.0.0",
"glob": "^7.1.3",
"indent-string": "^4.0.0",
"is-generator": "^1.0.2",
"is-stream": "^2.0.0",
"knuth-shuffle-seeded": "^1.0.6",
"lodash": "^4.17.14",
"mz": "^2.4.0",
"progress": "^2.0.0",
"resolve": "^1.3.3",
"stack-chain": "^2.0.0",
"stacktrace-js": "^2.0.0",
"string-argv": "^0.3.0",
"util-arity": "^1.0.2",
"verror": "^1.9.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.0",
"@types/bluebird": "^3.5.29",
"@types/chai": "^4.2.8",
"@types/dirty-chai": "^2.0.2",
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.149",
"@types/mocha": "^7.0.1",
"@types/mustache": "^4.0.0",
"@types/mz": "^2.7.0",
"@types/node": "^13.1.1",
"@types/progress": "^2.0.3",
"@types/resolve": "^1.14.0",
"@types/sinon-chai": "^3.2.3",
"@types/sinonjs__fake-timers": "^6.0.0",
"@types/tmp": "^0.1.0",
"@types/verror": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"ansi-html": "^0.0.7",
"browserify": "^16.2.2",
"chai": "^4.0.1",
"coffeescript": "^2.4.1",
"connect": "^3.4.0",
"core-js": "^3.2.1",
"coveralls": "^3.0.0",
"dependency-lint": "^6.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-config-standard-with-typescript": "^14.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"fs-extra": "^8.0.0",
"mocha": "^7.1.0",
"mustache": "^4.0.1",
"ndjson-parse": "^1.0.4",
"nyc": "^15.0.0",
"prettier": "^1.5.2",
"regenerator-runtime": "^0.13.3",
"serve-static": "^1.10.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.4.0",
"stream-to-string": "^1.1.0",
"tmp": "^0.1.0",
"ts-node": "^8.5.4",
"tsify": "^4.0.1",
"typescript": "^3.7.3"
},
"scripts": {
"build-browser-example": "browserify example/index.ts -o dist/browser-example.js -p [ tsify -p tsconfig.browser.json ]",
"build-local": "tsc -p tsconfig.node.json",
"build-release": "browserify scripts/cucumber.ts -o dist/cucumber.js -p [ tsify -p tsconfig.browser.json ] --standalone Cucumber --debug",
"feature-test": "node ./bin/cucumber-js",
"lint-autofix": "eslint --fix \"{example,features,scripts,src,test}/**/*.ts\"",
"lint-code": "eslint \"{example,features,scripts,src,test}/**/*.ts\"",
"lint-dependencies": "dependency-lint",
"lint": "yarn run lint-code && yarn run lint-dependencies",
"prelint-autofix": "yarn build-local",
"prelint-code": "yarn build-local",
"prefeature-test": "yarn run build-local",
"prepublishOnly": "rm -r lib && yarn run build-local",
"test-browser-example": "yarn build-release && yarn build-browser-example && git checkout -- dist/cucumber.js",
"test-coverage": "yarn run lint && ./scripts/test-coverage.sh",
"test": "yarn run lint && yarn run unit-test && yarn run feature-test",
"unit-test": "mocha 'src/**/*_spec.ts'"
},
"bin": {
"cucumber-js": "./bin/cucumber-js"
},
"license": "MIT",
"files": [
"bin/",
"dist/",
"lib/"
]
}