1
1
---
2
- name : whatwg-url
3
- version : 5 .0.0
2
+ name : " @fastify/busboy "
3
+ version : 2 .0.0
4
4
type : npm
5
- summary : An implementation of the WHATWG URL Standard's URL API and parsing machinery
5
+ summary : A streaming parser for HTML form data for node.js
6
6
homepage :
7
7
license : mit
8
8
licenses :
9
- - sources : LICENSE.txt
10
- text : |
11
- The MIT License (MIT)
12
-
13
- Copyright (c) 2015–2016 Sebastian Mayr
9
+ - sources : LICENSE
10
+ text : |-
11
+ Copyright Brian White. All rights reserved.
14
12
15
13
Permission is hereby granted, free of charge, to any person obtaining a copy
16
- of this software and associated documentation files (the "Software"), to deal
17
- in the Software without restriction, including without limitation the rights
18
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19
- copies of the Software, and to permit persons to whom the Software is
14
+ of this software and associated documentation files (the "Software"), to
15
+ deal in the Software without restriction, including without limitation the
16
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
17
+ sell copies of the Software, and to permit persons to whom the Software is
20
18
furnished to do so, subject to the following conditions:
21
19
22
20
The above copyright notice and this permission notice shall be included in
@@ -26,7 +24,7 @@ licenses:
26
24
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
25
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
26
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31
- THE SOFTWARE.
27
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
29
+ IN THE SOFTWARE.
32
30
notices : []
0 commit comments