blob: 81082e71732f722c6e61f463961d6d69d8baae3a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-jpg@^2.0.0",
3 "_id": "is-jpg@2.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc=",
6 "_location": "/is-jpg",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-jpg@^2.0.0",
12 "name": "is-jpg",
13 "escapedName": "is-jpg",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/imagemin-jpegtran"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz",
22 "_shasum": "2e1997fa6e9166eaac0242daae443403e4ef1d97",
23 "_spec": "is-jpg@^2.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-jpegtran",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/is-jpg/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Check if a Buffer/Uint8Array is a JPEG image",
36 "devDependencies": {
37 "ava": "*",
38 "read-chunk": "^2.1.0",
39 "xo": "*"
40 },
41 "engines": {
42 "node": ">=6"
43 },
44 "files": [
45 "index.js"
46 ],
47 "homepage": "https://github.com/sindresorhus/is-jpg#readme",
48 "keywords": [
49 "jpg",
50 "jpeg",
51 "image",
52 "img",
53 "pic",
54 "picture",
55 "photo",
56 "type",
57 "detect",
58 "check",
59 "is",
60 "exif",
61 "binary",
62 "buffer",
63 "uint8array",
64 "cli",
65 "bin"
66 ],
67 "license": "MIT",
68 "name": "is-jpg",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/sindresorhus/is-jpg.git"
72 },
73 "scripts": {
74 "test": "xo && ava"
75 },
76 "version": "2.0.0"
77}