{"id":17978357,"url":"https://github.com/ad-si/epub-metadata","last_synced_at":"2025-08-03T04:33:00.877Z","repository":{"id":57226488,"uuid":"44170492","full_name":"ad-si/epub-metadata","owner":"ad-si","description":"Reads metadata from an epub file","archived":false,"fork":false,"pushed_at":"2016-06-02T07:26:45.000Z","size":6,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T21:54:00.855Z","etag":null,"topics":["epub","epub-reader","metadata"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ad-si.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-13T11:04:24.000Z","updated_at":"2024-06-17T18:06:18.000Z","dependencies_parsed_at":"2022-08-24T11:00:58.261Z","dependency_job_id":null,"html_url":"https://github.com/ad-si/epub-metadata","commit_stats":null,"previous_names":["adius/epub-metadata"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ad-si/epub-metadata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fepub-metadata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fepub-metadata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fepub-metadata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fepub-metadata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ad-si","download_url":"https://codeload.github.com/ad-si/epub-metadata/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fepub-metadata/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268495882,"owners_count":24259397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["epub","epub-reader","metadata"],"created_at":"2024-10-29T17:33:21.247Z","updated_at":"2025-08-03T04:33:00.621Z","avatar_url":"https://github.com/ad-si.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epub Metadata\n\nReads metadata from an epub file\n\n\n## Installation\n\n`npm install --save epub-metadata`\n\n\n## Usage\n\n```js\nvar epubMetadata = require('epub-metadata')\n\nepubMetadata('path/to/a/book.epub')\n\t.then(function (metadata) {\n\t\tconsole.log(metadata)\n\t})\n```\n\nExample output:\n\n```js\n{\n  title: 'Der Hundertjährige, der aus dem Fenster stieg und verschwand',\n  creator: {\n    'file-as': 'Jonas Jonasson',\n    role: 'aut',\n    text: 'Jonas Jonasson',\n  },\n  language: 'de',\n  publisher: 'E-Books der Verlagsgruppe Random House GmbH',\n  contributor: {\n    role: 'bkp',\n    text: 'calibre (0.9.13) [http://calibre-ebook.com]',\n  },\n  date: {\n    event: 'modification',\n    text: '2015-10-13',\n  },\n  uuid: 'urn:uuid:3839f3f2-c31f-430e-a78f-b69b03cd5188',\n  'mobi-asin': 'B005IVZVT6',\n  isbn: '9783641056681',\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Fepub-metadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fad-si%2Fepub-metadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Fepub-metadata/lists"}