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