Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98530100ED for ; Thu, 27 Mar 2014 15:08:27 +0000 (UTC) Received: (qmail 21152 invoked by uid 500); 27 Mar 2014 15:08:25 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 20648 invoked by uid 500); 27 Mar 2014 15:08:17 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 20576 invoked by uid 99); 27 Mar 2014 15:08:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2014 15:08:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5ED10837FB2; Thu, 27 Mar 2014 15:08:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhiggins@apache.org To: commits@cordova.apache.org Date: Thu, 27 Mar 2014 15:08:16 -0000 Message-Id: In-Reply-To: <7ff2dd5126814391a5a90b25e779661f@git.apache.org> References: <7ff2dd5126814391a5a90b25e779661f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/51] [partial] CB-6346 - Add node_modules to source control http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/1139813c/blackberry10/node_modules/plugman/node_modules/plist/package.json ---------------------------------------------------------------------- diff --git a/blackberry10/node_modules/plugman/node_modules/plist/package.json b/blackberry10/node_modules/plugman/node_modules/plist/package.json new file mode 100644 index 0000000..ea095c9 --- /dev/null +++ b/blackberry10/node_modules/plugman/node_modules/plist/package.json @@ -0,0 +1,58 @@ +{ + "name": "plist", + "description": "Mac OS X Plist parser/builder for NodeJS. Convert a Plist file or string into a native JS object and native JS object into a Plist file.", + "version": "0.4.3", + "author": { + "name": "Nathan Rajlich", + "email": "nathan@tootallnate.net" + }, + "contributors": [ + { + "name": "Hans Huebner", + "email": "hans.huebner@gmail.com" + }, + { + "name": "Pierre Metrailler" + }, + { + "name": "Mike Reinstein", + "email": "reinstein.mike@gmail.com" + }, + { + "name": "Vladimir Tsvang" + }, + { + "name": "Mathieu D'Amours" + } + ], + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/node-plist.git" + }, + "keywords": [ + "apple", + "mac", + "plist", + "parser", + "xml" + ], + "main": "./lib/plist", + "dependencies": { + "xmlbuilder": "0.4.x", + "xmldom": "0.1.x" + }, + "devDependencies": {}, + "scripts": { + "test": "nodeunit tests" + }, + "engines": { + "node": ">= 0.1.100" + }, + "readme": "# node-plist\n\nProvides facilities for reading and writing Mac OS X Plist (property list) files. These are often used in programming OS X and iOS applications, as well as the iTunes\nconfiguration XML file.\n\nPlist files represent stored programming \"object\"s. They are very similar\nto JSON. A valid Plist file is representable as a native JavaScript Object and vice-versa.\n\n## Tests\n`npm test`\n\n## Usage\nParsing a plist from filename\n``` javascript\nvar plist = require('plist');\n\nvar obj = plist.parseFileSync('myPlist.plist');\nconsole.log(JSON.stringify(obj));\n```\n\nParsing a plist from string payload\n``` javascript\nvar plist = require('plist');\n\nvar obj = plist.parseStringSync('Hello World!');\nconsole.log(obj); // Hello World!\n```\n\nGiven an existing JavaScript Object, you can turn it into an XML document that complies with the plist DTD\n\n``` javascript\nvar plist = require('plist');\n\nconsole.log(plist.build({'f oo' : 'bar'}).toString());\n```\n\n\n\n### Deprecated methods\nThese functions work, but may be removed in a future release. version 0.4.x added Sync versions of these functions.\n\nParsing a plist from filename\n``` javascript\nvar plist = require('plist');\n\nplist.parseFile('myPlist.plist', function(err, obj) {\n if (err) throw err;\n\n console.log(JSON.stringify(obj));\n});\n```\n\nParsing a plist from string payload\n``` javascript\nvar plist = require('plist');\n\nplist.parseString('Hello World!', function(err, obj) {\n if (err) throw err;\n\n console.log(obj[0]); // Hello World!\n});\n```\n", + "readmeFilename": "README.md", + "bugs": { + "url": "https://github.com/TooTallNate/node-plist/issues" + }, + "_id": "plist@0.4.3", + "_from": "plist@0.4.x" +} http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/1139813c/blackberry10/node_modules/plugman/node_modules/plist/tests/Cordova.plist ---------------------------------------------------------------------- diff --git a/blackberry10/node_modules/plugman/node_modules/plist/tests/Cordova.plist b/blackberry10/node_modules/plugman/node_modules/plist/tests/Cordova.plist new file mode 100644 index 0000000..362b754 --- /dev/null +++ b/blackberry10/node_modules/plugman/node_modules/plist/tests/Cordova.plist @@ -0,0 +1,87 @@ + + + + + + UIWebViewBounce + + TopActivityIndicator + gray + EnableLocation + + EnableViewportScale + + AutoHideSplashScreen + + ShowSplashScreenSpinner + + MediaPlaybackRequiresUserAction + + AllowInlineMediaPlayback + + OpenAllWhitelistURLsInWebView + + BackupWebStorage + + ExternalHosts + + * + + Plugins + + Device + CDVDevice + Logger + CDVLogger + Compass + CDVLocation + Accelerometer + CDVAccelerometer + Camera + CDVCamera + NetworkStatus + CDVConnection + Contacts + CDVContacts + Debug Console + CDVDebugConsole + Echo + CDVEcho + File + CDVFile + FileTransfer + CDVFileTransfer + Geolocation + CDVLocation + Notification + CDVNotification + Media + CDVSound + Capture + CDVCapture + SplashScreen + CDVSplashScreen + Battery + CDVBattery + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/1139813c/blackberry10/node_modules/plugman/node_modules/plist/tests/Xcode-Info.plist ---------------------------------------------------------------------- diff --git a/blackberry10/node_modules/plugman/node_modules/plist/tests/Xcode-Info.plist b/blackberry10/node_modules/plugman/node_modules/plist/tests/Xcode-Info.plist new file mode 100644 index 0000000..4c4f934 --- /dev/null +++ b/blackberry10/node_modules/plugman/node_modules/plist/tests/Xcode-Info.plist @@ -0,0 +1,49 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFiles + + CFBundleIdentifier + com.joshfire.ads + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + CFBundleAllowMixedLocalizations + + + http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/1139813c/blackberry10/node_modules/plugman/node_modules/plist/tests/Xcode-PhoneGap.plist ---------------------------------------------------------------------- diff --git a/blackberry10/node_modules/plugman/node_modules/plist/tests/Xcode-PhoneGap.plist b/blackberry10/node_modules/plugman/node_modules/plist/tests/Xcode-PhoneGap.plist new file mode 100644 index 0000000..35c426d --- /dev/null +++ b/blackberry10/node_modules/plugman/node_modules/plist/tests/Xcode-PhoneGap.plist @@ -0,0 +1,55 @@ + + + + + TopActivityIndicator + gray + EnableLocation + + EnableViewportScale + + AutoHideSplashScreen + + ShowSplashScreenSpinner + + MediaPlaybackRequiresUserAction + + AllowInlineMediaPlayback + + OpenAllWhitelistURLsInWebView + + ExternalHosts + + * + + Plugins + + com.phonegap.accelerometer + PGAccelerometer + com.phonegap.camera + PGCamera + com.phonegap.connection + PGConnection + com.phonegap.contacts + PGContacts + com.phonegap.debugconsole + PGDebugConsole + com.phonegap.file + PGFile + com.phonegap.filetransfer + PGFileTransfer + com.phonegap.geolocation + PGLocation + com.phonegap.notification + PGNotification + com.phonegap.media + PGSound + com.phonegap.mediacapture + PGCapture + com.phonegap.splashscreen + PGSplashScreen + com.joshfire.sas + PGSmartAdServer + + + http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/1139813c/blackberry10/node_modules/plugman/node_modules/plist/tests/airplay.xml ---------------------------------------------------------------------- diff --git a/blackberry10/node_modules/plugman/node_modules/plist/tests/airplay.xml b/blackberry10/node_modules/plugman/node_modules/plist/tests/airplay.xml new file mode 100644 index 0000000..0fe6411 --- /dev/null +++ b/blackberry10/node_modules/plugman/node_modules/plist/tests/airplay.xml @@ -0,0 +1,38 @@ + + + + + duration + 5555.0495000000001 + loadedTimeRanges + + + duration + 5555.0495000000001 + start + 0.0 + + + playbackBufferEmpty + + playbackBufferFull + + playbackLikelyToKeepUp + + position + 4.6269989039999997 + rate + 1 + readyToPlay + + seekableTimeRanges + + + duration + 5555.0495000000001 + start + 0.0 + + + +