{
  "_args": [
    [
      "data-uri-to-buffer@4.0.0",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "data-uri-to-buffer@4.0.0",
  "_id": "data-uri-to-buffer@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==",
  "_location": "/data-uri-to-buffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "data-uri-to-buffer@4.0.0",
    "name": "data-uri-to-buffer",
    "escapedName": "data-uri-to-buffer",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/node-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues"
  },
  "description": "Generate a Buffer instance from a Data URI string",
  "devDependencies": {
    "@types/es6-promisify": "^5.0.0",
    "@types/mocha": "^9.0.0",
    "@types/node": "^10.5.3",
    "jest": "^27.2.2",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.3"
  },
  "engines": {
    "node": ">= 12"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer",
  "jest": {
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "diagnostics": false,
        "isolatedModules": true
      }
    },
    "verbose": false,
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/test/**/*.test.ts"
    ]
  },
  "keywords": [
    "data",
    "uri",
    "datauri",
    "data-uri",
    "buffer",
    "convert",
    "rfc2397",
    "2397"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "data-uri-to-buffer",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "4.0.0"
}
