{"id":17614604,"url":"https://github.com/t1st3/node-file-type-detection","last_synced_at":"2025-03-30T00:15:03.965Z","repository":{"id":76091346,"uuid":"49995678","full_name":"t1st3/node-file-type-detection","owner":"t1st3","description":"A list of file-type detection modules for Node.js","archived":false,"fork":false,"pushed_at":"2016-02-11T17:09:44.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T01:48:14.207Z","etag":null,"topics":["detection","file-type","nodejs"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t1st3.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-20T01:33:21.000Z","updated_at":"2019-05-28T23:47:20.000Z","dependencies_parsed_at":"2023-05-15T09:15:48.574Z","dependency_job_id":null,"html_url":"https://github.com/t1st3/node-file-type-detection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fnode-file-type-detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fnode-file-type-detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fnode-file-type-detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fnode-file-type-detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t1st3","download_url":"https://codeload.github.com/t1st3/node-file-type-detection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258873,"owners_count":20748573,"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","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":["detection","file-type","nodejs"],"created_at":"2024-10-22T18:44:14.516Z","updated_at":"2025-03-30T00:15:03.942Z","avatar_url":"https://github.com/t1st3.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003e a list of file-type detection and extension-list modules for Node.js\n\n## About\n\nModules named `is-*` are conventional detectors for the `file-type.*`. All these modules detect whether the file is of the expected type using Buffer/Uint8Array.\n\nModules named `*-extensions` are conventional lists of extensions for a category of file types, aggregated in a JSON file.\n\n## Table of Contents\n\n- [Generic](#generic)\n- [Archive](#archive)\n- [Image](#image)\n- [Font](#font)\n- [Audio](#audio)\n- [Video](#video)\n- [Other](#other)\n\n\n## Generic\n\nOne detector to rule them all: this module detects many formats, using Buffer/Uint8Array. It is a generic module; if you want to detect a specific file type, please check below for more specific detectors.\n\n- [file-type](https://github.com/sindresorhus/file-type)\n\n## Archive\n\n### Extension list\n\n- [archive-extensions](https://github.com/sindresorhus/archive-extensions)\n\n### Detectors\n\n- [is-7z](https://github.com/t1st3/is-7z) (which is a duplicate of [is-7zip](https://github.com/kevva/is-7zip))\n- [is-bzip2](https://github.com/kevva/is-bzip2)\n- [is-gzip](https://github.com/kevva/is-gzip)\n- [is-rar](https://github.com/kevva/is-rar)\n- [is-tar](https://github.com/kevva/is-tar)\n- [is-xz](https://github.com/kevva/is-xz)\n- [is-zip](https://github.com/kevva/is-zip)\n\n## Image\n\n### Extension list\n\n- [image-extensions](https://github.com/arthurvr/image-extensions)\n\n### Detectors\n\n- [is-bmp](https://github.com/sindresorhus/is-bmp)\n- [is-gif](https://github.com/sindresorhus/is-gif)\n- [is-ico](https://github.com/arthurvr/is-ico)\n- [is-jpg](https://github.com/sindresorhus/is-jpg)\n- [is-jxr](https://github.com/sindresorhus/is-jxr)\n- [is-png](https://github.com/sindresorhus/is-png)\n- [is-psd](https://github.com/sindresorhus/is-psd)\n- [is-svg](https://github.com/sindresorhus/is-svg)\n- [is-tif](https://github.com/sindresorhus/is-tif)\n- [is-webp](https://github.com/sindresorhus/is-webp)\n- [is-xcf](https://github.com/pskupinski/is-xcf)\n\n\n## Font\n\n### Detectors\n\n- [is-eot](https://github.com/junmer/is-eot)\n- [is-ttf](https://github.com/junmer/is-ttf)\n- [is-woff](https://github.com/junmer/is-woff)\n- [is-woff2](https://github.com/arthurvr/is-woff2)\n\n\n## Audio\n\n### Extension list\n\n- [audio-extensions](https://github.com/olehkuchuk/audio-extensions)\n\n### Detectors\n\n- [is-flac](https://github.com/hemanth/is-flac)\n- [is-m4a](https://github.com/hemanth/is-m4a)\n- [is-mp3](https://github.com/hemanth/is-mp3)\n- [is-ogg](https://github.com/hemanth/is-ogg)\n- [is-opus](https://github.com/t1st3/is-opus)\n- [is-wav](https://github.com/hemanth/is-wav)\n\n\n## Video\n\n### Extension list\n\n- [video-extensions](https://github.com/sindresorhus/video-extensions)\n\n### Detectors\n\n- [is-avi](https://github.com/arthurvr/is-avi)\n- [is-flv](https://github.com/arthurvr/is-flv)\n- [is-mp4](https://github.com/deepak1556/is-mp4)\n- [is-mkv](https://github.com/t1st3/is-mkv)\n- [is-mov](https://github.com/arthurvr/is-mov)\n- [is-webm](https://github.com/t1st3/is-webm)\n\n\n## Other\n\n### Detectors\n\n- [is-epub](https://github.com/sindresorhus/is-epub)\n- [is-exe](https://github.com/kevva/is-exe)\n- [is-postscript](https://github.com/arthurvr/is-postscript)\n- [is-pdf](https://github.com/kevva/is-pdf)\n- [is-rpm](https://github.com/t1st3/is-rpm)\n- [is-sqlite](https://github.com/1000ch/is-sqlite)\n- [is-swf](https://github.com/kevva/is-swf)\n- [is-torrent](https://github.com/hemanth/is-torrent)\n\n\n## License\n\n[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)\n\nTo the extent possible under law, [t1st3](http://www.tiste.org) has waived all copyright and related or neighboring rights to this work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1st3%2Fnode-file-type-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft1st3%2Fnode-file-type-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1st3%2Fnode-file-type-detection/lists"}