84 lines
1.8 KiB
JSON
84 lines
1.8 KiB
JSON
{
|
|
"_from": "is-png@^1.0.0",
|
|
"_id": "is-png@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-1XSxK/J1wDUEVVcLDltXqwYgd84=",
|
|
"_location": "/is-png",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-png@^1.0.0",
|
|
"name": "is-png",
|
|
"escapedName": "is-png",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/imagemin-advpng",
|
|
"/imagemin-guetzli",
|
|
"/imagemin-optipng",
|
|
"/imagemin-pngcrush",
|
|
"/imagemin-pngout",
|
|
"/imagemin-pngquant",
|
|
"/imagemin-upng",
|
|
"/imagemin-zopfli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-png/-/is-png-1.1.0.tgz",
|
|
"_shasum": "d574b12bf275c0350455570b0e5b57ab062077ce",
|
|
"_spec": "is-png@^1.0.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/imagemin-advpng",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/is-png/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Check if a Buffer/Uint8Array is a PNG image",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"read-chunk": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/is-png#readme",
|
|
"keywords": [
|
|
"png",
|
|
"portable",
|
|
"network",
|
|
"graphics",
|
|
"image",
|
|
"img",
|
|
"pic",
|
|
"picture",
|
|
"photo",
|
|
"type",
|
|
"detect",
|
|
"check",
|
|
"is",
|
|
"exif",
|
|
"binary",
|
|
"buffer",
|
|
"uint8array"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-png",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/is-png.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|