{
  "_args": [
    [
      "data-urls@3.0.2",
      "c:\\laragon\\www\\web-scraper-jquery"
    ]
  ],
  "_from": "data-urls@3.0.2",
  "_id": "data-urls@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
  "_location": "/data-urls",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "data-urls@3.0.2",
    "name": "data-urls",
    "escapedName": "data-urls",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "c:\\laragon\\www\\web-scraper-jquery",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/data-urls/issues"
  },
  "dependencies": {
    "abab": "^2.0.6",
    "whatwg-mimetype": "^3.0.0",
    "whatwg-url": "^11.0.0"
  },
  "description": "Parses data: URLs",
  "devDependencies": {
    "@domenic/eslint-config": "^2.0.0",
    "eslint": "^8.14.0",
    "jest": "^27.5.1",
    "minipass-fetch": "^2.1.0"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/jsdom/data-urls#readme",
  "jest": {
    "coverageDirectory": "coverage",
    "coverageReporters": [
      "lcov",
      "text-summary"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/test/**/*.js"
    ],
    "coveragePathIgnorePatterns": [
      "<rootDir>/node_modules/(?!(abab/lib/atob.js))"
    ]
  },
  "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": "jest --coverage",
    "lint": "eslint .",
    "pretest": "node scripts/get-latest-platform-tests.js",
    "test": "jest"
  },
  "version": "3.0.2"
}
