-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 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
{
"name": "wprocess",
"version": "0.3.651",
"description": "Collection of cross-platform routines to execute system commands, run shell, batches, launch external processes from JavaScript application. Module Process leverages not only outputting data from an application but also inputting, makes application arguments parsing and accounting easier. Use the module to get uniform experience from interaction with an external processes on different platforms and operating systems.",
"license": "MIT",
"author": "Kostiantyn Wandalen <[email protected]>",
"enabled": 1,
"contributors": [
{
"name": "Kostiantyn Wandalen",
"email": "[email protected]"
},
{
"name": "Volodymyr M.",
"email": "[email protected]"
}
],
"main": "proto/node_modules/wprocess",
"files": [
"proto/wtools/abase/l4_process",
"out",
"proto/node_modules",
"proto/node_modules/Tools",
"proto/node_modules/wprocess"
],
"scripts": {
"test": "wtest .run 'proto/**' rapidity:-1 fails:5",
"docgen": "wdocgen proto"
},
"repository": {
"type": "git",
"url": "https://github.com/Wandalen/wProcess.git"
},
"bugs": {
"url": "https://github.com/Wandalen/wProcess/issues"
},
"dependencies": {
"wTools": "latest",
"wpathbasic": "latest",
"wintrospectorextra": "latest",
"wgdf": "latest",
"wfilesbasic": "latest",
"wdeasync": "latest",
"wConsequence": "latest",
"wblueprint": "latest",
"strip-ansi": "6.0.0"
},
"optionalDependencies": {
"w.process.tree.windows": "alpha"
},
"devDependencies": {
"wTesting": "latest",
"eslint": "7.32.0"
},
"keywords": [
"wTools",
"exec file",
"shell script",
"run program"
]
}