schnee effeckt und fehler Korektur
This commit is contained in:
86
node_modules/is-png/package.json
generated
vendored
86
node_modules/is-png/package.json
generated
vendored
@@ -1,44 +1,46 @@
|
||||
{
|
||||
"name": "is-png",
|
||||
"version": "1.1.0",
|
||||
"description": "Check if a Buffer/Uint8Array is a PNG image",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-png",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "http://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"png",
|
||||
"portable",
|
||||
"network",
|
||||
"graphics",
|
||||
"image",
|
||||
"img",
|
||||
"pic",
|
||||
"picture",
|
||||
"photo",
|
||||
"type",
|
||||
"detect",
|
||||
"check",
|
||||
"is",
|
||||
"exif",
|
||||
"binary",
|
||||
"buffer",
|
||||
"uint8array"
|
||||
],
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"read-chunk": "^1.0.0"
|
||||
}
|
||||
"name": "is-png",
|
||||
"version": "2.0.0",
|
||||
"description": "Check if a Buffer/Uint8Array is a PNG image",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-png",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"png",
|
||||
"portable",
|
||||
"network",
|
||||
"graphics",
|
||||
"image",
|
||||
"picture",
|
||||
"photo",
|
||||
"type",
|
||||
"detect",
|
||||
"check",
|
||||
"is",
|
||||
"exif",
|
||||
"binary",
|
||||
"buffer",
|
||||
"uint8array"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^11.13.5",
|
||||
"ava": "^1.4.1",
|
||||
"read-chunk": "^3.2.0",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user