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