afbobak / nopar

Node PAckage Registry
http://afbobak.github.io/nopar/
Other
42 stars 13 forks source link

Support for scoped packages #26

Open glenjamin opened 9 years ago

glenjamin commented 9 years ago

The public registry now supports scopes: http://blog.npmjs.org/post/116936804365/solving-npms-hard-problem-naming-packages

There's also some neat stuff in the client to support pointing scopes at different registries: https://docs.npmjs.com/misc/scope

Here's a suggested featurelist in rough order of importance:

I'm going to take a stab at the first two for now.

afbobak commented 9 years ago

+1

afbobak commented 9 years ago

What exactly do you mean by whitelisting scopes? Publishing to local, or even passing it through to the parent registry?

glenjamin commented 9 years ago

I was thinking that local would only accept publishes for the named scopes.

Could proxy other publishes, or just reject.