{
  "_from": "image-size@^1.0.0",
  "_id": "image-size@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==",
  "_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": [
    "/image-thumbnail"
  ],
  "_resolved": "https://registry.npmjs.org/image-size/-/image-size-1.0.2.tgz",
  "_shasum": "d778b6d0ab75b2737c1556dd631652eb963bc486",
  "_spec": "image-size@^1.0.0",
  "_where": "/var/www/html/trains/api/node_modules/image-thumbnail",
  "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": {
    "@types/chai": "4.3.1",
    "@types/glob": "7.2.0",
    "@types/mocha": "9.1.1",
    "@types/node": "18.0.3",
    "@types/sinon": "10.0.12",
    "@typescript-eslint/eslint-plugin": "5.30.6",
    "@typescript-eslint/parser": "5.30.6",
    "chai": "4.3.6",
    "eslint": "8.19.0",
    "glob": "8.0.3",
    "mocha": "10.0.0",
    "nyc": "15.1.0",
    "sinon": "14.0.0",
    "ts-node": "10.8.2",
    "typedoc": "0.23.7",
    "typescript": "4.7.4"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist",
    "bin/image-size.js"
  ],
  "homepage": "https://github.com/image-size/image-size#readme",
  "keywords": [
    "image",
    "size",
    "dimensions",
    "resolution",
    "width",
    "height",
    "png",
    "jpeg",
    "bmp",
    "gif",
    "psd",
    "tga",
    "tiff",
    "webp",
    "svg",
    "icns",
    "ico",
    "cur"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "image-size",
  "packageManager": "yarn@3.2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/image-size/image-size.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist docs",
    "generate-docs": "typedoc",
    "prepack": "yarn clean && yarn build",
    "pretest": "eslint --ext .ts,.js bin lib specs",
    "test": "nyc mocha"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.2"
}
