Skip to content

Commit

Permalink
6700 dependents! πŸ”₯
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Jan 11, 2016
1 parent 8417f17 commit 51b8f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -30,7 +30,7 @@
- Clean and focused
- Auto-detects color support
- Actively maintained
- [Used by ~5000 modules](https://www.npmjs.com/browse/depended/chalk) as of August 23, 2015
- [Used by ~6700 modules](https://www.npmjs.com/browse/depended/chalk) as of January 11, 2016


## Install
Expand Down

13 comments on commit 51b8f32

@sindresorhus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰

@Qix-
Copy link
Member Author

@Qix- Qix- commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ that's the emoji I was looking for but it didn't show up in my emoji palette D:

@4kochi
Copy link

@4kochi 4kochi commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are even if the numbers of libraries.io are correct: https://libraries.io/npm/chalk

@Qix-
Copy link
Member Author

@Qix- Qix- commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@4kochi do those numbers include something other than NPM?

@4kochi
Copy link

@4kochi 4kochi commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure.

@4kochi
Copy link

@4kochi 4kochi commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Within Libraries.io we’ve aggregated 1,142,594 projects, written in 160 languages from across 29 package managers, including dependencies, releases, license information and source code repository infomation. This results in a rich index of almost every open source library available for use today.

The index is kept up to date with information about new libraries and new releases of existing libraries every day. This ensures upcoming projects get exposure, as well as existing well known libraries."

@4kochi
Copy link

@4kochi 4kochi commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is in fact a distinction between npm modules and github repositories (projects vs repositories)

@Qix-
Copy link
Member Author

@Qix- Qix- commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, but I wonder what other managers Chalk is on other than NPM. Interesting!

@sindresorhus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Qix- npm only counts published modules using chalk. I think Libraries.io also counts web apps and other things published on GitHub with a package.json, but not published on npm.

@Qix-
Copy link
Member Author

@Qix- Qix- commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha. Neat! Should we be using those numbers? Or NPM's? I've been going off of NPMs the last few times I updated.

@sindresorhus
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go off npm since that's what everyone else is doing.

@Qix-
Copy link
Member Author

@Qix- Qix- commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘

@dthree
Copy link

@dthree dthree commented on 51b8f32 Jan 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘ woot!

Please sign in to comment.