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 E7207D4D6 for ; Tue, 2 Oct 2012 18:30:38 +0000 (UTC) Received: (qmail 38484 invoked by uid 500); 2 Oct 2012 18:30:38 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 38426 invoked by uid 500); 2 Oct 2012 18:30:38 -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 38418 invoked by uid 99); 2 Oct 2012 18:30:38 -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 18:30:38 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,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.33 as permitted sender) Received: from [64.18.1.33] (HELO exprod6og114.obsmtp.com) (64.18.1.33) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 18:30:30 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob114.postini.com ([64.18.5.12]) with SMTP ID DSNKUGsysYCRiUlLn/5PhOtAU0pnYEQsrypP@postini.com; Tue, 02 Oct 2012 11:30:10 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 q92IRS5I008457 for ; Tue, 2 Oct 2012 11:27:28 -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 q92IQLYY019845 for ; Tue, 2 Oct 2012 11:30:06 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nacas02.corp.adobe.com (10.8.189.100) with Microsoft SMTP Server (TLS) id 8.3.279.1; Tue, 2 Oct 2012 11:29:48 -0700 Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Tue, 2 Oct 2012 11:29:48 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Tue, 2 Oct 2012 11:29:44 -0700 Subject: Re: plugin analysis Thread-Topic: plugin analysis Thread-Index: Ac2gy+bxDec2Pl7MRveYz9hn4LwPgA== 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 Sweet thx On 10/2/12 11:28 AM, "Brian LeRoux" wrote: >we spoke at nodecamp on just this (end of aug) so I'm fairly certain >its safe but I'll confirm next week at jsconfeu > >On Tue, Oct 2, 2012 at 8:17 PM, Filip Maj wrote: >> >>>> - Cordova plugins depend on specific versions of the cordova >>>>library, >>>> and specific versions of xcode, android build tools, and other >>>>SDKs. >>>> npm >>>> doesnt provide a way to declare those external plugin dependencies, >>>>or >>>> query by them. >>> >>>Sure it does. engine attribute in package.json (but will require a >>>custom couch view which can be authored rather quickly). >> >> For the record isaacs is discussing potentially removing that attrib >> >> https://groups.google.com/forum/#!topic/nodejs/_ZggTOJQ2Rk >>