mirror of
https://github.com/actions/labeler.git
synced 2025-12-17 23:59:40 +00:00
build
This commit is contained in:
24
node_modules/whatwg-url/package.json
generated
vendored
24
node_modules/whatwg-url/package.json
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user