Hello, I'd like to make a little vscode extension for opening a project's package.json in npmgraph, and I'd like to reuse the logic that already exists for this in this module, but I don't really need a CLI, I just need a lower-level function that presumably receives the parsed package.json and returns a url.
Can something like this be implemented?
Hello, I'd like to make a little vscode extension for opening a project's
package.jsonin npmgraph, and I'd like to reuse the logic that already exists for this in this module, but I don't really need a CLI, I just need a lower-level function that presumably receives the parsedpackage.jsonand returns a url.Can something like this be implemented?