{ "_from": "whatwg-url@^14.1.1", "_id": "whatwg-url@14.2.0", "_inBundle": false, "_integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==", "_location": "/whatwg-url", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "whatwg-url@^14.1.1", "name": "whatwg-url", "escapedName": "whatwg-url", "rawSpec": "^14.1.1", "saveSpec": null, "fetchSpec": "^14.1.1" }, "_requiredBy": [ "/data-urls", "/jsdom" ], "_resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-14.2.0.tgz", "_shasum": "4ee02d5d725155dae004f6ae95c73e7ef5d95663", "_spec": "whatwg-url@^14.1.1", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\jsdom", "author": { "name": "Sebastian Mayr", "email": "github@smayr.name" }, "bugs": { "url": "https://github.com/jsdom/whatwg-url/issues" }, "bundleDependencies": false, "c8": { "reporter": [ "text", "html" ], "exclude": [ "lib/Function.js", "lib/URL.js", "lib/URLSearchParams.js", "lib/utils.js", "scripts/", "test/" ] }, "dependencies": { "tr46": "^5.1.0", "webidl-conversions": "^7.0.0" }, "deprecated": false, "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery", "devDependencies": { "@domenic/eslint-config": "^4.0.1", "benchmark": "^2.1.4", "c8": "^10.1.3", "esbuild": "^0.25.1", "eslint": "^9.22.0", "globals": "^16.0.0", "webidl2js": "^18.0.0" }, "engines": { "node": ">=18" }, "files": [ "index.js", "webidl2js-wrapper.js", "lib/*.js" ], "homepage": "https://github.com/jsdom/whatwg-url#readme", "license": "MIT", "main": "index.js", "name": "whatwg-url", "repository": { "type": "git", "url": "git+https://github.com/jsdom/whatwg-url.git" }, "scripts": { "bench": "node scripts/benchmark.js", "build-live-viewer": "esbuild --bundle --format=esm --sourcemap --outfile=live-viewer/whatwg-url.mjs index.js", "coverage": "c8 node --test --experimental-test-coverage test/*.js", "lint": "eslint", "prepare": "node scripts/transform.js", "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js", "test": "node --test test/*.js" }, "version": "14.2.0" }