CB-7383 Updated version and RELEASENOTES.md for release 0.21.10
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/6348b85d Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/6348b85d Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/6348b85d Branch: refs/heads/cb-7219 Commit: 6348b85d0fc7daf933601f43e50c943a4a2e7e70 Parents: 5f499aa Author: Marcel Kinard <[email protected]> Authored: Fri Sep 5 15:21:19 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Fri Sep 5 15:21:19 2014 -0400 ---------------------------------------------------------------------- cordova-lib/RELEASENOTES.md | 67 ++ cordova-lib/npm-shrinkwrap.json | 1324 ++++++++++++++++++++++++++++++++++ cordova-lib/package.json | 2 +- 3 files changed, 1392 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/6348b85d/cordova-lib/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md index bd5b287..7beae1c 100644 --- a/cordova-lib/RELEASENOTES.md +++ b/cordova-lib/RELEASENOTES.md @@ -20,6 +20,72 @@ --> # Cordova-lib Release Notes +### 0.21.10 (Sep 05, 2014) +* CB-7457 - cordova plugin add --searchpath does not recurse through subfolders when a plugin.xml is malformed in one of them +* CB-7457 - Add malformed plugin for tests +* [Windows8] Fix failing test to match updated functionality +* CB-7420 Windows. Plugin <resource-file>s are removed from platform during prepare +* Windows helper. Removes unnecessary $(MSBuildThisFileDirectory) +* updated Releasenotes.md +* updated version to 0.21.10-dev +* CB-7457 - cordova plugin add --searchpath does not recurse through subfolders when a plugin.xml is malformed in one of them +* CB-7457 - Add malformed plugin for tests +* [Windows8] Fix failing test to match updated functionality +* updated Releasenotes.md +* updated version to 0.21.10-dev +* updated version, updated ffos to use 3.6.1, updated cordova-js dependency to be strcit +* CB-7383 Incremented package version to -dev +* updated platforms.js to use 3.6.0 +* Updated version and RELEASENOTES.md for release 0.21.8 +* CB-5535: Remove "--arc" from ios platform creation args +* Windows helper. Removes unnecessary $(MSBuildThisFileDirectory) +* CB-7420 Windows. Plugin <resource-file>s are removed from platform during prepare +* CB-7416 Fixes file path reference when adding new source file +* CB-7416 handleInstall tests for null platformTag. removed uncalled 'hasPlatformSection' from PluginInfo.js +* Remove use of path.join for manifest.launch_path +* CB-7347 Improve cordova platform add /path/to handling +* CB-7118 (fix jshint warnings) +* CB-7114 Android: add support of min/max/target SDK to config.xml +* CB-7118 Use updated version of node-xcode +* CB-7118 iOS: add target-device and MinimumOSVersion support to config.xml +* ubuntu: support incremental builds +* ubuntu: support target-dir for resource-file +* ubuntu: use common.copyFile +* ubuntu: check icon existence +* ffos: Make author url optional +* CB-7142 Add <variable> to <feature> for "plugin restore" command +* Set git clone depth to 10 for Travis to make it faster +* windows: update as per changed manifest file names +* Don't spy and expect it to call the other spy ... +* Well that looks like an error +* Fixing failing tests: update_proj should be update_project +* Fix failing tests. update_jsproj and update_csproj are now just update_proj +* Fix jshint errors in amazon_fireos_parser : mixed single/double quotes +* CB-6699 Include files from www folder via single element (use ** glob pattern) +* Taking care of dashes in amazon-fireos platform name. +* Upleveled amazon-fireos changes. +* Fix link/copy parent check for windows +* Style fixes - comments +* Fix error in comments for munge functions +* Add link to BuildBot at ci.cordova.io in README +* CB-7255 Fixed writing plist unescaped +* Allow plugin modules to be .json files +* Style fixes - white space only +* Add JSCS config file +* CB-7260 Get cordova-android 3.5.1 instead of 3.5.0 +* CB-7228: Fixed issue with "cordova prepare --browserify" +* CB-7234 added better outputs for plugin registry workflows +* CB-7100: Use npm based lazy-load by default +* CB-7091: Remove check_requirements() funcs from platform parsers +* CB-7091: Remove check_requirements() funcs from platform parsers +* CB-7140 Check plugin versions in local search path +* CB-7001: Create a --browserify option for run action +* CB-7228: Cordova prepare --browserify runs on all installed plugins +* CB-7190: Add browserify support in cordova-lib/cordova-cli +* Remove references to "firefoxos" +* Browser platform is now being created from cli +* Created new files for browser + ### 0.21.8 (Aug 29, 2014) * CB-5535: Remove "--arc" from ios platform creation args * CB-7416 Fixes file path reference when adding new source file @@ -156,3 +222,4 @@ ### 0.21.1 Initial release v0.21.1 (picks up from the same version number as plugman was). + http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/6348b85d/cordova-lib/npm-shrinkwrap.json ---------------------------------------------------------------------- diff --git a/cordova-lib/npm-shrinkwrap.json b/cordova-lib/npm-shrinkwrap.json new file mode 100644 index 0000000..f7b617f --- /dev/null +++ b/cordova-lib/npm-shrinkwrap.json @@ -0,0 +1,1324 @@ +{ + "name": "cordova-lib", + "version": "0.21.10", + "dependencies": { + "bplist-parser": { + "version": "0.0.5", + "from": "[email protected]" + }, + "dep-graph": { + "version": "1.1.0", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/dep-graph/-/dep-graph-1.1.0.tgz", + "dependencies": { + "underscore": { + "version": "1.2.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.2.1.tgz" + } + } + }, + "elementtree": { + "version": "0.1.5", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.5.tgz", + "dependencies": { + "sax": { + "version": "0.3.5", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/sax/-/sax-0.3.5.tgz" + } + } + }, + "glob": { + "version": "3.2.11", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz", + "dependencies": { + "inherits": { + "version": "2.0.1", + "from": "inherits@2" + }, + "minimatch": { + "version": "0.3.0", + "from": "[email protected]", + "dependencies": { + "lru-cache": { + "version": "2.5.0", + "from": "lru-cache@2" + }, + "sigmund": { + "version": "1.0.0", + "from": "sigmund@~1.0.0" + } + } + } + } + }, + "mime": { + "version": "1.2.11", + "from": "mime@~1.2.11" + }, + "npm": { + "version": "1.3.4", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/npm/-/npm-1.3.4.tgz", + "dependencies": { + "semver": { + "version": "2.0.8", + "from": "semver@latest" + }, + "ini": { + "version": "1.1.0", + "from": "ini@latest" + }, + "slide": { + "version": "1.1.4", + "from": "slide@latest" + }, + "abbrev": { + "version": "1.0.4", + "from": "abbrev@latest" + }, + "graceful-fs": { + "version": "2.0.0", + "from": "graceful-fs@2" + }, + "minimatch": { + "version": "0.2.12", + "from": "minimatch@latest", + "dependencies": { + "sigmund": { + "version": "1.0.0", + "from": "sigmund@~1.0.0", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" + } + } + }, + "nopt": { + "version": "2.1.1", + "from": "nopt@latest" + }, + "rimraf": { + "version": "2.2.0", + "from": "[email protected]" + }, + "request": { + "version": "2.21.0", + "from": "request@latest", + "dependencies": { + "qs": { + "version": "0.6.5", + "from": "qs@~0.6.0" + }, + "json-stringify-safe": { + "version": "4.0.0", + "from": "json-stringify-safe@~4.0.0" + }, + "forever-agent": { + "version": "0.5.0", + "from": "forever-agent@~0.5.0" + }, + "tunnel-agent": { + "version": "0.3.0", + "from": "tunnel-agent@~0.3.0" + }, + "http-signature": { + "version": "0.9.11", + "from": "http-signature@~0.9.11", + "dependencies": { + "assert-plus": { + "version": "0.1.2", + "from": "[email protected]" + }, + "asn1": { + "version": "0.1.11", + "from": "[email protected]" + }, + "ctype": { + "version": "0.5.2", + "from": "[email protected]" + } + } + }, + "hawk": { + "version": "0.13.1", + "from": "hawk@~0.13.0", + "dependencies": { + "hoek": { + "version": "0.8.5", + "from": "[email protected]" + }, + "boom": { + "version": "0.4.2", + "from": "[email protected]", + "dependencies": { + "hoek": { + "version": "0.9.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz" + } + } + }, + "cryptiles": { + "version": "0.2.1", + "from": "[email protected]" + }, + "sntp": { + "version": "0.2.4", + "from": "[email protected]", + "dependencies": { + "hoek": { + "version": "0.9.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz" + } + } + } + } + }, + "aws-sign": { + "version": "0.3.0", + "from": "aws-sign@~0.3.0" + }, + "oauth-sign": { + "version": "0.3.0", + "from": "oauth-sign@~0.3.0" + }, + "cookie-jar": { + "version": "0.3.0", + "from": "cookie-jar@~0.3.0" + }, + "node-uuid": { + "version": "1.4.0", + "from": "node-uuid@~1.4.0" + }, + "mime": { + "version": "1.2.9", + "from": "mime@~1.2.9" + }, + "form-data": { + "version": "0.0.8", + "from": "[email protected]", + "dependencies": { + "combined-stream": { + "version": "0.0.4", + "from": "combined-stream@~0.0.4", + "dependencies": { + "delayed-stream": { + "version": "0.0.5", + "from": "[email protected]" + } + } + }, + "async": { + "version": "0.2.9", + "from": "async@~0.2.7" + } + } + } + } + }, + "which": { + "version": "1.0.5", + "from": "which@1" + }, + "tar": { + "version": "0.1.17", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/tar/-/tar-0.1.17.tgz" + }, + "fstream": { + "version": "0.1.23", + "from": "fstream@latest" + }, + "block-stream": { + "version": "0.0.6", + "from": "block-stream@*" + }, + "inherits": { + "version": "1.0.0", + "from": "git://github.com/isaacs/inherits" + }, + "mkdirp": { + "version": "0.3.5", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz" + }, + "read": { + "version": "1.0.4", + "from": "read@~1.0.3", + "dependencies": { + "mute-stream": { + "version": "0.0.3", + "from": "mute-stream@~0.0.2" + } + } + }, + "lru-cache": { + "version": "2.3.0", + "from": "lru-cache@latest" + }, + "node-gyp": { + "version": "0.10.6", + "from": "node-gyp@latest" + }, + "fstream-npm": { + "version": "0.1.4", + "from": "fstream-npm@latest", + "dependencies": { + "fstream-ignore": { + "version": "0.0.6", + "from": "fstream-ignore@~0.0.5" + } + } + }, + "uid-number": { + "version": "0.0.3", + "from": "../uid-number" + }, + "archy": { + "version": "0.0.2", + "from": "[email protected]" + }, + "chownr": { + "version": "0.0.1", + "from": "../chownr" + }, + "npmlog": { + "version": "0.0.4", + "from": "npmlog@latest" + }, + "ansi": { + "version": "0.1.2", + "from": "ansi@~0.1.2" + }, + "npm-registry-client": { + "version": "0.2.27", + "from": "npm-registry-client@latest", + "dependencies": { + "couch-login": { + "version": "0.1.17", + "from": "couch-login@~0.1.15" + } + } + }, + "read-package-json": { + "version": "1.1.0", + "from": "read-package-json@1", + "dependencies": { + "normalize-package-data": { + "version": "0.2.0", + "from": "normalize-package-data@~0.2", + "dependencies": { + "github-url-from-git": { + "version": "1.1.1", + "from": "github-url-from-git@~1.1.1" + } + } + } + } + }, + "read-installed": { + "version": "0.2.2", + "from": "read-installed@latest" + }, + "glob": { + "version": "3.2.3", + "from": "glob@latest", + "dependencies": { + "inherits": { + "version": "2.0.0", + "from": "inherits@2" + } + } + }, + "init-package-json": { + "version": "0.0.10", + "from": "init-package-json@latest", + "dependencies": { + "promzard": { + "version": "0.2.0", + "from": "promzard@~0.2.0" + } + } + }, + "osenv": { + "version": "0.0.3", + "from": "osenv@latest" + }, + "lockfile": { + "version": "0.4.0", + "from": "lockfile@latest" + }, + "retry": { + "version": "0.6.0", + "from": "retry" + }, + "once": { + "version": "1.1.1", + "from": "once" + }, + "npmconf": { + "version": "0.1.1", + "from": "npmconf@latest", + "dependencies": { + "config-chain": { + "version": "1.1.7", + "from": "config-chain@~1.1.1", + "dependencies": { + "proto-list": { + "version": "1.2.2", + "from": "proto-list@~1.2.1" + } + } + } + } + }, + "opener": { + "version": "1.3.0", + "from": "opener@latest" + }, + "chmodr": { + "version": "0.1.0", + "from": "chmodr@latest" + }, + "cmd-shim": { + "version": "1.1.0", + "from": "cmd-shim@" + }, + "sha": { + "version": "1.0.1", + "from": "sha@~1.0.1" + }, + "editor": { + "version": "0.0.4", + "from": "editor@" + }, + "child-process-close": { + "version": "0.1.1", + "from": "child-process-close@", + "resolved": "https://registry.npmjs.org/child-process-close/-/child-process-close-0.1.1.tgz" + }, + "npm-user-validate": { + "version": "0.0.3", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-0.0.3.tgz" + } + } + }, + "npmconf": { + "version": "0.1.16", + "from": "[email protected]", + "dependencies": { + "config-chain": { + "version": "1.1.8", + "from": "config-chain@~1.1.8", + "dependencies": { + "proto-list": { + "version": "1.2.3", + "from": "proto-list@~1.2.1" + } + } + }, + "inherits": { + "version": "2.0.1", + "from": "inherits@2" + }, + "once": { + "version": "1.3.0", + "from": "once@~1.3.0" + }, + "mkdirp": { + "version": "0.3.5", + "from": "mkdirp@~0.3.5" + }, + "nopt": { + "version": "2.2.1", + "from": "nopt@2", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-2.2.1.tgz", + "dependencies": { + "abbrev": { + "version": "1.0.5", + "from": "abbrev@1" + } + } + }, + "ini": { + "version": "1.1.0", + "from": "ini@~1.1.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.1.0.tgz" + } + } + }, + "osenv": { + "version": "0.0.3", + "from": "[email protected]" + }, + "plist": { + "version": "1.0.1", + "from": "[email protected]", + "dependencies": { + "base64-js": { + "version": "0.0.6", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.6.tgz" + }, + "xmlbuilder": { + "version": "2.2.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-2.2.1.tgz", + "dependencies": { + "lodash-node": { + "version": "2.4.1", + "from": "lodash-node@~2.4.1" + } + } + }, + "xmldom": { + "version": "0.1.19", + "from": "[email protected]" + }, + "util-deprecate": { + "version": "1.0.0", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.0.tgz" + } + } + }, + "properties-parser": { + "version": "0.2.3", + "from": "properties-parser@~0.2.3" + }, + "q": { + "version": "0.9.7", + "from": "q@~0.9" + }, + "rc": { + "version": "0.3.0", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/rc/-/rc-0.3.0.tgz", + "dependencies": { + "optimist": { + "version": "0.3.7", + "from": "optimist@~0.3.4", + "dependencies": { + "wordwrap": { + "version": "0.0.2", + "from": "wordwrap@~0.0.2" + } + } + }, + "deep-extend": { + "version": "0.2.11", + "from": "deep-extend@~0.2.5" + }, + "ini": { + "version": "1.1.0", + "from": "ini@~1.1.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.1.0.tgz" + } + } + }, + "request": { + "version": "2.22.0", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/request/-/request-2.22.0.tgz", + "dependencies": { + "qs": { + "version": "0.6.6", + "from": "qs@~0.6.0" + }, + "json-stringify-safe": { + "version": "4.0.0", + "from": "json-stringify-safe@~4.0.0", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-4.0.0.tgz" + }, + "forever-agent": { + "version": "0.5.2", + "from": "forever-agent@~0.5.0" + }, + "tunnel-agent": { + "version": "0.3.0", + "from": "tunnel-agent@~0.3.0" + }, + "http-signature": { + "version": "0.10.0", + "from": "http-signature@~0.10.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.0.tgz", + "dependencies": { + "assert-plus": { + "version": "0.1.2", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.2.tgz" + }, + "asn1": { + "version": "0.1.11", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz" + }, + "ctype": { + "version": "0.5.2", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/ctype/-/ctype-0.5.2.tgz" + } + } + }, + "hawk": { + "version": "0.13.1", + "from": "hawk@~0.13.0", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-0.13.1.tgz", + "dependencies": { + "hoek": { + "version": "0.8.5", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.8.5.tgz" + }, + "boom": { + "version": "0.4.2", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz", + "dependencies": { + "hoek": { + "version": "0.9.1", + "from": "[email protected]" + } + } + }, + "cryptiles": { + "version": "0.2.2", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz" + }, + "sntp": { + "version": "0.2.4", + "from": "[email protected]", + "dependencies": { + "hoek": { + "version": "0.9.1", + "from": "[email protected]" + } + } + } + } + }, + "aws-sign": { + "version": "0.3.0", + "from": "aws-sign@~0.3.0", + "resolved": "https://registry.npmjs.org/aws-sign/-/aws-sign-0.3.0.tgz" + }, + "oauth-sign": { + "version": "0.3.0", + "from": "oauth-sign@~0.3.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz" + }, + "cookie-jar": { + "version": "0.3.0", + "from": "cookie-jar@~0.3.0", + "resolved": "https://registry.npmjs.org/cookie-jar/-/cookie-jar-0.3.0.tgz" + }, + "node-uuid": { + "version": "1.4.1", + "from": "node-uuid@~1.4.0" + }, + "form-data": { + "version": "0.0.8", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-0.0.8.tgz", + "dependencies": { + "combined-stream": { + "version": "0.0.5", + "from": "combined-stream@~0.0.4", + "dependencies": { + "delayed-stream": { + "version": "0.0.5", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz" + } + } + }, + "async": { + "version": "0.2.10", + "from": "async@~0.2.7" + } + } + } + } + }, + "semver": { + "version": "2.0.11", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/semver/-/semver-2.0.11.tgz" + }, + "shelljs": { + "version": "0.1.4", + "from": "[email protected]" + }, + "tar": { + "version": "0.1.20", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/tar/-/tar-0.1.20.tgz", + "dependencies": { + "block-stream": { + "version": "0.0.7", + "from": "block-stream@*" + }, + "fstream": { + "version": "0.1.31", + "from": "fstream@~0.1.28", + "dependencies": { + "graceful-fs": { + "version": "3.0.2", + "from": "graceful-fs@~3.0.2", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.2.tgz" + }, + "mkdirp": { + "version": "0.5.0", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", + "dependencies": { + "minimist": { + "version": "0.0.8", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" + } + } + }, + "rimraf": { + "version": "2.2.8", + "from": "rimraf@2" + } + } + }, + "inherits": { + "version": "2.0.1", + "from": "inherits@2" + } + } + }, + "underscore": { + "version": "1.4.4", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz" + }, + "xcode": { + "version": "0.6.7", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/xcode/-/xcode-0.6.7.tgz", + "dependencies": { + "pegjs": { + "version": "0.6.2", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.6.2.tgz" + }, + "node-uuid": { + "version": "1.3.3", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.3.3.tgz" + } + } + }, + "cordova-js": { + "version": "3.6.3", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/cordova-js/-/cordova-js-3.6.3.tgz", + "dependencies": { + "uglify-js": { + "version": "2.4.15", + "from": "[email protected]", + "dependencies": { + "async": { + "version": "0.2.10", + "from": "async@~0.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz" + }, + "source-map": { + "version": "0.1.34", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz", + "dependencies": { + "amdefine": { + "version": "0.1.0", + "from": "amdefine@>=0.0.4" + } + } + }, + "optimist": { + "version": "0.3.7", + "from": "optimist@~0.3.5", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", + "dependencies": { + "wordwrap": { + "version": "0.0.2", + "from": "wordwrap@~0.0.2" + } + } + }, + "uglify-to-browserify": { + "version": "1.0.2", + "from": "uglify-to-browserify@~1.0.0", + "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz" + } + } + }, + "browserify": { + "version": "3.46.0", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/browserify/-/browserify-3.46.0.tgz", + "dependencies": { + "JSONStream": { + "version": "0.7.4", + "from": "JSONStream@~0.7.1", + "dependencies": { + "jsonparse": { + "version": "0.0.5", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz" + } + } + }, + "assert": { + "version": "1.1.2", + "from": "assert@~1.1.0" + }, + "browser-pack": { + "version": "2.0.1", + "from": "browser-pack@~2.0.0", + "resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-2.0.1.tgz", + "dependencies": { + "JSONStream": { + "version": "0.6.4", + "from": "JSONStream@~0.6.4", + "dependencies": { + "jsonparse": { + "version": "0.0.5", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz" + }, + "through": { + "version": "2.2.7", + "from": "through@~2.2.7", + "resolved": "https://registry.npmjs.org/through/-/through-2.2.7.tgz" + } + } + }, + "combine-source-map": { + "version": "0.3.0", + "from": "combine-source-map@~0.3.0", + "resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.3.0.tgz", + "dependencies": { + "inline-source-map": { + "version": "0.3.0", + "from": "inline-source-map@~0.3.0", + "resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.3.0.tgz" + }, + "convert-source-map": { + "version": "0.3.5", + "from": "convert-source-map@~0.3.0" + }, + "source-map": { + "version": "0.1.38", + "from": "source-map@~0.1.31", + "dependencies": { + "amdefine": { + "version": "0.1.0", + "from": "amdefine@>=0.0.4" + } + } + } + } + } + } + }, + "browser-resolve": { + "version": "1.2.4", + "from": "browser-resolve@~1.2.1" + }, + "browserify-zlib": { + "version": "0.1.4", + "from": "browserify-zlib@~0.1.2", + "dependencies": { + "pako": { + "version": "0.2.5", + "from": "pako@~0.2.0" + } + } + }, + "buffer": { + "version": "2.1.13", + "from": "buffer@~2.1.4", + "dependencies": { + "base64-js": { + "version": "0.0.7", + "from": "base64-js@~0.0.4" + }, + "ieee754": { + "version": "1.1.4", + "from": "ieee754@~1.1.1" + } + } + }, + "builtins": { + "version": "0.0.7", + "from": "builtins@~0.0.3" + }, + "commondir": { + "version": "0.0.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz" + }, + "concat-stream": { + "version": "1.4.6", + "from": "concat-stream@~1.4.1", + "dependencies": { + "typedarray": { + "version": "0.0.6", + "from": "typedarray@~0.0.5" + }, + "readable-stream": { + "version": "1.1.13", + "from": "readable-stream@~1.1.9", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz", + "dependencies": { + "core-util-is": { + "version": "1.0.1", + "from": "core-util-is@~1.0.0" + }, + "isarray": { + "version": "0.0.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + }, + "string_decoder": { + "version": "0.10.31", + "from": "string_decoder@~0.10.x", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" + } + } + } + } + }, + "console-browserify": { + "version": "1.0.3", + "from": "console-browserify@~1.0.1" + }, + "constants-browserify": { + "version": "0.0.1", + "from": "constants-browserify@~0.0.1" + }, + "crypto-browserify": { + "version": "1.0.9", + "from": "crypto-browserify@~1.0.9" + }, + "deep-equal": { + "version": "0.1.2", + "from": "deep-equal@~0.1.0" + }, + "defined": { + "version": "0.0.0", + "from": "defined@~0.0.0" + }, + "deps-sort": { + "version": "0.1.2", + "from": "deps-sort@~0.1.1", + "dependencies": { + "JSONStream": { + "version": "0.6.4", + "from": "JSONStream@~0.6.4", + "dependencies": { + "jsonparse": { + "version": "0.0.5", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz" + }, + "through": { + "version": "2.2.7", + "from": "through@~2.2.7", + "resolved": "https://registry.npmjs.org/through/-/through-2.2.7.tgz" + } + } + }, + "minimist": { + "version": "0.0.10", + "from": "minimist@~0.0.1" + } + } + }, + "derequire": { + "version": "0.8.0", + "from": "derequire@~0.8.0", + "dependencies": { + "estraverse": { + "version": "1.5.1", + "from": "estraverse@~1.5.0" + }, + "esrefactor": { + "version": "0.1.0", + "from": "esrefactor@~0.1.0", + "dependencies": { + "esprima": { + "version": "1.0.4", + "from": "esprima@~1.0.2" + }, + "estraverse": { + "version": "0.0.4", + "from": "estraverse@~0.0.4" + }, + "escope": { + "version": "0.0.16", + "from": "escope@~0.0.13" + } + } + }, + "esprima-fb": { + "version": "6001.1.0-dev-harmony-fb", + "from": "esprima-fb@^3001.1.0-dev-harmony-fb", + "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-6001.1.0-dev-harmony-fb.tgz" + } + } + }, + "domain-browser": { + "version": "1.1.2", + "from": "domain-browser@~1.1.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.2.tgz" + }, + "duplexer": { + "version": "0.1.1", + "from": "duplexer@~0.1.1" + }, + "events": { + "version": "1.0.2", + "from": "events@~1.0.0" + }, + "http-browserify": { + "version": "1.3.2", + "from": "http-browserify@~1.3.1", + "resolved": "https://registry.npmjs.org/http-browserify/-/http-browserify-1.3.2.tgz", + "dependencies": { + "Base64": { + "version": "0.2.1", + "from": "Base64@~0.2.0" + } + } + }, + "https-browserify": { + "version": "0.0.0", + "from": "https-browserify@~0.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.0.tgz" + }, + "inherits": { + "version": "2.0.1", + "from": "inherits@~2.0.1" + }, + "insert-module-globals": { + "version": "5.0.1", + "from": "insert-module-globals@~5.0.1", + "resolved": "https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-5.0.1.tgz", + "dependencies": { + "lexical-scope": { + "version": "1.1.0", + "from": "lexical-scope@~1.1.0", + "resolved": "https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.1.0.tgz", + "dependencies": { + "astw": { + "version": "1.1.0", + "from": "astw@~1.1.0", + "dependencies": { + "esprima-fb": { + "version": "3001.1.0-dev-harmony-fb", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-3001.0001.0000-dev-harmony-fb.tgz" + } + } + } + } + }, + "process": { + "version": "0.6.0", + "from": "process@~0.6.0", + "resolved": "https://registry.npmjs.org/process/-/process-0.6.0.tgz" + } + } + }, + "module-deps": { + "version": "1.10.0", + "from": "module-deps@~1.10.0", + "dependencies": { + "detective": { + "version": "3.1.0", + "from": "detective@~3.1.0", + "dependencies": { + "escodegen": { + "version": "1.1.0", + "from": "escodegen@~1.1.0", + "dependencies": { + "esprima": { + "version": "1.0.4", + "from": "esprima@~1.0.4", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz" + }, + "estraverse": { + "version": "1.5.1", + "from": "estraverse@~1.5.0" + }, + "esutils": { + "version": "1.0.0", + "from": "esutils@~1.0.0" + }, + "source-map": { + "version": "0.1.38", + "from": "source-map@~0.1.30", + "dependencies": { + "amdefine": { + "version": "0.1.0", + "from": "amdefine@>=0.0.4" + } + } + } + } + }, + "esprima-fb": { + "version": "3001.1.0-dev-harmony-fb", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-3001.0001.0000-dev-harmony-fb.tgz" + } + } + }, + "minimist": { + "version": "0.0.10", + "from": "minimist@~0.0.5" + }, + "parents": { + "version": "0.0.2", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/parents/-/parents-0.0.2.tgz" + } + } + }, + "os-browserify": { + "version": "0.1.2", + "from": "os-browserify@~0.1.1", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.1.2.tgz" + }, + "parents": { + "version": "0.0.3", + "from": "parents@~0.0.1", + "resolved": "https://registry.npmjs.org/parents/-/parents-0.0.3.tgz", + "dependencies": { + "path-platform": { + "version": "0.0.1", + "from": "path-platform@^0.0.1" + } + } + }, + "path-browserify": { + "version": "0.0.0", + "from": "path-browserify@~0.0.0", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz" + }, + "punycode": { + "version": "1.2.4", + "from": "punycode@~1.2.3" + }, + "querystring-es3": { + "version": "0.2.0", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.0.tgz" + }, + "resolve": { + "version": "0.6.3", + "from": "resolve@~0.6.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-0.6.3.tgz" + }, + "shallow-copy": { + "version": "0.0.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz" + }, + "shell-quote": { + "version": "0.0.1", + "from": "shell-quote@~0.0.1" + }, + "stream-browserify": { + "version": "0.1.3", + "from": "stream-browserify@~0.1.0", + "dependencies": { + "process": { + "version": "0.5.2", + "from": "process@~0.5.1" + } + } + }, + "stream-combiner": { + "version": "0.0.4", + "from": "stream-combiner@~0.0.2", + "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz" + }, + "string_decoder": { + "version": "0.0.1", + "from": "string_decoder@~0.0.0" + }, + "subarg": { + "version": "0.0.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/subarg/-/subarg-0.0.1.tgz", + "dependencies": { + "minimist": { + "version": "0.0.10", + "from": "minimist@~0.0.1" + } + } + }, + "syntax-error": { + "version": "1.1.1", + "from": "syntax-error@~1.1.0", + "dependencies": { + "esprima-fb": { + "version": "3001.1.0-dev-harmony-fb", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-3001.0001.0000-dev-harmony-fb.tgz" + } + } + }, + "through2": { + "version": "0.4.2", + "from": "through2@~0.4.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.4.2.tgz", + "dependencies": { + "readable-stream": { + "version": "1.0.31", + "from": "readable-stream@~1.0.17", + "dependencies": { + "core-util-is": { + "version": "1.0.1", + "from": "core-util-is@~1.0.0" + }, + "isarray": { + "version": "0.0.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + }, + "string_decoder": { + "version": "0.10.31", + "from": "string_decoder@~0.10.x", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" + } + } + }, + "xtend": { + "version": "2.1.2", + "from": "xtend@~2.1.1", + "dependencies": { + "object-keys": { + "version": "0.4.0", + "from": "object-keys@~0.4.0", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz" + } + } + } + } + }, + "timers-browserify": { + "version": "1.0.3", + "from": "timers-browserify@~1.0.1", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.0.3.tgz", + "dependencies": { + "process": { + "version": "0.5.2", + "from": "process@~0.5.1" + } + } + }, + "tty-browserify": { + "version": "0.0.0", + "from": "tty-browserify@~0.0.0" + }, + "umd": { + "version": "2.0.0", + "from": "umd@~2.0.0", + "dependencies": { + "rfile": { + "version": "1.0.0", + "from": "rfile@~1.0.0", + "dependencies": { + "callsite": { + "version": "1.0.0", + "from": "callsite@~1.0.0" + }, + "resolve": { + "version": "0.3.1", + "from": "resolve@~0.3.0" + } + } + }, + "ruglify": { + "version": "1.0.0", + "from": "ruglify@~1.0.0", + "dependencies": { + "uglify-js": { + "version": "2.2.5", + "from": "uglify-js@~2.2", + "dependencies": { + "source-map": { + "version": "0.1.38", + "from": "source-map@~0.1.7", + "dependencies": { + "amdefine": { + "version": "0.1.0", + "from": "amdefine@>=0.0.4" + } + } + }, + "optimist": { + "version": "0.3.7", + "from": "optimist@~0.3.5", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", + "dependencies": { + "wordwrap": { + "version": "0.0.2", + "from": "wordwrap@~0.0.2" + } + } + } + } + } + } + } + } + }, + "url": { + "version": "0.10.1", + "from": "url@~0.10.1", + "resolved": "https://registry.npmjs.org/url/-/url-0.10.1.tgz" + }, + "util": { + "version": "0.10.3", + "from": "util@~0.10.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz" + }, + "vm-browserify": { + "version": "0.0.4", + "from": "vm-browserify@~0.0.1", + "dependencies": { + "indexof": { + "version": "0.0.1", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz" + } + } + } + } + }, + "through": { + "version": "2.3.4", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.4.tgz" + } + } + }, + "unorm": { + "version": "1.3.3", + "from": "unorm@>=1.3" + } + } +} http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/6348b85d/cordova-lib/package.json ---------------------------------------------------------------------- diff --git a/cordova-lib/package.json b/cordova-lib/package.json index 551cf6e..065422b 100644 --- a/cordova-lib/package.json +++ b/cordova-lib/package.json @@ -2,7 +2,7 @@ "author": "Apache Software Foundation", "name": "cordova-lib", "description": "Apache Cordova tools core lib and API", - "version": "0.21.10-dev", + "version": "0.21.10", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
