-
Notifications
You must be signed in to change notification settings - Fork 2
/
techstack.yml
843 lines (843 loc) · 36.1 KB
/
techstack.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
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
354
355
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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
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
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
repo_name: rajadilipkolli/investment-profile
report_id: e6b2cbc4034e12f67748248cb0ddd595
version: 0.1
repo_type: Public
timestamp: '2024-02-19T13:59:57+00:00'
requested_by: renovate[bot]
provider: github
branch: main
detected_tools_count: 64
tools:
- name: CSS 3
description: The latest evolution of the Cascading Style Sheets language
website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/6727/css.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile
detection_source: Repo Metadata
- name: Java
description: A concurrent, class-based, object-oriented, language specifically designed
to have as few implementation dependencies as possible
website_url: https://www.java.com
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/995/K85ZWV2F.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile
detection_source: Repo Metadata
- name: JavaScript
description: Lightweight, interpreted, object-oriented language with first-class
functions
website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1209/javascript.jpeg
detection_source_url: https://github.com/rajadilipkolli/investment-profile
detection_source: Repo Metadata
- name: TypeScript
description: A superset of JavaScript that compiles to clean JavaScript output
website_url: http://www.typescriptlang.org
license: Apache-2.0
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/1612/bynNY5dJ.jpg
detection_source_url: https://github.com/rajadilipkolli/investment-profile
detection_source: Repo Metadata
- name: Angular
description: A platform for building mobile and desktop web applications
website_url: https://angular.io
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Javascript MVC Frameworks
image_url: https://img.stackshare.io/service/3745/cb8U-gL6_400x400.jpg
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: Bootstrap
description: Simple and flexible HTML, CSS, and JS for popular UI components and
interactions
website_url: http://getbootstrap.com/
version: 5.3.2
license: MIT
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Front-End Frameworks
image_url: https://img.stackshare.io/service/1101/C9QJ7V3X.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-09-16 19:00:55.000000000 Z
- name: Node.js
description: A platform built on Chrome's JavaScript runtime for easily building
fast, scalable network applications
website_url: http://nodejs.org/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/1011/n1JRsFeB_400x400.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 06:42:08.000000000 Z
- name: Project Reactor
description: Library for building non-blocking applications on JVM
website_url: https://projectreactor.io/
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Java Tools
image_url: https://img.stackshare.io/service/5807/default_cbd8ab670309059d7e315252d307d409aa40d793.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:13:05.000000000 Z
- name: RxJS
description: The Reactive Extensions for JavaScript
website_url: http://reactivex.io/rxjs/
version: 6.6.7
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Concurrency Frameworks
image_url: https://img.stackshare.io/service/1796/984368.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: rajadilipkolli
last_updated_on: 2021-03-10 09:10:06.000000000 Z
- name: Spring Framework
description: An application framework and inversion of control container for the
Java platform
website_url: https://spring.io/projects/spring-framework
license: Apache-2.0
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/2006/spring-framework-project-logo.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:25:53.000000000 Z
- name: MongoDB
description: The database for giant ideas
website_url: http://www.mongodb.com/
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Databases
image_url: https://img.stackshare.io/service/1030/leaf-360x360.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: rajadileepkolli
last_updated_on: 2021-05-30 14:58:24.000000000 Z
- name: Docker
description: Enterprise Container Platform for High-Velocity Innovation.
website_url: https://www.docker.com/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Virtual Machine Platforms & Containers
image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/docker-compose.yml
detection_source: services/docker-compose.yml
last_updated_by: rajadilipkolli
last_updated_on: 2021-03-10 10:25:38.000000000 Z
- name: Docker Compose
description: Define and run multi-container applications with Docker
website_url: https://github.com/docker/compose
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Container Tools
image_url: https://img.stackshare.io/service/3136/docker-compose.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/docker-compose.yml
detection_source: services/docker-compose.yml
last_updated_by: rajadilipkolli
last_updated_on: 2021-03-10 10:25:38.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/.github/workflows/angular.yml
detection_source: ".github/workflows/angular.yml"
last_updated_by: renovate[bot]
last_updated_on: 2024-01-21 13:57:10.000000000 Z
- name: Jasmine
description: DOM-less simple JavaScript testing framework
website_url: http://jasmine.github.io/
version: 2.8.0
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Javascript Testing Framework
image_url: https://img.stackshare.io/service/831/7c0b595409af531b9cdeb07f8c513e8b.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-10 07:12:56.000000000 Z
- name: Karma
description: Spectacular Test Runner for JavaScript
website_url: http://karma-runner.github.io/
version: 6.4.2
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Browser Testing
image_url: https://img.stackshare.io/service/1420/TidYGd6a.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-06-05 07:24:08.000000000 Z
- name: Protractor
description: End-to-end test framework for Angular and AngularJS applications
website_url: http://angular.github.io/protractor
version: 7.0.0
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Javascript Testing Framework
image_url: https://img.stackshare.io/service/1754/protractor-logo1.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: Renovate Bot
last_updated_on: 2021-11-19 13:49:24.000000000 Z
- name: Puppeteer
description: Headless Chrome Node API
website_url: https://github.com/GoogleChrome/puppeteer
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Headless Browsers
image_url: https://img.stackshare.io/service/7553/puppeteer.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 14:09:57.000000000 Z
- name: TSLint
description: An extensible linter for the TypeScript language
website_url: https://github.com/palantir/tslint
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Code Review
image_url: https://img.stackshare.io/service/5561/303157.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package.json
detection_source: frontend/package.json
last_updated_by: rajadilipkolli
last_updated_on: 2021-03-10 09:10:06.000000000 Z
- name: Zipkin
description: A distributed tracing system
website_url: https://zipkin.io/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Monitoring
sub_category: Monitoring Tools
image_url: https://img.stackshare.io/service/2494/8leuukuhknbc8fj0eg42_400x400.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/docker-compose.yml
detection_source: services/docker-compose.yml
last_updated_by: rajadilipkolli
last_updated_on: 2021-03-10 10:25:38.000000000 Z
- name: npm
description: The package manager for JavaScript.
website_url: https://www.npmjs.com/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Front End Package Manager
image_url: https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package.json
detection_source: frontend/package.json
last_updated_by: rajadilipkolli
last_updated_on: 2021-03-10 09:10:06.000000000 Z
- name: Apache Camel
description: A versatile open source integration framework
website_url: https://camel.apache.org/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Application Hosting
sub_category: Platform as a Service
image_url: https://img.stackshare.io/service/3276/xWt1RFo6_400x400.jpg
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/src/main/resources/application.yml
detection_source: services/api-gateway/src/main/resources/application.yml
last_updated_by: rajadileepkolli
last_updated_on: 2021-05-30 14:58:24.000000000 Z
- name: Mongo
description: Heroku provides services and tools to build, run, and scale web applications.
Follow @herokustatus for platform updates. A @salesforce company.
website_url: http://wedesignapps.herokuapp.com
open_source: false
hosted_saas: false
image_url: https://img.stackshare.io/service/3519/3wgIDj3j_normal.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/docker-compose.yml
detection_source: services/docker-compose.yml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-13 06:28:01.000000000 Z
- name: "@angular-devkit/build-angular"
description: Angular Webpack Build Facade
package_url: https://www.npmjs.com/@angular-devkit/build-angular
version: 17.2.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16162/default_77b54a203c743d16eddb6b6390cba17218454fa0.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/animations"
description: Angular - animations integration with web-animations
package_url: https://www.npmjs.com/@angular/animations
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16010/default_af9df0bc9fa88191d2fe609204c5bd7599c1a797.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/cdk"
description: Angular Material Component Development Kit
package_url: https://www.npmjs.com/@angular/cdk
version: 17.2.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16358/default_22cf6cee54c697b5a223902962cc57a55ee80be9.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/cli"
description: CLI tool for Angular
package_url: https://www.npmjs.com/@angular/cli
version: 17.2.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16000/default_976847109ccfe67d00b33d9ff71329b6e82f5f89.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/common"
description: Angular - commonly needed directives and services
package_url: https://www.npmjs.com/@angular/common
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15913/default_ac622bc364a601d766b9a6f6039f191492f54d65.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/compiler"
description: Angular - the compiler library
package_url: https://www.npmjs.com/@angular/compiler
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15917/default_4040fefea2f98006727f63d042275b96a275ab2d.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/compiler-cli"
description: Angular - the compiler CLI for Node.js
package_url: https://www.npmjs.com/@angular/compiler-cli
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15927/default_e0a4fb1126d7400f419f0931cf1669947a5bc552.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/forms"
description: Angular - directives and services for creating forms
package_url: https://www.npmjs.com/@angular/forms
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15944/default_8b5680d4e916298d08363c291a0d6e34c07ceb15.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/material"
description: Angular Material
package_url: https://www.npmjs.com/@angular/material
version: 17.2.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16444/default_5ffcf8d02a3454bd25d27d236025c6d078c3b672.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/platform-browser"
description: Angular - library for using Angular in a web browser
package_url: https://www.npmjs.com/@angular/platform-browser
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15921/default_54b691c123fc8979741e800e4dcd3936c0f3b246.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/platform-browser-dynamic"
description: Angular - library for using Angular in a web browser with JIT compilation
package_url: https://www.npmjs.com/@angular/platform-browser-dynamic
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15933/default_b45165a5d30e541ab11711a34a78209b3e8ed7fd.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@angular/router"
description: Angular - the routing library
package_url: https://www.npmjs.com/@angular/router
version: 17.2.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15965/default_8b5680d4e916298d08363c291a0d6e34c07ceb15.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 11:00:07.000000000 Z
- name: "@types/jasmine"
description: TypeScript definitions for Jasmine
package_url: https://www.npmjs.com/@types/jasmine
version: 5.1.4
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15924/default_ac622bc364a601d766b9a6f6039f191492f54d65.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 00:38:53.000000000 Z
- name: "@types/jasminewd2"
description: TypeScript definitions for jasminewd2
package_url: https://www.npmjs.com/@types/jasminewd2
version: 2.0.13
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16060/default_924b66c04aa848a4028c1a5753a23dae0f835f86.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 00:38:53.000000000 Z
- name: "@types/node"
description: TypeScript definitions for Node.js
package_url: https://www.npmjs.com/@types/node
version: 20.11.19
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15809/default_5e5e8ac63beda29f31f1844df64d4b8247570a66.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 00:38:53.000000000 Z
- name: codelyzer
description: Linting for Angular applications
package_url: https://www.npmjs.com/codelyzer
version: 6.0.2
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15956/default_8b5680d4e916298d08363c291a0d6e34c07ceb15.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: Renovate Bot
last_updated_on: 2021-11-19 13:49:24.000000000 Z
- name: jasmine-core
description: Official packaging of Jasmine's core files for use by Node.js projects
package_url: https://www.npmjs.com/jasmine-core
version: 5.1.2
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15905/default_3af1504b6f77c55205ba630fe08c472f43b95f6e.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 06:42:08.000000000 Z
- name: jasmine-spec-reporter
description: Spec reporter for jasmine behavior-driven development framework
package_url: https://www.npmjs.com/jasmine-spec-reporter
version: 7.0.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16066/default_8725384794b44fe56f31da1d21ae759cf07be7a5.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-10 07:12:56.000000000 Z
- name: karma-chrome-launcher
description: A Karma plugin. Launcher for Chrome and Chrome Canary
package_url: https://www.npmjs.com/karma-chrome-launcher
version: 3.2.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15860/default_6743ba96cf149a3c3c68a185199f9705d6eff80e.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-06-05 07:24:08.000000000 Z
- name: karma-coverage-istanbul-reporter
description: A karma reporter that uses the latest istanbul 1.x APIs
package_url: https://www.npmjs.com/karma-coverage-istanbul-reporter
version: 3.0.3
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15998/default_f8be85789693a9901dbcfa43c135c60525ae49a1.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-06-05 07:24:08.000000000 Z
- name: karma-jasmine
description: A Karma plugin - adapter for Jasmine testing framework
package_url: https://www.npmjs.com/karma-jasmine
version: 5.1.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15886/default_7c39a83d4acd952df89b1ebfdb94c8646324fbf1.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-10 07:12:56.000000000 Z
- name: karma-jasmine-html-reporter
description: A Karma plugin
package_url: https://www.npmjs.com/karma-jasmine-html-reporter
version: 2.1.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15999/default_7a465bc85b23fd837cbc038fd1d504632c41a884.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-10 07:12:56.000000000 Z
- name: ts-node
description: TypeScript execution environment and REPL for node.js
package_url: https://www.npmjs.com/ts-node
version: 10.9.2
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15830/default_6743ba96cf149a3c3c68a185199f9705d6eff80e.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 00:38:53.000000000 Z
- name: tslib
description: Runtime library for TypeScript helper functions
package_url: https://www.npmjs.com/tslib
version: 1.14.1
license: 0BSD
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15853/default_97d4687bd07ff1bb963fd566c84e7cbf7c73bbee.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2023-08-19 10:27:59.000000000 Z
- name: zone.js
description: Zones for JavaScript
package_url: https://www.npmjs.com/zone.js
version: 0.10.3
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15915/default_59a1b5716eefa3750c20936c3d53ff13a6390ee1.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/frontend/package-lock.json
detection_source: frontend/package.json
last_updated_by: renovate[bot]
last_updated_on: 2024-02-17 06:42:08.000000000 Z
- name: com.github.ben-manes.caffeine:caffeine
description: A high performance caching library for Java 8+
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2022-12-24 07:18:53.000000000 Z
- name: com.google.code.gson:gson
description: Gson JSON library
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: Raja Kolli
last_updated_on: 2022-12-24 07:18:53.000000000 Z
- name: io.projectreactor:reactor-test
description: Reactor Test support
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:13:05.000000000 Z
- name: org.glassfish.jaxb:jaxb-runtime
description: JAXB
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-11-25 06:08:49.000000000 Z
- name: org.projectlombok:lombok
description: 'Spice up your java: Automatic Resource Management'
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:13:05.000000000 Z
- name: org.springframework.boot:spring-boot-configuration-processor
description: Spring Boot Configuration Processor
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:25:53.000000000 Z
- name: org.springframework.boot:spring-boot-devtools
description: Spring Boot Developer Tools
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:25:53.000000000 Z
- name: org.springframework.boot:spring-boot-starter-actuator
description: Starter for using Spring Boot's Actuator which provides production
ready features to help you monitor and manage your application
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:25:53.000000000 Z
- name: org.springframework.boot:spring-boot-starter-aop
description: Starter for aspect-oriented programming with Spring AOP and AspectJ
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:25:53.000000000 Z
- name: org.springframework.boot:spring-boot-starter-data-mongodb
description: Starter for using MongoDB document-oriented database and Spring Data
MongoDB
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/portfolio-service/pom.xml
detection_source: services/portfolio-service/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-09 18:40:14.000000000 Z
- name: org.springframework.boot:spring-boot-starter-security
description: Starter for using Spring Security
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:25:53.000000000 Z
- name: org.springframework.boot:spring-boot-starter-test
description: Starter for testing Spring Boot applications with libraries including
JUnit
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:25:53.000000000 Z
- name: org.springframework.boot:spring-boot-starter-validation
description: Starter for using Java Bean Validation with Hibernate Validator
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/portfolio-service/pom.xml
detection_source: services/portfolio-service/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-09 18:40:14.000000000 Z
- name: org.springframework.boot:spring-boot-starter-web
description: Starter for building web, including RESTful, applications using Spring
MVC
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/portfolio-service/pom.xml
detection_source: services/portfolio-service/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2023-12-09 18:40:14.000000000 Z
- name: org.springframework.security:spring-security-test
description: Spring-security-test
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/rajadilipkolli/investment-profile/blob/main/services/api-gateway/pom.xml
detection_source: services/api-gateway/pom.xml
last_updated_by: renovate[bot]
last_updated_on: 2024-01-10 13:25:53.000000000 Z