1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
| {
| "_args": [
| [
| "whatwg-url@8.7.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "whatwg-url@8.7.0",
| "_id": "whatwg-url@8.7.0",
| "_inBundle": false,
| "_integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
| "_location": "/jsdom/whatwg-url",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "whatwg-url@8.7.0",
| "name": "whatwg-url",
| "escapedName": "whatwg-url",
| "rawSpec": "8.7.0",
| "saveSpec": null,
| "fetchSpec": "8.7.0"
| },
| "_requiredBy": [
| "/jsdom"
| ],
| "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
| "_spec": "8.7.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Sebastian Mayr",
| "email": "github@smayr.name"
| },
| "bugs": {
| "url": "https://github.com/jsdom/whatwg-url/issues"
| },
| "dependencies": {
| "lodash": "^4.7.0",
| "tr46": "^2.1.0",
| "webidl-conversions": "^6.1.0"
| },
| "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
| "devDependencies": {
| "@domenic/eslint-config": "^1.2.0",
| "browserify": "^17.0.0",
| "domexception": "^2.0.1",
| "eslint": "^7.29.0",
| "glob": "^7.1.7",
| "got": "^11.8.2",
| "jest": "^27.0.5",
| "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.7.0"
| }
|
|