Skip to content

Instantly share code, notes, and snippets.

View Dartv's full-sized avatar
🌚
...

Dmytro Artamonov Dartv

🌚
...
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dartv on github.
  • I am dartv (https://keybase.io/dartv) on keybase.
  • I have a public key ASA1g4OhElCo1UZGqsDcQvgQ1jAUB2rDiLPi9hFX8Wlrswo

To claim this, I am signing this object:

@Dartv
Dartv / gist:34b40c8cd38c1cbaf50ea336a99a72a1
Created May 17, 2023 07:52
list node packages and their supported node versions
npm ls -depth=0 -prod | sed -n 's/^[^A-Za-z0-9_]*//;s/@.*$//p' | xargs -n 1 -I % sh -c 'echo %; npm view % engines'