git-ripper 1.4.2 → 1.4.3

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 (2) hide show
  1. package/README.md +0 -11
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -29,17 +29,6 @@
29
29
 
30
30
  Have you ever needed just a single component from a massive repository? Or wanted to reference a specific configuration directory without downloading gigabytes of code? Git-ripper solves this problem by letting you extract and download only the folders you need, saving bandwidth, time, and disk space.
31
31
 
32
- ## Project Stats
33
-
34
- Git-ripper has grown to become a trusted tool in the developer ecosystem:
35
-
36
- - **Total Downloads**: Thousands of developers worldwide have downloaded Git-ripper to optimize their workflow and save time when working with large repositories.
37
- - **Weekly Active Users**: Our weekly download statistics show consistent adoption and usage among developers, indicating the tool's reliability and usefulness.
38
- - **Minimal Bundle Size**: Git-ripper is designed to be lightweight and efficient, with a minimal bundle size that ensures quick installation and minimal impact on your system resources.
39
- - **Active Maintenance**: The project is actively maintained with regular updates and improvements, ensuring compatibility with the latest GitHub API changes and addressing user feedback.
40
- - **Community Support**: With growing stars and forks on GitHub, Git-ripper has built a supportive community of users who contribute to its ongoing development and share their success stories.
41
- - **Enterprise Adoption**: Used by teams in various organizations, from startups to large enterprises, Git-ripper helps development teams streamline their workflows when working with modular components from large codebases.
42
-
43
32
  ## Features
44
33
 
45
34
  - **Selective Downloads**: Fetch specific folders instead of entire repositories
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-ripper",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "CLI tool that lets you download specific folders from GitHub repositories without cloning the entire repo.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -29,6 +29,10 @@
29
29
  ],
30
30
  "author": "sairajb",
31
31
  "license": "MIT",
32
+ "imports": {
33
+ "#ansi-styles": "ansi-styles",
34
+ "#supports-color": "supports-color"
35
+ },
32
36
  "dependencies": {
33
37
  "ansi-styles": "^6.2.1",
34
38
  "archiver": "^6.0.1",
@@ -38,7 +42,7 @@
38
42
  "commander": "^12.0.0",
39
43
  "p-limit": "^6.2.0",
40
44
  "pretty-bytes": "^6.1.1",
41
- "supports-color": "^9.3.1"
45
+ "supports-color": "^9.4.0"
42
46
  },
43
47
  "repository": {
44
48
  "type": "git",