Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / is-jpg / package.json
1 {
2   "_args": [
3     [
4       "is-jpg@^1.0.0",
5       "/var/www/yaffs/node_modules/imagemin-jpegtran"
6     ]
7   ],
8   "_from": "is-jpg@>=1.0.0 <2.0.0",
9   "_id": "is-jpg@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-jpg",
13   "_npmUser": {
14     "email": "sindresorhus@gmail.com",
15     "name": "sindresorhus"
16   },
17   "_npmVersion": "1.4.21",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "is-jpg",
21     "raw": "is-jpg@^1.0.0",
22     "rawSpec": "^1.0.0",
23     "scope": null,
24     "spec": ">=1.0.0 <2.0.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/imagemin-jpegtran"
29   ],
30   "_resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-1.0.0.tgz",
31   "_shasum": "2959c17e73430db38264da75b90dd54f2d86da1c",
32   "_shrinkwrap": null,
33   "_spec": "is-jpg@^1.0.0",
34   "_where": "/var/www/yaffs/node_modules/imagemin-jpegtran",
35   "author": {
36     "email": "sindresorhus@gmail.com",
37     "name": "Sindre Sorhus",
38     "url": "http://sindresorhus.com"
39   },
40   "bugs": {
41     "url": "https://github.com/sindresorhus/is-jpg/issues"
42   },
43   "dependencies": {},
44   "description": "Check if a Buffer/Uint8Array is a JPEG image",
45   "devDependencies": {
46     "mocha": "*",
47     "read-chunk": "^1.0.0"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "2959c17e73430db38264da75b90dd54f2d86da1c",
52     "tarball": "https://registry.npmjs.org/is-jpg/-/is-jpg-1.0.0.tgz"
53   },
54   "engines": {
55     "node": ">=0.10.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "gitHead": "da8e15c730519a7f0ae3ec16d4e2eb510ecd1e30",
61   "homepage": "https://github.com/sindresorhus/is-jpg",
62   "keywords": [
63     "bin",
64     "binary",
65     "buffer",
66     "check",
67     "cli",
68     "detect",
69     "exif",
70     "image",
71     "img",
72     "is",
73     "jpeg",
74     "jpg",
75     "photo",
76     "pic",
77     "picture",
78     "type",
79     "uint8array"
80   ],
81   "license": "MIT",
82   "maintainers": [
83     {
84       "name": "sindresorhus",
85       "email": "sindresorhus@gmail.com"
86     }
87   ],
88   "name": "is-jpg",
89   "optionalDependencies": {},
90   "readme": "ERROR: No README data found!",
91   "repository": {
92     "type": "git",
93     "url": "git+https://github.com/sindresorhus/is-jpg.git"
94   },
95   "scripts": {
96     "test": "mocha"
97   },
98   "version": "1.0.0"
99 }