NPM Package Converter #8812
ghost
started this conversation in
Show and tell
Replies: 1 comment
-
Hi F1nx |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been reading up on the possibility of someone installing Deno to be used alongside NPM modules; but since that goes against what Deno is trying to stand for, I came up with the idea that there could be a converter using NPM's
package-lock.json
file (since it contains links for each dependency and is formatted conveniently in JSON). This is the basic function of how it would work, appending the links to the top of a Deno script. How it will be spread out upon request? That's a work in progress (though it could just target amain/index.js
file.Since people using NPM would use the program, it should be written in Node.js, of course.
Beta Was this translation helpful? Give feedback.
All reactions