File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/is-png/package.json
{
"_args": [
[
"is-png@2.0.0",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_from": "is-png@2.0.0",
"_id": "is-png@2.0.0",
"_inBundle": false,
"_integrity": "sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==",
"_location": "/is-png",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"/imagemin-pngquant"
],
"_resolved": "https://registry.npmjs.org/is-png/-/is-png-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-png/issues"
},
"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"
}