enterprise/a8n: Don't replace NPM environment variables
Created by: ryanslade
It is valid for a .npmrc file to contain a line like: :_authToken=${ABC}
In this case ${ABC} will be replaced with the environment variable ABC
We should therefore not remove these occurrences