Apologies if this is the wrong repo; I don't know where to file this. I was researching why after upgrading to npm 7 my $npm_package environment variables were blank, and found [this blog post](https://blog.npmjs.org/post/626173315965468672/npm-v7-series-beta-release-and-semver-major). It says, > [RFC 21](https://github.com/npm/rfcs/blob/latest/accepted/0021-reduce-lifecycle-script-environment.md) Environment no longer includes npm_package_* fields Three issues, 1. That RFC21 link has moved to [implemented](https://github.com/npm/rfcs/blob/latest/implemented/0021-reduce-lifecycle-script-environment.md) 2. For others who land on this during the same kind of troubleshooting, it would really help to specify what the recommended alternative is. 3. https://docs.npmjs.com/cli/v7/using-npm/scripts#packagejson-vars still mentions the v6 behavior.