diff options
Diffstat (limited to 'node_modules/image-extensions')
| -rw-r--r-- | node_modules/image-extensions/image-extensions.json | 122 | ||||
| -rw-r--r-- | node_modules/image-extensions/license | 21 | ||||
| -rw-r--r-- | node_modules/image-extensions/package.json | 66 | ||||
| -rw-r--r-- | node_modules/image-extensions/readme.md | 28 |
4 files changed, 0 insertions, 237 deletions
diff --git a/node_modules/image-extensions/image-extensions.json b/node_modules/image-extensions/image-extensions.json deleted file mode 100644 index 173ff44..0000000 --- a/node_modules/image-extensions/image-extensions.json +++ /dev/null @@ -1,122 +0,0 @@ -[ - "ase", - "art", - "bmp", - "blp", - "cd5", - "cit", - "cpt", - "cr2", - "cut", - "dds", - "dib", - "djvu", - "egt", - "exif", - "gif", - "gpl", - "grf", - "icns", - "ico", - "iff", - "jng", - "jpeg", - "jpg", - "jfif", - "jp2", - "jps", - "lbm", - "max", - "miff", - "mng", - "msp", - "nitf", - "ota", - "pbm", - "pc1", - "pc2", - "pc3", - "pcf", - "pcx", - "pdn", - "pgm", - "PI1", - "PI2", - "PI3", - "pict", - "pct", - "pnm", - "pns", - "ppm", - "psb", - "psd", - "pdd", - "psp", - "px", - "pxm", - "pxr", - "qfx", - "raw", - "rle", - "sct", - "sgi", - "rgb", - "int", - "bw", - "tga", - "tiff", - "tif", - "vtf", - "xbm", - "xcf", - "xpm", - "3dv", - "amf", - "ai", - "awg", - "cgm", - "cdr", - "cmx", - "dxf", - "e2d", - "egt", - "eps", - "fs", - "gbr", - "odg", - "svg", - "stl", - "vrml", - "x3d", - "sxd", - "v2d", - "vnd", - "wmf", - "emf", - "art", - "xar", - "png", - "webp", - "jxr", - "hdp", - "wdp", - "cur", - "ecw", - "iff", - "lbm", - "liff", - "nrrd", - "pam", - "pcx", - "pgf", - "sgi", - "rgb", - "rgba", - "bw", - "int", - "inta", - "sid", - "ras", - "sun", - "tga" -] diff --git a/node_modules/image-extensions/license b/node_modules/image-extensions/license deleted file mode 100644 index 0ae0ee9..0000000 --- a/node_modules/image-extensions/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Arthur Verschaeve - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/node_modules/image-extensions/package.json b/node_modules/image-extensions/package.json deleted file mode 100644 index f559693..0000000 --- a/node_modules/image-extensions/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "_from": "image-extensions@^1.0.1", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-uOa/YDnfAFbjM1AqALZjejEF2JQ=", - "_location": "/image-extensions", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "image-extensions@^1.0.1", - "name": "image-extensions", - "escapedName": "image-extensions", - "rawSpec": "^1.0.1", - "saveSpec": null, - "fetchSpec": "^1.0.1" - }, - "_requiredBy": [ - "/is-image" - ], - "_resolved": "https://registry.npmjs.org/image-extensions/-/image-extensions-1.1.0.tgz", - "_shasum": "b8e6bf6039df0056e333502a00b6637a3105d894", - "_spec": "image-extensions@^1.0.1", - "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\is-image", - "author": { - "name": "Arthur Verschaeve", - "email": "[email protected]" - }, - "bugs": { - "url": "https://github.com/arthurvr/image-extensions/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Collection of image extensions", - "devDependencies": { - "ava": "^0.0.4" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "image-extensions.json" - ], - "homepage": "https://github.com/arthurvr/image-extensions#readme", - "keywords": [ - "extensions", - "pictures", - "images", - "photo", - "file formats", - "array", - "json", - "list" - ], - "license": "MIT", - "main": "image-extensions.json", - "name": "image-extensions", - "repository": { - "type": "git", - "url": "git+https://github.com/arthurvr/image-extensions.git" - }, - "scripts": { - "test": "node test.js" - }, - "version": "1.1.0" -} diff --git a/node_modules/image-extensions/readme.md b/node_modules/image-extensions/readme.md deleted file mode 100644 index fcc8d87..0000000 --- a/node_modules/image-extensions/readme.md +++ /dev/null @@ -1,28 +0,0 @@ -# image-extensions [](https://travis-ci.org/arthurvr/image-extensions) - -> A list of extensions used to represent images. - -Containing both bitmap and vector formats. The list is just a JSON file so can be used wherever. - -## Install - -``` -$ npm install --save image-extensions -``` - -```js -var imageExtensions = require('image-extensions'); - -console.log(imageExtensions); -//=> ['ase', 'art', 'bpm', ...] -``` - -## Related - -- [`is-image`](https://github.com/sindresorhus/is-image) - Check if a filepath is an image -- [`binary-extensions`](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions -- [`text-extensions`](https://github.com/sindresorhus/text-extensions) - List of text extensions - -## License - -MIT © [Arthur Verschaeve](https://github.com/arthurvr) |