|
1 | 1 | { |
2 | | - "name": "blueimp-load-image", |
3 | | - "version": "1.9.1", |
4 | | - "title": "JavaScript Load Image", |
5 | | - "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.", |
6 | | - "keywords": [ |
7 | | - "javascript", |
8 | | - "load", |
9 | | - "loading", |
10 | | - "image", |
11 | | - "file", |
12 | | - "blob", |
13 | | - "url", |
14 | | - "scale", |
15 | | - "crop", |
16 | | - "img", |
17 | | - "canvas", |
18 | | - "meta", |
19 | | - "exif", |
20 | | - "thumbnail", |
21 | | - "resizing" |
22 | | - ], |
23 | | - "homepage": "https://github.com/blueimp/JavaScript-Load-Image", |
24 | | - "author": { |
25 | | - "name": "Sebastian Tschan", |
26 | | - "url": "https://blueimp.net" |
27 | | - }, |
28 | | - "maintainers": [ |
29 | | - { |
30 | | - "name": "Sebastian Tschan", |
31 | | - "url": "https://blueimp.net" |
32 | | - } |
33 | | - ], |
34 | | - "repository": { |
35 | | - "type": "git", |
36 | | - "url": "git://github.com/blueimp/JavaScript-Load-Image.git" |
37 | | - }, |
38 | | - "devDependencies": { |
39 | | - "uglify-js": "2.3.6" |
40 | | - }, |
41 | | - "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", |
42 | | - "licenses": [ |
43 | | - { |
44 | | - "type": "MIT", |
45 | | - "url": "http://www.opensource.org/licenses/MIT" |
46 | | - } |
47 | | - ], |
48 | | - "main": [ |
49 | | - "./js/load-image.js", |
50 | | - "./js/load-image-ios.js", |
51 | | - "./js/load-image-orientation.js", |
52 | | - "./js/load-image-meta.js", |
53 | | - "./js/load-image-exif.js", |
54 | | - "./js/load-image-exif-map.js" |
55 | | - ] |
| 2 | + "name": "blueimp-load-image", |
| 3 | + "version": "1.10.0", |
| 4 | + "title": "JavaScript Load Image", |
| 5 | + "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.", |
| 6 | + "keywords": [ |
| 7 | + "javascript", |
| 8 | + "load", |
| 9 | + "loading", |
| 10 | + "image", |
| 11 | + "file", |
| 12 | + "blob", |
| 13 | + "url", |
| 14 | + "scale", |
| 15 | + "crop", |
| 16 | + "img", |
| 17 | + "canvas", |
| 18 | + "meta", |
| 19 | + "exif", |
| 20 | + "thumbnail", |
| 21 | + "resizing" |
| 22 | + ], |
| 23 | + "homepage": "https://github.com/blueimp/JavaScript-Load-Image", |
| 24 | + "author": { |
| 25 | + "name": "Sebastian Tschan", |
| 26 | + "url": "https://blueimp.net" |
| 27 | + }, |
| 28 | + "maintainers": [ |
| 29 | + { |
| 30 | + "name": "Sebastian Tschan", |
| 31 | + "url": "https://blueimp.net" |
| 32 | + } |
| 33 | + ], |
| 34 | + "repository": { |
| 35 | + "type": "git", |
| 36 | + "url": "git://github.com/blueimp/JavaScript-Load-Image.git" |
| 37 | + }, |
| 38 | + "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues", |
| 39 | + "licenses": [ |
| 40 | + { |
| 41 | + "type": "MIT", |
| 42 | + "url": "http://www.opensource.org/licenses/MIT" |
| 43 | + } |
| 44 | + ], |
| 45 | + "main": [ |
| 46 | + "js/load-image.js", |
| 47 | + "js/load-image-ios.js", |
| 48 | + "js/load-image-orientation.js", |
| 49 | + "js/load-image-meta.js", |
| 50 | + "js/load-image-exif.js", |
| 51 | + "js/load-image-exif-map.js" |
| 52 | + ], |
| 53 | + "ignore": [ |
| 54 | + "/*.*", |
| 55 | + "css", |
| 56 | + "js/vendor", |
| 57 | + "js/demo.js", |
| 58 | + "test" |
| 59 | + ] |
56 | 60 | } |
0 commit comments