trac-msb 0.0.37 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trac-msb",
|
|
3
3
|
"main": "msb.mjs",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.38",
|
|
5
5
|
"pear": {
|
|
6
6
|
"name": "trac-msb",
|
|
7
7
|
"type": "terminal"
|
|
@@ -30,53 +30,53 @@
|
|
|
30
30
|
"safety-catch": "1.0.2",
|
|
31
31
|
"trac-wallet": "^0.0.27",
|
|
32
32
|
"xache": "1.2.0",
|
|
33
|
-
"bare-assert": "^1.0.
|
|
34
|
-
"assert": "npm:bare-node-assert",
|
|
33
|
+
"bare-assert": "^1.0.2",
|
|
35
34
|
"bare-buffer": "^3.1.2",
|
|
36
|
-
"
|
|
35
|
+
"bare-console": "^4.1.0",
|
|
36
|
+
"bare-crypto": "^1.0.0",
|
|
37
|
+
"bare-events": "^2.2.0",
|
|
38
|
+
"bare-fs": "^2.1.5",
|
|
39
|
+
"bare-http1": "^2.0.3",
|
|
40
|
+
"bare-https": "^1.0.0",
|
|
41
|
+
"bare-inspector": "^1.1.2",
|
|
42
|
+
"bare-module": "^1.2.5",
|
|
43
|
+
"bare-os": "^2.2.0",
|
|
44
|
+
"bare-path": "^2.1.0",
|
|
45
|
+
"bare-process": "^1.3.0",
|
|
46
|
+
"bare-readline": "^1.0.0",
|
|
47
|
+
"bare-repl": "^1.0.3",
|
|
48
|
+
"bare-stream": "^1.0.0",
|
|
37
49
|
"bare-subprocess": "^2.0.4",
|
|
50
|
+
"bare-timers": "^1.0.0",
|
|
51
|
+
"bare-tls": "^1.0.0",
|
|
52
|
+
"bare-tty": "^3.2.0",
|
|
53
|
+
"bare-url": "^2.1.4",
|
|
54
|
+
"bare-utils": "^1.2.0",
|
|
55
|
+
"bare-worker": "^1.0.0",
|
|
56
|
+
"bare-zlib": "^1.0.0",
|
|
57
|
+
"assert": "npm:bare-node-assert",
|
|
58
|
+
"buffer": "npm:bare-node-buffer",
|
|
38
59
|
"child_process": "npm:bare-node-child-process",
|
|
39
|
-
"bare-console": "^4.1.0",
|
|
40
60
|
"console": "npm:bare-node-console",
|
|
41
|
-
"bare-crypto": "^1.0.0",
|
|
42
61
|
"crypto": "npm:bare-node-crypto",
|
|
43
|
-
"bare-events": "^2.2.0",
|
|
44
62
|
"events": "npm:bare-node-events",
|
|
45
|
-
"bare-fs": "^2.1.5",
|
|
46
63
|
"fs": "npm:bare-node-fs",
|
|
47
|
-
"bare-http1": "^2.0.3",
|
|
48
64
|
"http": "npm:bare-node-http",
|
|
49
|
-
"bare-https": "^1.0.0",
|
|
50
65
|
"https": "npm:bare-node-https",
|
|
51
|
-
"bare-inspector": "^1.1.2",
|
|
52
66
|
"inspector": "npm:bare-node-inspector",
|
|
53
|
-
"bare-module": "^1.2.5",
|
|
54
67
|
"module": "npm:bare-node-module",
|
|
55
|
-
"bare-os": "^2.2.0",
|
|
56
68
|
"os": "npm:bare-node-os",
|
|
57
|
-
"bare-path": "^2.1.0",
|
|
58
69
|
"path": "npm:bare-node-path",
|
|
59
|
-
"bare-process": "^1.3.0",
|
|
60
70
|
"process": "npm:bare-node-process",
|
|
61
|
-
"bare-readline": "^1.0.0",
|
|
62
71
|
"readline": "npm:bare-node-readline",
|
|
63
|
-
"bare-repl": "^1.0.3",
|
|
64
72
|
"repl": "npm:bare-node-repl",
|
|
65
|
-
"bare-stream": "^1.0.0",
|
|
66
73
|
"stream": "npm:bare-node-stream",
|
|
67
|
-
"bare-timers" : "^1.0.0",
|
|
68
74
|
"timers": "npm:bare-node-timers",
|
|
69
|
-
"bare-tls": "^1.0.0",
|
|
70
75
|
"tls": "npm:bare-node-tls",
|
|
71
|
-
"bare-tty": "^3.2.0",
|
|
72
76
|
"tty": "npm:bare-node-tty",
|
|
73
|
-
"bare-url": "^2.1.4",
|
|
74
77
|
"url": "npm:bare-node-url",
|
|
75
|
-
"bare-utils": "^1.0.0",
|
|
76
78
|
"util": "npm:bare-node-util",
|
|
77
|
-
"bare-worker": "^1.0.0",
|
|
78
79
|
"worker_threads": "npm:bare-node-worker-threads",
|
|
79
|
-
"bare-zlib": "^1.0.0",
|
|
80
80
|
"zlib": "npm:bare-node-zlib"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|