-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 1.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_from": "is-jpg@^2.0.0",
"_id": "is-jpg@2.0.0",
"_inBundle": false,
"_integrity": "sha512-ODlO0ruzhkzD3sdynIainVP5eoOFNN85rxA1+cwwnPe4dKyX0r5+hxNO5XpCrxlHcmb9vkOit9mhRD2JVuimHg==",
"_location": "/is-jpg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-jpg@^2.0.0",
"name": "is-jpg",
"escapedName": "is-jpg",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/imagemin-mozjpeg"
],
"_resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz",
"_shasum": "2e1997fa6e9166eaac0242daae443403e4ef1d97",
"_spec": "is-jpg@^2.0.0",
"_where": "/home/dabito/holbertonschool-react/0x00-Webpack/task_2/node_modules/imagemin-mozjpeg",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "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": {
"ava": "*",
"read-chunk": "^2.1.0",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"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": "xo && ava"
},
"version": "2.0.0"
}