UNPKG

3.65 kBJSONView Raw
1{
2 "name": "suman",
3 "version": "1.1.51232",
4 "engines": {
5 "node": ">=6.0.0"
6 },
7 "bin": {
8 "suman": "cli/suman.sh",
9 "suman-shell": "cli/suman-shell.sh",
10 "suman-f": "cli/suman-f.sh",
11 "suman-debug": "cli/suman-debug.sh",
12 "suman--debug": "cli/suman--debug.sh",
13 "suman-babel": "cli/suman-babel.sh",
14 "suman-inspect": "cli/suman-inspect.sh",
15 "suman-troubleshoot": "cli/suman-troubleshoot.js",
16 "suman-daemon": "cli/suman-daemon.sh",
17 "sumanw": "cli/suman-watch.sh",
18 "suman-w": "cli/suman-watch.sh",
19 "suman-watch": "cli/suman-watch.sh"
20 },
21 "typings": "lib/index.d.ts",
22 "main": "lib/index.js",
23 "scripts": {
24 "start": "echo 'this is not what you are looking for.'",
25 "test": "./dev-scripts/test.sh",
26 "postinstall": "./scripts/suman-postinstall.sh"
27 },
28 "author": "Olegzandr VD",
29 "license": "ISC",
30 "dependencies": {
31 "JSONStream": "^1.3.1",
32 "ansi-256-colors": "^1.1.0",
33 "ascii-table": "0.0.9",
34 "async": "^2.4.1",
35 "builtin-modules": "^1.1.1",
36 "camelcase": "^4.1.0",
37 "chai": "4.0.2",
38 "chalk": "^1.1.3",
39 "chmodr": "^1.0.2",
40 "dashdash": "^1.14.0",
41 "du": "^0.1.0",
42 "freeze-existing-props": "latest",
43 "function-arguments": "^1.0.4",
44 "glob": "^7.1.2",
45 "handlebars": "^4.0.10",
46 "json-2-stdout": "latest",
47 "lockfile": "^1.0.3",
48 "lodash.flatten": "^4.4.0",
49 "lodash.flattendeep": "^4.4.0",
50 "lodash.includes": "^4.3.0",
51 "lodash.intersection": "^4.4.0",
52 "lodash.mapvalues": "^4.6.0",
53 "lodash.merge": "^4.6.0",
54 "lodash.shuffle": "^4.2.0",
55 "lodash.sortby": "^4.7.0",
56 "lodash.uniq": "^4.5.0",
57 "lodash.uniqby": "^4.7.0",
58 "log-prepend": "latest",
59 "make-beep": "0.0.1",
60 "mkdirp": "^0.5.1",
61 "pragmatik": "latest",
62 "prepend-transform": "latest",
63 "proxy-mcproxy": "latest",
64 "replacestream": "^4.0.2",
65 "residence": "latest",
66 "rimraf": "^2.5.4",
67 "semver": "^5.3.0",
68 "siamese": "latest",
69 "socket.io": "^2.0.3",
70 "socket.io-client": "^2.0.3",
71 "suman-browser-polyfills": "latest",
72 "suman-debug": "latest",
73 "suman-events": "latest",
74 "suman-reporters": "latest",
75 "suman-run-plugins": "latest",
76 "suman-transform-plugins": "latest",
77 "suman-utils": "latest",
78 "tap-json-parser": "latest",
79 "tap-parser": "^5.4.0",
80 "tcp-ping": "^0.1.1",
81 "underscore": "^1.8.3",
82 "uuid": "^3.0.1",
83 "v8flags": "^3.0.0",
84 "vamoot": "latest",
85 "websocket-stream": "^4.0.0"
86 },
87 "devDependencies": {
88 "@types/async": "^2.0.38",
89 "@types/chai": "^4.0.0",
90 "@types/chalk": "^0.4.31",
91 "@types/core-js": "^0.9.35",
92 "@types/lodash": "^4.14.50",
93 "@types/node": "^7.0.29",
94 "@types/socket.io": "^1.4.29",
95 "@types/socket.io-client": "^1.4.29",
96 "bluebird": "^3.4.7",
97 "browserify-fs": "^1.0.0",
98 "ignore-loader": "^0.1.2",
99 "node-check-fast": "latest",
100 "node-libs-browser": "^2.0.0",
101 "rxjs": "^5.0.3",
102 "should": "^11.2.0",
103 "suman-watch-plugins": "latest",
104 "webpack": "^2.4.0"
105 },
106 "optionalDependencies": {
107 "suman-watch": "latest",
108 "play-sound": "^1.1.1"
109 },
110 "repository": {
111 "type": "git",
112 "url": "git+https://github.com/sumanjs/suman.git"
113 },
114 "keywords": [
115 "nodejs",
116 "node.js",
117 "test",
118 "unit",
119 "testing",
120 "tdd",
121 "bdd",
122 "ava",
123 "mocha",
124 "tape",
125 "tap"
126 ],
127 "bugs": {
128 "url": "https://github.com/sumanjs/suman/issues"
129 },
130 "homepage": "https://github.com/sumanjs/suman#readme",
131 "description": "Suman is an advanced, singular, Node.js test runner designed to supercede Mocha and rival AVA"
132}