LoginSignup
0
0

More than 3 years have passed since last update.

Confirm 'npm versions' using command

Last updated at Posted at 2019-08-22

Command :

$ npm info cordova versions
$ npm info versions

Result :

ec2-user:~/environment/sample (master) $ npm info cordova versions
npm http GET https://registry.npmjs.org/cordova
npm http 200 https://registry.npmjs.org/cordova

[
  '0.0.0-fake', '0.0.1',      '0.0.2',       '0.0.3',       '0.0.4',
  '0.0.5',      '0.0.6',      '0.0.7',       '0.0.8',       '0.0.9',
  '0.1.0',      '0.1.1',      '0.1.2',       '0.1.3',       '0.1.4',
  '0.1.5',      '0.1.6',      '0.1.7',       '0.1.8',       '0.1.9',
  '0.1.10',     '0.1.11',     '0.1.12',      '0.1.13',      '0.1.14',
  '2.2.0',      '2.3.0',      '2.3.1',       '2.3.2',       '2.3.3',
  '2.3.5',      '2.3.6',      '2.4.0',       '2.4.1',       '2.4.2',
  '2.4.3',      '2.4.4',      '2.4.5',       '2.4.6',       '2.4.7',
  '2.4.8',      '2.4.9',      '2.4.10',      '2.5.0',       '2.5.2',
  '2.5.3',      '2.5.4',      '2.5.5',       '2.6.0',       '2.6.1',
  '2.6.2',      '2.7.0-rc.1', '2.7.1-rc.1',  '2.7.2',       '2.7.3',
  '2.7.4',      '2.8.0',      '2.8.1',       '2.8.2',       '2.8.3',
  '2.8.4',      '2.8.5',      '2.8.6',       '2.8.7',       '2.8.8',
  '2.8.9',      '2.8.10',     '2.8.11',      '2.8.12',      '2.8.13',
  '2.8.14',     '2.8.15',     '2.8.16',      '2.8.17',      '2.8.18',
  '2.8.19',     '2.8.20',     '2.8.21',      '2.8.22',      '2.8.23',
  '2.8.24',     '2.8.25',     '2.9.0-rc1',   '2.9.0',       '2.9.1',
  '2.9.2',      '2.9.3',      '2.9.4',       '2.9.5',       '2.9.6',
  '2.9.7',      '3.0.0-rc1',  '3.0.0-rc1-1', '3.0.0-rc1-3', '3.0.0',
  '3.0.1',      '3.0.2',      '3.0.3',       '3.0.4',       '3.0.5',
  ... 869 more items
]

===
ec2-user:~/environment/sample (master) $ npm info versions
npm http GET https://registry.npmjs.org/versions
npm http 200 https://registry.npmjs.org/versions

{
  name: 'versions',
  description: 'Content Delivery Network',
  'dist-tags': { latest: '0.3.0' },
  versions: [
    '0.0.0',  '0.0.1', '0.1.0',
    '0.1.1',  '0.1.2', '0.1.3',
    '0.1.4',  '0.1.5', '0.1.6',
    '0.1.7',  '0.1.9', '0.1.10',
    '0.1.11', '0.2.0', '0.2.1',
    '0.2.2',  '0.3.0'
  ],
  maintainers: [ 'v1 <info@3rd-Eden.com>', '3rdeden <npm@3rd-Eden.com>' ],
  time: {
    modified: '2017-11-22T23:05:14.109Z',
    created: '2013-02-18T10:09:55.168Z',
    '0.0.0': '2013-02-18T10:09:56.938Z',
    '0.0.1': '2013-02-21T10:48:28.498Z',
    '0.1.0': '2013-02-28T13:39:14.390Z',
    '0.1.1': '2013-02-28T15:33:41.906Z',
    '0.1.2': '2013-03-02T10:52:18.661Z',
    '0.1.3': '2013-03-04T13:51:18.340Z',
    '0.1.4': '2013-03-07T15:15:17.863Z',
    '0.1.5': '2013-03-11T08:04:23.748Z',
    '0.1.6': '2013-03-15T10:45:33.720Z',
    '0.1.7': '2013-03-15T10:59:57.049Z',
    '0.1.9': '2013-03-28T15:06:07.116Z',
    '0.1.10': '2013-04-03T09:56:04.926Z',
    '0.1.11': '2013-04-03T11:15:15.164Z',
    '0.2.0': '2013-05-27T08:43:02.462Z',
    '0.2.1': '2013-05-28T08:04:03.021Z',
    '0.2.2': '2013-05-28T14:36:36.583Z',
    '0.3.0': '2015-02-27T17:28:10.440Z'
  },
  author: 'Arnout Kazemier',
  repository: { type: 'git', url: 'https://github.com/3rd-Eden/versions' },
  keywords: [
    'cdn',        'content',
    'delivery',   'network',
    'file',       'serving',
    'fetching',   'caching',
    'cacher',     'versions',
    'versioning'
  ],
  license: 'MIT',
  readmeFilename: 'README.md',
  homepage: 'https://github.com/3rd-Eden/versions',
  bugs: { url: 'https://github.com/3rd-Eden/versions/issues' },
  users: { xumakjosh: true, 'joaquin.briceno': true },
  version: '0.3.0',
  main: 'index.js',
  scripts: {
    start: 'bin/versions',
    test: "NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')"
  },
  dependencies: {
    connect: '2.7.x',
    cookie: '0.1.x',
    devnull: '0.0.x',
    expirable: '0.0.x',
    hashring: '3.1.x',
    request: '2.21.x',
    semver: '1.1.x',
    leverage: '0.0.x'
  },
  devDependencies: {
    chai: '1.6.x',
    mocha: '1.10.x',
    redis: '0.8.x',
    sinon: '1.7.x',
    'sinon-chai': '2.4.x',
    versions: 'git://github.com/3rd-Eden/versions.git'
  },
  gitHead: 'b539837506ac63c444b48c4c7329721a5569aec7',
  dist: {
    shasum: '10f87b7beef3d86661c0f590459a8a8927e4fada',
    tarball: 'https://registry.npmjs.org/versions/-/versions-0.3.0.tgz'
  },
  directories: {}
}
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