anvaka / npmgraph.an

2d visualization of npm

Home Page:https://npm.anvaka.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for scoped packages

ndelangen opened this issue · comments

Scoped packages are packages belonging to an organization or individual, but may still be public.

I'd be really nice to be able to view those as well.

commented

see #5

I wanted to test something with scoped packages, but couldn't find a real world scoped packages. Only documentation.

Do you happen to know any public example?

commented

@anvaka unfortunately I do not.. I imagine you could try to deploy your own..

https://www.npmjs.com/on-site#free-trial

Every npm user can has a user scope they can publish to. As long as you publish to the public it's free.

commented

so @ndelangen if I understand correctly.. NPMe and scoped packages are different ?

NPMe is just a private NPM.. whereas the scoped packages have some @_____ prepending scheme?

@ndelangen does the graph right to you: http://npm.anvaka.com/#/view/2d/@ndelangen%252Fgrunt-casperjs ?

Disregard the encoding in the search box.

@EMCP Yes, scoped packages are packages that belong to some organisation or person. https://docs.npmjs.com/misc/scope
Having your own private registry is something different entirely.

@anvaka Yes, that data looks correct. It also makes my machine nice and hot 😆.

Regarding

It also makes my machine nice and hot

My bad. I need to stop layout once stable configuration is achieved.