Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Given the following package.json
When you run npm pkg get name dependencies peerDependencies,
Then you get no result.
Expected Behavior
Given the following package.json
When you run npm pkg get name dependencies peerDependencies,
Then we get the following result
Steps To Reproduce
- With the following config
- Run
npm pkg get name dependencies peerDependencies
Environment
- npm: 10.9.0
- Node.js: 20.16.0
- OS Name: Ubuntu 22.04.5 LTS