{
  "_from": "image-size@^1.0.0",
  "_id": "image-size@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-4S8fwbO6w3GeCVN6OPtA9I5IGKkcDMPcKndtUlpJuCwu7JLjtj7JZpwqLuyY2nrmQT3AWsCJLSKPsc2mPBSl3w==",
  "_location": "/image-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "image-size@^1.0.0",
    "name": "image-size",
    "escapedName": "image-size",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/wa-sticker-formatter"
  ],
  "_resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.0.tgz",
  "_shasum": "312af27a2ff4ff58595ad00b9344dd684c910df6",
  "_spec": "image-size@^1.0.0",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib/node_modules/wa-sticker-formatter",
  "author": {
    "name": "netroy",
    "email": "aditya@netroy.in",
    "url": "http://netroy.in/"
  },
  "bin": {
    "image-size": "bin/image-size.js"
  },
  "bugs": {
    "url": "https://github.com/image-size/image-size/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "queue": "6.0.2"
  },
  "deprecated": false,
  "description": "get dimensions of any image file",
  "devDependencies": {
    "@eslint/js": "9.5.0",
    "@types/chai": "4.3.16",
    "@types/eslint__js": "8.42.3",
    "@types/glob": "8.1.0",
    "@types/mocha": "10.0.7",
    "@types/node": "18.19.39",
    "@types/sinon": "17.0.3",
    "chai": "4.4.1",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "glob": "10.4.2",
    "mocha": "10.2.0",
    "nyc": "15.1.0",
    "prettier": "3.3.2",
    "sinon": "17.0.1",
    "ts-node": "10.9.2",
    "typedoc": "0.25.13",
    "typescript": "5.4.5",
    "typescript-eslint": "7.13.1"
  },
  "engines": {
    "node": ">=16.x"
  },
  "files": [
    "dist",
    "bin/image-size.js"
  ],
  "homepage": "https://github.com/image-size/image-size#readme",
  "keywords": [
    "image",
    "size",
    "dimensions",
    "resolution",
    "width",
    "height",
    "avif",
    "bmp",
    "cur",
    "gif",
    "heic",
    "heif",
    "icns",
    "ico",
    "jpeg",
    "jxl",
    "png",
    "psd",
    "svg",
    "tga",
    "tiff",
    "webp"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "image-size",
  "nyc": {
    "include": "lib",
    "exclude": "specs/*.spec.ts"
  },
  "packageManager": "yarn@4.0.2",
  "repository": {
    "type": "git",
    "url": "git://github.com/image-size/image-size.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist docs",
    "format": "prettier --write lib specs eslint.config.mjs",
    "generate-docs": "typedoc",
    "lint": "eslint bin lib specs",
    "prepack": "yarn clean && yarn build",
    "test": "nyc mocha"
  },
  "types": "dist/index.d.ts",
  "version": "1.2.0"
}
