Initial commit
[yaffs-website] / node_modules / is-gif / package.json
1 {
2   "_args": [
3     [
4       "is-gif@^1.0.0",
5       "/var/www/yaffs/node_modules/imagemin-gifsicle"
6     ]
7   ],
8   "_from": "is-gif@>=1.0.0 <2.0.0",
9   "_id": "is-gif@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-gif",
13   "_npmUser": {
14     "email": "sindresorhus@gmail.com",
15     "name": "sindresorhus"
16   },
17   "_npmVersion": "1.4.21",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "is-gif",
21     "raw": "is-gif@^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-gifsicle"
29   ],
30   "_resolved": "https://registry.npmjs.org/is-gif/-/is-gif-1.0.0.tgz",
31   "_shasum": "a6d2ae98893007bffa97a1d8c01d63205832097e",
32   "_shrinkwrap": null,
33   "_spec": "is-gif@^1.0.0",
34   "_where": "/var/www/yaffs/node_modules/imagemin-gifsicle",
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-gif/issues"
42   },
43   "dependencies": {},
44   "description": "Check if a Buffer/Uint8Array is a GIF image",
45   "devDependencies": {
46     "mocha": "*",
47     "read-chunk": "^1.0.0"
48   },
49   "directories": {},
50   "dist": {
51     "shasum": "a6d2ae98893007bffa97a1d8c01d63205832097e",
52     "tarball": "https://registry.npmjs.org/is-gif/-/is-gif-1.0.0.tgz"
53   },
54   "engines": {
55     "node": ">=0.10.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "gitHead": "5f7948d3e73d798490b6967a106c675e3843702c",
61   "homepage": "https://github.com/sindresorhus/is-gif",
62   "keywords": [
63     "binary",
64     "buffer",
65     "check",
66     "detect",
67     "exif",
68     "gif",
69     "graphics",
70     "image",
71     "img",
72     "is",
73     "photo",
74     "pic",
75     "picture",
76     "type",
77     "uint8array"
78   ],
79   "license": "MIT",
80   "maintainers": [
81     {
82       "name": "sindresorhus",
83       "email": "sindresorhus@gmail.com"
84     }
85   ],
86   "name": "is-gif",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/sindresorhus/is-gif.git"
92   },
93   "scripts": {
94     "test": "mocha"
95   },
96   "version": "1.0.0"
97 }