Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit c2fd998

Browse files
committed
Fix: Fixing dep:remove logic
1 parent b36a03e commit c2fd998

5 files changed

Lines changed: 178 additions & 303 deletions

File tree

CREDITS.md

Lines changed: 39 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,53 @@ This file shows all npm packages used in DockStatAPI (also Dev packages)
44

55
### License: (MIT AND CC-BY-3.0)
66

7-
| Name | Repository | Publisher |
8-
| ----------------- | -------------------------------------------- | -------------------- |
7+
| Name | Repository | Publisher |
8+
|------|-------------|-----------|
99
| spdx-ranges@2.1.1 | https://github.com/kemitchell/spdx-ranges.js | The Linux Foundation |
1010

11+
1112
### License: Apache-2.0
1213

13-
| Name | Repository | Publisher |
14-
| ------------------------------------ | ------------------------------------------------------------- | --------------------- |
15-
| @balena/dockerignore@1.0.2 | https://github.com/balena-io-modules/dockerignore | N/A |
16-
| @eslint/config-array@0.19.1 | https://github.com/eslint/rewrite | Nicholas C. Zakas |
17-
| @eslint/core@0.9.1 | https://github.com/eslint/rewrite | Nicholas C. Zakas |
18-
| @eslint/object-schema@2.1.5 | https://github.com/eslint/rewrite | Nicholas C. Zakas |
19-
| @eslint/plugin-kit@0.2.4 | https://github.com/eslint/rewrite | Nicholas C. Zakas |
20-
| @humanfs/core@0.19.1 | https://github.com/humanwhocodes/humanfs | Nicholas C. Zakas |
21-
| @humanfs/node@0.16.6 | https://github.com/humanwhocodes/humanfs | Nicholas C. Zakas |
22-
| @humanwhocodes/module-importer@1.0.1 | https://github.com/humanwhocodes/module-importer | Nicholas C. Zaks |
23-
| @humanwhocodes/retry@0.3.1 | https://github.com/humanwhocodes/retry | Nicholas C. Zaks |
24-
| @humanwhocodes/retry@0.4.1 | https://github.com/humanwhocodes/retry | Nicholas C. Zaks |
25-
| @playwright/test@1.49.1 | https://github.com/microsoft/playwright | Microsoft Corporation |
26-
| @scarf/scarf@1.4.0 | https://github.com/scarf-sh/scarf-js | Scarf Systems |
27-
| detect-libc@2.0.3 | https://github.com/lovell/detect-libc | Lovell Fuller |
28-
| docker-modem@5.0.3 | https://github.com/apocas/docker-modem | Pedro Dias |
29-
| dockerode@4.0.2 | https://github.com/apocas/dockerode | Pedro Dias |
30-
| doctrine@3.0.0 | https://github.com/eslint/doctrine | N/A |
31-
| eslint-visitor-keys@3.4.3 | https://github.com/eslint/eslint-visitor-keys | Toru Nagashima |
32-
| eslint-visitor-keys@4.2.0 | https://github.com/eslint/js | Toru Nagashima |
33-
| playwright-core@1.49.1 | https://github.com/microsoft/playwright | Microsoft Corporation |
34-
| playwright@1.49.1 | https://github.com/microsoft/playwright | Microsoft Corporation |
35-
| spdx-correct@3.2.0 | https://github.com/jslicense/spdx-correct.js | N/A |
36-
| swagger-ui-dist@5.18.2 | https://github.com/swagger-api/swagger-ui | N/A |
37-
| tunnel-agent@0.6.0 | https://github.com/mikeal/tunnel-agent | Mikeal Rogers |
38-
| typescript@5.7.2 | https://github.com/microsoft/TypeScript | Microsoft Corp. |
39-
| validate-npm-package-license@3.0.4 | https://github.com/kemitchell/validate-npm-package-license.js | Kyle E. Mitchell |
14+
| Name | Repository | Publisher |
15+
|------|-------------|-----------|
16+
| @balena/dockerignore@1.0.2 | https://github.com/balena-io-modules/dockerignore | N/A |
17+
| @eslint/config-array@0.19.1 | https://github.com/eslint/rewrite | Nicholas C. Zakas |
18+
| @eslint/core@0.9.1 | https://github.com/eslint/rewrite | Nicholas C. Zakas |
19+
| @eslint/object-schema@2.1.5 | https://github.com/eslint/rewrite | Nicholas C. Zakas |
20+
| @eslint/plugin-kit@0.2.4 | https://github.com/eslint/rewrite | Nicholas C. Zakas |
21+
| @humanfs/core@0.19.1 | https://github.com/humanwhocodes/humanfs | Nicholas C. Zakas |
22+
| @humanfs/node@0.16.6 | https://github.com/humanwhocodes/humanfs | Nicholas C. Zakas |
23+
| @humanwhocodes/module-importer@1.0.1 | https://github.com/humanwhocodes/module-importer | Nicholas C. Zaks |
24+
| @humanwhocodes/retry@0.3.1 | https://github.com/humanwhocodes/retry | Nicholas C. Zaks |
25+
| @humanwhocodes/retry@0.4.1 | https://github.com/humanwhocodes/retry | Nicholas C. Zaks |
26+
| @playwright/test@1.49.1 | https://github.com/microsoft/playwright | Microsoft Corporation |
27+
| @scarf/scarf@1.4.0 | https://github.com/scarf-sh/scarf-js | Scarf Systems |
28+
| detect-libc@2.0.3 | https://github.com/lovell/detect-libc | Lovell Fuller |
29+
| docker-modem@5.0.3 | https://github.com/apocas/docker-modem | Pedro Dias |
30+
| dockerode@4.0.2 | https://github.com/apocas/dockerode | Pedro Dias |
31+
| doctrine@3.0.0 | https://github.com/eslint/doctrine | N/A |
32+
| eslint-visitor-keys@3.4.3 | https://github.com/eslint/eslint-visitor-keys | Toru Nagashima |
33+
| eslint-visitor-keys@4.2.0 | https://github.com/eslint/js | Toru Nagashima |
34+
| playwright-core@1.49.1 | https://github.com/microsoft/playwright | Microsoft Corporation |
35+
| playwright@1.49.1 | https://github.com/microsoft/playwright | Microsoft Corporation |
36+
| spdx-correct@3.2.0 | https://github.com/jslicense/spdx-correct.js | N/A |
37+
| swagger-ui-dist@5.18.2 | https://github.com/swagger-api/swagger-ui | N/A |
38+
| tunnel-agent@0.6.0 | https://github.com/mikeal/tunnel-agent | Mikeal Rogers |
39+
| typescript@5.7.2 | https://github.com/microsoft/TypeScript | Microsoft Corp. |
40+
| validate-npm-package-license@3.0.4 | https://github.com/kemitchell/validate-npm-package-license.js | Kyle E. Mitchell |
41+
4042

4143
### License: CC-BY-3.0
4244

43-
| Name | Repository | Publisher |
44-
| --------------------- | -------------------------------------------------- | -------------------- |
45+
| Name | Repository | Publisher |
46+
|------|-------------|-----------|
4547
| spdx-exceptions@2.5.0 | https://github.com/kemitchell/spdx-exceptions.json | The Linux Foundation |
4648

49+
4750
### License: Python-2.0
4851

49-
| Name | Repository | Publisher |
50-
| -------------- | ---------------------------------- | --------- |
51-
| argparse@2.0.1 | https://github.com/nodeca/argparse | N/A |
52+
| Name | Repository | Publisher |
53+
|------|-------------|-----------|
54+
| argparse@2.0.1 | https://github.com/nodeca/argparse | N/A |
55+
56+

package-lock.json

Lines changed: 0 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"express-rate-limit": "^7.4.1",
3737
"https": "^1.0.0",
3838
"ipaddr.js": "^2.2.0",
39-
"node-fetch": "^3.3.2",
4039
"nodemailer": "^6.9.16",
4140
"sqlite3": "^5.1.7",
4241
"swagger-jsdoc": "^6.2.8",
@@ -52,7 +51,6 @@
5251
"@types/express": "^5.0.0",
5352
"@types/express-handlebars": "^5.3.1",
5453
"@types/node": "^22.9.0",
55-
"@types/node-fetch": "^2.6.12",
5654
"@types/nodemailer": "^6.4.17",
5755
"@types/supports-color": "^8.1.3",
5856
"@types/swagger-jsdoc": "^6.0.4",

0 commit comments

Comments
 (0)