<div dir="ltr">Hello Praveen,<div><br></div><div>It seems npm2deb does this already.<br><div>I tested the concerned package and it uses github tags not npm registry.</div></div><div><br></div><div>The question mark (?) before v in the matching regex allows the v to appear 0 or 1 times</div><div>.*/v?(\d\S+)\.tar\.gz<br></div><div><br></div><div>So I think that should cover tags with or without the v prefix.</div></div>