Change naming of modules on npm
make-github-pseudonymous-again opened this issue · 2 comments
make-github-pseudonymous-again commented
Use @aureooms/{name} instead of aureooms-js-{name}. See npm scopes.
make-github-pseudonymous-again commented
I believe this has been done. Chose the naming @aureooms/js-XYZ over @aureooms/XYZ. Should use a script to check (list all modules owned by aureooms, for each module aureooms-js-XYZ check whether @aureooms/js-XYZ exists)
make-github-pseudonymous-again commented
Checked by first downloading
https://www.npmjs.com/settings/<username>/packages?page=0&perPage=500
in-browser while logged in, then running
cat npm.html | html-select 'section > div > div > a' | html-format content | sed 's:^aureooms-js-:@aureooms/js-:g' | sort | uniq -u | grep '^aureooms-'
aureooms-es-itertools
aureooms-es-max-gap
aureooms-es-parse
aureooms-es-red-black-tree
aureooms-node-package
aureooms-node-recursive-build
aureooms-node-recursive-require
and finally checking by hand.