slnodejs 6.2.63 → 6.2.69

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.
@@ -0,0 +1,130 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * Copyright 2010 LearnBoost <dev@learnboost.com>
9
+ *
10
+ * Licensed under the Apache License, Version 2.0 (the "License");
11
+ * you may not use this file except in compliance with the License.
12
+ * You may obtain a copy of the License at
13
+ *
14
+ * http://www.apache.org/licenses/LICENSE-2.0
15
+ *
16
+ * Unless required by applicable law or agreed to in writing, software
17
+ * distributed under the License is distributed on an "AS IS" BASIS,
18
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ * See the License for the specific language governing permissions and
20
+ * limitations under the License.
21
+ */
22
+
23
+ /*!
24
+ * Copyright (c) 2015, Salesforce.com, Inc.
25
+ * All rights reserved.
26
+ *
27
+ * Redistribution and use in source and binary forms, with or without
28
+ * modification, are permitted provided that the following conditions are met:
29
+ *
30
+ * 1. Redistributions of source code must retain the above copyright notice,
31
+ * this list of conditions and the following disclaimer.
32
+ *
33
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
34
+ * this list of conditions and the following disclaimer in the documentation
35
+ * and/or other materials provided with the distribution.
36
+ *
37
+ * 3. Neither the name of Salesforce.com nor the names of its contributors may
38
+ * be used to endorse or promote products derived from this software without
39
+ * specific prior written permission.
40
+ *
41
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
42
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
45
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
46
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
47
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
48
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
49
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
50
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
51
+ * POSSIBILITY OF SUCH DAMAGE.
52
+ */
53
+
54
+ /*!
55
+ * Copyright (c) 2015-2020, Salesforce.com, Inc.
56
+ * All rights reserved.
57
+ *
58
+ * Redistribution and use in source and binary forms, with or without
59
+ * modification, are permitted provided that the following conditions are met:
60
+ *
61
+ * 1. Redistributions of source code must retain the above copyright notice,
62
+ * this list of conditions and the following disclaimer.
63
+ *
64
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
65
+ * this list of conditions and the following disclaimer in the documentation
66
+ * and/or other materials provided with the distribution.
67
+ *
68
+ * 3. Neither the name of Salesforce.com nor the names of its contributors may
69
+ * be used to endorse or promote products derived from this software without
70
+ * specific prior written permission.
71
+ *
72
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
73
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
74
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
75
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
76
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
77
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
78
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
79
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
80
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
81
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
82
+ * POSSIBILITY OF SUCH DAMAGE.
83
+ */
84
+
85
+ /*!
86
+ * Copyright (c) 2018, Salesforce.com, Inc.
87
+ * All rights reserved.
88
+ *
89
+ * Redistribution and use in source and binary forms, with or without
90
+ * modification, are permitted provided that the following conditions are met:
91
+ *
92
+ * 1. Redistributions of source code must retain the above copyright notice,
93
+ * this list of conditions and the following disclaimer.
94
+ *
95
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
96
+ * this list of conditions and the following disclaimer in the documentation
97
+ * and/or other materials provided with the distribution.
98
+ *
99
+ * 3. Neither the name of Salesforce.com nor the names of its contributors may
100
+ * be used to endorse or promote products derived from this software without
101
+ * specific prior written permission.
102
+ *
103
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
104
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
105
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
106
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
107
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
108
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
109
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
110
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
111
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
112
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
113
+ * POSSIBILITY OF SUCH DAMAGE.
114
+ */
115
+
116
+ /*!
117
+ * mime-db
118
+ * Copyright(c) 2014 Jonathan Ong
119
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
120
+ * MIT Licensed
121
+ */
122
+
123
+ /*!
124
+ * mime-types
125
+ * Copyright(c) 2014 Jonathan Ong
126
+ * Copyright(c) 2015 Douglas Christopher Wilson
127
+ * MIT Licensed
128
+ */
129
+
130
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */