Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created March 27, 2023 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/afd79e539e98e2a5e0316c7cf55d2cd7 to your computer and use it in GitHub Desktop.
Save miguelmota/afd79e539e98e2a5e0316c7cf55d2cd7 to your computer and use it in GitHub Desktop.
NPM rest api get package info
curl -s "https://registry.npmjs.org/merkletreejs/latest" | jq '.version'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment