Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Version on NPM #33

Open
pvorb opened this issue Mar 11, 2013 · 0 comments
Open

Latest Version on NPM #33

pvorb opened this issue Mar 11, 2013 · 0 comments

Comments

@pvorb
Copy link
Contributor

pvorb commented Mar 11, 2013

v0.2.2 is marked as the latest version of restful on npm, since somebody (re-)published it on Feb 6th, 2013. That's why a npm install restful installs restful@0.2.2 at the moment. I would expect it to install restful@0.4.4, though.

Here's what npm says about the package:

$ npm show restful

{ name: 'restful',
  'dist-tags': { latest: '0.2.2' },
  versions: 
   [ '0.0.0',
     '0.1.0',
     '0.1.1',
     '0.1.2',
     '0.1.3',
     '0.2.0',
     '0.2.1',
     '0.2.2',
     '0.3.0',
     '0.3.1',
     '0.3.2',
     '0.4.0',
     '0.4.1',
     '0.4.2',
     '0.4.3',
     '0.4.4' ],
  maintainers: 
   [ 'indexzero <charlie.robbins@gmail.com>',
     'mmalecki <me@mmalecki.com>' ],
  time: 
   { '0.0.0': '2012-05-16T20:48:52.926Z',
     '0.1.0': '2012-06-01T20:03:25.326Z',
     '0.1.1': '2012-06-07T01:38:14.724Z',
     '0.1.2': '2012-06-07T04:40:21.206Z',
     '0.1.3': '2012-06-13T07:42:15.751Z',
     '0.2.0': '2012-06-27T06:12:14.204Z',
     '0.2.1': '2012-07-09T00:14:34.347Z',
     '0.3.0': '2012-07-18T00:14:45.876Z',
     '0.3.1': '2012-08-24T03:32:28.480Z',
     '0.3.2': '2012-08-26T00:34:29.288Z',
     '0.4.0': '2012-08-27T07:05:09.889Z',
     '0.4.1': '2012-08-28T11:30:37.966Z',
     '0.4.2': '2012-08-28T15:02:38.455Z',
     '0.4.3': '2012-08-29T05:36:27.753Z',
     '0.4.4': '2012-11-12T17:26:42.252Z',
     '0.2.2': '2013-02-06T14:10:06.554Z' },
  author: 'Nodejitsu Inc. <info@nodejitsu.com>',
  description: 'Restful routing using resourceful and director.',
  users: { blakmatrix: true },
  contributors: 
   [ 'Marak Squires <marak@nodejitsu.com>',
     'Charlie Robbins <charlie@nodejitsu.com>' ],
  version: '0.2.2',
  main: './lib/restful',
  peerDependencies: { director: '1.1.x', resourceful: '0.2.x' },
  dependencies: 
   { director: '1.1.x',
     'director-explorer': '*',
     resourceful: '0.2.x',
     utile: '0.1.x' },
  devDependencies: 
   { vows: '0.6.x',
     'api-easy': '0.3.x' },
  optionalDependencies: {},
  engines: { node: '0.6.x || 0.8.x' },
  scripts: 
   { test: 'vows --spec --isolate',
     start: 'node examples/server.js' },
  readmeFilename: 'README.md',
  dist: 
   { shasum: '55f90a46f0c39adc0c1f29014eca7151959cc213',
     tarball: 'http://registry.npmjs.org/restful/-/restful-0.2.2.tgz' },
  directories: {} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant