LoginSignup
0
0

More than 5 years have passed since last update.

npm published versions

Last updated at Posted at 2019-03-26

npm view <pkg> versions

$npm view @types/superagent versions
[ '1.4.14-alpha',
  '1.4.15-alpha',
...
  '3.8.7',
  '4.1.0',
  '4.1.1' ]

viewのエイリアスのv/info/showでも同じ

dist-tagsなども同様

$npm view @types/superagent dist-tags

{ latest: '4.1.1',
  'ts2.0': '2.0.37',
  'ts2.1': '2.0.37',
...
  'ts3.3': '4.1.1',
  'ts3.4': '4.1.1' }

# 下記も同じ情報が得られる
$npm dist-tags ls @types/superagent
latest: 4.1.1
ts2.0: 2.0.37
...
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0