forked from testsmith-io/practice-software-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechstack.yml
More file actions
850 lines (850 loc) · 36.5 KB
/
techstack.yml
File metadata and controls
850 lines (850 loc) · 36.5 KB
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
844
845
846
847
848
849
850
repo_name: testsmith-io/practice-software-testing
report_id: 20b324a1bf7b71cd0170989f9f92db88
version: 0.1
repo_type: Public
timestamp: '2024-02-29T18:09:08+00:00'
requested_by: testsmith-io
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/testsmith-io/practice-software-testing
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/testsmith-io/practice-software-testing
detection_source: Repo Metadata
- name: PHP
description: A popular general-purpose scripting language that is especially suited
to web development
website_url: http://www.php.net/
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/991/hwUcGZ41_400x400.jpg
detection_source_url: https://github.com/testsmith-io/practice-software-testing
detection_source: Repo Metadata
- name: SQL
description: It is a domain-specific language used in programming
website_url: https://en.wikipedia.org/wiki/SQL
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/2271/default_068d33483bba6b81ee13fbd4dc7aab9780896a54.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/database/seeders/toolshop-data.sql
detection_source: sprint1/API/database/seeders/toolshop-data.sql
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.000000000 Z
- 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/testsmith-io/practice-software-testing
detection_source: Repo Metadata
- name: ".NET"
description: A free, cross-platform, open source developer platform for building
many different types of applications
website_url: http://www.microsoft.com/net/
license: MIT
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/1014/IoPy1dce_400x400.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.000000000 Z
- name: Angular
description: A platform for building mobile and desktop web applications
website_url: https://angular.io
version: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.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.2.3
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: Chart.js
description: Simple, clean and engaging charts for designers and developers
website_url: http://www.chartjs.org/
version: 2.9.4
open_source: true
hosted_saas: false
category: Libraries
sub_category: Javascript Utilities & Libraries
image_url: https://img.stackshare.io/service/3866/_GD1-XrU_400x400.jpg
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint5-with-bugs/UI/package-lock.json
detection_source: sprint5/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-11-21 23:35:59.000000000 Z
- name: Guzzle
description: PHP HTTP client that makes it easy to send HTTP requests and trivial
to integrate with web services
website_url: http://guzzlephp.org/
license: MIT
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Microframeworks (Backend)
image_url: https://img.stackshare.io/service/2350/638632.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.json
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.000000000 Z
- name: Laravel
description: A PHP Framework For Web Artisans
website_url: http://laravel.com/
version: 10.35.0
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Frameworks (Full Stack)
image_url: https://img.stackshare.io/service/992/AcA2LnWL_400x400.jpg
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.000000000 Z
- name: jQuery
description: The Write Less, Do More, JavaScript Library.
website_url: http://jquery.com/
version: 3.6.3
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Javascript UI Libraries
image_url: https://img.stackshare.io/service/1021/lxEKmMnB_400x400.jpg
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: Serverless AppSync
description: Easily and quickly deploy GraphQL APIs on AWS
website_url: https://github.com/serverless-components/aws-app-sync
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: GraphQL Tools
image_url: https://img.stackshare.io/service/11394/appsync.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.000000000 Z
- name: Composer
description: Dependency Manager for PHP
website_url: https://getcomposer.org/
version: 2.5.0
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/service/1688/New_Project__65_.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-29 12:08:14.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/testsmith-io/practice-software-testing
detection_source: Repo Metadata
- name: ESLint
description: The fully pluggable JavaScript code quality tool
website_url: http://eslint.org/
license: MIT
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Code Review
image_url: https://img.stackshare.io/service/3337/Q4L7Jncy.jpg
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.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/testsmith-io/practice-software-testing
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/testsmith-io/practice-software-testing/blob/main/.github/workflows/deploy.yml
detection_source: ".github/workflows/deploy.yml"
last_updated_by: Roy de Kleijn
last_updated_on: 2023-11-22 09:47:57.000000000 Z
- name: Jasmine
description: DOM-less simple JavaScript testing framework
website_url: http://jasmine.github.io/
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: Karma
description: Spectacular Test Runner for JavaScript
website_url: http://karma-runner.github.io/
version: 6.4.1
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: NuGet
description: The package manager for .NET
website_url: https://www.nuget.org/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/service/2637/6I3oEOP4_400x400.jpg
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.000000000 Z
- name: PHPUnit
description: Testing framework for PHP
website_url: https://phpunit.de/
version: 10.5.2
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Testing Frameworks
image_url: https://img.stackshare.io/service/1616/1_WsEnddd5Y4EgEHsT054kUQ.jpeg
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.000000000 Z
- name: PhpSpec
description: A toolset for behavior driven development
website_url: http://www.phpspec.net/en/latest/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Testing Frameworks
image_url: https://img.stackshare.io/service/3502/6b9dfb07681dee602dbdf75d9393f07c_400x400.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/_docker/cron/Dockerfile
detection_source: _docker/cron/Dockerfile
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.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/testsmith-io/practice-software-testing/blob/main/sprint5/UI/package.json
detection_source: sprint5/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.000000000 Z
- name: phpMyAdmin
description: A free software, for MySQL and MariaDB
website_url: https://www.phpmyadmin.net/
open_source: false
hosted_saas: false
category: Monitoring
sub_category: Performance Monitoring
image_url: https://img.stackshare.io/service/2102/3pl3dljQ_400x400.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.000000000 Z
- name: Google App Engine
description: Build web applications on the same scalable systems that power Google
applications
website_url: https://developers.google.com/appengine
open_source: false
hosted_saas: true
category: Application Hosting
sub_category: Platform as a Service
image_url: https://img.stackshare.io/service/139/s01TMTGn.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Roy de Kleijn
last_updated_on: 2023-01-16 13:39:06.000000000 Z
- name: Alpine Linux
description: Security-oriented, lightweight Linux distribution based on musl libc
and busybox
website_url: https://www.alpinelinux.org/
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Operating Systems
image_url: https://img.stackshare.io/service/6429/alpine_linux.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-08 20:30:06.000000000 Z
- name: Shell
description: A shell is a text-based terminal, used for manipulating programs and
files. Shell scripts typically manage program execution.
website_url: https://en.wikipedia.org/wiki/Shell_script
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing
detection_source: Repo Metadata
- name: "@angular-devkit/build-angular"
description: Angular Webpack Build Facade
package_url: https://www.npmjs.com/@angular-devkit/build-angular
version: 15.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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@angular/animations"
description: Angular - animations integration with web-animations
package_url: https://www.npmjs.com/@angular/animations
version: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@angular/cli"
description: CLI tool for Angular
package_url: https://www.npmjs.com/@angular/cli
version: 15.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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@angular/common"
description: Angular - commonly needed directives and services
package_url: https://www.npmjs.com/@angular/common
version: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@angular/compiler"
description: Angular - the compiler library
package_url: https://www.npmjs.com/@angular/compiler
version: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@angular/compiler-cli"
description: Angular - the compiler CLI for Node.js
package_url: https://www.npmjs.com/@angular/compiler-cli
version: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@angular/forms"
description: Angular - directives and services for creating forms
package_url: https://www.npmjs.com/@angular/forms
version: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.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: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.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: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@angular/router"
description: Angular - the routing library
package_url: https://www.npmjs.com/@angular/router
version: 15.2.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@ng-bootstrap/ng-bootstrap"
description: Angular powered Bootstrap
package_url: https://www.npmjs.com/@ng-bootstrap/ng-bootstrap
version: 12.1.2
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/17486/default_10a98ebc0146ab94b0fde6f7013c1279c82e4135.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@types/jasmine"
description: TypeScript definitions for Jasmine
package_url: https://www.npmjs.com/@types/jasmine
version: 4.3.1
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@types/node"
description: TypeScript definitions for Node.js
package_url: https://www.npmjs.com/@types/node
version: 18.14.2
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@typescript-eslint/eslint-plugin"
description: TypeScript plugin for ESLint
package_url: https://www.npmjs.com/@typescript-eslint/eslint-plugin
version: 5.54.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15982/default_8b5680d4e916298d08363c291a0d6e34c07ceb15.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: "@typescript-eslint/parser"
description: An ESLint custom parser which leverages TypeScript ESTree
package_url: https://www.npmjs.com/@typescript-eslint/parser
version: 5.54.0
license: BSD-2-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15980/default_732016a20524708efe7a4c77497fe9bfeea19ba6.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.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: 4.5.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.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.1.1
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: karma-coverage
description: A Karma plugin. Generate code coverage
package_url: https://www.npmjs.com/karma-coverage
version: 2.2.0
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/15951/default_b45165a5d30e541ab11711a34a78209b3e8ed7fd.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: karma-jasmine-html-reporter
description: A Karma plugin
package_url: https://www.npmjs.com/karma-jasmine-html-reporter
version: 2.0.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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: zone.js
description: Zones for JavaScript
package_url: https://www.npmjs.com/zone.js
version: 0.12.0
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/testsmith-io/practice-software-testing/blob/main/sprint1/UI/package-lock.json
detection_source: sprint1/UI/package.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-02-27 22:08:46.000000000 Z
- name: barryvdh/laravel-dompdf
description: A DOMPDF Wrapper for Laravel
package_url: https://packagist.org/barryvdh/laravel-dompdf
version: 2.0.1
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint5/API/composer.lock
detection_source: sprint5/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-08-03 14:59:20.000000000 Z
- name: darkaonline/l5-swagger
description: OpenApi or Swagger integration to Laravel
package_url: https://packagist.org/darkaonline/l5-swagger
version: 8.5.1
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-12-12 05:29:55.000000000 Z
- name: guzzlehttp/guzzle
description: Guzzle is a PHP HTTP client library
package_url: https://packagist.org/guzzlehttp/guzzle
version: 7.8.1
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.000000000 Z
- name: laravel/framework
description: The Laravel Framework
package_url: https://packagist.org/laravel/framework
version: 10.35.0
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.000000000 Z
- name: laravel/tinker
description: Powerful REPL for the Laravel framework
package_url: https://packagist.org/laravel/tinker
version: 2.8.2
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.000000000 Z
- name: mockery/mockery
description: Mockery is a simple yet flexible PHP mock object framework
package_url: https://packagist.org/mockery/mockery
version: 1.6.7
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.000000000 Z
- name: nunomaduro/collision
description: Cli error handling for console/command-line PHP applications
package_url: https://packagist.org/nunomaduro/collision
version: 7.10.0
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.000000000 Z
- name: phpunit/php-code-coverage
description: Library that provides collection
package_url: https://packagist.org/phpunit/php-code-coverage
version: 10.1.10
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint5/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-12-14 22:53:05.000000000 Z
- name: phpunit/phpunit
description: The PHP Unit Testing framework
package_url: https://packagist.org/phpunit/phpunit
version: 10.5.2
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-05-29 11:36:06.000000000 Z
- name: spatie/array-to-xml
description: Convert an array to xml
package_url: https://packagist.org/spatie/array-to-xml
version: 3.2.2
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint5/API/composer.lock
detection_source: sprint5/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-10-03 13:09:52.000000000 Z
- name: tymon/jwt-auth
description: JSON Web Token Authentication for Laravel and Lumen
package_url: https://packagist.org/tymon/jwt-auth
version: 2.0.0
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-12-12 05:29:55.000000000 Z
- name: zircote/swagger-php
description: Swagger-php - Generate interactive documentation for your RESTful API
using phpdoc annotations
package_url: https://packagist.org/zircote/swagger-php
version: 3.3.7
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Package Managers
image_url: https://img.stackshare.io/package/packagist/image.png
detection_source_url: https://github.com/testsmith-io/practice-software-testing/blob/main/sprint1/API/composer.lock
detection_source: sprint1/API/composer.json
last_updated_by: Roy de Kleijn
last_updated_on: 2023-12-12 05:29:55.000000000 Z