Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D851DD893 for ; Tue, 2 Oct 2012 21:02:22 +0000 (UTC) Received: (qmail 78671 invoked by uid 500); 2 Oct 2012 21:02:22 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 78584 invoked by uid 500); 2 Oct 2012 21:02:22 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 78575 invoked by uid 99); 2 Oct 2012 21:02:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 21:02:22 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fil@adobe.com designates 64.18.1.31 as permitted sender) Received: from [64.18.1.31] (HELO exprod6og113.obsmtp.com) (64.18.1.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 21:02:15 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob113.postini.com ([64.18.5.12]) with SMTP ID DSNKUGtWQncxoDvx1eqVuQzDFRlOPQCke9Pt@postini.com; Tue, 02 Oct 2012 14:01:55 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q92KxD5I008736 for ; Tue, 2 Oct 2012 13:59:14 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q92L1fXN004352 for ; Tue, 2 Oct 2012 14:01:51 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nacas02.corp.adobe.com ([10.8.189.100]) with mapi; Tue, 2 Oct 2012 14:01:49 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Tue, 2 Oct 2012 14:01:39 -0700 Subject: Re: plugin analysis Thread-Topic: plugin analysis Thread-Index: Ac2g4SMY6NXAxOPaRFG4WNgKb5NeyQ== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.3.120616 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Max also hangs out on #phonegap on irc.freenode.net fairly consistently if you wanna chat him up On 10/2/12 12:34 PM, "Mike Reinstein" wrote: >haha, nice. Yeah, I actually spent a large portion of this week reading >npm's source. isaacs did a really nice job on it. npm's package.json lists >a number of module dependencies that will be very helpful for us as well >me >thinks. > >-Mike > >On Tue, Oct 2, 2012 at 3:28 PM, Andrew Lunny wrote: > >> Mike: get in contact with @maxogden - I think he did some work with Fil >>on >> this stuff, and he knows NPM inside out. Unfortunately, he's too cool >>for >> Apache mailing lists. >> >> On 2 October 2012 12:10, Mike Reinstein >>wrote: >> >> > Okay cool, sounds reasonable. I will try to hhack something up this >> week; I >> > have a few ideas in mind for this. :) >> > >> > onward! >> > >> > -Mike >> > >> > On Tue, Oct 2, 2012 at 2:53 PM, Brian LeRoux wrote: >> > >> > > > Maybe I'm wrong but after reading >>https://npmjs.org/doc/json.htmlI'm >> > > > under the impression this is solely for specifying the required >> > > version(s) >> > > > of node to use the npm package. >> > > >> > > correct. we'd extend it with support for something like. >> > > >> > > { "engines" : { "cordova" : ">=3D2.2.0" } } >> > > >> > > >> > > >> > > > The problem is before allowing someone to register a plugin... >> > > >> > > ya. npm registry is unique by pkg name; no collision fear. other >> > > checks can be added or maybe built w/ that tool you're talking about >> > > for sure. >> > > >> > >>