{
  "_from": "data-urls@^5.0.0",
  "_id": "data-urls@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
  "_location": "/data-urls",
  "_phantomChildren": {
    "punycode": "2.3.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "data-urls@^5.0.0",
    "name": "data-urls",
    "escapedName": "data-urls",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
  "_shasum": "2f76906bce1824429ffecb6920f45a0b30f00dde",
  "_spec": "data-urls@^5.0.0",
  "_where": "/home/easypc6/backend/node_modules/jsdom",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/data-urls/issues"
  },
  "bundleDependencies": false,
  "c8": {
    "reporter": [
      "text",
      "html"
    ],
    "exclude": [
      "scripts/",
      "test/"
    ]
  },
  "dependencies": {
    "whatwg-mimetype": "^4.0.0",
    "whatwg-url": "^14.0.0"
  },
  "deprecated": false,
  "description": "Parses data: URLs",
  "devDependencies": {
    "@domenic/eslint-config": "^3.0.0",
    "c8": "^8.0.1",
    "eslint": "^8.53.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/jsdom/data-urls#readme",
  "keywords": [
    "data url",
    "data uri",
    "data:",
    "http",
    "fetch",
    "whatwg"
  ],
  "license": "MIT",
  "main": "lib/parser.js",
  "name": "data-urls",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/data-urls.git"
  },
  "scripts": {
    "coverage": "c8 node --test --experimental-test-coverage",
    "lint": "eslint .",
    "pretest": "node scripts/get-latest-platform-tests.js",
    "test": "node --test"
  },
  "version": "5.0.0"
}
