Skip to content

Instantly share code, notes, and snippets.

@peterjmag
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterjmag/0aa3e05c9c1c479aff43 to your computer and use it in GitHub Desktop.
Save peterjmag/0aa3e05c9c1c479aff43 to your computer and use it in GitHub Desktop.
the-node-ecosystem-is-ridiculous challenge of the day: What's the best thing you can write using *only* valid + existing npm module names?

the-node-ecosystem-is-ridiculous challenge of the day

What's the best thing you can write using only valid + existing npm module names?

Example

https://www.npmjs.com/package/i/
https://www.npmjs.com/package/only/
https://www.npmjs.com/package/speak/
https://www.npmjs.com/package/in/
https://www.npmjs.com/package/npm/
https://www.npmjs.com/package/package/
https://www.npmjs.com/package/names/

Of course, you should probably click on or make a request to each URL consecutively! (Hmmm, you could theoretically even automate this with some sort of scripting language...) Bonus points to the first person to make npm, Inc's devops team notice a pattern in their logs.