cross-spawn-esm 1.1.0 → 1.1.1

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 (2) hide show
  1. package/LICENSE +81 -1
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -101,4 +101,84 @@ Github: <https://github.com/kevva/shebang-command>
101
101
  > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102
102
  > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
103
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
104
- > THE SOFTWARE.
104
+ > THE SOFTWARE.
105
+
106
+ ## which
107
+
108
+ Github: <https://github.com/npm/node-which>
109
+
110
+ > The ISC License
111
+ >
112
+ > Copyright (c) Isaac Z. Schlueter and Contributors
113
+ >
114
+ > Permission to use, copy, modify, and/or distribute this software for any
115
+ > purpose with or without fee is hereby granted, provided that the above
116
+ > copyright notice and this permission notice appear in all copies.
117
+ >
118
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
119
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
120
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
121
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
122
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
123
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
124
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
125
+
126
+ ## isexe
127
+
128
+ Github: <https://github.com/isaacs/isexe>
129
+
130
+ > # Blue Oak Model License
131
+ >
132
+ > Version 1.0.0
133
+ >
134
+ > ## Purpose
135
+ >
136
+ > This license gives everyone as much permission to work with
137
+ > this software as possible, while protecting contributors
138
+ > from liability.
139
+ >
140
+ > ## Acceptance
141
+ >
142
+ > In order to receive this license, you must agree to its
143
+ > rules. The rules of this license are both obligations
144
+ > under that agreement and conditions to your license.
145
+ > You must not do anything with this software that triggers
146
+ > a rule that you cannot or will not follow.
147
+ >
148
+ > ## Copyright
149
+ >
150
+ > Each contributor licenses you to do everything with this
151
+ > software that would otherwise infringe that contributor's
152
+ > copyright in it.
153
+ >
154
+ > ## Notices
155
+ >
156
+ > You must ensure that everyone who gets a copy of
157
+ > any part of this software from you, with or without
158
+ > changes, also gets the text of this license or a link to
159
+ > <https://blueoakcouncil.org/license/1.0.0>.
160
+ >
161
+ > ## Excuse
162
+ >
163
+ > If anyone notifies you in writing that you have not
164
+ > complied with [Notices](#notices), you can keep your
165
+ > license by taking all practical steps to comply within 30
166
+ > days after the notice. If you do not do so, your license
167
+ > ends immediately.
168
+ >
169
+ > ## Patent
170
+ >
171
+ > Each contributor licenses you to do everything with this
172
+ > software that would otherwise infringe any patent claims
173
+ > they can license or become able to license.
174
+ >
175
+ > ## Reliability
176
+ >
177
+ > No contributor can revoke this license.
178
+ >
179
+ > ## No Liability
180
+ >
181
+ > ***As far as the law allows, this software comes as is,
182
+ > without any warranty or condition, and no contributor
183
+ > will be liable to anyone for any damages related to this
184
+ > software or this license, under any kind of legal claim.***
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cross-spawn-esm",
3
3
  "type": "module",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "description": "ESM version of cross-spawn package",
6
6
  "author": "Timur Bikmuhametov <tim.bic22@gmail.com>",
7
7
  "license": "MIT",