更新
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "probe-image-size",
|
||||
"version": "7.3.0",
|
||||
"description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)",
|
||||
"keywords": [
|
||||
"image",
|
||||
"size",
|
||||
"jpg",
|
||||
"jpeg",
|
||||
"ico",
|
||||
"gif",
|
||||
"png",
|
||||
"webp",
|
||||
"tiff",
|
||||
"bmp",
|
||||
"svg",
|
||||
"psd"
|
||||
],
|
||||
"repository": "nodeca/probe-image-size",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/puzrin"
|
||||
},
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/nodeca"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"http.js",
|
||||
"stream.js",
|
||||
"sync.js",
|
||||
"lib/"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "npm run lint && nyc node --test",
|
||||
"coverage": "npm run test && nyc report --reporter html",
|
||||
"report-coveralls": "nyc --reporter=lcov node --test"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash.merge": "^4.6.2",
|
||||
"needle": "^2.5.2",
|
||||
"stream-parser": "~0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.39.4",
|
||||
"neostandard": "^0.13.0",
|
||||
"nyc": "^18.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user