This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

24
node_modules/whatwg-url/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"whatwg-url@6.5.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "whatwg-url@6.5.0",
"_from": "whatwg-url@^6.4.1",
"_id": "whatwg-url@6.5.0",
"_inBundle": false,
"_integrity": "sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==",
"_location": "/whatwg-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "whatwg-url@6.5.0",
"raw": "whatwg-url@^6.4.1",
"name": "whatwg-url",
"escapedName": "whatwg-url",
"rawSpec": "6.5.0",
"rawSpec": "^6.4.1",
"saveSpec": null,
"fetchSpec": "6.5.0"
"fetchSpec": "^6.4.1"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz",
"_spec": "6.5.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "f2df02bff176fd65070df74ad5ccbb5a199965a8",
"_spec": "whatwg-url@^6.4.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jsdom",
"author": {
"name": "Sebastian Mayr",
"email": "github@smayr.name"
@@ -35,11 +29,13 @@
"bugs": {
"url": "https://github.com/jsdom/whatwg-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash.sortby": "^4.7.0",
"tr46": "^1.0.1",
"webidl-conversions": "^4.0.2"
},
"deprecated": false,
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
"devDependencies": {
"browserify": "^16.2.2",