bbc / Imager.js

Responsive images while we wait for srcset to finish cooking
Apache License 2.0
3.84k stars 224 forks source link

NPM registry conflict with 'imager' #54

Closed toddself closed 10 years ago

toddself commented 10 years ago

npm install imager installs a different tool:

18:27:22 ~/src/.../conde/cnt-feature-slideshow:data-model-redux ☹
↳ npm show imager

{ name: 'imager',
  description: 'Easy way to resize, crop and upload images to Rackspace cloudfiles and Amazon S3',
  'dist-tags': { latest: '0.2.0' },
  versions:
   [ '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.2.0' ],
  maintainers: 'madhums <madhums8@gmail.com>',
  time:
   { '0.0.1': '2012-03-03T21:17:20.177Z',
     '0.0.2': '2012-03-03T21:49:36.799Z',
     '0.0.3': '2012-03-03T22:16:39.508Z',
     '0.0.4': '2012-03-04T06:03:05.799Z',
     '0.0.5': '2012-04-26T19:07:48.731Z',
     '0.0.6': '2012-05-28T19:28:58.866Z',
     '0.0.7': '2012-06-03T15:01:45.044Z',
     '0.0.8': '2012-08-04T10:55:26.137Z',
     '0.0.9': '2012-08-11T09:38:04.075Z',
     '0.1.0': '2012-08-24T11:13:51.069Z',
     '0.1.1': '2012-09-08T15:51:28.612Z',
     '0.1.2': '2012-09-08T21:30:57.613Z',
     '0.1.3': '2012-09-25T21:11:19.833Z',
     '0.1.4': '2012-12-10T08:20:29.466Z',
     '0.1.5': '2013-02-19T14:55:46.790Z',
     '0.1.6': '2013-03-06T06:52:56.371Z',
     '0.1.7': '2013-04-20T18:04:15.042Z',
     '0.1.8': '2013-04-20T20:45:49.304Z',
     '0.1.9': '2013-04-22T06:10:30.808Z',
     '0.1.10': '2013-08-31T00:26:21.979Z',
     '0.1.11': '2013-09-10T08:40:51.877Z',
     '0.1.12': '2013-09-17T18:54:34.621Z',
     '0.2.0': '2013-11-14T07:42:08.078Z' },
  author: 'Madhusudhan Srinivasa <madhums8@gmail.com> (http://madhums.github.com/)',
  repository:
   { type: 'git',
     url: 'git://github.com/madhums/node-imager.git' },
  version: '0.2.0',
  keywords:
   [ 'upload',
     'image',
     'graphicsmagick',
     'imagemagick',
     'rackspace',
     'cloudfiles',
     'resize',
     'file',
     'crop',
     'amazon',
     's3' ],
  homepage: 'https://github.com/madhums/node-imager',
  main: 'index',
  engines: { node: '>= 0.8.x' },
  dependencies:
   { gm: '1.13.x',
     pkgcloud: '0.8.x',
     knox: '0.8.x',
     mime: '1.2.x',
     async: '0.2.x',
     underscore: '1.5.x' },
  devDependencies:
   { mocha: '1.14.x',
     should: '2.1.x',
     express: '3.4.x',
     superagent: '0.15.x' },
  scripts: { test: 'NODE_ENV=test ./node_modules/.bin/mocha --timeout 50000 --reporter spec test/test.js' },
  readmeFilename: 'README.md',
  bugs: { url: 'https://github.com/madhums/node-imager/issues' },
  dist:
   { shasum: '3b44878f39de34880758436bb8086e4e55a62385',
     tarball: 'http://registry.npmjs.org/imager/-/imager-0.2.0.tgz' },
  directories: {} }
thom4parisot commented 10 years ago

Thanks for reporting the problem :-) it's on the way to be solved with #50. Track that issue to keep updated while we close this one.

thom4parisot commented 10 years ago

@toddself the PR has been merged, you can now install the proper package with npm install imager.js (the README has been updated to reflect that change)

Let us know if you encounter other problems :-)