Files
site/nova-components/NovaLeader/node_modules/is-jpg/package.json
2025-04-21 16:03:20 +02:00

77 lines
1.6 KiB
JSON

{
"_from": "is-jpg@^1.0.0",
"_id": "is-jpg@1.0.1",
"_inBundle": false,
"_integrity": "sha1-KW1X/dmc4BBDSnKD40armhA16XU=",
"_location": "/is-jpg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-jpg@^1.0.0",
"name": "is-jpg",
"escapedName": "is-jpg",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/imagemin-mozjpeg"
],
"_resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-1.0.1.tgz",
"_shasum": "296d57fdd99ce010434a7283e346ab9a1035e975",
"_spec": "is-jpg@^1.0.0",
"_where": "D:\\developments\\teaser-inertia\\nova-components\\NovaLeader\\node_modules\\imagemin-mozjpeg",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-jpg/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a Buffer/Uint8Array is a JPEG image",
"devDependencies": {
"mocha": "*",
"read-chunk": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-jpg#readme",
"keywords": [
"jpg",
"jpeg",
"image",
"img",
"pic",
"picture",
"photo",
"type",
"detect",
"check",
"is",
"exif",
"binary",
"buffer",
"uint8array",
"cli",
"bin"
],
"license": "MIT",
"name": "is-jpg",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-jpg.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.1"
}