I’ve heard people mention curl and imagemagick. Any others that you know about?

  • @Fylkir
    link
    English
    51 year ago

    Someone ought to write a Node.js fork that includes native implementations of popular modules that are unlikely to need maintenance like isodd. Then come with a custom version of NPM that refuse to install the packages.

    • @spartanatreyu@programming.dev
      link
      fedilink
      English
      101 year ago

      Deno basically did this by including a standard library that removes the need for the most popular modules. It’s the best js/ts experience I’ve ever had.

      • Baldur Nil
        link
        fedilink
        English
        21 year ago

        I just checked it and seems nice! Also seems to have been well received by the community.