jspm / npm

NPM Location Service
19 stars 34 forks source link

npmrc handling polishing #87

Open guybedford opened 9 years ago

guybedford commented 9 years ago

We need to integrate more thorough parsing of the npmrc handling.

For example:

Only then can we be sure we can exactly trust the npmrc values to use them automatically for authenticating.

alienriver49 commented 2 years ago

@guybedford This is probably a shot in the dark as I know JSPM is sunset (and I'm guessing possibly this library too?), but could we have environment variable support added to this list? It's the same as this issue which was originally opened under the JSPM CLI repository.

I would be willing to submit a PR if this was something that would be released, but if this repository is considered archived like the JSPM CLI one, then we will likely have to patch this and release a version in our private registry. Thanks!

guybedford commented 2 years ago

@alienriver49 yes this repo is no longer maintained, but if you do have a specific PR that you would like to see I can certainly publish a patch for you.

alienriver49 commented 2 years ago

@guybedford Finally got around to implementing this. PR here.