Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way too many deps #26

Open
Ivshti opened this issue Jun 28, 2016 · 1 comment
Open

Way too many deps #26

Ivshti opened this issue Jun 28, 2016 · 1 comment
Assignees

Comments

@Ivshti
Copy link
Owner

Ivshti commented Jun 28, 2016

Maybe i'm nitpicking, but IMO it's good to keep some discipline regarding deps.

When one of the dependencies of your project, which should be simple, installs huge modules - doesn't seem right

let me clarify

[email protected] node_modules/wcjs-prebuilt
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected])
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
└── [email protected]

Most of those seem justified, but:
parse-filepath - is this only a syntax sugar or simple simplification to regular path?
graceful-ncp - ?
why both decompress-zip and unzip
request can be replaced by needle or simple-get which are way lighter

EDIT noticed graceful-ncp is no longer used

@luigiplr
Copy link
Collaborator

Fair enough.

@luigiplr luigiplr self-assigned this Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants