{
  "_from": "image-meta@^0.2.2",
  "_id": "image-meta@0.2.2",
  "_inBundle": false,
  "_integrity": "sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==",
  "_location": "/image-meta",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "image-meta@^0.2.2",
    "name": "image-meta",
    "escapedName": "image-meta",
    "rawSpec": "^0.2.2",
    "saveSpec": null,
    "fetchSpec": "^0.2.2"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/nuxt/@nuxt/devtools"
  ],
  "_resolved": "https://registry.npmjs.org/image-meta/-/image-meta-0.2.2.tgz",
  "_shasum": "a88dbdf1983d7c23a80c3e71d3b8acdb5379f5e0",
  "_spec": "image-meta@^0.2.2",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt/node_modules/@nuxt/devtools",
  "bugs": {
    "url": "https://github.com/unjs/image-meta/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect image type and size using pure javascript",
  "devDependencies": {
    "@types/node": "^24.7.0",
    "@vitest/coverage-v8": "^3.2.4",
    "changelogen": "^0.6.2",
    "eslint": "^9.37.0",
    "eslint-config-unjs": "^0.5.0",
    "jiti": "^2.6.1",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^3.2.4"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/image-meta#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "image-meta",
  "packageManager": "pnpm@10.18.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/image-meta.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint --cache . && prettier -c src test",
    "lint:fix": "eslint --cache . --fix && prettier -c src test -w",
    "play": "jiti playground",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit --skipLibCheck"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.2.2"
}
