node-linux-arm64 16.13.0 → 16.14.0
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.
- package/CHANGELOG.md +674 -27
- package/LICENSE +15 -43
- package/README.md +271 -259
- package/bin/node +0 -0
- package/include/node/common.gypi +59 -4
- package/include/node/config.gypi +10 -2
- package/include/node/js_native_api.h +11 -0
- package/include/node/node.h +24 -3
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/ec.h +10 -7
- package/include/node/openssl/opensslv.h +2 -2
- package/include/node/uv/unix.h +2 -4
- package/include/node/uv/version.h +1 -1
- package/include/node/uv/win.h +7 -0
- package/include/node/uv.h +3 -0
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -392,31 +392,29 @@ The externally maintained libraries used by Node.js are:
|
|
|
392
392
|
|
|
393
393
|
3. Lao Word Break Dictionary Data (laodict.txt)
|
|
394
394
|
|
|
395
|
-
#
|
|
396
|
-
#
|
|
395
|
+
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
396
|
+
# License & terms of use: http://www.unicode.org/copyright.html
|
|
397
|
+
# Copyright (c) 2015 International Business Machines Corporation
|
|
398
|
+
# and others. All Rights Reserved.
|
|
397
399
|
#
|
|
398
|
-
# Project: https://github.com/
|
|
399
|
-
# Dictionary: https://github.com/
|
|
400
|
-
# License: https://github.com/
|
|
401
|
-
#
|
|
400
|
+
# Project: https://github.com/rober42539/lao-dictionary
|
|
401
|
+
# Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
|
|
402
|
+
# License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
|
|
403
|
+
# (copied below)
|
|
402
404
|
#
|
|
403
|
-
#
|
|
404
|
-
# modifications.
|
|
405
|
+
# This file is derived from the above dictionary version of Nov 22, 2020
|
|
405
406
|
# ----------------------------------------------------------------------
|
|
406
407
|
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
|
|
407
408
|
# All rights reserved.
|
|
408
409
|
#
|
|
409
410
|
# Redistribution and use in source and binary forms, with or without
|
|
410
|
-
# modification,
|
|
411
|
-
# are permitted provided that the following conditions are met:
|
|
412
|
-
#
|
|
413
|
-
#
|
|
414
|
-
# Redistributions of source code must retain the above copyright notice, this
|
|
415
|
-
# list of conditions and the following disclaimer. Redistributions in
|
|
416
|
-
# binary form must reproduce the above copyright notice, this list of
|
|
417
|
-
# conditions and the following disclaimer in the documentation and/or
|
|
418
|
-
# other materials provided with the distribution.
|
|
411
|
+
# modification, are permitted provided that the following conditions are met:
|
|
419
412
|
#
|
|
413
|
+
# Redistributions of source code must retain the above copyright notice, this
|
|
414
|
+
# list of conditions and the following disclaimer. Redistributions in binary
|
|
415
|
+
# form must reproduce the above copyright notice, this list of conditions and
|
|
416
|
+
# the following disclaimer in the documentation and/or other materials
|
|
417
|
+
# provided with the distribution.
|
|
420
418
|
#
|
|
421
419
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
422
420
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
@@ -1236,32 +1234,6 @@ The externally maintained libraries used by Node.js are:
|
|
|
1236
1234
|
THE SOFTWARE.
|
|
1237
1235
|
"""
|
|
1238
1236
|
|
|
1239
|
-
- Babel, located at tools/node_modules/@babel, is licensed as follows:
|
|
1240
|
-
"""
|
|
1241
|
-
MIT License
|
|
1242
|
-
|
|
1243
|
-
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
1244
|
-
|
|
1245
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
1246
|
-
a copy of this software and associated documentation files (the
|
|
1247
|
-
"Software"), to deal in the Software without restriction, including
|
|
1248
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
1249
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
1250
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
1251
|
-
the following conditions:
|
|
1252
|
-
|
|
1253
|
-
The above copyright notice and this permission notice shall be
|
|
1254
|
-
included in all copies or substantial portions of the Software.
|
|
1255
|
-
|
|
1256
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1257
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1258
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1259
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1260
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1261
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1262
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1263
|
-
"""
|
|
1264
|
-
|
|
1265
1237
|
- gtest, located at deps/googletest, is licensed as follows:
|
|
1266
1238
|
"""
|
|
1267
1239
|
Copyright 2008, Google Inc.
|