79 lines
1.8 KiB
JSON
79 lines
1.8 KiB
JSON
{
|
|
"_from": "is-png@^2.0.0",
|
|
"_id": "is-png@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==",
|
|
"_location": "/is-png",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-png@^2.0.0",
|
|
"name": "is-png",
|
|
"escapedName": "is-png",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/imagemin-optipng"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-png/-/is-png-2.0.0.tgz",
|
|
"_shasum": "ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d",
|
|
"_spec": "is-png@^2.0.0",
|
|
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/imagemin-optipng",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "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": {
|
|
"@types/node": "^11.13.5",
|
|
"ava": "^1.4.1",
|
|
"read-chunk": "^3.2.0",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/is-png#readme",
|
|
"keywords": [
|
|
"png",
|
|
"portable",
|
|
"network",
|
|
"graphics",
|
|
"image",
|
|
"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": "xo && ava && tsd"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|