Skip to content

Commit 40e5f88

Browse files
committed
Auto-generated commit
1 parent 1fa327e commit 40e5f88

File tree

6 files changed

+35
-30
lines changed

6 files changed

+35
-30
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-11-03T23:01:38.825Z
1+
2022-12-01T02:50:02.286Z

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,8 @@ acs-*.bib
176176
#################
177177
.vscode/
178178
jsconfig.json
179+
180+
# Sublime Text #
181+
################
182+
*.sublime-workspace
183+
*.sublime-project

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Ricky Reusser <[email protected]>
2525
Ryan Seal <[email protected]>
2626
Seyyed Parsa Neshaei <[email protected]>
2727
Shraddheya Shendre <[email protected]>
28-
Stephannie Jimenez Gacha <steff456@users.noreply.github.com>
28+
Stephannie Jiménez Gacha <steff456@hotmail.com>
2929
dorrin-sot <[email protected]>
3030

LICENSE

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,32 @@ The library links against the following external libraries or contains
181181
implementations from the following external libraries, which have their own
182182
licenses:
183183

184+
* Boost <http://www.boost.org/LICENSE_1_0.txt>
185+
186+
Boost Software License - Version 1.0 - August 17th, 2003
187+
188+
Permission is hereby granted, free of charge, to any person or organization
189+
obtaining a copy of the software and accompanying documentation covered by
190+
this license (the "Software") to use, reproduce, display, distribute,
191+
execute, and transmit the Software, and to prepare derivative works of the
192+
Software, and to permit third-parties to whom the Software is furnished to
193+
do so, all subject to the following:
194+
195+
The copyright notices in the Software and this entire statement, including
196+
the above license grant, this restriction and the following disclaimer,
197+
must be included in all copies of the Software, in whole or in part, and
198+
all derivative works of the Software, unless such copies or derivative
199+
works are solely in the form of machine-executable object code generated by
200+
a source language processor.
201+
202+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
203+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
204+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
205+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
206+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
207+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
208+
DEALINGS IN THE SOFTWARE.
209+
184210
* MT19937 <http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/
185211
mt19937ar.c>
186212

@@ -214,29 +240,3 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
214240
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
215241
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
216242

217-
* Boost <http://www.boost.org/LICENSE_1_0.txt>
218-
219-
Boost Software License - Version 1.0 - August 17th, 2003
220-
221-
Permission is hereby granted, free of charge, to any person or organization
222-
obtaining a copy of the software and accompanying documentation covered by
223-
this license (the "Software") to use, reproduce, display, distribute,
224-
execute, and transmit the Software, and to prepare derivative works of the
225-
Software, and to permit third-parties to whom the Software is furnished to
226-
do so, all subject to the following:
227-
228-
The copyright notices in the Software and this entire statement, including
229-
the above license grant, this restriction and the following disclaimer,
230-
must be included in all copies of the Software, in whole or in part, and
231-
all derivative works of the Software, unless such copies or derivative
232-
works are solely in the form of machine-executable object code generated by
233-
a source language processor.
234-
235-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
236-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
237-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
238-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
239-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
240-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
241-
DEALINGS IN THE SOFTWARE.
242-

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ JAVASCRIPT_TEST ?= $(NODE_MODULES)/tape/bin/tape
239239
JAVASCRIPT_TEST_FLAGS ?=
240240

241241
# Define the path to the executable for parsing TAP output:
242-
TAP_REPORTER ?= $(BIN_DIR)/tap-spec
242+
TAP_REPORTER ?= $(BIN_DIR)/tap-min
243243

244244
# Define the path to the Istanbul executable:
245245
ISTANBUL ?= $(BIN_DIR)/istanbul

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"proxyquire": "^2.0.0",
162162
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
163163
"istanbul": "^0.4.1",
164-
"tap-spec": "5.x.x"
164+
"tap-min": "2.x.x"
165165
},
166166
"engines": {
167167
"node": ">=0.10.0",

0 commit comments

Comments
 (0)