From 259eba5fafb338be5da831bd38e49a92c34d1a85 Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:32:09 -0500 Subject: [PATCH 01/12] Create composer.json same content as package.json --- composer.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d34e942 --- /dev/null +++ b/composer.json @@ -0,0 +1,46 @@ +{ + "name": "blueimp-load-image", + "version": "1.14.0", + "title": "JavaScript Load Image", + "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.", + "keywords": [ + "javascript", + "load", + "loading", + "image", + "file", + "blob", + "url", + "scale", + "crop", + "img", + "canvas", + "meta", + "exif", + "thumbnail", + "resizing" + ], + "homepage": "https://github.com/blueimp/JavaScript-Load-Image", + "author": { + "name": "Sebastian Tschan", + "url": "https://blueimp.net/" + }, + "maintainers": [ + { + "name": "Sebastian Tschan", + "url": "https://blueimp.net/" + } + ], + "repository": { + "type": "git", + "url": "git://github.com/blueimp/JavaScript-Load-Image.git" + }, + "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", + "license": "MIT", + "devDependencies": { + "grunt": "~0.4.5", + "grunt-contrib-uglify": "~0.5.1", + "grunt-contrib-jshint": "~0.10.0", + "grunt-bump-build-git": "~1.1.1" + } +} From 45130ec268556f539fcbd5c2ff0de5adfe6c0429 Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:33:49 -0500 Subject: [PATCH 02/12] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d34e942..b7f704d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "blueimp-load-image", + "name": "blueimp/load-image", "version": "1.14.0", "title": "JavaScript Load Image", "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.", From 2dcce71211ac2d8777b436d18960988040a8bcdf Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:36:35 -0500 Subject: [PATCH 03/12] Update composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b7f704d..741e6c6 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,8 @@ ], "repository": { "type": "git", - "url": "git://github.com/blueimp/JavaScript-Load-Image.git" + "url": "git://github.com/irax-xx/JavaScript-Load-Image.git", + "reference": "master" }, "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", "license": "MIT", From 3574072357d2452c97a07ceb900a4edb69b4ab6d Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:37:50 -0500 Subject: [PATCH 04/12] Update composer.json --- composer.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 741e6c6..46a22de 100644 --- a/composer.json +++ b/composer.json @@ -31,11 +31,13 @@ "url": "https://blueimp.net/" } ], - "repository": { - "type": "git", - "url": "git://github.com/irax-xx/JavaScript-Load-Image.git", - "reference": "master" - }, + "repository": [ + { + "type": "git", + "url": "git://github.com/irax-xx/JavaScript-Load-Image.git", + "reference": "master" + } + ], "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", "license": "MIT", "devDependencies": { From ee2b5beac77448c1086b3c0a1e23468da14b9c5d Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:43:24 -0500 Subject: [PATCH 05/12] Update composer.json --- composer.json | 79 +++++++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 46a22de..84d051a 100644 --- a/composer.json +++ b/composer.json @@ -1,45 +1,50 @@ { - "name": "blueimp/load-image", - "version": "1.14.0", - "title": "JavaScript Load Image", - "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.", - "keywords": [ - "javascript", - "load", - "loading", - "image", - "file", - "blob", - "url", - "scale", - "crop", - "img", - "canvas", - "meta", - "exif", - "thumbnail", - "resizing" - ], - "homepage": "https://github.com/blueimp/JavaScript-Load-Image", - "author": { - "name": "Sebastian Tschan", - "url": "https://blueimp.net/" - }, - "maintainers": [ - { - "name": "Sebastian Tschan", - "url": "https://blueimp.net/" - } - ], "repository": [ { - "type": "git", - "url": "git://github.com/irax-xx/JavaScript-Load-Image.git", - "reference": "master" + "type": "package", + "package": { + "name": "blueimp/load-image", + "version": "1.14.0", + "source": { + "type": "git", + "url": "git://github.com/irax-xx/JavaScript-Load-Image.git", + "reference": "master" + } + "title": "JavaScript Load Image", + "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.", + "keywords": [ + "javascript", + "load", + "loading", + "image", + "file", + "blob", + "url", + "scale", + "crop", + "img", + "canvas", + "meta", + "exif", + "thumbnail", + "resizing" + ], + "homepage": "https://github.com/blueimp/JavaScript-Load-Image", + "author": { + "name": "Sebastian Tschan", + "url": "https://blueimp.net/" + }, + "maintainers": [ + { + "name": "Sebastian Tschan", + "url": "https://blueimp.net/" + } + ], + "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", + "license": "MIT" + } } ], - "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", - "license": "MIT", "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-uglify": "~0.5.1", From 7c3b9bd991165c399d8423aca5436272d14fc2b6 Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:43:56 -0500 Subject: [PATCH 06/12] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84d051a..66d2bff 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "type": "git", "url": "git://github.com/irax-xx/JavaScript-Load-Image.git", "reference": "master" - } + }, "title": "JavaScript Load Image", "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.", "keywords": [ From 69ac9b87504f2c102283ed0a47208bd04e469fac Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:50:56 -0500 Subject: [PATCH 07/12] Update composer.json --- composer.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 66d2bff..4845b2f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "repository": [ + "repositories": [ { "type": "package", "package": { @@ -28,23 +28,23 @@ "exif", "thumbnail", "resizing" - ], - "homepage": "https://github.com/blueimp/JavaScript-Load-Image", - "author": { - "name": "Sebastian Tschan", - "url": "https://blueimp.net/" - }, - "maintainers": [ - { - "name": "Sebastian Tschan", - "url": "https://blueimp.net/" - } - ], - "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", - "license": "MIT" + ] } } ], + "homepage": "https://github.com/blueimp/JavaScript-Load-Image", + "author": { + "name": "Sebastian Tschan", + "url": "https://blueimp.net/" + }, + "maintainers": [ + { + "name": "Sebastian Tschan", + "url": "https://blueimp.net/" + } + ], + "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", + "license": "MIT", "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-uglify": "~0.5.1", From 1f6ff2f716de251fa2dd48df16da88ef6e70ec1e Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:53:23 -0500 Subject: [PATCH 08/12] Update composer.json --- composer.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 4845b2f..1e8860d 100644 --- a/composer.json +++ b/composer.json @@ -9,29 +9,29 @@ "type": "git", "url": "git://github.com/irax-xx/JavaScript-Load-Image.git", "reference": "master" - }, - "title": "JavaScript Load Image", - "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.", - "keywords": [ - "javascript", - "load", - "loading", - "image", - "file", - "blob", - "url", - "scale", - "crop", - "img", - "canvas", - "meta", - "exif", - "thumbnail", - "resizing" - ] + } } } ], + "title": "JavaScript Load Image", + "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.", + "keywords": [ + "javascript", + "load", + "loading", + "image", + "file", + "blob", + "url", + "scale", + "crop", + "img", + "canvas", + "meta", + "exif", + "thumbnail", + "resizing" + ], "homepage": "https://github.com/blueimp/JavaScript-Load-Image", "author": { "name": "Sebastian Tschan", From cb1c6a7d8bc7be08b4f3d15bc4394b3ca52f1458 Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:54:53 -0500 Subject: [PATCH 09/12] Update composer.json --- composer.json | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/composer.json b/composer.json index 1e8860d..d5cf0c4 100644 --- a/composer.json +++ b/composer.json @@ -12,43 +12,5 @@ } } } - ], - "title": "JavaScript Load Image", - "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.", - "keywords": [ - "javascript", - "load", - "loading", - "image", - "file", - "blob", - "url", - "scale", - "crop", - "img", - "canvas", - "meta", - "exif", - "thumbnail", - "resizing" - ], - "homepage": "https://github.com/blueimp/JavaScript-Load-Image", - "author": { - "name": "Sebastian Tschan", - "url": "https://blueimp.net/" - }, - "maintainers": [ - { - "name": "Sebastian Tschan", - "url": "https://blueimp.net/" - } - ], - "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", - "license": "MIT", - "devDependencies": { - "grunt": "~0.4.5", - "grunt-contrib-uglify": "~0.5.1", - "grunt-contrib-jshint": "~0.10.0", - "grunt-bump-build-git": "~1.1.1" - } + ] } From 04129e1f8263591d4ac035bd8464dbf90fe1e896 Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:56:13 -0500 Subject: [PATCH 10/12] Update composer.json --- composer.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/composer.json b/composer.json index d5cf0c4..9711ea8 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,5 @@ { "repositories": [ - { - "type": "package", - "package": { - "name": "blueimp/load-image", - "version": "1.14.0", - "source": { - "type": "git", - "url": "git://github.com/irax-xx/JavaScript-Load-Image.git", - "reference": "master" - } - } - } ] + } From 47261b5729eb07380282dbe61a04efd5b037038b Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 15:56:55 -0500 Subject: [PATCH 11/12] Update composer.json --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 9711ea8..e1da026 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,8 @@ { "repositories": [ + { + "name": "blueimp/load-image" + } ] } From fe8312016dac6a746c00d638e6e4279d48149b97 Mon Sep 17 00:00:00 2001 From: Venky Date: Fri, 28 Aug 2015 16:02:55 -0500 Subject: [PATCH 12/12] Update composer.json --- composer.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e1da026..2a336a2 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,18 @@ { + "name": "blueimp/load-image", + "type": "package", "repositories": [ { - "name": "blueimp/load-image" + "type": "package", + "package": { + "name": "blueimp/load-image", + "version": "master", + "source": { + "url": "https://github.com/irax-xx/JavaScript-Load-Image.git", + "type": "git", + "reference": "master" + } + } } ] - }