-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Recently I've been working on increasing the bus factor of quadstore and related projects, given the modest but consistent usage that these packages are experiencing.
To this end, I've created the quadstorejs organization here on GH and the @quadstorejs org on NPM with the goals of a) making sure other maintainers can take over me if needed and b) supporting other maintainers in working on quadstore-related projects.
However, NPM does not appear to support "package redirects" in the same way that GitHub supports redirecting repositories, meaning that an existing NPM package published in the global scope - such as quadstore - cannot be transferred to the scope of an organization without deprecating the original package and republishing as a new package.
Nonetheless, I think transferring to the NPM organization would be a worthwhile endeavour, if only for the additional clarity that it would bring to newcomers. Specifically, I would deprecate and republish as follows:
quadstore->@quadstorejs/storequadstore-comunica->@quadstorejs/sparqlquadstore-http->@quadstorejs/http
Anything against this?