@eris/exif
Advanced tools
Comparing version 0.4.2 to 0.4.3-alpha.0
@@ -0,0 +0,0 @@ import { IGenericMetadata, IBufferLike } from '../utils/types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IGenericMetadata, IBufferLike } from '../utils/types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IFDEntry } from './ifd-entry'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IBufferLike, IGenericMetadata } from '../utils/types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IBufferLike, IGenericMetadata } from '../utils/types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IGenericMetadata, IBufferLike, IIFDTagDefinition } from '../utils/types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IGenericMetadata, IBufferLike } from '../utils/types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { JPEGDecoder } from './decoder/jpeg-decoder'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function parseDate(date: string | number): Date | undefined; |
@@ -0,0 +0,0 @@ "use strict"; |
import { IGenericMetadata } from '../utils/types'; | ||
export declare function parseKeywords(data: IGenericMetadata): string[] | undefined; |
@@ -0,0 +0,0 @@ "use strict"; |
import { IParsedLens, IGenericMetadata } from '../utils/types'; | ||
export declare function parseLens(data: IGenericMetadata): IParsedLens | undefined; |
@@ -0,0 +0,0 @@ "use strict"; |
import { INormalizedMetadata, IGenericMetadata } from '../utils/types'; | ||
export declare function normalizeMetadata(results: IGenericMetadata): INormalizedMetadata; |
@@ -0,0 +0,0 @@ "use strict"; |
import { ILogger } from './types'; | ||
export declare function createLogger(namespace: string): ILogger; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IBufferLike, IReader, Endian } from '../utils/types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IIFDTagDefinition, IFDTagName, XMPTagName } from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
module.exports = require('../../jest.config') |
@@ -0,0 +0,0 @@ import {Reader} from '../utils/reader' |
@@ -0,0 +0,0 @@ import {Reader} from '../utils/reader' |
@@ -0,0 +0,0 @@ import {getFriendlyName} from '../utils/tags' |
@@ -0,0 +0,0 @@ import {IFDEntry} from './ifd-entry' |
@@ -0,0 +0,0 @@ import {TIFFDecoder} from '../decoder/tiff-decoder' |
@@ -0,0 +0,0 @@ import {IFD} from '../decoder/ifd' |
@@ -0,0 +0,0 @@ import {IBufferLike, IGenericMetadata, IFDTagName, XMPTagName} from '../utils/types' |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import {IGenericMetadata, IBufferLike, XMPTagName} from '../utils/types' |
@@ -0,0 +0,0 @@ import {JPEGDecoder} from './decoder/jpeg-decoder' |
@@ -0,0 +0,0 @@ const isColonDate = (s: string) => /^\d+:\d+:\d+ \d+:\d+:\d+$/.test(s) |
@@ -0,0 +0,0 @@ import {IGenericMetadata} from '../utils/types' |
@@ -0,0 +0,0 @@ import {IParsedLens, IGenericMetadata} from '../utils/types' |
@@ -0,0 +0,0 @@ import {parseDate} from './date-parser' |
@@ -0,0 +0,0 @@ import {ILogger} from './types' |
@@ -0,0 +0,0 @@ import {IBufferLike, IReader, Endian} from '../utils/types' |
@@ -0,0 +0,0 @@ import {IIFDTagDefinition, IFDTagName, IFDGroup, IFDDataType, XMPTagName} from './types' |
@@ -0,0 +0,0 @@ export interface ILogger { |
@@ -0,0 +0,0 @@ import {IBufferLike, IWriter, Endian, IWriterOptions} from '../utils/types' |
{ | ||
"name": "@eris/exif", | ||
"version": "0.4.2", | ||
"version": "0.4.3-alpha.0", | ||
"description": "Parses EXIF data.", | ||
@@ -41,3 +41,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "e6b7781817ee95d7d15fea768dc38582ea4ff1de" | ||
"gitHead": "331d7227aadb3f696f4215a0b56cb4598703b798" | ||
} |
@@ -0,0 +0,0 @@ # exif |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292709