{
  "_args": [
    [
      "@react-pdf/image@2.2.1",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "@react-pdf/image@2.2.1",
  "_id": "@react-pdf/image@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-f0+cEP6pSBmk8eS/wP2tMsJcv2c7xjzca6cr1kwcapr1nzkPrh6fMdEeFl6kR2/HlJK/JoHo+xxlzRiQ8V2lrw==",
  "_location": "/@react-pdf/image",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@react-pdf/image@2.2.1",
    "name": "@react-pdf/image",
    "escapedName": "@react-pdf%2fimage",
    "scope": "@react-pdf",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/@react-pdf/layout"
  ],
  "_resolved": "https://registry.npmjs.org/@react-pdf/image/-/image-2.2.1.tgz",
  "_spec": "2.2.1",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Diego Muracciole",
    "email": "diegomuracciole@gmail.com"
  },
  "browser": {
    "./lib/index.cjs.js": "./lib/index.browser.cjs.js",
    "./lib/index.es.js": "./lib/index.browser.es.js"
  },
  "bugs": {
    "url": "https://github.com/diegomura/react-pdf/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.13",
    "@react-pdf/png-js": "^2.2.0",
    "cross-fetch": "^3.1.5"
  },
  "description": "Parses the images in png or jpeg format for react-pdf document",
  "devDependencies": {
    "jest-fetch-mock": "^2.1.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/diegomura/react-pdf#readme",
  "license": "MIT",
  "main": "./lib/index.cjs.js",
  "module": "./lib/index.es.js",
  "name": "@react-pdf/image",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diegomura/react-pdf.git",
    "directory": "packages/image"
  },
  "scripts": {
    "build": "rimraf ./lib && rollup -c",
    "test": "jest",
    "watch": "rimraf ./lib && rollup -c -w"
  },
  "version": "2.2.1"
}
