tnp-config 13.1.49 → 13.1.51

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.
@@ -1,3 +1,4 @@
1
+ import { Helpers } from 'tnp-core/browser';
1
2
  export { CoreHelpers as Helpers } from 'tnp-core/browser';
2
3
 
3
4
  /**
@@ -5,48 +6,59 @@ export { CoreHelpers as Helpers } from 'tnp-core/browser';
5
6
  * @author darekf77@gmail.com
6
7
  * Recommended config for all isomorphic libs *
7
8
  */
9
+ const frameworkNameBe = (''
10
+ /* */
11
+ /* */
12
+ );
13
+ const frameworkName = Helpers.isBrowser ? 'firedev' : frameworkNameBe;
8
14
  const GlobalLibTypeName = {
9
- isomorphicLib: 'isomorphic-lib',
10
- angularLib: 'angular-lib',
11
- electronClient: 'electron-client',
12
- ionicLib: 'ionic-lib',
13
- angularClient: 'angular-client',
14
- ionicClient: 'ionic-client',
15
- workspace: 'workspace',
16
- container: 'container',
17
- docker: 'docker',
18
- unknowNpmProject: 'unknow-npm-project',
19
- vscodeExt: 'vscode-ext',
20
- chromeExt: 'chrome-ext',
21
- singleFileProject: 'single-file-project',
22
- navi: 'navi',
23
- scenario: 'scenario'
15
+ /* */
16
+ /* */
17
+ /* */
18
+ /* */
19
+ /* */
20
+ /* */
21
+ /* */
22
+ /* */
23
+ /* */
24
+ /* */
25
+ /* */
26
+ /* */
27
+ /* */
28
+ /* */
29
+ /* */
30
+ /* */
24
31
  };
25
32
  const LibTypeArr = [
26
- GlobalLibTypeName.angularLib,
27
- GlobalLibTypeName.isomorphicLib,
28
- GlobalLibTypeName.angularClient,
29
- GlobalLibTypeName.ionicClient,
30
- GlobalLibTypeName.electronClient,
31
- GlobalLibTypeName.workspace,
32
- GlobalLibTypeName.container,
33
- GlobalLibTypeName.docker,
34
- GlobalLibTypeName.unknowNpmProject,
35
- GlobalLibTypeName.vscodeExt,
36
- GlobalLibTypeName.chromeExt,
37
- GlobalLibTypeName.navi,
38
- GlobalLibTypeName.scenario,
33
+ /* */
34
+ /* */
35
+ /* */
36
+ /* */
37
+ /* */
38
+ /* */
39
+ /* */
40
+ /* */
41
+ /* */
42
+ /* */
43
+ /* */
44
+ /* */
45
+ /* */
46
+ /* */
47
+ ];
48
+ const CoreLibCategoryArr = [ // TODO this is for what ?
49
+ /* */
50
+ /* */
51
+ /* */
52
+ /* */
53
+ /* */
54
+ /* */
55
+ /* */
56
+ /* */
39
57
  ];
40
- const CoreLibCategoryArr = [
41
- GlobalLibTypeName.angularLib,
42
- GlobalLibTypeName.isomorphicLib,
43
- GlobalLibTypeName.angularClient,
44
- GlobalLibTypeName.electronClient,
45
- GlobalLibTypeName.ionicClient,
46
- GlobalLibTypeName.docker,
47
- 'common'
58
+ const allowedEnvironments = [
59
+ /* */
60
+ /* */
48
61
  ];
49
- const allowedEnvironments = ['static', 'dev', 'prod', 'stage', 'online', 'test', 'qa', 'custom'];
50
62
  const allowedEnvironmentsObj = {};
51
63
  allowedEnvironments.forEach(s => {
52
64
  // @ts-ignore
@@ -58,56 +70,135 @@ const morphi = 'morphi';
58
70
  /* */
59
71
  const urlMorphi = 'https://github.com/darekf77/morphi.git';
60
72
  const filesNotAllowedToClean = {
61
- _gitignore: '.gitignore',
62
- _npmrc: '.npmrc',
63
- _npmignore: '.npmignore',
64
- tslint_json: 'tslint.json',
65
- _editorconfig: '.editorconfig',
66
- _angularCli_json: '.angular-cli.json',
67
- _vscode_launch_json: '.vscode/launch.json',
73
+ /* */
74
+ /* */
75
+ /* */
76
+ /* */
77
+ /* */
78
+ /* */
79
+ /* */
80
+ /* */
81
+ };
82
+ const file = {
83
+ /* */
84
+ /* */
85
+ /* */
86
+ /* */
87
+ /* */
88
+ /* */
89
+ /* */
90
+ /* */
91
+ /* */
92
+ /* */
93
+ /* */
94
+ /* */
95
+ /* */
96
+ /* */
97
+ /* */
98
+ /* */
99
+ /* */
100
+ /* */
101
+ /* */
102
+ /* */
103
+ /* */
104
+ /* */
105
+ /* */
106
+ /* */
107
+ /* */
108
+ /* */
109
+ /* */
110
+ /* */
111
+ /* */
112
+ /* */
113
+ /* */
114
+ /* */
115
+ /* */
116
+ /* */
117
+ /* */
118
+ /* */
119
+ /* */
120
+ /* */
121
+ /* */
122
+ /* */
123
+ /* */
124
+ /* */
125
+ /* */
126
+ /* */
127
+ /* */
68
128
  };
69
- const file = Object.assign({ _bowerrc: '.bowerrc', bower_json: 'bower.json', controllers_ts: 'controllers.ts', entities_ts: 'entities.ts', angular_json: 'angular.json', autob_actions_js: 'auto-actions.js', local_config_js: 'local-config.js', build_config_js: 'build-config.js', local_config: 'local-config', start_backend_ts: 'start.backend.ts', package_json: 'package.json', result_packages_json: 'result-packages.json', package_json5: 'package.json5', package_json__tnp_json: 'package.json_tnp.json', package_json__tnp_json5: 'package.json_tnp.json5', package_json__devDependencies_json: 'package.json_devDependencies.json', yarn_lock: 'yarn.lock', package_lock_json: 'package-lock.json', tnpEnvironment_json: 'tmp-environment.json', environment: 'environment', environment_js: 'environment.js', tmp_transaction_pid_txt: 'tmp-transaction-pid.txt', manifest_webmanifest: 'manifest.webmanifest', public_api_d_ts: 'public-api.d.ts', public_api_ts: 'public-api.ts', public_api: 'public-api', _babelrc: '.babelrc', index: 'index', index_d_ts: 'index.d.ts', index_ts: 'index.ts', index_js: 'index.js', index_js_map: 'index.js.map', db_json: 'db.json', db_for_tests_json: 'db-for-tests.json', tmpDockerImageId: 'tmp-docker-image-id', tmp_recent_json: 'recent.json', tmpIsomorphicPackagesJson: 'tmp-isomorphic-packages.json', tsconfig_json: 'tsconfig.json', README_MD: 'README.md', server_key: 'server.key', server_cert: 'server.cert', server_chain_cert: 'server-chain.cert', meta_config_md: 'meta-content.md' }, filesNotAllowedToClean);
70
129
  const packageJsonSplit = [
71
- file.package_json__tnp_json,
72
- file.package_json__tnp_json5,
73
- file.package_json__devDependencies_json,
130
+ /* */
131
+ /* */
132
+ /* */
133
+ /* */
74
134
  ];
75
135
  const tempFolders = {
76
- bundle: 'bundle',
77
- vendor: 'vendor',
78
- docs: 'docs',
79
- dist: 'dist',
80
- tmp: 'tmp',
81
- tmpBundleRelease: 'tmp-bundle-release',
82
- tempSrc: 'tmp-src',
83
- tempSrcDist: 'tmp-src-dist',
84
- previewDistApp: 'dist-app',
85
- preview: 'preview',
86
- browser: 'browser',
87
- websql: 'websql',
88
- _browser: '.browser',
89
- module: 'module',
90
- backup: 'backup',
91
- node_modules: 'node_modules',
92
- client: 'client',
93
- tnp_tests_context: 'tmp-tests-context',
94
- tmpPackage: 'tmp-package',
95
- tmpScenarios: 'tmp-scenarios',
96
- tmpTestsEnvironments: 'tmp-tests-environments',
97
- testsEnvironments: 'tests-environments',
136
+ /* */
137
+ /* */
138
+ /* */
139
+ /* */
140
+ /* */
141
+ /* */
142
+ /* */
143
+ /* */
144
+ /* */
145
+ /* */
146
+ /* */
147
+ /* */
148
+ /* */
149
+ /* */
150
+ /* */
151
+ /* */
152
+ /* */
153
+ /* */
154
+ /* */
155
+ /* */
156
+ /* */
157
+ /* */
158
+ /* */
98
159
  };
99
160
  const stylesFilesExtension = [
100
- 'css',
101
- 'sass',
102
- 'scss',
103
- 'less',
161
+ /* */
162
+ /* */
163
+ /* */
164
+ /* */
165
+ /* */
104
166
  ];
105
- const folder = Object.assign({ scripts: 'scripts', scenarios: 'scenarios', bower: 'bower', src: 'src', out: 'out', app: 'app', lib: 'lib', libs: 'libs', source: 'source', custom: 'custom', components: 'components', assets: 'assets', apps: 'apps', workspace: 'workspace', container: 'container', bin: 'bin', _bin: '.bin', _vscode: '.vscode', project: 'project', external: 'external', tmpDist: 'tmp-dist', tmpFor(d) {
106
- return `tmp-src-${d}`;
107
- }, targetProjects: {
108
- DEFAULT_PATH_GENERATED: 'tmp-target-projects/generated',
109
- DEFAULT_PATH_ORIGINS: 'tmp-target-projects/origins',
110
- } }, tempFolders);
167
+ const folder = {
168
+ /* */
169
+ /* */
170
+ /* */
171
+ /* */
172
+ /* */
173
+ /* */
174
+ /* */
175
+ /* */
176
+ /* */
177
+ /* */
178
+ /* */
179
+ /* */
180
+ /* */
181
+ /* */
182
+ /* */
183
+ /* */
184
+ /* */
185
+ /* */
186
+ /* */
187
+ /* */
188
+ /* */
189
+ /* */
190
+ /* */
191
+ /* */
192
+ /* */
193
+ /* */
194
+ /* */
195
+ /* */
196
+ /* */
197
+ /* */
198
+ /* */
199
+ /* */
200
+ /* */
201
+ };
111
202
  let dirnameForTnp;
112
203
  /* */
113
204
  /* */
@@ -194,76 +285,131 @@ const firedevProjectsRelative = `../morphi/projects`;
194
285
  /* */
195
286
  /* */
196
287
  /* */
288
+ /* */
289
+ /* */
290
+ /* */
291
+ /* */
292
+ /* */
293
+ /* */
294
+ /* */
197
295
  const moduleNameAngularLib = [
198
- folder.components,
199
- folder.module,
200
- folder.dist,
201
- folder.browser,
296
+ /* */
297
+ /* */
298
+ /* */
299
+ /* */
300
+ /* */
202
301
  ];
203
302
  const moduleNameIsomorphicLib = [
204
- folder.src,
205
- folder.dist,
206
- folder.browser,
303
+ /* */
304
+ /* */
305
+ /* */
306
+ /* */
207
307
  ];
208
308
  const argsReplacementsBuild = {
209
- 'ba': 'build:app',
210
- 'baw': 'build:app:watch',
211
- 'bw': 'build:watch',
212
- 'bda': 'build:dist:app',
213
- 'bdap': 'build:dist:app:prod',
214
- 'bd': 'build:dist',
215
- 'bdw': 'build:dist:watch',
216
- 'bba': 'build:bundle:app',
217
- 'bbap': 'build:bundle:app:prod',
218
- 'bb': 'build:bundle',
219
- 'bbw': 'build:bundle:watch',
309
+ /* */
310
+ /* */
311
+ /* */
312
+ /* */
313
+ /* */
314
+ /* */
315
+ /* */
316
+ /* */
317
+ /* */
318
+ /* */
319
+ /* */
320
+ /* */
321
+ /* */
322
+ /* */
323
+ /* */
324
+ /* */
325
+ /* */
326
+ /* */
327
+ /* */
328
+ /* */
329
+ /* */
330
+ /* */
331
+ /* */
332
+ /* */
333
+ /* */
334
+ /* */
335
+ /* */
336
+ /* */
337
+ /* */
338
+ /* */
339
+ /* */
340
+ /* */
341
+ /* */
342
+ /* */
343
+ /* */
344
+ /* */
345
+ /* */
346
+ /* */
347
+ /* */
348
+ /* */
349
+ /* */
350
+ /* */
351
+ /* */
352
+ /* */
353
+ /* */
220
354
  };
221
355
  const argsReplacementsOther = {
222
- 'ghpush': 'githubpush',
223
- 'ghpull': 'githubpull',
224
- 'l': 'last',
225
- 'sl': 'show:last',
226
- 'lb': 'last:build',
227
- 'i': 'install',
228
- 'si': 'sinstall',
229
- 'il': 'install:locally',
230
- 'rc': 'recommit',
231
- 'rp': 'release:prod',
232
- 'r': 'release',
233
- 'rmajor': 'release:major',
234
- 'rminor': 'release:minor',
235
- 'r:major': 'release:major',
236
- 'r:minor': 'release:minor',
237
- 'ar': 'auto:release',
238
- 're': 'reinstall',
239
- '--version': 'version',
240
- '-v': 'version',
241
- 'occ': 'open:core:container',
242
- 'ocp': 'open:core:project',
243
- 'twd': 'test:watch:debug',
244
- 'tdw': 'test:watch:debug',
245
- 'tw': 'test:watch',
246
- 'td': 'test:debug',
247
- 't': 'test',
248
- 'pt': 'push:tag',
249
- 'p': 'push',
250
- 'pa': 'pushalll',
251
- 'sj': 'select:java',
252
- 'scm': 'showcoremodules',
253
- 'tpu': 'target:proj:update',
254
- 'ugd': 'update:global:deps',
255
- 'ud': 'update:deps',
256
- 'dgl': 'detect:global:libs',
257
- 'pr': 'print:relatives',
356
+ /* */
357
+ /* */
358
+ /* */
359
+ /* */
360
+ /* */
361
+ /* */
362
+ /* */
363
+ /* */
364
+ /* */
365
+ /* */
366
+ /* */
367
+ /* */
368
+ /* */
369
+ /* */
370
+ /* */
371
+ /* */
372
+ /* */
373
+ /* */
374
+ /* */
375
+ /* */
376
+ /* */
377
+ /* */
378
+ /* */
379
+ /* */
380
+ /* */
381
+ /* */
382
+ /* */
383
+ /* */
384
+ /* */
385
+ /* */
386
+ /* */
387
+ /* */
388
+ /* */
389
+ /* */
390
+ /* */
391
+ /* */
392
+ /* */
393
+ /* */
394
+ /* */
395
+ /* */
396
+ /* */
397
+ /* */
398
+ /* */
399
+ /* */
400
+ /* */
401
+ /* */
402
+ /* */
258
403
  };
259
404
  const areTrustedForPatchUpdate = [
260
- '@angular',
261
- '@ngrx',
262
- 'rxjs',
263
- 'zone.js',
264
- 'tslib',
265
- 'typescript',
266
- 'webpack'
405
+ /* */
406
+ /* */
407
+ /* */
408
+ /* */
409
+ /* */
410
+ /* */
411
+ /* */
412
+ /* */
267
413
  ];
268
414
  const config = {
269
415
  packagesThat: {
@@ -281,9 +427,10 @@ const config = {
281
427
  /* */
282
428
  coreProjectVersions: ['v1', 'v2', 'v3'],
283
429
  quickFixes: {
284
- missingLibs: [
285
- 'react-native-sqlite-storage'
286
- ]
430
+ /* */
431
+ /* */
432
+ /* */
433
+ /* */
287
434
  },
288
435
  packageJsonSplit,
289
436
  regexString: {
@@ -297,19 +444,32 @@ const config = {
297
444
  },
298
445
  defaultFrameworkVersion: 'v3',
299
446
  CONST: {
300
- UNIT_TEST_TIMEOUT: 30000,
301
- INTEGRATION_TEST: 30000,
302
- BACKEND_HTTP_REQUEST_TIMEOUT: 3000,
447
+ /* */
448
+ /* */
449
+ /* */
450
+ /* */
303
451
  },
304
452
  debug: {
305
- sourceModifier: [],
306
- baselineSiteJoin: {
307
- DEBUG_PATHES: [],
308
- DEBUG_MERGE_PATHES: []
309
- }
310
- },
311
453
  /* */
312
454
  /* */
455
+ /* */
456
+ /* */
457
+ /* */
458
+ /* */
459
+ /* */
460
+ /* */
461
+ /* */
462
+ /* */
463
+ /* */
464
+ /* */
465
+ /* */
466
+ /* */
467
+ /* */
468
+ /* */
469
+ /* */
470
+ /* */
471
+ },
472
+ frameworkName,
313
473
  frameworkNames: {
314
474
  tnp: 'tnp',
315
475
  firedev: 'firedev'
@@ -421,11 +581,12 @@ const config = {
421
581
  filesNotAllowedToClean: Object.keys(filesNotAllowedToClean).map(key => filesNotAllowedToClean[key]),
422
582
  file,
423
583
  default: {
424
- cloud: {
425
- environment: {
426
- name: 'online'
427
- }
428
- }
584
+ /* */
585
+ /* */
586
+ /* */
587
+ /* */
588
+ /* */
589
+ /* */
429
590
  },
430
591
  SUBERIZED_PREFIX: `---stuberized`,
431
592
  names: {
@@ -438,47 +599,50 @@ const config = {
438
599
  'reservedExpSec'
439
600
  ],
440
601
  extensions: {
441
- /**
442
- * Modify source: import,export, requires
443
- */
444
- get modificableByReplaceFn() {
445
- return [
446
- 'ts',
447
- 'js',
448
- ...stylesFilesExtension,
449
- ].map(f => `.${f}`);
450
- },
602
+ /* */
603
+ /* */
604
+ /* */
605
+ /* */
606
+ /* */
607
+ /* */
608
+ /* */
609
+ /* */
610
+ /* */
611
+ /* */
612
+ /* */
451
613
  },
452
614
  notFiredevProjects: [
453
- 'unknow', 'unknow-npm-project', 'scenario', 'navi'
615
+ /* */
616
+ /* */
454
617
  ],
455
618
  /**
456
619
  * Build allowed types
457
620
  */
458
621
  allowedTypes: {
459
- /**
460
- * Projects for build:app:watch command
461
- */
462
- app: [
463
- GlobalLibTypeName.angularClient,
464
- GlobalLibTypeName.angularLib,
465
- GlobalLibTypeName.isomorphicLib,
466
- GlobalLibTypeName.ionicClient,
467
- GlobalLibTypeName.docker,
468
- GlobalLibTypeName.container,
469
- GlobalLibTypeName.vscodeExt,
470
- ],
471
- /**
472
- * Projects for build:(dist|bundle):(watch) command
473
- */
474
- libs: [
475
- GlobalLibTypeName.angularLib,
476
- GlobalLibTypeName.isomorphicLib,
477
- GlobalLibTypeName.workspace,
478
- GlobalLibTypeName.container,
479
- GlobalLibTypeName.docker,
480
- GlobalLibTypeName.vscodeExt,
481
- ]
622
+ /* */
623
+ /* */
624
+ /* */
625
+ /* */
626
+ /* */
627
+ /* */
628
+ /* */
629
+ /* */
630
+ /* */
631
+ /* */
632
+ /* */
633
+ /* */
634
+ /* */
635
+ /* */
636
+ /* */
637
+ /* */
638
+ /* */
639
+ /* */
640
+ /* */
641
+ /* */
642
+ /* */
643
+ /* */
644
+ /* */
645
+ /* */
482
646
  },
483
647
  moduleNameAngularLib,
484
648
  moduleNameIsomorphicLib,
@@ -487,37 +651,39 @@ const config = {
487
651
  styles: stylesFilesExtension,
488
652
  },
489
653
  projectTypes: {
490
- forNpmLibs: [
491
- GlobalLibTypeName.angularLib,
492
- GlobalLibTypeName.isomorphicLib,
493
- ],
494
- with: {
495
- angularAsCore: [
496
- GlobalLibTypeName.angularClient,
497
- GlobalLibTypeName.angularLib,
498
- GlobalLibTypeName.ionicClient,
499
- ],
500
- componetsAsSrc: [
501
- GlobalLibTypeName.angularLib,
502
- ],
503
- }
654
+ /* */
655
+ /* */
656
+ /* */
657
+ /* */
658
+ /* */
659
+ /* */
660
+ /* */
661
+ /* */
662
+ /* */
663
+ /* */
664
+ /* */
665
+ /* */
666
+ /* */
667
+ /* */
668
+ /* */
504
669
  },
505
670
  localLibs: [
506
- 'eslint',
507
- 'mkdirp',
508
- 'gulp',
509
- 'npm-run',
510
- 'rimraf',
511
- 'nodemon',
512
- 'release-it',
513
- 'tsc',
514
- 'watch',
515
- 'http-server',
516
- 'ts-node',
517
- 'sort-package-json',
518
- 'concurrently',
519
- 'sloc',
520
- 'morphi'
671
+ /* */
672
+ /* */
673
+ /* */
674
+ /* */
675
+ /* */
676
+ /* */
677
+ /* */
678
+ /* */
679
+ /* */
680
+ /* */
681
+ /* */
682
+ /* */
683
+ /* */
684
+ /* */
685
+ /* */
686
+ /* */
521
687
  ],
522
688
  helpAlias: [
523
689
  '-h',
@@ -527,67 +693,77 @@ const config = {
527
693
  ],
528
694
  required: {
529
695
  npm: [
530
- { name: '@angular/cli', version: '13' },
531
- { name: 'extract-zip', version: '1.6.7' },
532
- { name: 'watch', version: '1.0.2' },
533
- { name: 'cpr' },
534
- { name: 'check-node-version' },
535
- { name: 'npm-run', version: '4.1.2' },
536
- { name: 'rimraf' },
537
- { name: 'mkdirp' },
538
- { name: 'renamer', version: '2.0.1' },
539
- { name: 'nodemon' },
540
- { name: 'madge' },
541
- { name: 'yarn' },
542
- { name: 'http-server' },
543
- { name: 'increase-memory-limit' },
544
- { name: 'bower' },
545
- { name: 'fkill', installName: 'fkill-cli' },
546
- { name: 'mocha' },
547
- { name: 'ts-node' },
548
- { name: 'vsce' },
549
- { name: 'webpack-bundle-analyzer' },
550
- { name: 'babel', installName: 'babel-cli' },
551
- { name: 'javascript-obfuscator', version: '4' },
552
- { name: 'uglifyjs', installName: 'uglify-js' },
696
+ /* */
697
+ /* */
698
+ /* */
699
+ /* */
700
+ /* */
701
+ /* */
702
+ /* */
703
+ /* */
704
+ /* */
705
+ /* */
706
+ /* */
707
+ /* */
708
+ /* */
709
+ /* */
710
+ /* */
711
+ /* */
712
+ /* */
713
+ /* */
714
+ /* */
715
+ /* */
716
+ /* */
717
+ /* */
718
+ /* */
719
+ /* */
720
+ /* */
721
+ /* */
722
+ /* */
723
+ /* */
724
+ /* */
725
+ /* */
726
+ /* */
553
727
  ],
554
728
  niceTools: [
555
- { name: 'speed-test' },
556
- { name: 'npm-name' },
557
- { name: 'vantage', platform: 'linux' },
558
- { name: 'clinic', platform: 'linux' },
559
- { name: 'vtop', platform: 'linux' },
560
- { name: 'public-ip' },
561
- { name: 'empty-trash' },
562
- { name: 'is-up' },
563
- { name: 'is-online' },
564
- { name: 'ttystudio' },
565
- { name: 'bcat' },
566
- { name: 'wifi-password', installName: 'wifi-password-cli' },
567
- { name: 'wallpaper', installName: 'wallpaper-cli' },
568
- { name: 'brightness', installName: 'brightness-cli' },
569
- { name: 'subdownloader' },
570
- { name: 'rtail' },
571
- { name: 'iponmap' },
572
- { name: 'jsome' },
573
- { name: 'drawille', isNotCli: true },
574
- { name: 'columnify', isNotCli: true },
575
- { name: 'multispinner', isNotCli: true },
576
- { name: 'cfonts' }, // draw super nice fonts in console
729
+ /* */
730
+ /* */
731
+ /* */
732
+ /* */
733
+ /* */
734
+ /* */
735
+ /* */
736
+ /* */
737
+ /* */
738
+ /* */
739
+ /* */
740
+ /* */
741
+ /* */
742
+ /* */
743
+ /* */
744
+ /* */
745
+ /* */
746
+ /* */
747
+ /* */
748
+ /* */
749
+ /* */
750
+ /* */
751
+ /* */
577
752
  ],
578
753
  programs: [,
579
- {
580
- name: 'code',
581
- website: 'https://code.visualstudio.com/'
582
- }
754
+ /* */
755
+ /* */
756
+ /* */
757
+ /* */
758
+ /* */
583
759
  ]
584
760
  }
585
761
  };
586
762
  ;
587
- ({}); // @--end-of-file-for-module=tnp-config tmp-src-bundle/lib/config.ts
763
+ ({}); // @--end-of-file-for-module=tnp-config lib/config.ts
588
764
 
589
765
  ;
590
- ({}); // @--end-of-file-for-module=tnp-config tmp-src-bundle/lib/index.ts
766
+ ({}); // @--end-of-file-for-module=tnp-config lib/index.ts
591
767
 
592
768
  /**
593
769
  * Generated bundle index. Do not edit.