-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·135 lines (135 loc) · 3.63 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
{
"name": "suman",
"version": "1.1.51244",
"engines": {
"node": ">=6.0.0"
},
"bin": {
"suman": "cli/suman.sh",
"suman-shell": "cli/suman-shell.sh",
"suman-f": "cli/suman-f.sh",
"suman-debug": "cli/suman-debug.sh",
"suman--debug": "cli/suman--debug.sh",
"suman-babel": "cli/suman-babel.sh",
"suman-inspect": "cli/suman-inspect.sh",
"suman-troubleshoot": "cli/suman-troubleshoot.js",
"suman-daemon": "cli/suman-daemon.sh",
"sumanw": "cli/suman-watch.sh",
"suman-w": "cli/suman-watch.sh",
"suman-watch": "cli/suman-watch.sh"
},
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"start": "echo 'this is not what you are looking for.'",
"test": "echo 'this is not what you are looking for'",
"postinstall": "./scripts/suman-postinstall.sh"
},
"author": "Olegzandr VD",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"ansi-256-colors": "^1.1.0",
"ascii-table": "0.0.9",
"async": "^2.4.1",
"builtin-modules": "^1.1.1",
"camelcase": "^4.1.0",
"chai": "4.0.2",
"chalk": "^2.4.1",
"chmodr": "^1.0.2",
"cli-table": "^0.3.1",
"dashdash": "^1.14.0",
"freeze-existing-props": "latest",
"function-arguments": "^1.0.4",
"handlebars": "^4.0.10",
"json-stdio": "latest",
"lodash.flatten": "^4.4.0",
"lodash.flattendeep": "^4.4.0",
"lodash.includes": "^4.3.0",
"lodash.intersection": "^4.4.0",
"lodash.mapvalues": "^4.6.0",
"lodash.merge": "^4.6.0",
"lodash.shuffle": "^4.2.0",
"lodash.sortby": "^4.7.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"log-prepend": "0.0.1010",
"make-beep": "0.0.1",
"mkdirp": "^0.5.1",
"pragmatik": "latest",
"prepend-transform": "latest",
"proxy-mcproxy": "latest",
"replacestream": "^4.0.2",
"residence": "latest",
"rimraf": "^2.5.4",
"semver": "^5.3.0",
"siamese": "latest",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"suman-browser-polyfills": "latest",
"suman-debug": "latest",
"suman-events": "latest",
"suman-reporters": "latest",
"suman-run-plugins": "latest",
"suman-transform-plugins": "latest",
"suman-utils": "latest",
"tap-json-parser": "latest",
"tap-parser": "^5.4.0",
"tcp-ping": "^0.1.1",
"uuid": "^3.0.1",
"v8flags": "^3.0.0",
"vamoot": "latest"
},
"devDependencies": {
"@types/async": "^2.0.38",
"@types/chai": "^4.0.0",
"@types/core-js": "^0.9.35",
"@types/lodash": "^4.14.50",
"@types/node": "^10.1.2",
"@types/semver": "^5.5.0",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29",
"bluebird": "^3.4.7",
"browserify-fs": "^1.0.0",
"ignore-loader": "^0.1.2",
"node-check-fast": "latest",
"node-libs-browser": "^2.0.0",
"rxjs": "^5.0.3",
"should": "^11.2.0",
"suman-types": "latest",
"webpack": "^2.4.0"
},
"optionalDependencies": {
"suman-watch-plugins": "latest",
"suman-watch": "latest",
"play-sound": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumanjs/suman.git"
},
"keywords": [
"nodejs",
"node.js",
"test",
"unit",
"testing",
"tdd",
"bdd",
"ava",
"mocha",
"tape",
"tap"
],
"r2g": {
"test": "node test/src/dev/node/3.test.js"
},
"npp": {
"publishable": true
},
"bugs": {
"url": "https://github.com/sumanjs/suman/issues"
},
"homepage": "https://github.com/sumanjs/suman#readme",
"description": "Suman is an advanced, singular, Node.js test runner designed to supercede Mocha and rival AVA"
}