web-node 1.0.618 → 1.0.619
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/index.js +33 -33
- package/main.js +27 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -37,13 +37,13 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
37
37
|
/* harmony export */ zW: () => (/* binding */ PLUGIN_PRELOADER)
|
|
38
38
|
/* harmony export */ });
|
|
39
39
|
/* unused harmony export log */
|
|
40
|
-
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
41
|
-
/* harmony import */ var child_process__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
40
|
+
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9);
|
|
41
|
+
/* harmony import */ var child_process__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(10);
|
|
42
42
|
/* harmony import */ var clientnode__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
|
|
43
|
-
/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
44
|
-
/* harmony import */ var fs_promises__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
45
|
-
/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
46
|
-
/* harmony import */ var _configurator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
43
|
+
/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4);
|
|
44
|
+
/* harmony import */ var fs_promises__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5);
|
|
45
|
+
/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(6);
|
|
46
|
+
/* harmony import */ var _configurator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3);
|
|
47
47
|
/* module decorator */ module = __webpack_require__.hmd(module);
|
|
48
48
|
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_configurator_js__WEBPACK_IMPORTED_MODULE_6__]);
|
|
49
49
|
var __webpack_async_dependencies_result__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
|
|
@@ -249,6 +249,16 @@ module.exports = x({ ["CLOSE_EVENT_NAMES"]: () => (__WEBPACK_EXTERNAL_MODULE_cli
|
|
|
249
249
|
|
|
250
250
|
/***/ }),
|
|
251
251
|
/* 2 */
|
|
252
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
253
|
+
|
|
254
|
+
const x = (y) => {
|
|
255
|
+
const x = {}; __webpack_require__.d(x, y); return x
|
|
256
|
+
}
|
|
257
|
+
const y = (x) => (() => (x))
|
|
258
|
+
module.exports = x({ ["fileURLToPath"]: () => (__WEBPACK_EXTERNAL_MODULE_node_url_50af3bb5__.fileURLToPath) });
|
|
259
|
+
|
|
260
|
+
/***/ }),
|
|
261
|
+
/* 3 */
|
|
252
262
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
253
263
|
|
|
254
264
|
__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
|
|
@@ -257,10 +267,10 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
257
267
|
/* harmony export */ H: () => (/* binding */ configuration)
|
|
258
268
|
/* harmony export */ });
|
|
259
269
|
/* harmony import */ var clientnode__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
260
|
-
/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
261
|
-
/* harmony import */ var fs_promises__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
262
|
-
/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
263
|
-
/* harmony import */ var _package_json__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
270
|
+
/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4);
|
|
271
|
+
/* harmony import */ var fs_promises__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5);
|
|
272
|
+
/* harmony import */ var path__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
273
|
+
/* harmony import */ var _package_json__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(8);
|
|
264
274
|
/* harmony import */ var _pluginAPI_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(0);
|
|
265
275
|
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_pluginAPI_js__WEBPACK_IMPORTED_MODULE_5__]);
|
|
266
276
|
var __webpack_async_dependencies_result__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
|
|
@@ -302,7 +312,7 @@ __webpack_async_result__();
|
|
|
302
312
|
} catch(e) { __webpack_async_result__(e); } }, 1);
|
|
303
313
|
|
|
304
314
|
/***/ }),
|
|
305
|
-
/*
|
|
315
|
+
/* 4 */
|
|
306
316
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
307
317
|
|
|
308
318
|
const x = (y) => {
|
|
@@ -312,7 +322,7 @@ const y = (x) => (() => (x))
|
|
|
312
322
|
module.exports = x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_fs__["default"]) });
|
|
313
323
|
|
|
314
324
|
/***/ }),
|
|
315
|
-
/*
|
|
325
|
+
/* 5 */
|
|
316
326
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
317
327
|
|
|
318
328
|
const x = (y) => {
|
|
@@ -322,7 +332,7 @@ const y = (x) => (() => (x))
|
|
|
322
332
|
module.exports = x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_fs_promises_cc1b69f3__["default"]), ["lstat"]: () => (__WEBPACK_EXTERNAL_MODULE_fs_promises_cc1b69f3__.lstat), ["readdir"]: () => (__WEBPACK_EXTERNAL_MODULE_fs_promises_cc1b69f3__.readdir), ["stat"]: () => (__WEBPACK_EXTERNAL_MODULE_fs_promises_cc1b69f3__.stat) });
|
|
323
333
|
|
|
324
334
|
/***/ }),
|
|
325
|
-
/*
|
|
335
|
+
/* 6 */
|
|
326
336
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
327
337
|
|
|
328
338
|
const x = (y) => {
|
|
@@ -332,7 +342,7 @@ const y = (x) => (() => (x))
|
|
|
332
342
|
module.exports = x({ ["basename"]: () => (__WEBPACK_EXTERNAL_MODULE_path__.basename), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_path__["default"]), ["dirname"]: () => (__WEBPACK_EXTERNAL_MODULE_path__.dirname), ["extname"]: () => (__WEBPACK_EXTERNAL_MODULE_path__.extname), ["join"]: () => (__WEBPACK_EXTERNAL_MODULE_path__.join), ["resolve"]: () => (__WEBPACK_EXTERNAL_MODULE_path__.resolve) });
|
|
333
343
|
|
|
334
344
|
/***/ }),
|
|
335
|
-
/*
|
|
345
|
+
/* 7 */
|
|
336
346
|
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
337
347
|
|
|
338
348
|
__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
|
|
@@ -363,11 +373,11 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
363
373
|
/* harmony export */ vF: () => (/* reexport safe */ _pluginAPI_js__WEBPACK_IMPORTED_MODULE_1__.vF),
|
|
364
374
|
/* harmony export */ zW: () => (/* reexport safe */ _pluginAPI_js__WEBPACK_IMPORTED_MODULE_1__.zW)
|
|
365
375
|
/* harmony export */ });
|
|
366
|
-
/* harmony import */ var _configurator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
376
|
+
/* harmony import */ var _configurator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
|
|
367
377
|
/* harmony import */ var _pluginAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(0);
|
|
368
378
|
/* harmony import */ var clientnode__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
|
|
369
|
-
/* harmony import */ var node_fs_promises__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
370
|
-
/* harmony import */ var node_url__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
379
|
+
/* harmony import */ var node_fs_promises__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(11);
|
|
380
|
+
/* harmony import */ var node_url__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2);
|
|
371
381
|
var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_configurator_js__WEBPACK_IMPORTED_MODULE_0__, _pluginAPI_js__WEBPACK_IMPORTED_MODULE_1__]);
|
|
372
382
|
([_configurator_js__WEBPACK_IMPORTED_MODULE_0__, _pluginAPI_js__WEBPACK_IMPORTED_MODULE_1__] = __webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
|
|
373
383
|
// #!/usr/bin/env babel-node
|
|
@@ -414,21 +424,11 @@ _context3.p=25;_context3.n=26;return Promise.all(Object.keys(servicePromises).ma
|
|
|
414
424
|
__webpack_async_result__();
|
|
415
425
|
} catch(e) { __webpack_async_result__(e); } });
|
|
416
426
|
|
|
417
|
-
/***/ }),
|
|
418
|
-
/* 7 */
|
|
419
|
-
/***/ ((module) => {
|
|
420
|
-
|
|
421
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"web-node","version":"1.0.618","description":"High level javaScript backend plugin system and configuration merger.","keywords":["api","backend","management","plugin","web"],"homepage":"https://torben.website/web-node","bugs":{"email":"info@torben.website","url":"https://github.com/thaibault/web-node/issues"},"license":"CC-BY-3.0","author":{"email":"info@torben.website","name":"Torben Sickert","url":"https://torben.website"},"repository":{"type":"git","url":"https://github.com/thaibault/web-node.git"},"type":"module","bin":"main.js","exports":{".":"./index.js","./main":"./main.js","./main.js":"./main.js","./package.json":"./package.json","./unixCrypt":"./unixCrypt.js","./unixCrypt.js":"./unixCrypt.js","./type":"./type.d.ts"},"files":["configurator.d.ts","index.d.ts","index.js","main.js","pluginAPI.d.ts","type.d.ts","unixCrypt.d.ts","unixCrypt.js"],"sideEffects":true,"scripts":{"build":"yarn build:types; yarn build:plain","build:plain":"weboptimizer build","build:types":"weboptimizer build:types","check":"yarn check:types; yarn lint","check:types":"weboptimizer check:types","clear":"weboptimizer clear","document":"weboptimizer document","lint":"weboptimizer lint","prepare":"yarn build","prepare:test":"yarn clear && cd dummyPlugin && shx touch yarn.lock && yarn build && cd ..","serve":"yarn build:plain && yarn start","start":"./main.js \'{plugin: {hotReloading: true}}\'","test":"yarn prepare:test && weboptimizer test","test:coverage":"yarn prepare:test && weboptimizer test:coverage","test:coverage:report":"yarn prepare:test && weboptimizer test:coverage:report","update:documentation":"web-documentation","watch":"weboptimizer build --watch"},"devDependencies":{"@babel/cli":"^8.0.4","@babel/eslint-parser":"^8.0.1","@eslint/js":"^10.0.1","@stylistic/eslint-plugin":"^5.10.0","@types/node":"^26.4.1","@types/webpack-env":"^1.18.8","@typescript-eslint/eslint-plugin":"^8.69.0","@typescript-eslint/parser":"^8.69.0","clientnode":"^4.0.1512","eslint":"^10.10.0","eslint-config-google":"^0.14.0","eslint-plugin-jsdoc":"^64.3.6","jest":"^30.5.1","jsdoc":"^4.0.5","shx":"^0.4.0","typescript-eslint":"^8.69.0","web-documentation":"^1.0.52","weboptimizer":"^4.0.78"},"peerDependencies":{"clientnode":"*"},"resolutions":{"colors":"1.4.0","globals@npm:^11.1.0":"patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch","globals@npm:^14.0.0":"patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch","globals@npm:^9.18.0":"patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"},"engines":{"node":">=26","npm":">=12","yarn":">=4"},"webDocumentation":{"trackingCode":"UA-40192634-9"},"webNode":{"core":{"context":{"path":"./","type":"relative"},"debug":false,"encoding":"utf8","interDependencies":{},"name":"web-node","plugin":{"configuration":{"fileNames":["package.json","private-package.json"],"propertyNames":["webNode","webnode","web-node"]},"nameRegularExpressionPattern":"^([a-zA-Z0-9-]+?)-?[wW]eb-?[nN]ode-?[pP]lugin$","directories":{"external":{"path":{"__evaluate__":"`${currentPath}/node_modules/`"}},"internal":{"nameRegularExpressionPattern":"^([a-zA-Z0-9-_].*)$","path":{"__evaluate__":"`${currentPath}/plugins/`"}}},"hotReloading":false}}},"webOptimizer":{"assetPattern":{"javaScript":{"includeFilePathRegularExpression":"^(.+/)?main\\\\.js$","pattern":{"#":"This is how we can make our main exported artefact executable.","__evaluate__":"`#!/usr/bin/env node\\n// -*- coding: utf-8 -*-\\n${self.generic.assetPattern?.javaScript?.pattern ?? \'\'}\\n{1}`"}}},"injection":{"entry":{"__evaluate__":"2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2].startsWith(\'test\') ? {testBundle: \'test\'} : {index: \'./index.ts\', main: \'./main.ts\', unixCrypt: \'./unixCrypt.ts\'}"}},"module":{"optimizer":{"terser":{"terserOptions":{"compress":{"#":"To provide a logging output we need to exclude this feature.","drop_console":{"__evaluate__":"false"},"drop_debugger":{"__evaluate__":"false"}}}}}},"targetTechnology":{"boilerplate":"node","payload":"node"}},"packageManager":"yarn@4.18.0"}');
|
|
422
|
-
|
|
423
427
|
/***/ }),
|
|
424
428
|
/* 8 */
|
|
425
|
-
/***/ ((module
|
|
429
|
+
/***/ ((module) => {
|
|
426
430
|
|
|
427
|
-
|
|
428
|
-
const x = {}; __webpack_require__.d(x, y); return x
|
|
429
|
-
}
|
|
430
|
-
const y = (x) => (() => (x))
|
|
431
|
-
module.exports = x({ });
|
|
431
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"web-node","version":"1.0.619","description":"High level javaScript backend plugin system and configuration merger.","keywords":["api","backend","management","plugin","web"],"homepage":"https://torben.website/web-node","bugs":{"email":"info@torben.website","url":"https://github.com/thaibault/web-node/issues"},"license":"CC-BY-3.0","author":{"email":"info@torben.website","name":"Torben Sickert","url":"https://torben.website"},"repository":{"type":"git","url":"https://github.com/thaibault/web-node.git"},"type":"module","bin":"main.js","exports":{".":"./index.js","./main":"./main.js","./main.js":"./main.js","./package.json":"./package.json","./unixCrypt":"./unixCrypt.js","./unixCrypt.js":"./unixCrypt.js","./type":"./type.d.ts"},"files":["configurator.d.ts","index.d.ts","index.js","main.js","pluginAPI.d.ts","type.d.ts","unixCrypt.d.ts","unixCrypt.js"],"sideEffects":true,"scripts":{"build":"yarn build:types; yarn build:plain","build:plain":"weboptimizer build","build:types":"weboptimizer build:types","check":"yarn check:types; yarn lint","check:types":"weboptimizer check:types","clear":"weboptimizer clear","document":"weboptimizer document","lint":"weboptimizer lint","prepare":"yarn build","prepare:test":"yarn clear && cd dummyPlugin && shx touch yarn.lock && yarn build && cd ..","serve":"yarn build:plain && yarn start","start":"./main.js \'{plugin: {hotReloading: true}}\'","test":"yarn prepare:test && weboptimizer test","test:coverage":"yarn prepare:test && weboptimizer test:coverage","test:coverage:report":"yarn prepare:test && weboptimizer test:coverage:report","update:documentation":"web-documentation","watch":"weboptimizer build --watch"},"devDependencies":{"@babel/cli":"^8.0.4","@babel/eslint-parser":"^8.0.1","@eslint/js":"^10.0.1","@stylistic/eslint-plugin":"^5.10.0","@types/node":"^26.4.1","@types/webpack-env":"^1.18.8","@typescript-eslint/eslint-plugin":"^8.69.0","@typescript-eslint/parser":"^8.69.0","clientnode":"^4.0.1512","eslint":"^10.10.0","eslint-config-google":"^0.14.0","eslint-plugin-jsdoc":"^64.3.6","jest":"^30.5.1","jsdoc":"^4.0.5","shx":"^0.4.0","typescript-eslint":"^8.69.0","web-documentation":"^1.0.52","weboptimizer":"^4.0.78"},"peerDependencies":{"clientnode":"*"},"resolutions":{"colors":"1.4.0","globals@npm:^11.1.0":"patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch","globals@npm:^14.0.0":"patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch","globals@npm:^9.18.0":"patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"},"engines":{"node":">=26","npm":">=12","yarn":">=4"},"webDocumentation":{"trackingCode":"UA-40192634-9"},"webNode":{"core":{"context":{"path":"./","type":"relative"},"debug":false,"encoding":"utf8","interDependencies":{},"name":"web-node","plugin":{"configuration":{"fileNames":["package.json","private-package.json"],"propertyNames":["webNode","webnode","web-node"]},"nameRegularExpressionPattern":"^([a-zA-Z0-9-]+?)-?[wW]eb-?[nN]ode-?[pP]lugin$","directories":{"external":{"path":{"__evaluate__":"`${currentPath}/node_modules/`"}},"internal":{"nameRegularExpressionPattern":"^([a-zA-Z0-9-_].*)$","path":{"__evaluate__":"`${currentPath}/plugins/`"}}},"hotReloading":false}}},"webOptimizer":{"assetPattern":{"javaScript":{"includeFilePathRegularExpression":"^(.+/)?main\\\\.js$","pattern":{"#":"This is how we can make our main exported artefact executable.","__evaluate__":"`#!/usr/bin/env node\\n// -*- coding: utf-8 -*-\\n${self.generic.assetPattern?.javaScript?.pattern ?? \'\'}\\n{1}`"}}},"injection":{"entry":{"__evaluate__":"2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2].startsWith(\'test\') ? {testBundle: \'test\'} : {index: \'./index.ts\', main: \'./main.ts\', unixCrypt: \'./unixCrypt.ts\'}"}},"module":{"optimizer":{"terser":{"terserOptions":{"compress":{"#":"To provide a logging output we need to exclude this feature.","drop_console":{"__evaluate__":"false"},"drop_debugger":{"__evaluate__":"false"}}}}}},"targetTechnology":{"boilerplate":"node","payload":"node"}},"packageManager":"yarn@4.18.0"}');
|
|
432
432
|
|
|
433
433
|
/***/ }),
|
|
434
434
|
/* 9 */
|
|
@@ -438,7 +438,7 @@ const x = (y) => {
|
|
|
438
438
|
const x = {}; __webpack_require__.d(x, y); return x
|
|
439
439
|
}
|
|
440
440
|
const y = (x) => (() => (x))
|
|
441
|
-
module.exports = x({
|
|
441
|
+
module.exports = x({ });
|
|
442
442
|
|
|
443
443
|
/***/ }),
|
|
444
444
|
/* 10 */
|
|
@@ -448,7 +448,7 @@ const x = (y) => {
|
|
|
448
448
|
const x = {}; __webpack_require__.d(x, y); return x
|
|
449
449
|
}
|
|
450
450
|
const y = (x) => (() => (x))
|
|
451
|
-
module.exports = x({ ["
|
|
451
|
+
module.exports = x({ ["spawnSync"]: () => (__WEBPACK_EXTERNAL_MODULE_child_process__.spawnSync) });
|
|
452
452
|
|
|
453
453
|
/***/ }),
|
|
454
454
|
/* 11 */
|
|
@@ -458,7 +458,7 @@ const x = (y) => {
|
|
|
458
458
|
const x = {}; __webpack_require__.d(x, y); return x
|
|
459
459
|
}
|
|
460
460
|
const y = (x) => (() => (x))
|
|
461
|
-
module.exports = x({ ["
|
|
461
|
+
module.exports = x({ ["realpath"]: () => (__WEBPACK_EXTERNAL_MODULE_node_fs_promises_06ebfe74__.realpath) });
|
|
462
462
|
|
|
463
463
|
/***/ })
|
|
464
464
|
/******/ ]);
|
|
@@ -608,7 +608,7 @@ module.exports = x({ ["fileURLToPath"]: () => (__WEBPACK_EXTERNAL_MODULE_node_ur
|
|
|
608
608
|
/******/ // startup
|
|
609
609
|
/******/ // Load entry module and return exports
|
|
610
610
|
/******/ // This entry module used 'module' so it can't be inlined
|
|
611
|
-
/******/ let __webpack_exports__ = __webpack_require__(
|
|
611
|
+
/******/ let __webpack_exports__ = __webpack_require__(7);
|
|
612
612
|
/******/ __webpack_exports__ = await __webpack_exports__;
|
|
613
613
|
/******/ const __webpack_exports__PLUGIN_PRELOADER = __webpack_exports__.zW;
|
|
614
614
|
/******/ const __webpack_exports__callStack = __webpack_exports__.lT;
|
package/main.js
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
// -*- coding: utf-8 -*-
|
|
3
3
|
|
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE_node_url_50af3bb5__ from "node:url";
|
|
4
5
|
/******/ var __webpack_modules__ = ({
|
|
5
6
|
|
|
6
7
|
/***/ 12
|
|
7
8
|
(module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
8
9
|
|
|
9
10
|
__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
|
|
11
|
+
/* harmony import */ var node_url__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
10
12
|
// #!/usr/bin/env babel-node
|
|
11
13
|
// -*- coding: utf-8 -*-
|
|
12
14
|
/** @module web-node *//* !
|
|
@@ -27,11 +29,21 @@ __webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
27
29
|
runtime.
|
|
28
30
|
That way we make sure that other imports of this main module share the same
|
|
29
31
|
module instance.
|
|
30
|
-
*/var _await$import=await import(/* webpackIgnore: true */"./index.js"),main=_await$import.default,isMainModule=_await$import.isMainModule;if(await isMainModule())void main()
|
|
31
|
-
|
|
32
|
+
*/var _await$import=await import(/* webpackIgnore: true */"./index.js"),main=_await$import.default,isMainModule=_await$import.isMainModule;if(await isMainModule((0,node_url__WEBPACK_IMPORTED_MODULE_0__.fileURLToPath)(import.meta.url)))void main();
|
|
32
33
|
__webpack_async_result__();
|
|
33
34
|
} catch(e) { __webpack_async_result__(e); } }, 1);
|
|
34
35
|
|
|
36
|
+
/***/ },
|
|
37
|
+
|
|
38
|
+
/***/ 2
|
|
39
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
40
|
+
|
|
41
|
+
const x = (y) => {
|
|
42
|
+
const x = {}; __webpack_require__.d(x, y); return x
|
|
43
|
+
}
|
|
44
|
+
const y = (x) => (() => (x))
|
|
45
|
+
module.exports = x({ ["fileURLToPath"]: () => (__WEBPACK_EXTERNAL_MODULE_node_url_50af3bb5__.fileURLToPath) });
|
|
46
|
+
|
|
35
47
|
/***/ }
|
|
36
48
|
|
|
37
49
|
/******/ });
|
|
@@ -137,6 +149,19 @@ __webpack_async_result__();
|
|
|
137
149
|
/******/ };
|
|
138
150
|
/******/ })();
|
|
139
151
|
/******/
|
|
152
|
+
/******/ /* webpack/runtime/define property getters */
|
|
153
|
+
/******/ // define getter/value functions for harmony exports
|
|
154
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
155
|
+
/******/ for(var key in definition) {
|
|
156
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
157
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
158
|
+
/******/ }
|
|
159
|
+
/******/ }
|
|
160
|
+
/******/ };
|
|
161
|
+
/******/
|
|
162
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
163
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop));
|
|
164
|
+
/******/
|
|
140
165
|
/************************************************************************/
|
|
141
166
|
/******/
|
|
142
167
|
/******/ // startup
|