{
  "_from": "image2uri@^2.1.2",
  "_id": "image2uri@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-3b2zRma8I3zulb4OCkZruRw1VsnysT9phBzOJj+x3lPkwybJtNa5Sz6Dw8jSQI6OL7Ns4H5h8Y26EJbwq4GhQQ==",
  "_location": "/image2uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "image2uri@^2.1.2",
    "name": "image2uri",
    "escapedName": "image2uri",
    "rawSpec": "^2.1.2",
    "saveSpec": null,
    "fetchSpec": "^2.1.2"
  },
  "_requiredBy": [
    "/svgtofont"
  ],
  "_resolved": "https://registry.npmjs.org/image2uri/-/image2uri-2.1.2.tgz",
  "_shasum": "ef0e9c14340734e5d793bb9251d065ab1a8f8d50",
  "_spec": "image2uri@^2.1.2",
  "_where": "/var/www/html/moro/node_modules/svgtofont",
  "author": {
    "name": "Kenny",
    "email": "wowohoo@qq.com"
  },
  "bugs": {
    "url": "https://github.com/jaywcjlove/image2uri/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "node-fetch": "^3.3.1"
  },
  "deprecated": false,
  "description": "Convert image file to data URI.",
  "devDependencies": {
    "@types/node": "^18.15.11",
    "tsbb": "^4.1.14"
  },
  "exports": "./lib/index.js",
  "files": [
    "lib",
    "src"
  ],
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "homepage": "https://jaywcjlove.github.io/image2uri/",
  "jest": {
    "transformIgnorePatterns": [
      "<rootDir>/node_modules/?!(.*)"
    ],
    "coverageReporters": [
      "lcov",
      "json-summary"
    ]
  },
  "keywords": [
    "image",
    "uri",
    "fs",
    "base64",
    "image-to-uri",
    "image2uri"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "image2uri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaywcjlove/image2uri.git"
  },
  "scripts": {
    "build": "tsbb build",
    "coverage": "tsbb test --coverage",
    "prepare": "npm run build",
    "test": "tsbb test",
    "watch": "tsbb watch"
  },
  "type": "module",
  "types": "./lib/index.d.ts",
  "version": "2.1.2"
}
