georgy / nexus-npm-repository-plugin

Sonatype Nexus OSS plugin for npm (https://www.npmjs.org) repository suport
25 stars 7 forks source link

Factor out transport #11

Closed cstamas closed 10 years ago

cstamas commented 10 years ago

Refactor: moved out transport from proxy md service to simplify it, and be able to make UTs faster by customising it to NOT harrass registry root.

Also, metadata parser became a managed singleton now.