`stringify-package` is deprecated
Open
- Dominant language
- JavaScript
- Stars
- 231
- Forks
- 242
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 7
Description
When I install `cordova-cli` version 13, i get a deprecation warning from npm for `stringify-package`:
```bash
npm warn deprecated stringify-package@1.0.1: This module is not used anymore, and has been replaced by @npmcli/package-json
```
`stringify-package`should be replaced with `@npmcli/package-json`
Contributor guide
Research direction
No file or test is named in the issue. Search the Cordova CLI dependency and package metadata for references to stringify-package, replace the deprecated package with @npmcli/package-json, and verify that installing cordova-cli no longer emits this deprecation warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cli, tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100