-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: vendor proper-lockfile dependency
This patch vendors the https://github.com/moxystudio/node-proper-lockfile project we rely to manage Playwright Registry. The reason to vender is the following upstream issue that didn't get resolved in almost a month: moxystudio/node-proper-lockfile#111 Follow-up will apply the fix for the issue to the vendored file. NOTE: this patch also inlines all code in a single file. References #19418
- Loading branch information
1 parent
7bbaf2a
commit fe49e95
Showing
7 changed files
with
466 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,9 @@ This project incorporates components from the projects listed below. The origina | |
- [email protected] (https://github.com/andrewrk/node-pend) | ||
- [email protected] (https://github.com/lukeapage/pngjs) | ||
- [email protected] (https://github.com/visionmedia/node-progress) | ||
- [email protected] (https://github.com/moxystudio/node-proper-lockfile) | ||
- [email protected] (https://github.com/Rob--W/proxy-from-env) | ||
- [email protected] (https://github.com/mafintosh/pump) | ||
- retry@0.12.0 (https://github.com/tim-kos/node-retry) | ||
- retry@0.13.1 (https://github.com/tim-kos/node-retry) | ||
- [email protected] (https://github.com/isaacs/rimraf) | ||
- [email protected] (https://github.com/tapjs/signal-exit) | ||
- [email protected] (https://github.com/JoshGlazebrook/smart-buffer) | ||
|
@@ -1166,32 +1165,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
========================================= | ||
END OF [email protected] AND INFORMATION | ||
|
||
%% [email protected] NOTICES AND INFORMATION BEGIN HERE | ||
========================================= | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2018 Made With MOXY Lda <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
========================================= | ||
END OF [email protected] AND INFORMATION | ||
|
||
%% [email protected] NOTICES AND INFORMATION BEGIN HERE | ||
========================================= | ||
The MIT License | ||
|
@@ -1243,7 +1216,7 @@ THE SOFTWARE. | |
========================================= | ||
END OF [email protected] AND INFORMATION | ||
|
||
%% retry@0.12.0 NOTICES AND INFORMATION BEGIN HERE | ||
%% retry@0.13.1 NOTICES AND INFORMATION BEGIN HERE | ||
========================================= | ||
Copyright (c) 2011: | ||
Tim Koschützki ([email protected]) | ||
|
@@ -1267,7 +1240,7 @@ Felix Geisendörfer ([email protected]) | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
========================================= | ||
END OF retry@0.12.0 AND INFORMATION | ||
END OF retry@0.13.1 AND INFORMATION | ||
|
||
%% [email protected] NOTICES AND INFORMATION BEGIN HERE | ||
========================================= | ||
|
@@ -1641,6 +1614,6 @@ END OF [email protected] AND INFORMATION | |
|
||
SUMMARY BEGIN HERE | ||
========================================= | ||
Total Packages: 46 | ||
Total Packages: 45 | ||
========================================= | ||
END OF SUMMARY |
100 changes: 48 additions & 52 deletions
100
packages/playwright-core/bundles/utils/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.