beachball 3.0.0-alpha.4 → 3.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/README.md +14 -12
  2. package/dist/NOTICE.txt +540 -0
  3. package/dist/github-app-token.mjs +6003 -0
  4. package/lib/bump/bumpInMemory.d.ts.map +1 -1
  5. package/lib/bump/bumpInMemory.js +1 -0
  6. package/lib/bump/bumpInMemory.js.map +1 -1
  7. package/lib/bump/performBump.d.ts.map +1 -1
  8. package/lib/bump/performBump.js +2 -3
  9. package/lib/bump/performBump.js.map +1 -1
  10. package/lib/changefile/writeChangeFiles.d.ts +1 -1
  11. package/lib/changefile/writeChangeFiles.d.ts.map +1 -1
  12. package/lib/changefile/writeChangeFiles.js +2 -2
  13. package/lib/changefile/writeChangeFiles.js.map +1 -1
  14. package/lib/changelog/getPackageChangelogs.d.ts.map +1 -1
  15. package/lib/changelog/getPackageChangelogs.js +7 -17
  16. package/lib/changelog/getPackageChangelogs.js.map +1 -1
  17. package/lib/changelog/writeChangelog.js +2 -3
  18. package/lib/changelog/writeChangelog.js.map +1 -1
  19. package/lib/cli.js +20 -37
  20. package/lib/cli.js.map +1 -1
  21. package/lib/commands/bump.d.ts +0 -2
  22. package/lib/commands/bump.d.ts.map +1 -1
  23. package/lib/commands/bump.js +4 -3
  24. package/lib/commands/bump.js.map +1 -1
  25. package/lib/commands/canary.d.ts +0 -2
  26. package/lib/commands/canary.d.ts.map +1 -1
  27. package/lib/commands/canary.js +4 -3
  28. package/lib/commands/canary.js.map +1 -1
  29. package/lib/commands/change.d.ts +0 -2
  30. package/lib/commands/change.d.ts.map +1 -1
  31. package/lib/commands/change.js +8 -4
  32. package/lib/commands/change.js.map +1 -1
  33. package/lib/commands/configGet.d.ts.map +1 -1
  34. package/lib/commands/configGet.js +4 -2
  35. package/lib/commands/configGet.js.map +1 -1
  36. package/lib/commands/migrate.d.ts.map +1 -1
  37. package/lib/commands/migrate.js +40 -0
  38. package/lib/commands/migrate.js.map +1 -1
  39. package/lib/commands/publish.d.ts +0 -2
  40. package/lib/commands/publish.d.ts.map +1 -1
  41. package/lib/commands/publish.js +4 -3
  42. package/lib/commands/publish.js.map +1 -1
  43. package/lib/commands/sync.d.ts +0 -2
  44. package/lib/commands/sync.d.ts.map +1 -1
  45. package/lib/commands/sync.js +5 -6
  46. package/lib/commands/sync.js.map +1 -1
  47. package/lib/env.d.ts +1 -0
  48. package/lib/env.d.ts.map +1 -1
  49. package/lib/env.js +2 -1
  50. package/lib/env.js.map +1 -1
  51. package/lib/githubAuth/appTokenBin.d.ts +2 -0
  52. package/lib/githubAuth/appTokenBin.d.ts.map +1 -0
  53. package/lib/githubAuth/appTokenBin.js +13 -0
  54. package/lib/githubAuth/appTokenBin.js.map +1 -0
  55. package/lib/githubAuth/appTokenCli.d.ts +15 -0
  56. package/lib/githubAuth/appTokenCli.d.ts.map +1 -0
  57. package/lib/githubAuth/appTokenCli.js +88 -0
  58. package/lib/githubAuth/appTokenCli.js.map +1 -0
  59. package/lib/githubAuth/createAppTokenHelper.d.ts +7 -0
  60. package/lib/githubAuth/createAppTokenHelper.d.ts.map +1 -0
  61. package/lib/githubAuth/createAppTokenHelper.js +93 -0
  62. package/lib/githubAuth/createAppTokenHelper.js.map +1 -0
  63. package/lib/githubAuth/requestHelpers.d.ts +11 -0
  64. package/lib/githubAuth/requestHelpers.d.ts.map +1 -0
  65. package/lib/githubAuth/requestHelpers.js +64 -0
  66. package/lib/githubAuth/requestHelpers.js.map +1 -0
  67. package/lib/githubAuth/revokeAppToken.d.ts +6 -0
  68. package/lib/githubAuth/revokeAppToken.d.ts.map +1 -0
  69. package/lib/githubAuth/revokeAppToken.js +15 -0
  70. package/lib/githubAuth/revokeAppToken.js.map +1 -0
  71. package/lib/githubAuth/signWithAzureCli.d.ts +14 -0
  72. package/lib/githubAuth/signWithAzureCli.d.ts.map +1 -0
  73. package/lib/githubAuth/signWithAzureCli.js +64 -0
  74. package/lib/githubAuth/signWithAzureCli.js.map +1 -0
  75. package/lib/githubAuth/types.d.ts +62 -0
  76. package/lib/githubAuth/types.d.ts.map +1 -0
  77. package/lib/githubAuth/types.js +3 -0
  78. package/lib/githubAuth/types.js.map +1 -0
  79. package/lib/githubAuth/validationHelpers.d.ts +20 -0
  80. package/lib/githubAuth/validationHelpers.d.ts.map +1 -0
  81. package/lib/githubAuth/validationHelpers.js +98 -0
  82. package/lib/githubAuth/validationHelpers.js.map +1 -0
  83. package/lib/monorepo/createCommandContext.d.ts +4 -10
  84. package/lib/monorepo/createCommandContext.d.ts.map +1 -1
  85. package/lib/monorepo/createCommandContext.js +15 -11
  86. package/lib/monorepo/createCommandContext.js.map +1 -1
  87. package/lib/monorepo/getPackageGroups.d.ts.map +1 -1
  88. package/lib/monorepo/getPackageGroups.js +1 -1
  89. package/lib/monorepo/getPackageGroups.js.map +1 -1
  90. package/lib/monorepo/getPackageInfos.d.ts +1 -3
  91. package/lib/monorepo/getPackageInfos.d.ts.map +1 -1
  92. package/lib/monorepo/getPackageInfos.js +13 -8
  93. package/lib/monorepo/getPackageInfos.js.map +1 -1
  94. package/lib/monorepo/getScopedPackages.d.ts.map +1 -1
  95. package/lib/monorepo/getScopedPackages.js +3 -2
  96. package/lib/monorepo/getScopedPackages.js.map +1 -1
  97. package/lib/monorepo/isPathIncluded.d.ts +9 -7
  98. package/lib/monorepo/isPathIncluded.d.ts.map +1 -1
  99. package/lib/monorepo/isPathIncluded.js +4 -14
  100. package/lib/monorepo/isPathIncluded.js.map +1 -1
  101. package/lib/options/BeachballCommand.d.ts +49 -0
  102. package/lib/options/BeachballCommand.d.ts.map +1 -0
  103. package/lib/options/BeachballCommand.js +115 -0
  104. package/lib/options/BeachballCommand.js.map +1 -0
  105. package/lib/options/BeachballHelp.d.ts +66 -0
  106. package/lib/options/BeachballHelp.d.ts.map +1 -0
  107. package/lib/options/BeachballHelp.js +217 -0
  108. package/lib/options/BeachballHelp.js.map +1 -0
  109. package/lib/options/BeachballOption.d.ts +54 -0
  110. package/lib/options/BeachballOption.d.ts.map +1 -0
  111. package/lib/options/BeachballOption.js +99 -0
  112. package/lib/options/BeachballOption.js.map +1 -0
  113. package/lib/options/commandDefinitions.d.ts +24 -0
  114. package/lib/options/commandDefinitions.d.ts.map +1 -0
  115. package/lib/options/commandDefinitions.js +43 -0
  116. package/lib/options/commandDefinitions.js.map +1 -0
  117. package/lib/options/getCliOptions.d.ts +27 -4
  118. package/lib/options/getCliOptions.d.ts.map +1 -1
  119. package/lib/options/getCliOptions.js +48 -137
  120. package/lib/options/getCliOptions.js.map +1 -1
  121. package/lib/options/getDefaultOptions.d.ts.map +1 -1
  122. package/lib/options/getDefaultOptions.js +0 -1
  123. package/lib/options/getDefaultOptions.js.map +1 -1
  124. package/lib/options/getOptions.d.ts +3 -8
  125. package/lib/options/getOptions.d.ts.map +1 -1
  126. package/lib/options/getOptions.js +1 -15
  127. package/lib/options/getOptions.js.map +1 -1
  128. package/lib/options/getPackageInfosWithOptions.d.ts +0 -2
  129. package/lib/options/getPackageInfosWithOptions.d.ts.map +1 -1
  130. package/lib/options/getPackageInfosWithOptions.js +8 -6
  131. package/lib/options/getPackageInfosWithOptions.js.map +1 -1
  132. package/lib/options/optionDefinitions.d.ts +67 -0
  133. package/lib/options/optionDefinitions.d.ts.map +1 -0
  134. package/lib/options/optionDefinitions.js +209 -0
  135. package/lib/options/optionDefinitions.js.map +1 -0
  136. package/lib/publish/bumpAndPush.d.ts.map +1 -1
  137. package/lib/publish/bumpAndPush.js +9 -3
  138. package/lib/publish/bumpAndPush.js.map +1 -1
  139. package/lib/types/BeachballOptions.d.ts +24 -7
  140. package/lib/types/BeachballOptions.d.ts.map +1 -1
  141. package/lib/types/BumpInfo.d.ts +2 -0
  142. package/lib/types/BumpInfo.d.ts.map +1 -1
  143. package/lib/types/ChangeLog.d.ts +4 -8
  144. package/lib/types/ChangeLog.d.ts.map +1 -1
  145. package/lib/types/ChangelogOptions.d.ts +2 -4
  146. package/lib/types/ChangelogOptions.d.ts.map +1 -1
  147. package/lib/validation/isValidAuthType.d.ts +2 -0
  148. package/lib/validation/isValidAuthType.d.ts.map +1 -1
  149. package/lib/validation/isValidAuthType.js +3 -2
  150. package/lib/validation/isValidAuthType.js.map +1 -1
  151. package/lib/validation/isValidChangelogOptions.d.ts.map +1 -1
  152. package/lib/validation/isValidChangelogOptions.js +22 -4
  153. package/lib/validation/isValidChangelogOptions.js.map +1 -1
  154. package/lib/validation/isValidGroupOptions.d.ts.map +1 -1
  155. package/lib/validation/isValidGroupOptions.js +9 -0
  156. package/lib/validation/isValidGroupOptions.js.map +1 -1
  157. package/lib/validation/validate.d.ts +1 -3
  158. package/lib/validation/validate.d.ts.map +1 -1
  159. package/lib/validation/validate.js +17 -7
  160. package/lib/validation/validate.js.map +1 -1
  161. package/package.json +7 -5
  162. package/lib/bump/gatherBumpInfo.d.ts +0 -8
  163. package/lib/bump/gatherBumpInfo.d.ts.map +0 -1
  164. package/lib/bump/gatherBumpInfo.js +0 -13
  165. package/lib/bump/gatherBumpInfo.js.map +0 -1
  166. package/lib/git/tempGetDefaultRemoteBranch.d.ts +0 -39
  167. package/lib/git/tempGetDefaultRemoteBranch.d.ts.map +0 -1
  168. package/lib/git/tempGetDefaultRemoteBranch.js +0 -72
  169. package/lib/git/tempGetDefaultRemoteBranch.js.map +0 -1
  170. package/lib/help.d.ts +0 -3
  171. package/lib/help.d.ts.map +0 -1
  172. package/lib/help.js +0 -103
  173. package/lib/help.js.map +0 -1
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
- # [beachball](https://microsoft.github.io/beachball/)
1
+ # [beachball](https://github.com/microsoft/beachball/blob/main/docs/overview/getting-started.md)
2
2
 
3
3
  the sunniest version bumping tool
4
4
 
5
+ > **NOTE:** microsoft.github.io/beachball still references beachball v2. See the [doc source](https://github.com/microsoft/beachball/blob/main/docs/overview/getting-started.md) for v3.
6
+
5
7
  ## Prerequisites
6
8
 
7
9
  A git repo with a remote
@@ -14,33 +16,33 @@ beachball [command] [options]
14
16
 
15
17
  ## Commands
16
18
 
17
- ### [change](https://microsoft.github.io/beachball/cli/change.html) (default)
19
+ ### [change](https://github.com/microsoft/beachball/blob/main/docs/cli/change.md) (default)
18
20
 
19
21
  a tool to help create change files in the change/ folder
20
22
 
21
- ### [check](https://microsoft.github.io/beachball/cli/check.html)
23
+ ### [check](https://github.com/microsoft/beachball/blob/main/docs/cli/check.md)
22
24
 
23
25
  checks whether a change file is needed for this branch
24
26
 
25
- ### [bump](https://microsoft.github.io/beachball/cli/bump.html)
27
+ ### [bump](https://github.com/microsoft/beachball/blob/main/docs/cli/bump.md)
26
28
 
27
29
  bumps versions as well as generating changelogs
28
30
 
29
- ### [publish](https://microsoft.github.io/beachball/cli/publish.html)
31
+ ### [publish](https://github.com/microsoft/beachball/blob/main/docs/cli/publish.md)
30
32
 
31
33
  bumps, publishes to npm registry, and pushes changelogs back into the target branch
32
34
 
33
- ### [sync](https://microsoft.github.io/beachball/cli/sync.html)
35
+ ### [sync](https://github.com/microsoft/beachball/blob/main/docs/cli/sync.md)
34
36
 
35
37
  synchronizes published versions of packages from a registry, makes local package.json changes to match what is published
36
38
 
37
- ### [config](https://microsoft.github.io/beachball/cli/config.html)
39
+ ### [config](https://github.com/microsoft/beachball/blob/main/docs/cli/config.md)
38
40
 
39
41
  inspect the effective beachball configuration for the repo or a specific package
40
42
 
41
43
  ## Options
42
44
 
43
- Some of the most common options are summarized below. **For all options, see the pages for [CLI options](https://microsoft.github.io/beachball/cli/options.html) and [config file options](https://microsoft.github.io/beachball/overview/configuration.html).**
45
+ Some of the most common options are summarized below. **For all options, see the pages for [CLI options](https://github.com/microsoft/beachball/blob/main/docs/cli/options.md) and [config file options](https://github.com/microsoft/beachball/blob/main/docs/overview/configuration.md).**
44
46
 
45
47
  ### `--config`, `-c`
46
48
 
@@ -66,7 +68,7 @@ target branch from remote (default: as configured in `git config init.defaultBra
66
68
 
67
69
  ### `--type`
68
70
 
69
- for the `change` command: [change type](https://microsoft.github.io/beachball/concepts/change-types.html) for all changed packages
71
+ for the `change` command: [change type](https://github.com/microsoft/beachball/blob/main/docs/concepts/change-types.md) for all changed packages
70
72
 
71
73
  ### `--package`
72
74
 
@@ -112,14 +114,14 @@ In large monorepos, the process of fetching versions for sync or before publishi
112
114
 
113
115
  ### Optimizing for large monorepos
114
116
 
115
- If you have a large to very large monorepo, there are several configuration options and strategies that can help improve Beachball's performance. For details, see the [large repos guide](https://microsoft.github.io/beachball/concepts/large-repos.html).
117
+ If you have a large to very large monorepo, there are several configuration options and strategies that can help improve Beachball's performance. For details, see the [large repos guide](https://github.com/microsoft/beachball/blob/main/docs/concepts/large-repos.md).
116
118
 
117
119
  ### API surface
118
120
 
119
- Beachball **does not** have a public API beyond the provided [options](https://microsoft.github.io/beachball/overview/configuration.html). Usage of private APIs is not supported and may break at any time.
121
+ Beachball **does not** have a public API beyond the provided [options](https://github.com/microsoft/beachball/blob/main/docs/overview/configuration.md). Usage of private APIs is not supported and may break at any time.
120
122
 
121
123
  If you need to customize something beyond what's currently supported in the options, please open a feature request or talk with the maintainers.
122
124
 
123
125
  ### AI integration
124
126
 
125
- Normally, Beachball uses an interactive CLI prompt for generating change files. Since this doesn't work for AI agents, we provide a **change file skill** that guides AI agents through creating properly formatted change files. See the [AI integration](https://microsoft.github.io/beachball/concepts/ai-integration) docs for setup instructions.
127
+ Normally, Beachball uses an interactive CLI prompt for generating change files. Since this doesn't work for AI agents, we provide a **change file skill** that guides AI agents through creating properly formatted change files. See the [AI integration](https://github.com/microsoft/beachball/blob/main/docs/concepts/ai-integration.md) docs for setup instructions.
@@ -0,0 +1,540 @@
1
+ NOTICES
2
+
3
+ This package incorporates material as listed below or described in the code.
4
+
5
+ ----
6
+
7
+ commander 14.0.3 - MIT
8
+ https://github.com/tj/commander.js
9
+
10
+ Author: TJ Holowaychuk <tj@vision-media.ca>
11
+
12
+ (The MIT License)
13
+
14
+ Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
15
+
16
+ Permission is hereby granted, free of charge, to any person obtaining
17
+ a copy of this software and associated documentation files (the
18
+ 'Software'), to deal in the Software without restriction, including
19
+ without limitation the rights to use, copy, modify, merge, publish,
20
+ distribute, sublicense, and/or sell copies of the Software, and to
21
+ permit persons to whom the Software is furnished to do so, subject to
22
+ the following conditions:
23
+
24
+ The above copyright notice and this permission notice shall be
25
+ included in all copies or substantial portions of the Software.
26
+
27
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
28
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
30
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
31
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
32
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
33
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
34
+
35
+ ----
36
+
37
+ cross-spawn 7.0.6 - MIT
38
+ https://github.com/moxystudio/node-cross-spawn
39
+
40
+ Author: André Cruz <andre@moxy.studio>
41
+
42
+ The MIT License (MIT)
43
+
44
+ Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
45
+
46
+ Permission is hereby granted, free of charge, to any person obtaining a copy
47
+ of this software and associated documentation files (the "Software"), to deal
48
+ in the Software without restriction, including without limitation the rights
49
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
50
+ copies of the Software, and to permit persons to whom the Software is
51
+ furnished to do so, subject to the following conditions:
52
+
53
+ The above copyright notice and this permission notice shall be included in
54
+ all copies or substantial portions of the Software.
55
+
56
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
57
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
59
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
60
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
61
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
62
+ THE SOFTWARE.
63
+
64
+ ----
65
+
66
+ execa 5.1.1 - MIT
67
+ https://github.com/sindresorhus/execa
68
+
69
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
70
+
71
+ MIT License
72
+
73
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
74
+
75
+ 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:
76
+
77
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
78
+
79
+ 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.
80
+
81
+ ----
82
+
83
+ get-stream 6.0.1 - MIT
84
+ https://github.com/sindresorhus/get-stream
85
+
86
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
87
+
88
+ MIT License
89
+
90
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
91
+
92
+ 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:
93
+
94
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
95
+
96
+ 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.
97
+
98
+ ----
99
+
100
+ human-signals 2.1.0 - Apache-2.0
101
+ https://git.io/JeluP
102
+
103
+ Author: ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)
104
+
105
+ Apache License
106
+ Version 2.0, January 2004
107
+ http://www.apache.org/licenses/
108
+
109
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
110
+
111
+ 1. Definitions.
112
+
113
+ "License" shall mean the terms and conditions for use, reproduction,
114
+ and distribution as defined by Sections 1 through 9 of this document.
115
+
116
+ "Licensor" shall mean the copyright owner or entity authorized by
117
+ the copyright owner that is granting the License.
118
+
119
+ "Legal Entity" shall mean the union of the acting entity and all
120
+ other entities that control, are controlled by, or are under common
121
+ control with that entity. For the purposes of this definition,
122
+ "control" means (i) the power, direct or indirect, to cause the
123
+ direction or management of such entity, whether by contract or
124
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
125
+ outstanding shares, or (iii) beneficial ownership of such entity.
126
+
127
+ "You" (or "Your") shall mean an individual or Legal Entity
128
+ exercising permissions granted by this License.
129
+
130
+ "Source" form shall mean the preferred form for making modifications,
131
+ including but not limited to software source code, documentation
132
+ source, and configuration files.
133
+
134
+ "Object" form shall mean any form resulting from mechanical
135
+ transformation or translation of a Source form, including but
136
+ not limited to compiled object code, generated documentation,
137
+ and conversions to other media types.
138
+
139
+ "Work" shall mean the work of authorship, whether in Source or
140
+ Object form, made available under the License, as indicated by a
141
+ copyright notice that is included in or attached to the work
142
+ (an example is provided in the Appendix below).
143
+
144
+ "Derivative Works" shall mean any work, whether in Source or Object
145
+ form, that is based on (or derived from) the Work and for which the
146
+ editorial revisions, annotations, elaborations, or other modifications
147
+ represent, as a whole, an original work of authorship. For the purposes
148
+ of this License, Derivative Works shall not include works that remain
149
+ separable from, or merely link (or bind by name) to the interfaces of,
150
+ the Work and Derivative Works thereof.
151
+
152
+ "Contribution" shall mean any work of authorship, including
153
+ the original version of the Work and any modifications or additions
154
+ to that Work or Derivative Works thereof, that is intentionally
155
+ submitted to Licensor for inclusion in the Work by the copyright owner
156
+ or by an individual or Legal Entity authorized to submit on behalf of
157
+ the copyright owner. For the purposes of this definition, "submitted"
158
+ means any form of electronic, verbal, or written communication sent
159
+ to the Licensor or its representatives, including but not limited to
160
+ communication on electronic mailing lists, source code control systems,
161
+ and issue tracking systems that are managed by, or on behalf of, the
162
+ Licensor for the purpose of discussing and improving the Work, but
163
+ excluding communication that is conspicuously marked or otherwise
164
+ designated in writing by the copyright owner as "Not a Contribution."
165
+
166
+ "Contributor" shall mean Licensor and any individual or Legal Entity
167
+ on behalf of whom a Contribution has been received by Licensor and
168
+ subsequently incorporated within the Work.
169
+
170
+ 2. Grant of Copyright License. Subject to the terms and conditions of
171
+ this License, each Contributor hereby grants to You a perpetual,
172
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
173
+ copyright license to reproduce, prepare Derivative Works of,
174
+ publicly display, publicly perform, sublicense, and distribute the
175
+ Work and such Derivative Works in Source or Object form.
176
+
177
+ 3. Grant of Patent License. Subject to the terms and conditions of
178
+ this License, each Contributor hereby grants to You a perpetual,
179
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
180
+ (except as stated in this section) patent license to make, have made,
181
+ use, offer to sell, sell, import, and otherwise transfer the Work,
182
+ where such license applies only to those patent claims licensable
183
+ by such Contributor that are necessarily infringed by their
184
+ Contribution(s) alone or by combination of their Contribution(s)
185
+ with the Work to which such Contribution(s) was submitted. If You
186
+ institute patent litigation against any entity (including a
187
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
188
+ or a Contribution incorporated within the Work constitutes direct
189
+ or contributory patent infringement, then any patent licenses
190
+ granted to You under this License for that Work shall terminate
191
+ as of the date such litigation is filed.
192
+
193
+ 4. Redistribution. You may reproduce and distribute copies of the
194
+ Work or Derivative Works thereof in any medium, with or without
195
+ modifications, and in Source or Object form, provided that You
196
+ meet the following conditions:
197
+
198
+ (a) You must give any other recipients of the Work or
199
+ Derivative Works a copy of this License; and
200
+
201
+ (b) You must cause any modified files to carry prominent notices
202
+ stating that You changed the files; and
203
+
204
+ (c) You must retain, in the Source form of any Derivative Works
205
+ that You distribute, all copyright, patent, trademark, and
206
+ attribution notices from the Source form of the Work,
207
+ excluding those notices that do not pertain to any part of
208
+ the Derivative Works; and
209
+
210
+ (d) If the Work includes a "NOTICE" text file as part of its
211
+ distribution, then any Derivative Works that You distribute must
212
+ include a readable copy of the attribution notices contained
213
+ within such NOTICE file, excluding those notices that do not
214
+ pertain to any part of the Derivative Works, in at least one
215
+ of the following places: within a NOTICE text file distributed
216
+ as part of the Derivative Works; within the Source form or
217
+ documentation, if provided along with the Derivative Works; or,
218
+ within a display generated by the Derivative Works, if and
219
+ wherever such third-party notices normally appear. The contents
220
+ of the NOTICE file are for informational purposes only and
221
+ do not modify the License. You may add Your own attribution
222
+ notices within Derivative Works that You distribute, alongside
223
+ or as an addendum to the NOTICE text from the Work, provided
224
+ that such additional attribution notices cannot be construed
225
+ as modifying the License.
226
+
227
+ You may add Your own copyright statement to Your modifications and
228
+ may provide additional or different license terms and conditions
229
+ for use, reproduction, or distribution of Your modifications, or
230
+ for any such Derivative Works as a whole, provided Your use,
231
+ reproduction, and distribution of the Work otherwise complies with
232
+ the conditions stated in this License.
233
+
234
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
235
+ any Contribution intentionally submitted for inclusion in the Work
236
+ by You to the Licensor shall be under the terms and conditions of
237
+ this License, without any additional terms or conditions.
238
+ Notwithstanding the above, nothing herein shall supersede or modify
239
+ the terms of any separate license agreement you may have executed
240
+ with Licensor regarding such Contributions.
241
+
242
+ 6. Trademarks. This License does not grant permission to use the trade
243
+ names, trademarks, service marks, or product names of the Licensor,
244
+ except as required for reasonable and customary use in describing the
245
+ origin of the Work and reproducing the content of the NOTICE file.
246
+
247
+ 7. Disclaimer of Warranty. Unless required by applicable law or
248
+ agreed to in writing, Licensor provides the Work (and each
249
+ Contributor provides its Contributions) on an "AS IS" BASIS,
250
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
251
+ implied, including, without limitation, any warranties or conditions
252
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
253
+ PARTICULAR PURPOSE. You are solely responsible for determining the
254
+ appropriateness of using or redistributing the Work and assume any
255
+ risks associated with Your exercise of permissions under this License.
256
+
257
+ 8. Limitation of Liability. In no event and under no legal theory,
258
+ whether in tort (including negligence), contract, or otherwise,
259
+ unless required by applicable law (such as deliberate and grossly
260
+ negligent acts) or agreed to in writing, shall any Contributor be
261
+ liable to You for damages, including any direct, indirect, special,
262
+ incidental, or consequential damages of any character arising as a
263
+ result of this License or out of the use or inability to use the
264
+ Work (including but not limited to damages for loss of goodwill,
265
+ work stoppage, computer failure or malfunction, or any and all
266
+ other commercial damages or losses), even if such Contributor
267
+ has been advised of the possibility of such damages.
268
+
269
+ 9. Accepting Warranty or Additional Liability. While redistributing
270
+ the Work or Derivative Works thereof, You may choose to offer,
271
+ and charge a fee for, acceptance of support, warranty, indemnity,
272
+ or other liability obligations and/or rights consistent with this
273
+ License. However, in accepting such obligations, You may act only
274
+ on Your own behalf and on Your sole responsibility, not on behalf
275
+ of any other Contributor, and only if You agree to indemnify,
276
+ defend, and hold each Contributor harmless for any liability
277
+ incurred by, or claims asserted against, such Contributor by reason
278
+ of your accepting any such warranty or additional liability.
279
+
280
+ END OF TERMS AND CONDITIONS
281
+
282
+ APPENDIX: How to apply the Apache License to your work.
283
+
284
+ To apply the Apache License to your work, attach the following
285
+ boilerplate notice, with the fields enclosed by brackets "[]"
286
+ replaced with your own identifying information. (Don't include
287
+ the brackets!) The text should be enclosed in the appropriate
288
+ comment syntax for the file format. We also recommend that a
289
+ file or class name and description of purpose be included on the
290
+ same "printed page" as the copyright notice for easier
291
+ identification within third-party archives.
292
+
293
+ Copyright 2019 ehmicky <ehmicky@gmail.com>
294
+
295
+ Licensed under the Apache License, Version 2.0 (the "License");
296
+ you may not use this file except in compliance with the License.
297
+ You may obtain a copy of the License at
298
+
299
+ http://www.apache.org/licenses/LICENSE-2.0
300
+
301
+ Unless required by applicable law or agreed to in writing, software
302
+ distributed under the License is distributed on an "AS IS" BASIS,
303
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
304
+ See the License for the specific language governing permissions and
305
+ limitations under the License.
306
+
307
+ ----
308
+
309
+ is-stream 2.0.1 - MIT
310
+ https://github.com/sindresorhus/is-stream
311
+
312
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
313
+
314
+ MIT License
315
+
316
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
317
+
318
+ 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:
319
+
320
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
321
+
322
+ 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.
323
+
324
+ ----
325
+
326
+ isexe 2.0.0 - ISC
327
+ https://github.com/isaacs/isexe#readme
328
+
329
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
330
+
331
+ The ISC License
332
+
333
+ Copyright (c) Isaac Z. Schlueter and Contributors
334
+
335
+ Permission to use, copy, modify, and/or distribute this software for any
336
+ purpose with or without fee is hereby granted, provided that the above
337
+ copyright notice and this permission notice appear in all copies.
338
+
339
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
340
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
341
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
342
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
343
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
344
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
345
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
346
+
347
+ ----
348
+
349
+ merge-stream 2.0.0 - MIT
350
+ https://github.com/grncdr/merge-stream
351
+
352
+ Author: Stephen Sugden <me@stephensugden.com>
353
+
354
+ The MIT License (MIT)
355
+
356
+ Copyright (c) Stephen Sugden <me@stephensugden.com> (stephensugden.com)
357
+
358
+ Permission is hereby granted, free of charge, to any person obtaining a copy
359
+ of this software and associated documentation files (the "Software"), to deal
360
+ in the Software without restriction, including without limitation the rights
361
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
362
+ copies of the Software, and to permit persons to whom the Software is
363
+ furnished to do so, subject to the following conditions:
364
+
365
+ The above copyright notice and this permission notice shall be included in
366
+ all copies or substantial portions of the Software.
367
+
368
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
369
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
370
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
371
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
372
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
373
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
374
+ THE SOFTWARE.
375
+
376
+ ----
377
+
378
+ mimic-fn 2.1.0 - MIT
379
+ https://github.com/sindresorhus/mimic-fn
380
+
381
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
382
+
383
+ MIT License
384
+
385
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
386
+
387
+ 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:
388
+
389
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
390
+
391
+ 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.
392
+
393
+ ----
394
+
395
+ npm-run-path 4.0.1 - MIT
396
+ https://github.com/sindresorhus/npm-run-path
397
+
398
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
399
+
400
+ MIT License
401
+
402
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
403
+
404
+ 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:
405
+
406
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
407
+
408
+ 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.
409
+
410
+ ----
411
+
412
+ onetime 5.1.2 - MIT
413
+ https://github.com/sindresorhus/onetime
414
+
415
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
416
+
417
+ MIT License
418
+
419
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
420
+
421
+ 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:
422
+
423
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
424
+
425
+ 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.
426
+
427
+ ----
428
+
429
+ path-key 3.1.1 - MIT
430
+ https://github.com/sindresorhus/path-key
431
+
432
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
433
+
434
+ MIT License
435
+
436
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
437
+
438
+ 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:
439
+
440
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
441
+
442
+ 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.
443
+
444
+ ----
445
+
446
+ shebang-command 2.0.0 - MIT
447
+ https://github.com/kevva/shebang-command
448
+
449
+ Author: Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
450
+
451
+ MIT License
452
+
453
+ Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
454
+
455
+ 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:
456
+
457
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
458
+
459
+ 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.
460
+
461
+ ----
462
+
463
+ shebang-regex 3.0.0 - MIT
464
+ https://github.com/sindresorhus/shebang-regex
465
+
466
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
467
+
468
+ MIT License
469
+
470
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
471
+
472
+ 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:
473
+
474
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
475
+
476
+ 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.
477
+
478
+ ----
479
+
480
+ signal-exit 3.0.7 - ISC
481
+ https://github.com/tapjs/signal-exit
482
+
483
+ Author: Ben Coe <ben@npmjs.com>
484
+
485
+ The ISC License
486
+
487
+ Copyright (c) 2015, Contributors
488
+
489
+ Permission to use, copy, modify, and/or distribute this software
490
+ for any purpose with or without fee is hereby granted, provided
491
+ that the above copyright notice and this permission notice
492
+ appear in all copies.
493
+
494
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
495
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
496
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
497
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
498
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
499
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
500
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
501
+
502
+ ----
503
+
504
+ strip-final-newline 2.0.0 - MIT
505
+ https://github.com/sindresorhus/strip-final-newline
506
+
507
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
508
+
509
+ MIT License
510
+
511
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
512
+
513
+ 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:
514
+
515
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
516
+
517
+ 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.
518
+
519
+ ----
520
+
521
+ which 2.0.2 - ISC
522
+ https://github.com/isaacs/node-which
523
+
524
+ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
525
+
526
+ The ISC License
527
+
528
+ Copyright (c) Isaac Z. Schlueter and Contributors
529
+
530
+ Permission to use, copy, modify, and/or distribute this software for any
531
+ purpose with or without fee is hereby granted, provided that the above
532
+ copyright notice and this permission notice appear in all copies.
533
+
534
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
535
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
536
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
537
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
538
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
539
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
540
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.