-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
73 lines (73 loc) · 1.9 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
{
"name": "newman-reporter-htmlextra",
"version": "1.23.1",
"description": "A newman reporter with added handlebars helpers and separated request iterations",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "node npm/test-all.js",
"test-integration": "node npm/test-integration.js",
"test-lint": "node npm/test-lint.js",
"test-system": "node npm/test-system.js",
"pre-publish": "node npm/test-all.js && npm pack",
"local-dev": "npm link && cd node_modules/newman && npm link newman-reporter-htmlextra && cd ../.."
},
"deprecated": false,
"repository": {
"type": "git",
"url": "https://github.com/DannyDainton/newman-reporter-htmlextra.git"
},
"bugs": "https://github.com/DannyDainton/newman-reporter-htmlextra/issues",
"keywords": [
"newman",
"reporter",
"html",
"htmlextra"
],
"bin": {
"newman-reporter-htmlextra": "./bin/htmlextra.js"
},
"files": [
"bin/",
"lib/",
"index.js",
"README.MD"
],
"dependencies": {
"@budibase/handlebars-helpers": "0.13.1",
"chalk": "4.1.2",
"cli-progress": "3.10.0",
"commander": "6.2.1",
"filesize": "6.4.0",
"handlebars": "4.7.7",
"lodash": "4.17.21",
"moment-timezone": "0.5.35",
"pretty-ms": "7.0.1"
},
"author": "Danny Dainton",
"license": "Apache-2.0",
"engines": {
"node": ">=6"
},
"peerDependencies": {
"newman": "^6.0.0"
},
"devDependencies": {
"async": "^3.2.5",
"chai": "^4.4.1",
"colors": "1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "8.7.0",
"eslint-plugin-lodash": "^7.3.0",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-security": "^1.7.1",
"mocha": "^9.2.0",
"newman": "^6.1.2",
"parse-gitignore": "^1.0.1",
"recursive-readdir": "^2.2.2",
"shelljs": "^0.8.4"
},
"snyk": false
}