Re: [nodejs] Quick question about npmjs.org

2013-08-18 Thread Martin Cooper
This will get you a list of package names, as a JSON array of strings: $ curl http://registry.npmjs.org/-/short and this will get you a ton of data on all packages, as a JSON object keyed by package name: $ curl http://registry.npmjs.org/-/all npm uses a variation of the second URL, adding args

Re: [nodejs] Quick question about npmjs.org

2013-08-18 Thread Ryan Macy
Use a couch interface to this -> http://couch.npmjs.org/ npm is just a iriscouch with an interface, I believe. On Sun, Aug 18, 2013 at 12:26 PM, Stewart Obert wrote: > Hi, > > I wanted to find out with the site (npmjs.org) is there any method to > retrieve a list of modules or search the module

[nodejs] Quick question about npmjs.org

2013-08-18 Thread Stewart Obert
Hi, I wanted to find out with the site (npmjs.org) is there any method to retrieve a list of modules or search the modules with the result being json or xml? I appreciate any help Thanks, Stewart -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/w