|
1 | 1 | {
|
2 | 2 | "name": "geotiff",
|
3 |
| - "version": "2.0.5", |
| 3 | + "version": "2.0.6", |
4 | 4 | "description": "GeoTIFF image decoding in JavaScript",
|
5 | 5 | "repository": "https://github.com/geotiffjs/geotiff.js",
|
6 | 6 | "keywords": [
|
|
13 | 13 | "main": "dist-node/geotiff.js",
|
14 | 14 | "module": "dist-module/geotiff.js",
|
15 | 15 | "jsdelivr": "dist-browser/geotiff.js",
|
16 |
| - "unpkg": "dist-browser/geotiff.js", |
| 16 | + "unpkg": "dist-browser/geotiff.js", |
17 | 17 | "exports": {
|
18 | 18 | ".": {
|
19 | 19 | "import": "./dist-module/geotiff.js",
|
|
23 | 23 | },
|
24 | 24 | "typesVersions": {
|
25 | 25 | "*": {
|
26 |
| - "globals": ["dist-module/globals.d.ts"], |
27 |
| - "rgb": ["dist-module/rgb.d.ts"], |
28 |
| - "BaseDecoder": ["dist-module/compression/BaseDecoder.d.ts"], |
29 |
| - "getDecoder": ["dist-module/compression/index.d.ts"], |
30 |
| - "addDecoder": ["dist-module/compression/index.d.ts"], |
31 |
| - "setLogger": ["dist-module/logging.d.ts"], |
32 |
| - "GeoTIFF": ["dist-module/geotiff.d.ts"], |
33 |
| - "MultiGeoTIFF": ["dist-module/geotiff.d.ts"], |
34 |
| - "fromUrl": ["dist-module/geotiff.d.ts"], |
35 |
| - "fromArrayBuffer": ["dist-module/geotiff.d.ts"], |
36 |
| - "fromFile": ["dist-module/geotiff.d.ts"], |
37 |
| - "fromBlob": ["dist-module/geotiff.d.ts"], |
38 |
| - "fromUrls": ["dist-module/geotiff.d.ts"], |
39 |
| - "writeArrayBuffer": ["dist-module/geotiff.d.ts"], |
40 |
| - "Pool": ["dist-module/pool.d.ts"], |
41 |
| - "GeoTIFFImage": ["dist-module/geotiffimage.d.ts"] |
| 26 | + "globals": [ |
| 27 | + "dist-module/globals.d.ts" |
| 28 | + ], |
| 29 | + "rgb": [ |
| 30 | + "dist-module/rgb.d.ts" |
| 31 | + ], |
| 32 | + "BaseDecoder": [ |
| 33 | + "dist-module/compression/BaseDecoder.d.ts" |
| 34 | + ], |
| 35 | + "getDecoder": [ |
| 36 | + "dist-module/compression/index.d.ts" |
| 37 | + ], |
| 38 | + "addDecoder": [ |
| 39 | + "dist-module/compression/index.d.ts" |
| 40 | + ], |
| 41 | + "setLogger": [ |
| 42 | + "dist-module/logging.d.ts" |
| 43 | + ], |
| 44 | + "GeoTIFF": [ |
| 45 | + "dist-module/geotiff.d.ts" |
| 46 | + ], |
| 47 | + "MultiGeoTIFF": [ |
| 48 | + "dist-module/geotiff.d.ts" |
| 49 | + ], |
| 50 | + "fromUrl": [ |
| 51 | + "dist-module/geotiff.d.ts" |
| 52 | + ], |
| 53 | + "fromArrayBuffer": [ |
| 54 | + "dist-module/geotiff.d.ts" |
| 55 | + ], |
| 56 | + "fromFile": [ |
| 57 | + "dist-module/geotiff.d.ts" |
| 58 | + ], |
| 59 | + "fromBlob": [ |
| 60 | + "dist-module/geotiff.d.ts" |
| 61 | + ], |
| 62 | + "fromUrls": [ |
| 63 | + "dist-module/geotiff.d.ts" |
| 64 | + ], |
| 65 | + "writeArrayBuffer": [ |
| 66 | + "dist-module/geotiff.d.ts" |
| 67 | + ], |
| 68 | + "Pool": [ |
| 69 | + "dist-module/pool.d.ts" |
| 70 | + ], |
| 71 | + "GeoTIFFImage": [ |
| 72 | + "dist-module/geotiffimage.d.ts" |
| 73 | + ] |
42 | 74 | }
|
43 | 75 | },
|
44 | 76 | "files": [
|
|
0 commit comments