UNPKG

image-parser

Version:
59 lines 1.35 kB
{ "name": "image-parser", "description": "An image parser that works.", "keywords": [ "image", "parser", "an", "that", "works" ], "license": "MIT", "version": "1.2.9", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/image-parser.git" }, "bugs": { "url": "https://github.com/IonicaBizau/image-parser/issues" }, "homepage": "https://github.com/IonicaBizau/image-parser#readme", "dependencies": { "cb-buffer": "^2.0.0", "err": "^1.1.1", "gm-tools": "^1.0.0", "lwipify": "^2.0.0", "noop6": "^1.0.4", "pixel-class": "^1.0.0" }, "blah": { "description": "This library uses [`lwip`](https://github.com/EyalAr/lwip) to parse the images falling back to GraphicsMagick. :art:", "h_img": "http://i.imgur.com/DiPWcCW.png" }, "directories": { "example": "example" }, "devDependencies": {}, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }