penguins-eggs 9.4.1 → 9.4.3
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/.oclif.manifest.json +1 -1
- package/README.md +64 -44
- package/bin/run +1 -1
- package/dist/classes/distro.js +2 -3
- package/dist/classes/family/archlinux.js +1 -1
- package/dist/classes/family/debian.js +1 -1
- package/dist/classes/family/fedora.js +1 -1
- package/dist/classes/family/suse.js +1 -1
- package/dist/classes/ovary.js +4 -4
- package/dist/classes/pacman.js +1 -1
- package/dist/commands/adapt.js +1 -1
- package/dist/commands/analyze.js +1 -1
- package/dist/commands/calamares.js +1 -1
- package/dist/commands/config.js +2 -2
- package/dist/commands/cuckoo.js +1 -1
- package/dist/commands/dad.js +1 -1
- package/dist/commands/export/deb.js +1 -1
- package/dist/commands/export/iso.js +1 -1
- package/dist/commands/install.js +1 -1
- package/dist/commands/kill.js +1 -1
- package/dist/commands/mom.js +1 -1
- package/dist/commands/produce.js +1 -1
- package/dist/commands/status.js +1 -1
- package/dist/commands/syncfrom.js +1 -1
- package/dist/commands/syncto.js +1 -1
- package/dist/commands/tools/clean.js +1 -1
- package/dist/commands/tools/ppa.js +1 -1
- package/dist/commands/tools/skel.js +1 -1
- package/dist/commands/tools/stat.js +1 -1
- package/dist/commands/tools/yolk.js +1 -1
- package/dist/commands/update.js +1 -1
- package/dist/commands/wardrobe/get.js +1 -1
- package/dist/commands/wardrobe/list.js +1 -1
- package/dist/commands/wardrobe/show.js +1 -1
- package/dist/commands/wardrobe/wear.js +1 -1
- package/eui/README.md +45 -44
- package/eui/esi-autostart-sample.desktop +26 -0
- package/eui/eui-autostart-cinnamon.desktop +13 -0
- package/eui/{eui.desktop → eui-autostart-xfce.desktop} +3 -2
- package/eui/eui-create-image.sh +17 -3
- package/eui/eui-start.sh +7 -3
- package/eui/eui-users +3 -2
- package/manpages/doc/man/eggs.1.gz +0 -0
- package/manpages/doc/man/eggs.html +196 -121
- package/package.json +23 -22
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "penguins-eggs",
|
|
3
3
|
"description": "Perri's Brewery edition: remaster your system and distribuite it",
|
|
4
|
-
"version": "9.4.
|
|
4
|
+
"version": "9.4.3",
|
|
5
5
|
"author": "Piero Proietti @pieroproietti",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eggs": "bin/run"
|
|
@@ -9,33 +9,34 @@
|
|
|
9
9
|
"type": "commonjs",
|
|
10
10
|
"bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^1.
|
|
12
|
+
"@oclif/core": "^1.26.2",
|
|
13
13
|
"@oclif/plugin-autocomplete": "1.3.8",
|
|
14
|
-
"@oclif/plugin-help": "^5.
|
|
15
|
-
"@oclif/plugin-not-found": "^2.3.
|
|
16
|
-
"@oclif/plugin-version": "
|
|
17
|
-
"@oclif/plugin-warn-if-update-available": "^2.0.
|
|
18
|
-
"@oclif/test": "^2.
|
|
19
|
-
"axios": "^1.
|
|
14
|
+
"@oclif/plugin-help": "^5.2.8",
|
|
15
|
+
"@oclif/plugin-not-found": "^2.3.22",
|
|
16
|
+
"@oclif/plugin-version": "1.2.1",
|
|
17
|
+
"@oclif/plugin-warn-if-update-available": "^2.0.32",
|
|
18
|
+
"@oclif/test": "^2.3.11",
|
|
19
|
+
"axios": "^1.3.4",
|
|
20
20
|
"chalk": "^4.1.2",
|
|
21
|
-
"etrick": "^0.0.
|
|
21
|
+
"etrick": "^0.0.3",
|
|
22
22
|
"ink": "^3.2.0",
|
|
23
23
|
"ink-big-text": "^1.2.0",
|
|
24
24
|
"ink-gradient": "^2.0.0",
|
|
25
|
-
"inquirer": "^8",
|
|
25
|
+
"inquirer": "^8.2.5",
|
|
26
26
|
"js-yaml": "^4.1.0",
|
|
27
27
|
"mustache": "^4.2.0",
|
|
28
28
|
"netmask": "^2.0.2",
|
|
29
29
|
"node-static": "^0.7.11",
|
|
30
|
+
"pnpm": "^7.30.0",
|
|
30
31
|
"react": "^18.2.0",
|
|
31
32
|
"shelljs": "0.8.5",
|
|
32
|
-
"systeminformation": "^5.17.
|
|
33
|
+
"systeminformation": "^5.17.12",
|
|
33
34
|
"tftp": "^0.1.2",
|
|
34
|
-
"tslib": "^2.
|
|
35
|
-
"typescript": "^
|
|
35
|
+
"tslib": "^2.5.0",
|
|
36
|
+
"typescript": "^5.0.2"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
|
-
"@tsconfig/recommended": "^1.0.
|
|
39
|
+
"@tsconfig/recommended": "^1.0.2",
|
|
39
40
|
"@types/chai": "^4.3.4",
|
|
40
41
|
"@types/ini": "^1.3.31",
|
|
41
42
|
"@types/ink-big-text": "^1.2.1",
|
|
@@ -45,11 +46,11 @@
|
|
|
45
46
|
"@types/mocha": "^10.0.1",
|
|
46
47
|
"@types/mustache": "^4.2.2",
|
|
47
48
|
"@types/netmask": "^1.0.30",
|
|
48
|
-
"@types/node": "^18.
|
|
49
|
+
"@types/node": "^18.15.5",
|
|
49
50
|
"@types/node-static": "^0.7.7",
|
|
50
|
-
"@types/react": "^18.0.
|
|
51
|
+
"@types/react": "^18.0.28",
|
|
51
52
|
"@types/shelljs": "^0.8.11",
|
|
52
|
-
"@typescript-eslint/parser": "^5.
|
|
53
|
+
"@typescript-eslint/parser": "^5.56.0",
|
|
53
54
|
"chai": "^4.3.7",
|
|
54
55
|
"eslint": "^7.32.0",
|
|
55
56
|
"eslint-config-oclif": "^4.0.0",
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"globby": "^11.1.0",
|
|
58
59
|
"mocha": "^10.2.0",
|
|
59
60
|
"nyc": "^15.1.0",
|
|
60
|
-
"oclif-pnpm": "
|
|
61
|
+
"oclif-pnpm": "3.4.3-1",
|
|
61
62
|
"perrisbrewery": "^9.3.15",
|
|
62
63
|
"ts-node": "^10.9.1"
|
|
63
64
|
},
|
|
@@ -79,16 +80,16 @@
|
|
|
79
80
|
"/eui",
|
|
80
81
|
"/ipxe",
|
|
81
82
|
"/manpages",
|
|
82
|
-
"
|
|
83
|
-
"
|
|
83
|
+
"/scripts",
|
|
84
|
+
"mkinitcpio"
|
|
84
85
|
],
|
|
85
86
|
"homepage": "https://penguins-eggs.net/",
|
|
86
87
|
"keywords": [
|
|
87
88
|
"oclif",
|
|
89
|
+
"pxe",
|
|
88
90
|
"refracta",
|
|
89
91
|
"remastersys",
|
|
90
|
-
"systemback"
|
|
91
|
-
"pxe"
|
|
92
|
+
"systemback"
|
|
92
93
|
],
|
|
93
94
|
"license": "MIT",
|
|
94
95
|
"main": "./dist/index.js",
|