magic-renamer 18.0.19 → 18.0.29
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/CLI-README.md +8 -0
- package/README.md +5 -5
- package/assets/shared/shared_folder_info.txt +1 -1
- package/bin/magic-renamer +10 -10
- package/bin/magic-renamer-debug +10 -10
- package/bin/start.js +2 -0
- package/browser/README.md +24 -24
- package/cli.d.ts +1 -0
- package/cli.js +705317 -0
- package/cli.js.map +1 -0
- package/client/README.md +24 -24
- package/index.d.ts +1 -1
- package/index.js +26 -5
- package/index.js.map +1 -1
- package/lib/build-info._auto-generated_.js.map +1 -1
- package/lib/index._auto-generated_.js.map +1 -1
- package/lib/index.js +16 -3
- package/lib/index.js.map +1 -1
- package/lib/magic-renamer-data.js +1 -1
- package/lib/magic-renamer-data.js.map +1 -1
- package/lib/magic-renamer.js +65 -69
- package/lib/magic-renamer.js.map +1 -1
- package/lib/rename-rule.js +70 -71
- package/lib/rename-rule.js.map +1 -1
- package/migrations/index.js +15 -2
- package/migrations/index.js.map +1 -1
- package/migrations/migrations_index._auto-generated_.js.map +1 -1
- package/package.json +5 -49
- package/sql-wasm.wasm +0 -0
- package/src.d.ts +1 -1
- package/tmp-environment.json +8 -379
- package/websql/README.md +24 -24
- package/browser/package.json +0 -25
- package/start.backend.d.ts +0 -1
- package/start.backend.js +0 -21
- package/start.backend.js.map +0 -1
- package/taon.jsonc +0 -39
- package/websql/package.json +0 -25
package/migrations/index.js
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
17
|
//@ts-nocheck
|
|
5
|
-
|
|
18
|
+
__exportStar(require("./migrations_index._auto-generated_"), exports);
|
|
6
19
|
//# sourceMappingURL=index.js.map
|
package/migrations/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["/Users/dfilipiak/npm/taon-dev/magic-renamer/src/migrations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,aAAa;AACb,sEAAoD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
|
|
1
|
+
{"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":["/Users/dfilipiak/npm/taon-dev/magic-renamer/src/migrations/migrations_index._auto-generated_.ts"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
|
package/package.json
CHANGED
|
@@ -1,55 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"tnp": {
|
|
3
|
-
"resources": [
|
|
4
|
-
"README.md"
|
|
5
|
-
],
|
|
6
|
-
"overrided": {
|
|
7
|
-
"ignoreDepsPattern": [],
|
|
8
|
-
"includeAsDev": [],
|
|
9
|
-
"includeOnly": [
|
|
10
|
-
"tnp-helpers"
|
|
11
|
-
],
|
|
12
|
-
"dependencies": {},
|
|
13
|
-
"linkedFolders": [],
|
|
14
|
-
"npmFixes": []
|
|
15
|
-
},
|
|
16
|
-
"smartContainerBuildTarget": "",
|
|
17
|
-
"linkedRepos": [],
|
|
18
|
-
"libReleaseOptions": {
|
|
19
|
-
"nodts": false,
|
|
20
|
-
"obscure": false,
|
|
21
|
-
"ugly": false,
|
|
22
|
-
"includeNodeModules": false,
|
|
23
|
-
"cliBuildNoDts": false,
|
|
24
|
-
"cliBuildObscure": false,
|
|
25
|
-
"cliBuildIncludeNodeModules": false,
|
|
26
|
-
"cliBuildUglify": false
|
|
27
|
-
},
|
|
28
|
-
"smartContainerTarget": "",
|
|
29
|
-
"type": "isomorphic-lib",
|
|
30
|
-
"isCoreProject": false,
|
|
31
|
-
"useFramework": false,
|
|
32
|
-
"required": [],
|
|
33
|
-
"version": "v18",
|
|
34
|
-
"isGenerated": false,
|
|
35
|
-
"requiredServers": [],
|
|
36
|
-
"license": "UNLICENSED",
|
|
37
|
-
"private": false,
|
|
38
|
-
"main": "index.js",
|
|
39
|
-
"workerPlugins": {}
|
|
40
|
-
},
|
|
41
2
|
"name": "magic-renamer",
|
|
42
|
-
"version": "18.0.
|
|
43
|
-
"bin": {
|
|
44
|
-
"magic-renamer": "bin/magic-renamer",
|
|
45
|
-
"magic-renamer-debug": "bin/magic-renamer-debug"
|
|
46
|
-
},
|
|
3
|
+
"version": "18.0.29",
|
|
47
4
|
"license": "UNLICENSED",
|
|
5
|
+
"author": "Dariusz Filipiak",
|
|
6
|
+
"private": false,
|
|
48
7
|
"dependencies": {
|
|
49
|
-
"tnp-helpers": "
|
|
8
|
+
"tnp-helpers": "18.0.20"
|
|
50
9
|
},
|
|
51
|
-
"
|
|
52
|
-
"private": false,
|
|
53
|
-
"lastBuildTagHash": "be31e023ca94d6c87d63887aefc80f68c32800ba",
|
|
54
|
-
"main": "dist/app.electron.js"
|
|
10
|
+
"peerDependencies": {}
|
|
55
11
|
}
|
package/sql-wasm.wasm
ADDED
|
Binary file
|
package/src.d.ts
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -1,385 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
"packageJSON": {
|
|
6
|
-
"tnp": {
|
|
7
|
-
"resources": [
|
|
8
|
-
"README.md"
|
|
9
|
-
],
|
|
10
|
-
"overrided": {
|
|
11
|
-
"ignoreDepsPattern": [],
|
|
12
|
-
"includeAsDev": [],
|
|
13
|
-
"includeOnly": [
|
|
14
|
-
"tnp-helpers"
|
|
15
|
-
],
|
|
16
|
-
"dependencies": {},
|
|
17
|
-
"linkedFolders": [],
|
|
18
|
-
"npmFixes": []
|
|
19
|
-
},
|
|
20
|
-
"smartContainerBuildTarget": "",
|
|
21
|
-
"linkedRepos": [],
|
|
22
|
-
"libReleaseOptions": {
|
|
23
|
-
"nodts": false,
|
|
24
|
-
"obscure": false,
|
|
25
|
-
"ugly": false,
|
|
26
|
-
"includeNodeModules": false,
|
|
27
|
-
"cliBuildNoDts": false,
|
|
28
|
-
"cliBuildObscure": false,
|
|
29
|
-
"cliBuildIncludeNodeModules": false,
|
|
30
|
-
"cliBuildUglify": false
|
|
31
|
-
},
|
|
32
|
-
"smartContainerTarget": "",
|
|
33
|
-
"type": "isomorphic-lib",
|
|
34
|
-
"isCoreProject": false,
|
|
35
|
-
"useFramework": false,
|
|
36
|
-
"required": [],
|
|
37
|
-
"version": "v18",
|
|
38
|
-
"isGenerated": false,
|
|
39
|
-
"requiredServers": [],
|
|
40
|
-
"license": "UNLICENSED",
|
|
41
|
-
"private": false,
|
|
42
|
-
"main": "index.js",
|
|
43
|
-
"workerPlugins": {}
|
|
44
|
-
},
|
|
45
|
-
"name": "magic-renamer",
|
|
46
|
-
"version": "18.0.19",
|
|
47
|
-
"bin": {
|
|
48
|
-
"magic-renamer": "bin/magic-renamer",
|
|
49
|
-
"magic-renamer-debug": "bin/magic-renamer-debug"
|
|
50
|
-
},
|
|
51
|
-
"license": "UNLICENSED",
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"tnp-helpers": "~18.0.19"
|
|
54
|
-
},
|
|
55
|
-
"devDependencies": {
|
|
56
|
-
"@angular-builders/custom-webpack": "~18.0.0",
|
|
57
|
-
"@angular-devkit/build-angular": "~18.1.4",
|
|
58
|
-
"@angular-devkit/core": "~18.1.4",
|
|
59
|
-
"@angular-eslint/builder": "~18.2.0",
|
|
60
|
-
"@angular-eslint/eslint-plugin": "~18.2.0",
|
|
61
|
-
"@angular-eslint/eslint-plugin-template": "~18.2.0",
|
|
62
|
-
"@angular-eslint/schematics": "~18.2.0",
|
|
63
|
-
"@angular-eslint/template-parser": "~18.2.0",
|
|
64
|
-
"@angular-material-extensions/password-strength": "~16.0.0",
|
|
65
|
-
"@angular/animations": "~18.1.4",
|
|
66
|
-
"@angular/cdk": "~18.1.4",
|
|
67
|
-
"@angular/cli": "~18.1.4",
|
|
68
|
-
"@angular/common": "~18.1.4",
|
|
69
|
-
"@angular/compiler": "~18.1.4",
|
|
70
|
-
"@angular/compiler-cli": "~18.1.4",
|
|
71
|
-
"@angular/core": "~18.1.4",
|
|
72
|
-
"@angular/elements": "~18.1.4",
|
|
73
|
-
"@angular/forms": "~18.1.4",
|
|
74
|
-
"@angular/material": "~18.1.4",
|
|
75
|
-
"@angular/platform-browser": "~18.1.4",
|
|
76
|
-
"@angular/platform-browser-dynamic": "~18.1.4",
|
|
77
|
-
"@angular/pwa": "~18.1.4",
|
|
78
|
-
"@angular/router": "~18.1.4",
|
|
79
|
-
"@angular/service-worker": "~18.1.4",
|
|
80
|
-
"@babel/cli": "7.24.8",
|
|
81
|
-
"@compodoc/compodoc": "1.1.25",
|
|
82
|
-
"@iconify/icons-fa-solid": "1.2.4",
|
|
83
|
-
"@iconify/icons-mdi": "1.2.48",
|
|
84
|
-
"@inquirer/prompts": "5.3.8",
|
|
85
|
-
"@mdi/js": "7.4.47",
|
|
86
|
-
"@ng-matero/extensions": "18.1.2",
|
|
87
|
-
"@ngneat/falso": "7.2.0",
|
|
88
|
-
"@ngneat/hot-toast": "7.0.0",
|
|
89
|
-
"@ngneat/overview": "6.1.1",
|
|
90
|
-
"@ngneat/spectator": "19.0.0",
|
|
91
|
-
"@ngneat/until-destroy": "10.0.0",
|
|
92
|
-
"@ngrx/component-store": "~18.0.2",
|
|
93
|
-
"@ngrx/data": "~18.0.2",
|
|
94
|
-
"@ngrx/effects": "~18.0.2",
|
|
95
|
-
"@ngrx/entity": "~18.0.2",
|
|
96
|
-
"@ngrx/router-store": "~18.0.2",
|
|
97
|
-
"@ngrx/schematics": "~18.0.2",
|
|
98
|
-
"@ngrx/store": "~18.0.2",
|
|
99
|
-
"@ngrx/store-devtools": "~18.0.2",
|
|
100
|
-
"@ngx-formly/core": "6.3.6",
|
|
101
|
-
"@ngx-formly/material": "6.3.6",
|
|
102
|
-
"@ngx-translate/core": "15.0.0",
|
|
103
|
-
"@ngx-translate/http-loader": "8.0.0",
|
|
104
|
-
"@sqltools/formatter": "1.2.5",
|
|
105
|
-
"@sweetalert2/ngx-sweetalert2": "12.4.0",
|
|
106
|
-
"@testdeck/jest": "0.3.3",
|
|
107
|
-
"@testdeck/mocha": "0.3.3",
|
|
108
|
-
"@types/chai": "4.3.17",
|
|
109
|
-
"@types/chokidar": "2.1.3",
|
|
110
|
-
"@types/dateformat": "1.0.1",
|
|
111
|
-
"@types/diff": "5.2.1",
|
|
112
|
-
"@types/dockerode": "3.3.32",
|
|
113
|
-
"@types/express": "4.17.21",
|
|
114
|
-
"@types/express-fileupload": "1.5.0",
|
|
115
|
-
"@types/fs-extra": "7.0.0",
|
|
116
|
-
"@types/glob": "5.0.35",
|
|
117
|
-
"@types/http-proxy": "1.17.15",
|
|
118
|
-
"@types/http-proxy-middleware": "1.0.0",
|
|
119
|
-
"@types/jest": "29.5.12",
|
|
120
|
-
"@types/json-stringify-safe": "5.0.3",
|
|
121
|
-
"@types/json5": "0.0.29",
|
|
122
|
-
"@types/lockfile": "1.0.4",
|
|
123
|
-
"@types/lodash": "4.14.92",
|
|
124
|
-
"@types/mocha": "10.0.7",
|
|
125
|
-
"@types/node": "16.18.21",
|
|
126
|
-
"@types/node-notifier": "8.0.5",
|
|
127
|
-
"@types/oauth2orize": "1.11.5",
|
|
128
|
-
"@types/password-hash": "1.2.24",
|
|
129
|
-
"@types/progress": "2.0.7",
|
|
130
|
-
"@types/q": "1.5.8",
|
|
131
|
-
"@types/rimraf": "2.0.2",
|
|
132
|
-
"@types/semver": "7.5.8",
|
|
133
|
-
"@types/systeminformation": "3.54.1",
|
|
134
|
-
"@types/vinyl": "2.0.12",
|
|
135
|
-
"@types/wait-on": "5.3.4",
|
|
136
|
-
"@types/watch": "1.0.6",
|
|
137
|
-
"@typescript-eslint/eslint-plugin": "8.0.1",
|
|
138
|
-
"@typescript-eslint/parser": "8.0.1",
|
|
139
|
-
"@vercel/ncc": "0.38.1",
|
|
140
|
-
"accepts": "1.3.8",
|
|
141
|
-
"ajv": "8.17.1",
|
|
142
|
-
"angular-material-css-vars": "7.0.0",
|
|
143
|
-
"angular-resize-event": "3.2.0",
|
|
144
|
-
"animate.css": "4.1.1",
|
|
145
|
-
"app-root-path": "3.1.0",
|
|
146
|
-
"axios": "1.7.7",
|
|
147
|
-
"base32": "0.0.7",
|
|
148
|
-
"bcryptjs": "2.4.3",
|
|
149
|
-
"body-parser": "1.20.2",
|
|
150
|
-
"bootstrap": "5.3.3",
|
|
151
|
-
"buffer-shims": "1.0.0",
|
|
152
|
-
"bun": "1.1.22",
|
|
153
|
-
"callsite-record": "4.1.5",
|
|
154
|
-
"cfonts": "3.3.0",
|
|
155
|
-
"chai": "4.5.0",
|
|
156
|
-
"chalk": "2.3.2",
|
|
157
|
-
"check-node-version": "3.2.0",
|
|
158
|
-
"cheerio": "1.0.0",
|
|
159
|
-
"chokidar": "3.5.3",
|
|
160
|
-
"circular-json": "0.5.1",
|
|
161
|
-
"class-transformer": "0.5.1",
|
|
162
|
-
"class-validator": "0.14.1",
|
|
163
|
-
"cli-highlight": "2.1.11",
|
|
164
|
-
"columnify": "1.6.0",
|
|
165
|
-
"command-exists": "1.2.2",
|
|
166
|
-
"compression": "1.7.4",
|
|
167
|
-
"concurrently": "8.2.2",
|
|
168
|
-
"console-png": "1.2.1",
|
|
169
|
-
"content-type": "1.0.5",
|
|
170
|
-
"conventional-changelog-cli": "5.0.0",
|
|
171
|
-
"cookie-parser": "1.4.6",
|
|
172
|
-
"copy-paste": "1.5.3",
|
|
173
|
-
"cors": "2.8.5",
|
|
174
|
-
"cpr": "3.0.1",
|
|
175
|
-
"cross-env": "7.0.2",
|
|
176
|
-
"cross-spawn": "7.0.3",
|
|
177
|
-
"dateformat": "3.0.3",
|
|
178
|
-
"detect-mocha": "0.1.0",
|
|
179
|
-
"diff": "4.0.2",
|
|
180
|
-
"dockerode": "4.0.2",
|
|
181
|
-
"electron": "25.2.0",
|
|
182
|
-
"electron-builder": "24.4.0",
|
|
183
|
-
"electron-debug": "3.2.0",
|
|
184
|
-
"electron-reloader": "1.2.3",
|
|
185
|
-
"element-resize-detector": "1.2.4",
|
|
186
|
-
"enquirer": "2.4.1",
|
|
187
|
-
"enum-values": "1.2.1",
|
|
188
|
-
"errorhandler": "1.5.1",
|
|
189
|
-
"eslint": "9.9.0",
|
|
190
|
-
"eslint-config-prettier": "9.1.0",
|
|
191
|
-
"eslint-plugin-import": "latest",
|
|
192
|
-
"eslint-plugin-jsdoc": "latest",
|
|
193
|
-
"eslint-plugin-prefer-arrow": "latest",
|
|
194
|
-
"eslint-plugin-prettier": "5.2.1",
|
|
195
|
-
"eslint-plugin-react": "latest",
|
|
196
|
-
"express": "4.19.2",
|
|
197
|
-
"express-fileupload": "1.4.0",
|
|
198
|
-
"express-session": "1.18.0",
|
|
199
|
-
"file-loader": "1.1.11",
|
|
200
|
-
"file-saver": "2.0.5",
|
|
201
|
-
"file-type": "19.1.1",
|
|
202
|
-
"fkill": "6.1.0",
|
|
203
|
-
"font-awesome": "4.7.0",
|
|
204
|
-
"form-data": "4.0.0",
|
|
205
|
-
"fs-extra": "8.1.0",
|
|
206
|
-
"fuzzy": "0.1.3",
|
|
207
|
-
"glob": "7.1.2",
|
|
208
|
-
"google-libphonenumber": "3.2.38",
|
|
209
|
-
"gulp": "3.9.1",
|
|
210
|
-
"helmet": "7.1.0",
|
|
211
|
-
"hostile": "1.3.3",
|
|
212
|
-
"howler": "2.2.4",
|
|
213
|
-
"http-proxy": "1.18.1",
|
|
214
|
-
"http-proxy-middleware": "0.22.0-alpha",
|
|
215
|
-
"http-server": "0.13.0",
|
|
216
|
-
"image-focus": "1.2.1",
|
|
217
|
-
"immer": "10.0.2",
|
|
218
|
-
"immutable": "4.3.7",
|
|
219
|
-
"incremental-compiler": "~18.0.20",
|
|
220
|
-
"inquirer": "7.3.3",
|
|
221
|
-
"inquirer-autocomplete-prompt": "1.4.0",
|
|
222
|
-
"inquirer-autocomplete-standalone": "0.8.1",
|
|
223
|
-
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
224
|
-
"inquirer-toggle": "1.0.1",
|
|
225
|
-
"is-elevated": "3.0.0",
|
|
226
|
-
"isomorphic-region-loader": "~18.0.19",
|
|
227
|
-
"istanbul-instrumenter-loader": "3.0.1",
|
|
228
|
-
"jest": "29.7.0",
|
|
229
|
-
"jest-date-mock": "1.0.10",
|
|
230
|
-
"jest-junit": "16.0.0",
|
|
231
|
-
"jest-marbles": "latest",
|
|
232
|
-
"jest-preset-angular": "14.2.2",
|
|
233
|
-
"jimp": "0.22.12",
|
|
234
|
-
"joi": "17.13.3",
|
|
235
|
-
"jscodeshift": "0.6.3",
|
|
236
|
-
"json-stringify-safe": "5.0.1",
|
|
237
|
-
"json10": "~18.0.19",
|
|
238
|
-
"json10-writer": "~18.0.19",
|
|
239
|
-
"json5": "2.2.3",
|
|
240
|
-
"json5-writer": "0.2.0",
|
|
241
|
-
"jszip": "3.10.1",
|
|
242
|
-
"karma-cli": "1.0.1",
|
|
243
|
-
"lnk": "1.0.1",
|
|
244
|
-
"localforage": "1.10.0",
|
|
245
|
-
"lockfile": "1.0.4",
|
|
246
|
-
"lodash": "4.17.21",
|
|
247
|
-
"lodash-walk-object": "~18.0.19",
|
|
248
|
-
"lowdb": "7.0.1",
|
|
249
|
-
"magic-renamer": "~18.0.18",
|
|
250
|
-
"material-design-icons": "3.0.1",
|
|
251
|
-
"method-override": "2.3.10",
|
|
252
|
-
"minimist": "1.2.8",
|
|
253
|
-
"mkdirp": "0.5.1",
|
|
254
|
-
"mocha": "10.7.3",
|
|
255
|
-
"moment": "2.30.1",
|
|
256
|
-
"ng-for-track-by-property": "18.0.1",
|
|
257
|
-
"ng-in-viewport": "16.1.0",
|
|
258
|
-
"ng-lock": "18.0.1",
|
|
259
|
-
"ng-packagr": "18.1.0",
|
|
260
|
-
"ng-talkback": "~18.0.17",
|
|
261
|
-
"ng2-logger": "~18.0.21",
|
|
262
|
-
"ng2-pdfjs-viewer": "18.0.0",
|
|
263
|
-
"ng2-rest": "~18.0.18",
|
|
264
|
-
"ng2-rest-swagger-generator": "18.0.15",
|
|
265
|
-
"ngx-ace-wrapper": "17.0.0",
|
|
266
|
-
"ngx-editor": "17.5.4",
|
|
267
|
-
"ngx-highlightjs": "12.0.0",
|
|
268
|
-
"ngx-infinite-scroll": "18.0.0",
|
|
269
|
-
"ngx-moment": "6.0.2",
|
|
270
|
-
"ngx-monaco-editor": "12.0.0",
|
|
271
|
-
"ngx-photo-editor": "0.4.4",
|
|
272
|
-
"ngx-pipes": "3.2.2",
|
|
273
|
-
"ngx-progressbar": "11.1.0",
|
|
274
|
-
"ngx-scrollbar": "15.1.2",
|
|
275
|
-
"ngx-scrolltop": "18.0.0",
|
|
276
|
-
"ngx-store": "3.1.1",
|
|
277
|
-
"ngx-typed-js": "2.1.1",
|
|
278
|
-
"node-cli-tester": "~18.0.17",
|
|
279
|
-
"node-localstorage": "2.1.6",
|
|
280
|
-
"node-notifier": "10.0.1",
|
|
281
|
-
"node-polyfill-webpack-plugin": "2.0.1",
|
|
282
|
-
"nodemon": "2.0.22",
|
|
283
|
-
"npm-get-dependents": "1.0.1",
|
|
284
|
-
"npm-run": "4.1.2",
|
|
285
|
-
"omelette": "0.4.17",
|
|
286
|
-
"open": "7.2.1",
|
|
287
|
-
"ora": "3.4.0",
|
|
288
|
-
"passport": "0.7.0",
|
|
289
|
-
"passport-http-bearer": "1.0.1",
|
|
290
|
-
"password-hash": "1.2.2",
|
|
291
|
-
"path-to-regexp": "6.2.2",
|
|
292
|
-
"pica": "9.0.1",
|
|
293
|
-
"playwright": "1.43.1",
|
|
294
|
-
"pm2": "5.4.3",
|
|
295
|
-
"portfinder": "1.0.21",
|
|
296
|
-
"prettier": "3.3.3",
|
|
297
|
-
"prettier-eslint": "16.3.0",
|
|
298
|
-
"pretty-error": "4.0.0",
|
|
299
|
-
"primeflex": "3.3.1",
|
|
300
|
-
"primeicons": "7.0.0",
|
|
301
|
-
"primeng": "17.18.8",
|
|
302
|
-
"progress": "2.0.3",
|
|
303
|
-
"prompts": "2.4.2",
|
|
304
|
-
"ps-list": "6.1.0",
|
|
305
|
-
"ps-node": "0.1.6",
|
|
306
|
-
"q": "1.5.1",
|
|
307
|
-
"rallax.js": "2.0.4",
|
|
308
|
-
"randomcolor": "0.5.3",
|
|
309
|
-
"record-replay-req-res-scenario": "~18.0.17",
|
|
310
|
-
"reflect-metadata": "0.2.2",
|
|
311
|
-
"rimraf": "2.6.2",
|
|
312
|
-
"rxjs": "~7.8.1",
|
|
313
|
-
"semver": "7.6.3",
|
|
314
|
-
"simple-git": "3.25.0",
|
|
315
|
-
"sinon": "18.0.0",
|
|
316
|
-
"sloc": "0.2.0",
|
|
317
|
-
"socket.io": "4.7.5",
|
|
318
|
-
"socket.io-client": "4.7.5",
|
|
319
|
-
"sort-package-json": "1.11.0",
|
|
320
|
-
"sql-template-strings": "2.2.2",
|
|
321
|
-
"sql-template-tag": "5.2.1",
|
|
322
|
-
"sql.js": "1.8.0",
|
|
323
|
-
"static-columns": "~18.0.19",
|
|
324
|
-
"string-similarity": "4.0.4",
|
|
325
|
-
"sudo-block": "3.0.0",
|
|
326
|
-
"supertest": "7.0.0",
|
|
327
|
-
"sweetalert2": "11.7.32",
|
|
328
|
-
"systeminformation": "3.45.7",
|
|
329
|
-
"taon": "^18",
|
|
330
|
-
"taon-storage": "18.0.27",
|
|
331
|
-
"taon-type-sql": "18.0.18",
|
|
332
|
-
"taon-typeorm": "18.0.17",
|
|
333
|
-
"task.js": "0.1.5",
|
|
334
|
-
"threads": "1.7.0",
|
|
335
|
-
"tnp": "~18.0.23",
|
|
336
|
-
"tnp-config": "~18.0.21",
|
|
337
|
-
"tnp-core": "~18.0.46",
|
|
338
|
-
"tnp-models": "~18.0.20",
|
|
339
|
-
"ts-debug": "1.3.0",
|
|
340
|
-
"ts-json-schema-generator": "2.3.0-next.5",
|
|
341
|
-
"ts-loader": "2.3.1",
|
|
342
|
-
"ts-node": "10.9.1",
|
|
343
|
-
"tslib": "~2.6.3",
|
|
344
|
-
"tslint": "6.1.3",
|
|
345
|
-
"turndown": "7.2.0",
|
|
346
|
-
"type-fest": "4.25.0",
|
|
347
|
-
"typedoc": "0.26.5",
|
|
348
|
-
"typedoc-plugin-markdown": "4.2.3",
|
|
349
|
-
"typescript": "~5.5.4",
|
|
350
|
-
"typescript-class-helpers": "~18.0.20",
|
|
351
|
-
"typescript-formatter": "~7.2.2",
|
|
352
|
-
"typescript-string-enums": "~1.0.0",
|
|
353
|
-
"underscore": "1.13.7",
|
|
354
|
-
"uuid": "10.0.0",
|
|
355
|
-
"validator": "13.5.2",
|
|
356
|
-
"video.js": "8.3.0",
|
|
357
|
-
"vpn-split": "~18.0.17",
|
|
358
|
-
"vscode": "1.1.37",
|
|
359
|
-
"wait-on": "8.0.1",
|
|
360
|
-
"watch": "1.0.2",
|
|
361
|
-
"webpack": "~5.80",
|
|
362
|
-
"webpack-dev-middleware": "~6.1.3",
|
|
363
|
-
"webpack-dev-server": "~5.0.4",
|
|
364
|
-
"yup": "1.3.3",
|
|
365
|
-
"zone.js": "~0.13.0"
|
|
366
|
-
},
|
|
367
|
-
"private": false,
|
|
368
|
-
"lastBuildTagHash": "be31e023ca94d6c87d63887aefc80f68c32800ba",
|
|
369
|
-
"main": "dist/app.electron.js"
|
|
2
|
+
"website": {
|
|
3
|
+
"domain": "magic-renamer.example.domain.com",
|
|
4
|
+
"title": "Magic Renamer"
|
|
370
5
|
},
|
|
371
|
-
"
|
|
372
|
-
"number":
|
|
373
|
-
"date": "2025-
|
|
374
|
-
"hash": "
|
|
6
|
+
"buildInfo": {
|
|
7
|
+
"number": 301,
|
|
8
|
+
"date": "2025-02-14T00:51:16.000Z",
|
|
9
|
+
"hash": "753c300c90997b5717866e1fd6e8d080b849b432"
|
|
375
10
|
},
|
|
376
11
|
"currentProjectName": "magic-renamer",
|
|
377
|
-
"currentProjectGenericName": "magic-renamer",
|
|
378
12
|
"currentProjectType": "isomorphic-lib",
|
|
379
|
-
"
|
|
380
|
-
"isStandaloneProject": true,
|
|
381
|
-
"isSmartContainer": false,
|
|
382
|
-
"pathesTsconfig": "\"paths\": {\"magic-renamer\":[\"./src/lib\"],\"magic-renamer/*\":[\"./src/lib/*\"]},",
|
|
383
|
-
"customRootDir": "\"rootDir\": \"./src\",",
|
|
384
|
-
"currentLibProjectSourceFolder": "src"
|
|
13
|
+
"pathsTsconfig": "\"paths\": {\"magic-renamer\":[\"./src/lib\"],\"magic-renamer/*\":[\"./src/lib/*\"]},"
|
|
385
14
|
}
|
package/websql/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/browser/package.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "magic-renamer",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^13.2.0",
|
|
6
|
-
"@angular/core": "^13.2.0"
|
|
7
|
-
},
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"tslib": "^2.3.0"
|
|
10
|
-
},
|
|
11
|
-
"module": "fesm2022/magic-renamer.mjs",
|
|
12
|
-
"typings": "index.d.ts",
|
|
13
|
-
"exports": {
|
|
14
|
-
"./package.json": {
|
|
15
|
-
"default": "./package.json"
|
|
16
|
-
},
|
|
17
|
-
".": {
|
|
18
|
-
"types": "./index.d.ts",
|
|
19
|
-
"esm2022": "./esm2022/magic-renamer.mjs",
|
|
20
|
-
"esm": "./esm2022/magic-renamer.mjs",
|
|
21
|
-
"default": "./fesm2022/magic-renamer.mjs"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"sideEffects": false
|
|
25
|
-
}
|
package/start.backend.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function run(args: string[]): Promise<void>;
|
package/start.backend.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.run = run;
|
|
4
|
-
var tslib_1 = require("tslib");
|
|
5
|
-
var magic_renamer_1 = require("./lib/magic-renamer");
|
|
6
|
-
function run(args) {
|
|
7
|
-
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
|
8
|
-
var ins;
|
|
9
|
-
return tslib_1.__generator(this, function (_a) {
|
|
10
|
-
if (args.join() === 'version') {
|
|
11
|
-
console.log('Magic renamer version: v0.0.0 !');
|
|
12
|
-
process.exit(0);
|
|
13
|
-
}
|
|
14
|
-
ins = magic_renamer_1.MagicRenamer.Instance();
|
|
15
|
-
ins.start(args.join(' '));
|
|
16
|
-
process.exit(0);
|
|
17
|
-
return [2 /*return*/];
|
|
18
|
-
});
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=start.backend.js.map
|
package/start.backend.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"start.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;AAEA,kBAQC;;AAVD,qDAAmD;AAEnD,SAAsB,GAAG,CAAC,IAAc;;;;YACtC,IAAG,IAAI,CAAC,IAAI,EAAE,KAAK,SAAS,EAAE,CAAC;gBAC7B,OAAO,CAAC,GAAG,CAAC,iCAAiC,CAAC,CAAA;gBAC9C,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;YACjB,CAAC;YACK,GAAG,GAAG,4BAAY,CAAC,QAAQ,EAAE,CAAC;YACpC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;YAC1B,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;;;;CAChB"}
|
package/taon.jsonc
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": ["README.md"],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"ignoreDepsPattern": [],
|
|
6
|
-
"includeAsDev": [],
|
|
7
|
-
"includeOnly": ["tnp-helpers"],
|
|
8
|
-
"dependencies": {},
|
|
9
|
-
"linkedFolders": [],
|
|
10
|
-
"npmFixes": []
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
"smartContainerBuildTarget": "",
|
|
14
|
-
"linkedRepos": [],
|
|
15
|
-
|
|
16
|
-
"libReleaseOptions": {
|
|
17
|
-
"nodts": false,
|
|
18
|
-
"obscure": false,
|
|
19
|
-
"ugly": false,
|
|
20
|
-
"includeNodeModules": false,
|
|
21
|
-
"cliBuildNoDts": false,
|
|
22
|
-
"cliBuildObscure": false,
|
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
|
24
|
-
"cliBuildUglify": false
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
"smartContainerTarget": "",
|
|
28
|
-
"type": "isomorphic-lib",
|
|
29
|
-
"isCoreProject": false,
|
|
30
|
-
"useFramework": false,
|
|
31
|
-
"required": [],
|
|
32
|
-
"version": "v18",
|
|
33
|
-
"isGenerated": false,
|
|
34
|
-
"requiredServers": [],
|
|
35
|
-
"license": "UNLICENSED",
|
|
36
|
-
"private": false,
|
|
37
|
-
"main": "index.js",
|
|
38
|
-
"workerPlugins": {}
|
|
39
|
-
}
|
package/websql/package.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "magic-renamer",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^13.2.0",
|
|
6
|
-
"@angular/core": "^13.2.0"
|
|
7
|
-
},
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"tslib": "^2.3.0"
|
|
10
|
-
},
|
|
11
|
-
"module": "fesm2022/magic-renamer.mjs",
|
|
12
|
-
"typings": "index.d.ts",
|
|
13
|
-
"exports": {
|
|
14
|
-
"./package.json": {
|
|
15
|
-
"default": "./package.json"
|
|
16
|
-
},
|
|
17
|
-
".": {
|
|
18
|
-
"types": "./index.d.ts",
|
|
19
|
-
"esm2022": "./esm2022/magic-renamer.mjs",
|
|
20
|
-
"esm": "./esm2022/magic-renamer.mjs",
|
|
21
|
-
"default": "./fesm2022/magic-renamer.mjs"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"sideEffects": false
|
|
25
|
-
}
|