{"_id":"image-extensions","_rev":"2784906","name":"image-extensions","description":"Collection of image extensions","dist-tags":{"latest":"1.1.0"},"maintainers":[{"name":"arthurvr","email":"contact@arthurverschaeve.be"}],"time":{"modified":"2022-06-13T06:15:03.000Z","created":"2015-02-17T15:15:53.698Z","1.1.0":"2015-05-19T15:46:08.647Z","1.0.1":"2015-02-17T18:26:30.486Z","1.0.0":"2015-02-17T15:15:53.698Z"},"users":{},"author":{"name":"Arthur Verschaeve","email":"contact@arthurverschaeve.be"},"repository":{"type":"git","url":"git+https://github.com/arthurvr/image-extensions.git"},"versions":{"1.1.0":{"name":"image-extensions","version":"1.1.0","description":"Collection of image extensions","keywords":["extensions","pictures","images","photo","file formats","array","json","list"],"license":"MIT","author":{"name":"Arthur Verschaeve","email":"contact@arthurverschaeve.be"},"main":"image-extensions.json","files":["image-extensions.json"],"repository":{"type":"git","url":"git+https://github.com/arthurvr/image-extensions.git"},"scripts":{"test":"node test.js"},"devDependencies":{"ava":"^0.0.4"},"engines":{"node":">=0.10.0"},"gitHead":"3dfdb0c09c22af560d43ef070182fa7a2aa63628","bugs":{"url":"https://github.com/arthurvr/image-extensions/issues"},"homepage":"https://github.com/arthurvr/image-extensions#readme","_id":"image-extensions@1.1.0","_shasum":"b8e6bf6039df0056e333502a00b6637a3105d894","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.1","_npmUser":{"name":"arthurvr","email":"contact@arthurverschaeve.be"},"maintainers":[{"name":"arthurvr","email":"contact@arthurverschaeve.be"}],"dist":{"shasum":"b8e6bf6039df0056e333502a00b6637a3105d894","size":1844,"noattachment":false,"key":"/image-extensions/-/image-extensions-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/image-extensions/download/image-extensions-1.1.0.tgz"},"directories":{},"publish_time":1432050368647,"_hasShrinkwrap":false,"_cnpm_publish_time":1432050368647,"_cnpmcore_publish_time":"2021-12-16T18:14:11.537Z"},"1.0.1":{"name":"image-extensions","version":"1.0.1","description":"Collection of image extensions","keywords":["extensions","pictures","images","photo","file formats","array","json","list"],"license":"MIT","author":{"name":"Arthur Verschaeve","email":"contact@arthurverschaeve.be"},"main":"image-extensions.json","files":["image-extensions.json"],"repository":{"type":"git","url":"https://github.com/arthurvr/image-extensions"},"scripts":{"test":"node test.js"},"devDependencies":{"ava":"^0.0.4"},"engines":{"node":">=0.10.0"},"gitHead":"ca34d9acc996dab5eae72281f5047a4e38a7c285","bugs":{"url":"https://github.com/arthurvr/image-extensions/issues"},"homepage":"https://github.com/arthurvr/image-extensions","_id":"image-extensions@1.0.1","_shasum":"88656cd47c86fe417322d335a18819776e8d550e","_from":".","_npmVersion":"2.4.1","_nodeVersion":"1.1.0","_npmUser":{"name":"arthurvr","email":"contact@arthurverschaeve.be"},"maintainers":[{"name":"arthurvr","email":"contact@arthurverschaeve.be"}],"dist":{"shasum":"88656cd47c86fe417322d335a18819776e8d550e","size":1747,"noattachment":false,"key":"/image-extensions/-/image-extensions-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/image-extensions/download/image-extensions-1.0.1.tgz"},"directories":{},"publish_time":1424197590486,"_hasShrinkwrap":false,"_cnpm_publish_time":1424197590486,"_cnpmcore_publish_time":"2021-12-16T18:14:11.839Z"},"1.0.0":{"name":"image-extensions","version":"1.0.0","description":"Collection of image extensions","keywords":["extensions","pictures","images","photo","file formats","array","json","list"],"license":"MIT","author":{"name":"Arthur Verschaeve","email":"contact@arthurverschaeve.be"},"main":"image-extensions.json","files":["image-extensions.json"],"repository":{"type":"git","url":"https://github.com/arthurvr/image-extensions"},"scripts":{"test":"node test.js"},"devDependencies":{"ava":"^0.0.4"},"engines":{"node":">=0.10.0"},"gitHead":"bf7e56acbdda4d13e0f74185f400c150df006990","bugs":{"url":"https://github.com/arthurvr/image-extensions/issues"},"homepage":"https://github.com/arthurvr/image-extensions","_id":"image-extensions@1.0.0","_shasum":"fb4d197e5997c90152e580b9f3927f41ca828034","_from":".","_npmVersion":"2.4.1","_nodeVersion":"1.1.0","_npmUser":{"name":"arthurvr","email":"contact@arthurverschaeve.be"},"maintainers":[{"name":"arthurvr","email":"contact@arthurverschaeve.be"}],"dist":{"shasum":"fb4d197e5997c90152e580b9f3927f41ca828034","size":1748,"noattachment":false,"key":"/image-extensions/-/image-extensions-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/image-extensions/download/image-extensions-1.0.0.tgz"},"directories":{},"publish_time":1424186153698,"_hasShrinkwrap":false,"_cnpm_publish_time":1424186153698,"_cnpmcore_publish_time":"2021-12-16T18:14:12.024Z"}},"readme":"# image-extensions [![Build Status](https://travis-ci.org/arthurvr/image-extensions.svg?branch=master)](https://travis-ci.org/arthurvr/image-extensions)\n\n> A list of extensions used to represent images. \n\nContaining both bitmap and vector formats. The list is just a JSON file so can be used wherever.\n\n## Install\n\n```\n$ npm install --save image-extensions\n```\n\n```js\nvar imageExtensions = require('image-extensions');\n\nconsole.log(imageExtensions);\n//=> ['ase', 'art', 'bpm', ...]\n```\n\n## Related\n\n- [`is-image`](https://github.com/sindresorhus/is-image) - Check if a filepath is an image\n- [`binary-extensions`](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions\n- [`text-extensions`](https://github.com/sindresorhus/text-extensions) - List of text extensions\n\n## License\n\nMIT © [Arthur Verschaeve](https://github.com/arthurvr)\n","_attachments":{},"homepage":"https://github.com/arthurvr/image-extensions#readme","bugs":{"url":"https://github.com/arthurvr/image-extensions/issues"},"license":"MIT"}