1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "whatwg-url@^8.5.0",
- "_id": "whatwg-url@8.6.0",
- "_inBundle": false,
- "_integrity": "sha512-os0KkeeqUOl7ccdDT1qqUcS4KH4tcBTSKK5Nl5WKb2lyxInIZ/CpjkqKa1Ss12mjfdcRX9mHmPPs7/SxG1Hbdw==",
- "_location": "/whatwg-url",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "whatwg-url@^8.5.0",
- "name": "whatwg-url",
- "escapedName": "whatwg-url",
- "rawSpec": "^8.5.0",
- "saveSpec": null,
- "fetchSpec": "^8.5.0"
- },
- "_requiredBy": [
- "/data-urls",
- "/jsdom"
- ],
- "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.6.0.tgz",
- "_shasum": "27c0205a4902084b872aecb97cf0f2a7a3011f4c",
- "_spec": "whatwg-url@^8.5.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jsdom",
- "author": {
- "name": "Sebastian Mayr",
- "email": "github@smayr.name"
- },
- "bugs": {
- "url": "https://github.com/jsdom/whatwg-url/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "lodash": "^4.7.0",
- "tr46": "^2.1.0",
- "webidl-conversions": "^6.1.0"
- },
- "deprecated": false,
- "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
- "devDependencies": {
- "browserify": "^17.0.0",
- "domexception": "^2.0.1",
- "eslint": "^7.28.0",
- "glob": "^7.1.7",
- "got": "^11.8.2",
- "jest": "^27.0.4",
- "recast": "^0.20.4",
- "webidl2js": "^16.2.0"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js",
- "webidl2js-wrapper.js",
- "dist/"
- ],
- "homepage": "https://github.com/jsdom/whatwg-url#readme",
- "jest": {
- "collectCoverageFrom": [
- "lib/**/*.js",
- "!lib/utils.js"
- ],
- "coverageDirectory": "coverage",
- "coverageReporters": [
- "lcov",
- "text-summary"
- ],
- "testEnvironment": "node",
- "testMatch": [
- "<rootDir>/test/**/*.js"
- ],
- "testPathIgnorePatterns": [
- "^<rootDir>/test/testharness.js$",
- "^<rootDir>/test/web-platform-tests/"
- ]
- },
- "license": "MIT",
- "main": "index.js",
- "name": "whatwg-url",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jsdom/whatwg-url.git"
- },
- "scripts": {
- "build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
- "coverage": "jest --coverage",
- "lint": "eslint .",
- "prepare": "node scripts/transform.js",
- "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
- "test": "jest"
- },
- "version": "8.6.0"
- }
|