-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathpackage.json
64 lines (64 loc) · 1.78 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
{
"name": "newman-reporter-htmlextra",
"version": "1.19.0",
"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",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"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"
],
"dependencies": {
"filesize": "^6.1.0",
"handlebars": "^4.7.6",
"handlebars-helpers": "^0.10.0",
"lodash": "^4.17.20",
"moment-timezone": "^0.5.31",
"pretty-ms": "^6.0.1",
"snyk": "^1.381.2"
},
"author": "Danny Dainton",
"license": "Apache-2.0",
"engines": {
"node": ">=6"
},
"peerDependencies": {
"newman": ">=4"
},
"devDependencies": {
"async": "^3.2.0",
"chai": "^4.2.0",
"colors": "^1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "8.7.0",
"eslint-plugin-lodash": "^7.0.0",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-security": "^1.4.0",
"mocha": "^7.2.0",
"newman": "^5.1.2",
"parse-gitignore": "^1.0.1",
"recursive-readdir": "^2.2.2",
"shelljs": "^0.8.4"
},
"snyk": true
}