stackscan 0.1.18 → 0.1.21

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.
Files changed (58) hide show
  1. package/dist/chunk-2R4IRVBW.mjs +19 -0
  2. package/dist/chunk-3JWM3QKI.mjs +2013 -0
  3. package/dist/chunk-5XOMETBV.mjs +158 -0
  4. package/dist/chunk-6E7OGKNB.mjs +235 -0
  5. package/dist/chunk-75Z7C4SW.mjs +19 -0
  6. package/dist/chunk-7UBBON7U.mjs +235 -0
  7. package/dist/chunk-AU42WGBI.mjs +158 -0
  8. package/dist/chunk-BPDLELPJ.mjs +235 -0
  9. package/dist/chunk-C34SNVKF.mjs +158 -0
  10. package/dist/chunk-I3UOYSTL.mjs +2160 -0
  11. package/dist/chunk-JFE6WNCW.mjs +235 -0
  12. package/dist/chunk-K4C62LWE.mjs +158 -0
  13. package/dist/chunk-LR4VZIMK.mjs +19 -0
  14. package/dist/chunk-MEH6MW3S.mjs +235 -0
  15. package/dist/chunk-NWUJIUCE.mjs +2028 -0
  16. package/dist/chunk-QBOEIUY2.mjs +2231 -0
  17. package/dist/chunk-QNTMPVPN.mjs +19 -0
  18. package/dist/chunk-RRAAD3VC.mjs +2075 -0
  19. package/dist/chunk-TEUMOU3M.mjs +158 -0
  20. package/dist/chunk-ZI6X666F.mjs +19 -0
  21. package/dist/cli.js +287 -36
  22. package/dist/cli.mjs +3 -3
  23. package/dist/index.js +287 -36
  24. package/dist/index.mjs +6 -6
  25. package/dist/scan.js +287 -36
  26. package/dist/scan.mjs +3 -3
  27. package/dist/sync.js +287 -36
  28. package/dist/sync.mjs +3 -3
  29. package/dist/techDefinitions.js +287 -36
  30. package/dist/techDefinitions.mjs +1 -1
  31. package/dist/techMap.js +287 -36
  32. package/dist/techMap.mjs +2 -2
  33. package/package.json +1 -1
  34. package/public/assets/logos/ai/githubcopilot.svg +1 -0
  35. package/public/assets/logos/backend/convex.svg +5 -0
  36. package/public/assets/logos/backend/springboot.svg +1 -0
  37. package/public/assets/logos/cli/chalk.svg +1 -0
  38. package/public/assets/logos/cli/commander.svg +1 -0
  39. package/public/assets/logos/cli/ora.svg +1 -0
  40. package/public/assets/logos/cloud/aws.svg +38 -0
  41. package/public/assets/logos/css/mantine.svg +1 -0
  42. package/public/assets/logos/css/shadcn.svg +6 -0
  43. package/public/assets/logos/defaults/package.svg +18 -0
  44. package/public/assets/logos/defaults/terminal.svg +16 -0
  45. package/public/assets/logos/defaults/wrench.svg +15 -0
  46. package/public/assets/logos/language/css3.svg +6 -0
  47. package/public/assets/logos/language/html5.svg +6 -0
  48. package/public/assets/logos/language/typescript.svg +1 -1
  49. package/public/assets/logos/runtime/nodejs.svg +28 -0
  50. package/public/assets/logos/runtime/tsnode.svg +1 -0
  51. package/public/assets/logos/utility/cosmiconfig.svg +1 -0
  52. package/public/assets/logos/utility/fast-glob.svg +1 -0
  53. package/public/assets/logos/utility/figma.svg +1 -0
  54. package/public/assets/logos/utility/fs-extra.svg +1 -0
  55. package/public/assets/logos/utility/lucide.svg +1 -0
  56. package/public/assets/logos/utility/notion.svg +1 -0
  57. package/public/assets/logos/utility/slack.svg +1 -0
  58. package/public/assets/logos/utility/trello.svg +1 -0
package/dist/index.js CHANGED
@@ -3794,7 +3794,10 @@ var techDefinitions = [
3794
3794
  "id": "remix",
3795
3795
  "name": "Remix",
3796
3796
  "aliases": [
3797
- "remix"
3797
+ "remix",
3798
+ "@remix-run/react",
3799
+ "@remix-run/node",
3800
+ "@remix-run/serve"
3798
3801
  ],
3799
3802
  "category": "frontend",
3800
3803
  "logo": "frontend/remix.svg",
@@ -3874,7 +3877,10 @@ var techDefinitions = [
3874
3877
  "id": "angular",
3875
3878
  "name": "Angular",
3876
3879
  "aliases": [
3877
- "@angular/core"
3880
+ "@angular/core",
3881
+ "@angular/common",
3882
+ "@angular/platform-browser",
3883
+ "@angular/cli"
3878
3884
  ],
3879
3885
  "category": "frontend",
3880
3886
  "logo": "frontend/angular.svg",
@@ -3884,7 +3890,9 @@ var techDefinitions = [
3884
3890
  "id": "lit",
3885
3891
  "name": "Lit",
3886
3892
  "aliases": [
3887
- "lit"
3893
+ "lit",
3894
+ "lit-element",
3895
+ "lit-html"
3888
3896
  ],
3889
3897
  "category": "frontend",
3890
3898
  "logo": "frontend/lit.svg",
@@ -3904,7 +3912,8 @@ var techDefinitions = [
3904
3912
  "id": "ember",
3905
3913
  "name": "Ember",
3906
3914
  "aliases": [
3907
- "ember-source"
3915
+ "ember-source",
3916
+ "ember-cli"
3908
3917
  ],
3909
3918
  "category": "frontend",
3910
3919
  "logo": "frontend/emberdotjs.svg",
@@ -4004,20 +4013,12 @@ var techDefinitions = [
4004
4013
  "id": "mantine",
4005
4014
  "name": "Mantine",
4006
4015
  "aliases": [
4007
- "@mantine/core"
4016
+ "@mantine/core",
4017
+ "@mantine/hooks",
4018
+ "@mantine/form"
4008
4019
  ],
4009
4020
  "category": "css",
4010
- "logo": "fallback/mantine-logo.svg",
4011
- "frameworks": []
4012
- },
4013
- {
4014
- "id": "shadcnui",
4015
- "name": "shadcn/ui",
4016
- "aliases": [
4017
- "shadcn"
4018
- ],
4019
- "category": "css",
4020
- "logo": "css/shadcnui.svg",
4021
+ "logo": "css/mantine.svg",
4021
4022
  "frameworks": []
4022
4023
  },
4023
4024
  {
@@ -4054,7 +4055,8 @@ var techDefinitions = [
4054
4055
  "id": "headlessui",
4055
4056
  "name": "Headless UI",
4056
4057
  "aliases": [
4057
- "@headlessui/react"
4058
+ "@headlessui/react",
4059
+ "@headlessui/vue"
4058
4060
  ],
4059
4061
  "category": "css",
4060
4062
  "logo": "css/headlessui.svg",
@@ -4064,7 +4066,9 @@ var techDefinitions = [
4064
4066
  "id": "emotion",
4065
4067
  "name": "Emotion",
4066
4068
  "aliases": [
4067
- "@emotion/react"
4069
+ "@emotion/react",
4070
+ "@emotion/styled",
4071
+ "@emotion/css"
4068
4072
  ],
4069
4073
  "category": "css",
4070
4074
  "logo": "css/emotion.svg",
@@ -4124,7 +4128,9 @@ var techDefinitions = [
4124
4128
  "id": "redux",
4125
4129
  "name": "Redux",
4126
4130
  "aliases": [
4127
- "redux"
4131
+ "redux",
4132
+ "react-redux",
4133
+ "@reduxjs/toolkit"
4128
4134
  ],
4129
4135
  "category": "state",
4130
4136
  "logo": "state/redux.svg",
@@ -4134,7 +4140,9 @@ var techDefinitions = [
4134
4140
  "id": "mobx",
4135
4141
  "name": "MobX",
4136
4142
  "aliases": [
4137
- "mobx"
4143
+ "mobx",
4144
+ "mobx-react",
4145
+ "mobx-react-lite"
4138
4146
  ],
4139
4147
  "category": "state",
4140
4148
  "logo": "state/mobx.svg",
@@ -4174,7 +4182,9 @@ var techDefinitions = [
4174
4182
  "id": "xstate",
4175
4183
  "name": "XState",
4176
4184
  "aliases": [
4177
- "xstate"
4185
+ "xstate",
4186
+ "@xstate/react",
4187
+ "@xstate/fsm"
4178
4188
  ],
4179
4189
  "category": "state",
4180
4190
  "logo": "state/xstate.svg",
@@ -4184,7 +4194,10 @@ var techDefinitions = [
4184
4194
  "id": "tanstackquery",
4185
4195
  "name": "TanStack Query",
4186
4196
  "aliases": [
4187
- "@tanstack/react-query"
4197
+ "@tanstack/react-query",
4198
+ "@tanstack/vue-query",
4199
+ "@tanstack/svelte-query",
4200
+ "react-query"
4188
4201
  ],
4189
4202
  "category": "state",
4190
4203
  "logo": "fallback/reactquery.svg",
@@ -4394,7 +4407,11 @@ var techDefinitions = [
4394
4407
  "id": "storybook",
4395
4408
  "name": "Storybook",
4396
4409
  "aliases": [
4397
- "@storybook/react"
4410
+ "storybook",
4411
+ "@storybook/react",
4412
+ "@storybook/vue",
4413
+ "@storybook/angular",
4414
+ "@storybook/addon-essentials"
4398
4415
  ],
4399
4416
  "category": "testing",
4400
4417
  "logo": "testing/storybook.svg",
@@ -4470,6 +4487,77 @@ var techDefinitions = [
4470
4487
  "logo": "runtime/deno.svg",
4471
4488
  "frameworks": []
4472
4489
  },
4490
+ {
4491
+ "id": "nodejs",
4492
+ "name": "Node.js",
4493
+ "aliases": [
4494
+ "@types/node",
4495
+ "node"
4496
+ ],
4497
+ "category": "runtime",
4498
+ "logo": "runtime/nodejs.svg",
4499
+ "frameworks": []
4500
+ },
4501
+ {
4502
+ "id": "figma",
4503
+ "name": "Figma",
4504
+ "aliases": [
4505
+ "figma"
4506
+ ],
4507
+ "category": "utility",
4508
+ "logo": "utility/figma.svg",
4509
+ "frameworks": []
4510
+ },
4511
+ {
4512
+ "id": "notion",
4513
+ "name": "Notion",
4514
+ "aliases": [
4515
+ "notion"
4516
+ ],
4517
+ "category": "utility",
4518
+ "logo": "utility/notion.svg",
4519
+ "frameworks": []
4520
+ },
4521
+ {
4522
+ "id": "slack",
4523
+ "name": "Slack",
4524
+ "aliases": [
4525
+ "slack"
4526
+ ],
4527
+ "category": "utility",
4528
+ "logo": "utility/slack.svg",
4529
+ "frameworks": []
4530
+ },
4531
+ {
4532
+ "id": "trello",
4533
+ "name": "Trello",
4534
+ "aliases": [
4535
+ "trello"
4536
+ ],
4537
+ "category": "utility",
4538
+ "logo": "utility/trello.svg",
4539
+ "frameworks": []
4540
+ },
4541
+ {
4542
+ "id": "githubcopilot",
4543
+ "name": "GitHub Copilot",
4544
+ "aliases": [
4545
+ "github-copilot"
4546
+ ],
4547
+ "category": "ai",
4548
+ "logo": "ai/githubcopilot.svg",
4549
+ "frameworks": []
4550
+ },
4551
+ {
4552
+ "id": "chatgpt",
4553
+ "name": "ChatGPT",
4554
+ "aliases": [
4555
+ "chatgpt"
4556
+ ],
4557
+ "category": "ai",
4558
+ "logo": "ai/openai.svg",
4559
+ "frameworks": []
4560
+ },
4473
4561
  {
4474
4562
  "id": "adonisjs",
4475
4563
  "name": "AdonisJS",
@@ -4574,7 +4662,8 @@ var techDefinitions = [
4574
4662
  "id": "prisma",
4575
4663
  "name": "Prisma",
4576
4664
  "aliases": [
4577
- "prisma"
4665
+ "prisma",
4666
+ "@prisma/client"
4578
4667
  ],
4579
4668
  "category": "orm",
4580
4669
  "logo": "orm/prisma.svg",
@@ -4614,7 +4703,9 @@ var techDefinitions = [
4614
4703
  "id": "postgresql",
4615
4704
  "name": "PostgreSQL",
4616
4705
  "aliases": [
4617
- "pg"
4706
+ "pg",
4707
+ "pg-promise",
4708
+ "node-postgres"
4618
4709
  ],
4619
4710
  "category": "database",
4620
4711
  "logo": "database/postgresql.svg",
@@ -4645,7 +4736,8 @@ var techDefinitions = [
4645
4736
  "id": "sqlite",
4646
4737
  "name": "SQLite",
4647
4738
  "aliases": [
4648
- "sqlite3"
4739
+ "sqlite3",
4740
+ "better-sqlite3"
4649
4741
  ],
4650
4742
  "category": "database",
4651
4743
  "logo": "database/sqlite.svg",
@@ -4665,7 +4757,9 @@ var techDefinitions = [
4665
4757
  "id": "redis",
4666
4758
  "name": "Redis",
4667
4759
  "aliases": [
4668
- "redis"
4760
+ "redis",
4761
+ "ioredis",
4762
+ "@redis/client"
4669
4763
  ],
4670
4764
  "category": "database",
4671
4765
  "logo": "database/redis.svg",
@@ -4845,7 +4939,11 @@ var techDefinitions = [
4845
4939
  "id": "auth0",
4846
4940
  "name": "Auth0",
4847
4941
  "aliases": [
4848
- "auth0"
4942
+ "auth0",
4943
+ "auth0-js",
4944
+ "@auth0/auth0-react",
4945
+ "@auth0/auth0-vue",
4946
+ "@auth0/auth0-angular"
4849
4947
  ],
4850
4948
  "category": "auth",
4851
4949
  "logo": "auth/auth0.svg",
@@ -4855,7 +4953,9 @@ var techDefinitions = [
4855
4953
  "id": "clerk",
4856
4954
  "name": "Clerk",
4857
4955
  "aliases": [
4858
- "@clerk/nextjs"
4956
+ "@clerk/nextjs",
4957
+ "@clerk/clerk-react",
4958
+ "@clerk/clerk-sdk-node"
4859
4959
  ],
4860
4960
  "category": "auth",
4861
4961
  "logo": "auth/clerk.svg",
@@ -4865,7 +4965,9 @@ var techDefinitions = [
4865
4965
  "id": "supabaseauth",
4866
4966
  "name": "Supabase Auth",
4867
4967
  "aliases": [
4868
- "@supabase/auth-helpers-nextjs"
4968
+ "@supabase/auth-helpers-nextjs",
4969
+ "@supabase/auth-helpers-react",
4970
+ "@supabase/ssr"
4869
4971
  ],
4870
4972
  "category": "auth",
4871
4973
  "logo": "database/supabase.svg",
@@ -4875,7 +4977,10 @@ var techDefinitions = [
4875
4977
  "id": "firebaseauth",
4876
4978
  "name": "Firebase Auth",
4877
4979
  "aliases": [
4878
- "firebase"
4980
+ "firebase",
4981
+ "firebase-admin",
4982
+ "@firebase/app",
4983
+ "@firebase/auth"
4879
4984
  ],
4880
4985
  "category": "auth",
4881
4986
  "logo": "auth/firebase.svg",
@@ -4957,7 +5062,9 @@ var techDefinitions = [
4957
5062
  "id": "langchain",
4958
5063
  "name": "LangChain",
4959
5064
  "aliases": [
4960
- "langchain"
5065
+ "langchain",
5066
+ "@langchain/core",
5067
+ "@langchain/openai"
4961
5068
  ],
4962
5069
  "category": "ai",
4963
5070
  "logo": "ai/langchain.svg",
@@ -5137,10 +5244,13 @@ var techDefinitions = [
5137
5244
  "id": "aws",
5138
5245
  "name": "AWS",
5139
5246
  "aliases": [
5140
- "aws-sdk"
5247
+ "aws-sdk",
5248
+ "@aws-sdk/client-s3",
5249
+ "@aws-sdk/client-dynamodb",
5250
+ "@aws-sdk/client-lambda"
5141
5251
  ],
5142
5252
  "category": "cloud",
5143
- "logo": "cloud/amazonwebservices.svg",
5253
+ "logo": "cloud/aws.svg",
5144
5254
  "frameworks": []
5145
5255
  },
5146
5256
  {
@@ -5357,7 +5467,8 @@ var techDefinitions = [
5357
5467
  "id": "shopify",
5358
5468
  "name": "Shopify",
5359
5469
  "aliases": [
5360
- "@shopify/shopify-api"
5470
+ "@shopify/shopify-api",
5471
+ "shopify"
5361
5472
  ],
5362
5473
  "category": "cms",
5363
5474
  "logo": "cms/shopify.svg",
@@ -5617,7 +5728,9 @@ var techDefinitions = [
5617
5728
  "id": "stripe",
5618
5729
  "name": "Stripe",
5619
5730
  "aliases": [
5620
- "stripe"
5731
+ "stripe",
5732
+ "@stripe/stripe-js",
5733
+ "@stripe/react-stripe-js"
5621
5734
  ],
5622
5735
  "category": "payment",
5623
5736
  "logo": "payment/stripe.svg",
@@ -5642,6 +5755,144 @@ var techDefinitions = [
5642
5755
  "category": "payment",
5643
5756
  "logo": "fallback/lemonsqueezy.svg",
5644
5757
  "frameworks": []
5758
+ },
5759
+ {
5760
+ "id": "css",
5761
+ "name": "CSS",
5762
+ "aliases": [
5763
+ "css"
5764
+ ],
5765
+ "category": "language",
5766
+ "logo": "language/css3.svg",
5767
+ "frameworks": []
5768
+ },
5769
+ {
5770
+ "id": "html",
5771
+ "name": "HTML",
5772
+ "aliases": [
5773
+ "html"
5774
+ ],
5775
+ "category": "language",
5776
+ "logo": "language/html5.svg",
5777
+ "frameworks": []
5778
+ },
5779
+ {
5780
+ "id": "convex",
5781
+ "name": "Convex",
5782
+ "aliases": [
5783
+ "convex",
5784
+ "convex-dev"
5785
+ ],
5786
+ "category": "backend",
5787
+ "logo": "backend/convex.svg",
5788
+ "frameworks": []
5789
+ },
5790
+ {
5791
+ "id": "shadcn",
5792
+ "name": "shadcn/ui",
5793
+ "aliases": [
5794
+ "shadcn",
5795
+ "shadcn-ui",
5796
+ "shadcn/ui"
5797
+ ],
5798
+ "category": "css",
5799
+ "logo": "css/shadcn.svg",
5800
+ "frameworks": []
5801
+ },
5802
+ {
5803
+ "id": "springboot",
5804
+ "name": "Spring Boot",
5805
+ "aliases": [
5806
+ "spring-boot"
5807
+ ],
5808
+ "category": "backend",
5809
+ "logo": "backend/springboot.svg",
5810
+ "frameworks": []
5811
+ },
5812
+ {
5813
+ "id": "chalk",
5814
+ "name": "Chalk",
5815
+ "aliases": [
5816
+ "chalk"
5817
+ ],
5818
+ "category": "cli",
5819
+ "logo": "cli/chalk.svg",
5820
+ "frameworks": []
5821
+ },
5822
+ {
5823
+ "id": "commander",
5824
+ "name": "Commander.js",
5825
+ "aliases": [
5826
+ "commander"
5827
+ ],
5828
+ "category": "cli",
5829
+ "logo": "cli/commander.svg",
5830
+ "frameworks": []
5831
+ },
5832
+ {
5833
+ "id": "ora",
5834
+ "name": "Ora",
5835
+ "aliases": [
5836
+ "ora"
5837
+ ],
5838
+ "category": "cli",
5839
+ "logo": "cli/ora.svg",
5840
+ "frameworks": []
5841
+ },
5842
+ {
5843
+ "id": "cosmiconfig",
5844
+ "name": "Cosmiconfig",
5845
+ "aliases": [
5846
+ "cosmiconfig"
5847
+ ],
5848
+ "category": "utility",
5849
+ "logo": "utility/cosmiconfig.svg",
5850
+ "frameworks": []
5851
+ },
5852
+ {
5853
+ "id": "fastglob",
5854
+ "name": "fast-glob",
5855
+ "aliases": [
5856
+ "fast-glob"
5857
+ ],
5858
+ "category": "utility",
5859
+ "logo": "utility/fast-glob.svg",
5860
+ "frameworks": []
5861
+ },
5862
+ {
5863
+ "id": "fsextra",
5864
+ "name": "fs-extra",
5865
+ "aliases": [
5866
+ "fs-extra"
5867
+ ],
5868
+ "category": "utility",
5869
+ "logo": "utility/fs-extra.svg",
5870
+ "frameworks": []
5871
+ },
5872
+ {
5873
+ "id": "lucide",
5874
+ "name": "Lucide",
5875
+ "aliases": [
5876
+ "lucide",
5877
+ "lucide-react",
5878
+ "lucide-static",
5879
+ "lucide-vue-next",
5880
+ "lucide-angular",
5881
+ "lucide-svelte"
5882
+ ],
5883
+ "category": "utility",
5884
+ "logo": "utility/lucide.svg",
5885
+ "frameworks": []
5886
+ },
5887
+ {
5888
+ "id": "tsnode",
5889
+ "name": "ts-node",
5890
+ "aliases": [
5891
+ "ts-node"
5892
+ ],
5893
+ "category": "runtime",
5894
+ "logo": "runtime/tsnode.svg",
5895
+ "frameworks": []
5645
5896
  }
5646
5897
  ];
5647
5898
 
package/dist/index.mjs CHANGED
@@ -1,19 +1,19 @@
1
- import {
2
- sync
3
- } from "./chunk-XS2LU2MN.mjs";
4
1
  import "./chunk-WAXGOBY2.mjs";
5
2
  import {
6
3
  add
7
4
  } from "./chunk-ACCTMJVS.mjs";
8
5
  import {
9
6
  scan
10
- } from "./chunk-OX7SYHLD.mjs";
7
+ } from "./chunk-7UBBON7U.mjs";
8
+ import {
9
+ sync
10
+ } from "./chunk-C34SNVKF.mjs";
11
11
  import {
12
12
  techMap
13
- } from "./chunk-LSUI3VI4.mjs";
13
+ } from "./chunk-ZI6X666F.mjs";
14
14
  import {
15
15
  techDefinitions
16
- } from "./chunk-LB3L25FS.mjs";
16
+ } from "./chunk-QBOEIUY2.mjs";
17
17
  import {
18
18
  copyAssets,
19
19
  generateMarkdown,