If the package.json version number is "*", will the latest version be installed when install?

like this, which version of the package will be installed when npm install ?

clipboard.png

Jun.28,2022

"dependencies": {
    "bluebird": "^3.3.4",
    "body-parser": "~1.15.2",
    "querystring": "*"
  }
~1.15.2 :=  >=1.15.2 <1.16.0     

^3.3.4 := >=3.3.4 <4.0.0
querystring:

as long as the version of the dependent package is not specified, all the packages under npm install are the latest packages

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37d94-2c0d3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37d94-2c0d3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?