Downloads:
7,876,964
Downloads of v 23.3.0:
796
Last Update:
21 Nov 2024
Package Maintainer(s):
Software Author(s):
- Node.js Foundation
Tags:
nodejs node javascript npm admin foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Node JS (Install)
- 1
- 2
- 3
23.3.0 | Updated: 21 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,876,964
Downloads of v 23.3.0:
796
Maintainer(s):
Software Author(s):
- Node.js Foundation
Node JS (Install) 23.3.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Node.js Foundation. The inclusion of Node.js Foundation trademark(s), if any, upon this webpage is solely to identify Node.js Foundation goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Node JS (Install), run the following command from the command line or from PowerShell:
To upgrade Node JS (Install), run the following command from the command line or from PowerShell:
To uninstall Node JS (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download nodejs.install --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade nodejs.install -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade nodejs.install -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install nodejs.install
win_chocolatey:
name: nodejs.install
version: '23.3.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nodejs.install' do
action :install
source 'INTERNAL REPO URL'
version '23.3.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nodejs.install
{
Name = "nodejs.install"
Version = "23.3.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nodejs.install':
ensure => '23.3.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 21 Nov 2024.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
This package runs the official Node JS installer, resulting in Node.exe and NPM being installed under Program Files, and added to the SYSTEM PATH environment variable.
Notes
- While this package now provides both Current and LTS releases of Node.js, it is still recommended to use the nodejs-lts package if only targeting the latest LTS release is required.
- Starting with version 23.x, installations for 32bit platforms are no longer supported. If this is required, an older version is required to be used.
- If the package is out of date please check Version History for the latest submitted version. If you have a question, please ask it in Chocolatey Community Package Discussions or raise an issue on the Chocolatey Community Packages Repository if you have problems with the package. Disqus comments will generally not be responded to.
Node.js is licensed for use as follows:
"""
Copyright Node.js contributors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
"""
This license applies to parts of Node.js originating from the
https://github.com/joyent/node repository:
"""
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
"""
The Node.js license applies to all parts of Node.js that are not externally
maintained libraries.
The externally maintained libraries used by Node.js are:
- c-ares, located at deps/cares, is licensed as follows:
"""
Copyright 1998 by the Massachusetts Institute of Technology.
Copyright (C) 2007-2013 by Daniel Stenberg
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of M.I.T. not be used in
advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
M.I.T. makes no representations about the suitability of
this software for any purpose. It is provided "as is"
without express or implied warranty.
"""
- HTTP Parser, located at deps/http_parser, is licensed as follows:
"""
http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
Igor Sysoev.
Additional changes are licensed under the same terms as NGINX and
copyright Joyent, Inc. and other Node contributors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
"""
- ICU, located at deps/icu-small, is licensed as follows:
"""
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
Copyright © 1991-2016 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in http://www.unicode.org/copyright.html
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.
---------------------
Third-Party Software Licenses
This section contains third-party software notices and/or additional
terms for licensed third-party software components included within ICU
libraries.
1. ICU License - ICU 1.8.1 to ICU 57.1
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1995-2016 International Business Machines Corporation and others
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.
All trademarks and registered trademarks mentioned herein are the
property of their respective owners.
2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
# The Google Chrome software developed by Google is licensed under
# the BSD license. Other software included in this distribution is
# provided under other licenses, as set forth below.
#
# The BSD License
# http://opensource.org/licenses/bsd-license.php
# Copyright (C) 2006-2008, Google Inc.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
# Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided with
# the distribution.
# Neither the name of Google Inc. nor the names of its
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
#
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
#
# The word list in cjdict.txt are generated by combining three word lists
# listed below with further processing for compound word breaking. The
# frequency is generated with an iterative training against Google web
# corpora.
#
# * Libtabe (Chinese)
# - https://sourceforge.net/project/?group_id=1519
# - Its license terms and conditions are shown below.
#
# * IPADIC (Japanese)
# - http://chasen.aist-nara.ac.jp/chasen/distribution.html
# - Its license terms and conditions are shown below.
#
# ---------COPYING.libtabe ---- BEGIN--------------------
#
# /*
# * Copyrighy (c) 1999 TaBE Project.
# * Copyright (c) 1999 Pai-Hsiang Hsiao.
# * All rights reserved.
# *
# * Redistribution and use in source and binary forms, with or without
# * modification, are permitted provided that the following conditions
# * are met:
# *
# * . Redistributions of source code must retain the above copyright
# * notice, this list of conditions and the following disclaimer.
# * . Redistributions in binary form must reproduce the above copyright
# * notice, this list of conditions and the following disclaimer in
# * the documentation and/or other materials provided with the
# * distribution.
# * . Neither the name of the TaBE Project nor the names of its
# * contributors may be used to endorse or promote products derived
# * from this software without specific prior written permission.
# *
# * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
# * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
# * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
# * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# * OF THE POSSIBILITY OF SUCH DAMAGE.
# */
#
# /*
# * Copyright (c) 1999 Computer Systems and Communication Lab,
# * Institute of Information Science, Academia
# * Sinica. All rights reserved.
# *
# * Redistribution and use in source and binary forms, with or without
# * modification, are permitted provided that the following conditions
# * are met:
# *
# * . Redistributions of source code must retain the above copyright
# * notice, this list of conditions and the following disclaimer.
# * . Redistributions in binary form must reproduce the above copyright
# * notice, this list of conditions and the following disclaimer in
# * the documentation and/or other materials provided with the
# * distribution.
# * . Neither the name of the Computer Systems and Communication Lab
# * nor the names of its contributors may be used to endorse or
# * promote products derived from this software without specific
# * prior written permission.
# *
# * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
# * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
# * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
# * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# * OF THE POSSIBILITY OF SUCH DAMAGE.
# */
#
# Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
# University of Illinois
# [email protected] http://casper.beckman.uiuc.edu/~c-tsai4
#
# ---------------COPYING.libtabe-----END--------------------------------
#
#
# ---------------COPYING.ipadic-----BEGIN-------------------------------
#
# Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
# and Technology. All Rights Reserved.
#
# Use, reproduction, and distribution of this software is permitted.
# Any copy of this software, whether in its original form or modified,
# must include both the above copyright notice and the following
# paragraphs.
#
# Nara Institute of Science and Technology (NAIST),
# the copyright holders, disclaims all warranties with regard to this
# software, including all implied warranties of merchantability and
# fitness, in no event shall NAIST be liable for
# any special, indirect or consequential damages or any damages
# whatsoever resulting from loss of use, data or profits, whether in an
# action of contract, negligence or other tortuous action, arising out
# of or in connection with the use or performance of this software.
#
# A large portion of the dictionary entries
# originate from ICOT Free Software. The following conditions for ICOT
# Free Software applies to the current dictionary as well.
#
# Each User may also freely distribute the Program, whether in its
# original form or modified, to any third party or parties, PROVIDED
# that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
# on, or be attached to, the Program, which is distributed substantially
# in the same form as set out herein and that such intended
# distribution, if actually made, will neither violate or otherwise
# contravene any of the laws and regulations of the countries having
# jurisdiction over the User or the intended distribution itself.
#
# NO WARRANTY
#
# The program was produced on an experimental basis in the course of the
# research and development conducted during the project and is provided
# to users as so produced on an experimental basis. Accordingly, the
# program is provided without any warranty whatsoever, whether express,
# implied, statutory or otherwise. The term "warranty" used herein
# includes, but is not limited to, any warranty of the quality,
# performance, merchantability and fitness for a particular purpose of
# the program and the nonexistence of any infringement or violation of
# any right of any third party.
#
# Each user of the program will agree and understand, and be deemed to
# have agreed and understood, that there is no warranty whatsoever for
# the program and, accordingly, the entire risk arising from or
# otherwise connected with the program is assumed by the user.
#
# Therefore, neither ICOT, the copyright holder, or any other
# organization that participated in or was otherwise related to the
# development of the program and their respective officials, directors,
# officers and other employees shall be held liable for any and all
# damages, including, without limitation, general, special, incidental
# and consequential damages, arising out of or otherwise in connection
# with the use or inability to use the program or any product, material
# or result produced or otherwise obtained by using the program,
# regardless of whether they have been advised of, or otherwise had
# knowledge of, the possibility of such damages at any time during the
# project or thereafter. Each user will be deemed to have agreed to the
# foregoing by his or her commencement of use of the program. The term
# "use" as used herein includes, but is not limited to, the use,
# modification, copying and distribution of the program and the
# production of secondary products from the program.
#
# In the case where the program, whether in its original form or
# modified, was distributed or delivered to or received by a user from
# any person, organization or entity other than ICOT, unless it makes or
# grants independently of ICOT any specific warranty to the user in
# writing, such person, organization or entity, will also be exempted
# from and not be held liable to the user for any such damages as noted
# above as far as the program is concerned.
#
# ---------------COPYING.ipadic-----END----------------------------------
3. Lao Word Break Dictionary Data (laodict.txt)
# Copyright (c) 2013 International Business Machines Corporation
# and others. All Rights Reserved.
#
# Project: http://code.google.com/p/lao-dictionary/
# Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
# License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
# (copied below)
#
# This file is derived from the above dictionary, with slight
# modifications.
# ----------------------------------------------------------------------
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification,
# are permitted provided that the following conditions are met:
#
#
# Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer. Redistributions in
# binary form must reproduce the above copyright notice, this list of
# conditions and the following disclaimer in the documentation and/or
# other materials provided with the distribution.
#
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
# --------------------------------------------------------------------------
4. Burmese Word Break Dictionary Data (burmesedict.txt)
# Copyright (c) 2014 International Business Machines Corporation
# and others. All Rights Reserved.
#
# This list is part of a project hosted at:
# github.com/kanyawtech/myanmar-karen-word-lists
#
# --------------------------------------------------------------------------
# Copyright (c) 2013, LeRoy Benjamin Sharon
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met: Redistributions of source code must retain the above
# copyright notice, this list of conditions and the following
# disclaimer. Redistributions in binary form must reproduce the
# above copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided
# with the distribution.
#
# Neither the name Myanmar Karen Word Lists, nor the names of its
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
# TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# --------------------------------------------------------------------------
5. Time Zone Database
ICU uses the public domain data and code derived from Time Zone
Database for its time zone support. The ownership of the TZ database
is explained in BCP 175: Procedure for Maintaining the Time Zone
Database section 7.
# 7. Database Ownership
#
# The TZ database itself is not an IETF Contribution or an IETF
# document. Rather it is a pre-existing and regularly updated work
# that is in the public domain, and is intended to remain in the
# public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
# not apply to the TZ Database or contributions that individuals make
# to it. Should any claims be made and substantiated against the TZ
# Database, the organization that is providing the IANA
# Considerations defined in this RFC, under the memorandum of
# understanding with the IETF, currently ICANN, may act in accordance
# with all competent court orders. No ownership claims will be made
# by ICANN or the IETF Trust on the database or the code. Any person
# making a contribution to the database or code waives all rights to
# future claims in that contribution or in the TZ Database.
"""
- libuv, located at deps/uv, is licensed as follows:
"""
libuv is part of the Node project: http://nodejs.org/
libuv may be distributed alone under Node's license:
====
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
====
This license applies to all parts of libuv that are not externally
maintained libraries.
The externally maintained libraries used by libuv are:
- tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
- inet_pton and inet_ntop implementations, contained in src/inet.c, are
copyright the Internet Systems Consortium, Inc., and licensed under the ISC
license.
- stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
clause BSD license.
- pthread-fixes.h, pthread-fixes.c, copyright Google Inc. and Sony Mobile
Communications AB. Three clause BSD license.
- android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
n° 289016). Three clause BSD license.
"""
- OpenSSL, located at deps/openssl, is licensed as follows:
"""
Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
[email protected].
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.
6. Redistributions of any form whatsoever must retain the following
acknowledgment:
"This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)"
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================
This product includes cryptographic software written by Eric Young
([email protected]). This product includes software written by Tim
Hudson ([email protected]).
"""
- Punycode.js, located at lib/punycode.js, is licensed as follows:
"""
Copyright Mathias Bynens <https://mathiasbynens.be/>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
- V8, located at deps/v8, is licensed as follows:
"""
This license applies to all parts of V8 that are not externally
maintained libraries. The externally maintained libraries used by V8
are:
- PCRE test suite, located in
test/mjsunit/third_party/regexp-pcre/regexp-pcre.js. This is based on the
test suite from PCRE-7.3, which is copyrighted by the University
of Cambridge and Google, Inc. The copyright notice and license
are embedded in regexp-pcre.js.
- Layout tests, located in test/mjsunit/third_party/object-keys. These are
based on layout tests from webkit.org which are copyrighted by
Apple Computer, Inc. and released under a 3-clause BSD license.
- Strongtalk assembler, the basis of the files assembler-arm-inl.h,
assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
This code is copyrighted by Sun Microsystems Inc. and released
under a 3-clause BSD license.
- Valgrind client API header, located at third_party/valgrind/valgrind.h
This is release under the BSD license.
These libraries have their own licenses; we recommend you read them,
as their terms may differ from the terms below.
Further license information can be found in LICENSE files located in
sub-directories.
Copyright 2014, the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
- zlib, located at deps/zlib, is licensed as follows:
"""
zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.8, April 28th, 2013
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jean-loup Gailly Mark Adler
[email protected] [email protected]
"""
- npm, located at deps/npm, is licensed as follows:
"""
The npm application
Copyright (c) npm, Inc. and Contributors
Licensed on the terms of The Artistic License 2.0
Node package dependencies of the npm application
Copyright (c) their respective copyright owners
Licensed on their respective license terms
The npm public registry at https://registry.npmjs.org
and the npm website at https://www.npmjs.com
Operated by npm, Inc.
Use governed by terms published on https://www.npmjs.com
"Node.js"
Trademark Joyent, Inc., https://joyent.com
Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
The Node.js application
Project of Node Foundation, https://nodejs.org
The npm Logo
Copyright (c) Mathias Pettersson and Brian Hammond
"Gubblebum Blocky" typeface
Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
Used with permission
--------
The Artistic License 2.0
Copyright (c) 2000-2006, The Perl Foundation.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
This license establishes the terms under which a given free software
Package may be copied, modified, distributed, and/or redistributed.
The intent is that the Copyright Holder maintains some artistic
control over the development of that Package while still keeping the
Package available as open source and free software.
You are always permitted to make arrangements wholly outside of this
license directly with the Copyright Holder of a given Package. If the
terms of this license do not permit the full use that you propose to
make of the Package, you should contact the Copyright Holder and seek
a different licensing arrangement.
Definitions
"Copyright Holder" means the individual(s) or organization(s)
named in the copyright notice for the entire Package.
"Contributor" means any party that has contributed code or other
material to the Package, in accordance with the Copyright Holder's
procedures.
"You" and "your" means any person who would like to copy,
distribute, or modify the Package.
"Package" means the collection of files distributed by the
Copyright Holder, and derivatives of that collection and/or of
those files. A given Package may consist of either the Standard
Version, or a Modified Version.
"Distribute" means providing a copy of the Package or making it
accessible to anyone else, or in the case of a company or
organization, to others outside of your company or organization.
"Distributor Fee" means any fee that you charge for Distributing
this Package or providing support for this Package to another
party. It does not mean licensing fees.
"Standard Version" refers to the Package if it has not been
modified, or has been modified only in ways explicitly requested
by the Copyright Holder.
"Modified Version" means the Package, if it has been changed, and
such changes were not explicitly requested by the Copyright
Holder.
"Original License" means this Artistic License as Distributed with
the Standard Version of the Package, in its current version or as
it may be modified by The Perl Foundation in the future.
"Source" form means the source code, documentation source, and
configuration files for the Package.
"Compiled" form means the compiled bytecode, object code, binary,
or any other form resulting from mechanical transformation or
translation of the Source form.
Permission for Use and Modification Without Distribution
(1) You are permitted to use the Standard Version and create and use
Modified Versions for any purpose without restriction, provided that
you do not Distribute the Modified Version.
Permissions for Redistribution of the Standard Version
(2) You may Distribute verbatim copies of the Source form of the
Standard Version of this Package in any medium without restriction,
either gratis or for a Distributor Fee, provided that you duplicate
all of the original copyright notices and associated disclaimers. At
your discretion, such verbatim copies may or may not include a
Compiled form of the Package.
(3) You may apply any bug fixes, portability changes, and other
modifications made available from the Copyright Holder. The resulting
Package will still be considered the Standard Version, and as such
will be subject to the Original License.
Distribution of Modified Versions of the Package as Source
(4) You may Distribute your Modified Version as Source (either gratis
or for a Distributor Fee, and with or without a Compiled form of the
Modified Version) provided that you clearly document how it differs
from the Standard Version, including, but not limited to, documenting
any non-standard features, executables, or modules, and provided that
you do at least ONE of the following:
(a) make the Modified Version available to the Copyright Holder
of the Standard Version, under the Original License, so that the
Copyright Holder may include your modifications in the Standard
Version.
(b) ensure that installation of your Modified Version does not
prevent the user installing or running the Standard Version. In
addition, the Modified Version must bear a name that is different
from the name of the Standard Version.
(c) allow anyone who receives a copy of the Modified Version to
make the Source form of the Modified Version available to others
under
(i) the Original License or
(ii) a license that permits the licensee to freely copy,
modify and redistribute the Modified Version using the same
licensing terms that apply to the copy that the licensee
received, and requires that the Source form of the Modified
Version, and of any works derived from it, be made freely
available in that license fees are prohibited but Distributor
Fees are allowed.
Distribution of Compiled Forms of the Standard Version
or Modified Versions without the Source
(5) You may Distribute Compiled forms of the Standard Version without
the Source, provided that you include complete instructions on how to
get the Source of the Standard Version. Such instructions must be
valid at the time of your distribution. If these instructions, at any
time while you are carrying out such distribution, become invalid, you
must provide new instructions on demand or cease further distribution.
If you provide valid instructions or cease distribution within thirty
days after you become aware that the instructions are invalid, then
you do not forfeit any of your rights under this license.
(6) You may Distribute a Modified Version in Compiled form without
the Source, provided that you comply with Section 4 with respect to
the Source of the Modified Version.
Aggregating or Linking the Package
(7) You may aggregate the Package (either the Standard Version or
Modified Version) with other packages and Distribute the resulting
aggregation provided that you do not charge a licensing fee for the
Package. Distributor Fees are permitted, and licensing fees for other
components in the aggregation are permitted. The terms of this license
apply to the use and Distribution of the Standard or Modified Versions
as included in the aggregation.
(8) You are permitted to link Modified and Standard Versions with
other works, to embed the Package in a larger work of your own, or to
build stand-alone binary or bytecode versions of applications that
include the Package, and Distribute the result without restriction,
provided the result does not expose a direct interface to the Package.
Items That are Not Considered Part of a Modified Version
(9) Works (including, but not limited to, modules and scripts) that
merely extend or make use of the Package, do not, by themselves, cause
the Package to be a Modified Version. In addition, such works are not
considered parts of the Package itself, and are not subject to the
terms of this license.
General Provisions
(10) Any use, modification, and distribution of the Standard or
Modified Versions is governed by this Artistic License. By using,
modifying or distributing the Package, you accept this license. Do not
use, modify, or distribute the Package, if you do not accept this
license.
(11) If your Modified Version has been derived from a Modified
Version made by someone other than you, you are nevertheless required
to ensure that your Modified Version complies with the requirements of
this license.
(12) This license does not grant you the right to use any trademark,
service mark, tradename, or logo of the Copyright Holder.
(13) This license includes the non-exclusive, worldwide,
free-of-charge patent license to make, have made, use, offer to sell,
sell, import and otherwise transfer the Package with respect to any
patent claims licensable by the Copyright Holder that are necessarily
infringed by the Package. If you institute patent litigation
(including a cross-claim or counterclaim) against any party alleging
that the Package constitutes direct or contributory patent
infringement, then this Artistic License to you shall terminate on the
date that such litigation is filed.
(14) Disclaimer of Warranty:
THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------
"""
- GYP, located at tools/gyp, is licensed as follows:
"""
Copyright (c) 2009 Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
- marked, located at tools/doc/node_modules/marked, is licensed as follows:
"""
Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
- cpplint.py, located at tools/cpplint.py, is licensed as follows:
"""
Copyright (c) 2009 Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
- ESLint, located at tools/eslint, is licensed as follows:
"""
ESLint
Copyright jQuery Foundation and other contributors, https://jquery.org/
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
- gtest, located at deps/gtest, is licensed as follows:
"""
Copyright 2008, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
- node-weak, located at test/gc/node_modules/weak, is licensed as follows:
"""
Copyright (c) 2011, Ben Noordhuis <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
"""
- v8_inspector, located at deps/v8_inspector/third_party/v8_inspector, is licensed as follows:
"""
// Copyright 2015 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
- jinja2, located at deps/v8_inspector/third_party/jinja2, is licensed as follows:
"""
Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
Some rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* The names of the contributors may not be used to endorse or
promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
- markupsafe, located at deps/v8_inspector/third_party/markupsafe, is licensed as follows:
"""
Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
for more details.
Some rights reserved.
Redistribution and use in source and binary forms of the software as well
as documentation, with or without modification, are permitted provided
that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* The names of the contributors may not be used to endorse or
promote products derived from this software without specific
prior written permission.
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
"""
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's content are trustworthy.
The installer/archive has been downloaded from the authors official download link listed on <https://nodejs.org/en/download/prebuilt-installer>
and can be verified using the following:
1. Download the following installers/archives
- 32-Bit: <DIRECT_32BIT_DOWNLOAD_URL>
- 64-Bit: <DIRECT_64BIT_DOWNLOAD_URL>
2. Use one of the following methods to obtain the checksum
- Use powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. Verify the downloaded installers/archives matches the following CHECKSUM_TYPE checksum:
- 32-Bit Checksum: <32BIT_CHECKSUM>
- 64-Bit Checksum: <64BIT_CHECKSUM>
Additionally, the included 'LICENSE.txt' have been obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's content are trustworthy.
The installer/archive has been downloaded from the authors official download link listed on <https://nodejs.org/en/download/prebuilt-installer>
and can be verified using the following:
1. Download the following installers/archives
- 64-Bit: <https://nodejs.org/dist/v23.3.0/node-v23.3.0-x64.msi>
2. Use one of the following methods to obtain the checksum
- Use powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. Verify the downloaded installers/archives matches the following SHA256 checksum:
- 64-Bit Checksum: <FD842E751DE2D3ED9C30B678D4ABC3D3CD8D137EAF7B92AA3A1B6DEEEA7AF0E1>
Additionally, the included 'LICENSE.txt' have been obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's content are trustworthy.
The installer/archive has been downloaded from the authors official download link listed on <https://nodejs.org/en/download/prebuilt-installer>
and can be verified using the following:
1. Download the following installers/archives
- 64-Bit: <DIRECT_64BIT_DOWNLOAD_URL>
2. Use one of the following methods to obtain the checksum
- Use powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. Verify the downloaded installers/archives matches the following CHECKSUM_TYPE checksum:
- 64-Bit Checksum: <64BIT_CHECKSUM>
Additionally, the included 'LICENSE.txt' have been obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>.
md5: 9EA7BCA70C1EF961DF1DA89A4C9CBA55 | sha1: FC29B86E2767F2FE3C4141345352534ABB7DF331 | sha256: FD842E751DE2D3ED9C30B678D4ABC3D3CD8D137EAF7B92AA3A1B6DEEEA7AF0E1 | sha512: 03CEE42E22958E4B62D1E285B37460C268BC368C8C39E467F35FF5639BFB1AA7AC67B282B04CAB30F94CD195118392A8751A2A76675F608FCC2E8C87BABD3C02
Log in or click on link to see number of positives.
- nodejs.install.23.3.0.nupkg (1704321d6574) - ## / 65
- node-v23.3.0-x64.msi (fd842e751de2) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Node JS (Install) 23.3.0 | 796 | Thursday, November 21, 2024 | Approved | |
Node JS (Install) 23.2.0 | 16879 | Tuesday, November 12, 2024 | Approved | |
Node JS (Install) 23.1.0 | 994 | Monday, November 11, 2024 | Approved | |
Node JS (Install) 22.11.0 | 426 | Monday, November 11, 2024 | Approved | |
Node JS (Install) 22.9.0 | 66111 | Wednesday, September 18, 2024 | Approved | |
Node JS (Install) 22.8.0 | 24606 | Tuesday, September 3, 2024 | Approved | |
Node JS (Install) 22.7.0 | 20452 | Thursday, August 22, 2024 | Approved | |
Node JS (Install) 22.6.0 | 24977 | Tuesday, August 6, 2024 | Approved | |
Node JS (Install) 22.5.1 | 27353 | Friday, July 19, 2024 | Approved | |
Node JS (Install) 22.5.0 | 6255 | Wednesday, July 17, 2024 | Approved | |
Node JS (Install) 22.4.1 | 22925 | Tuesday, July 9, 2024 | Approved | |
Node JS (Install) 22.4.0 | 12729 | Tuesday, July 2, 2024 | Approved | |
Node JS (Install) 22.3.0 | 33318 | Wednesday, June 12, 2024 | Approved | |
Node JS (Install) 22.2.0 | 40294 | Thursday, May 16, 2024 | Approved | |
Node JS (Install) 22.1.0 | 26380 | Thursday, May 2, 2024 | Approved | |
Node JS (Install) 22.0.0 | 15967 | Thursday, April 25, 2024 | Approved | |
Node JS (Install) 21.7.3 | 2662 | Thursday, April 25, 2024 | Approved | |
Node JS (Install) 21.7.1 | 62043 | Saturday, March 9, 2024 | Approved | |
Node JS (Install) 21.7.0 | 6119 | Thursday, March 7, 2024 | Approved | |
Node JS (Install) 21.6.2 | 43058 | Thursday, February 15, 2024 | Approved | |
Node JS (Install) 21.6.1 | 43288 | Tuesday, January 23, 2024 | Approved | |
Node JS (Install) 21.6.0 | 15850 | Monday, January 15, 2024 | Approved | |
Node JS (Install) 21.5.0 | 14552 | Wednesday, December 20, 2023 | Approved | |
Node JS (Install) 21.4.0 | 82385 | Tuesday, December 5, 2023 | Approved | |
Node JS (Install) 21.3.0 | 12382 | Friday, December 1, 2023 | Approved | |
Node JS (Install) 21.2.0 | 46263 | Tuesday, November 14, 2023 | Approved | |
Node JS (Install) 21.1.0 | 57866 | Tuesday, October 24, 2023 | Approved | |
Node JS (Install) 21.0.0 | 21968 | Tuesday, October 17, 2023 | Approved | |
Node JS (Install) 20.18.1 | 26 | Wednesday, November 20, 2024 | Approved | |
Node JS (Install) 20.18.0 | 993 | Thursday, October 3, 2024 | Approved | |
Node JS (Install) 20.17.0 | 29050 | Wednesday, August 21, 2024 | Approved | |
Node JS (Install) 20.16.0 | 2122 | Wednesday, July 24, 2024 | Approved | |
Node JS (Install) 20.15.1 | 442 | Monday, July 8, 2024 | Approved | |
Node JS (Install) 20.15.0 | 816 | Thursday, June 20, 2024 | Approved | |
Node JS (Install) 20.14.0 | 1162 | Tuesday, May 28, 2024 | Approved | |
Node JS (Install) 20.13.1 | 2158 | Thursday, May 9, 2024 | Approved | |
Node JS (Install) 20.13.0 | 237 | Tuesday, May 7, 2024 | Approved | |
Node JS (Install) 20.12.2 | 6857 | Thursday, April 25, 2024 | Approved | |
Node JS (Install) 20.11.1 | 5676 | Thursday, February 15, 2024 | Approved | |
Node JS (Install) 20.11.0 | 2468 | Wednesday, January 10, 2024 | Approved | |
Node JS (Install) 20.10.0 | 4094 | Wednesday, November 22, 2023 | Approved | |
Node JS (Install) 20.9.0 | 2784 | Tuesday, October 24, 2023 | Approved | |
Node JS (Install) 20.8.1 | 12640 | Saturday, October 14, 2023 | Approved | |
Node JS (Install) 20.8.0 | 21615 | Friday, September 29, 2023 | Approved | |
Node JS (Install) 20.7.0 | 74710 | Tuesday, September 19, 2023 | Approved | |
Node JS (Install) 20.6.1 | 9524 | Friday, September 8, 2023 | Approved | |
Node JS (Install) 20.6.0 | 38035 | Tuesday, September 5, 2023 | Approved | |
Node JS (Install) 20.5.1 | 36029 | Wednesday, August 9, 2023 | Approved | |
Node JS (Install) 20.5.0 | 31017 | Friday, July 21, 2023 | Approved | |
Node JS (Install) 20.4.0 | 27633 | Wednesday, July 5, 2023 | Approved | |
Node JS (Install) 20.3.1 | 18770 | Monday, June 26, 2023 | Approved | |
Node JS (Install) 20.3.0 | 26610 | Thursday, June 8, 2023 | Approved | |
Node JS (Install) 20.2.0 | 38524 | Wednesday, May 17, 2023 | Approved | |
Node JS (Install) 20.1.0 | 24324 | Thursday, May 4, 2023 | Approved | |
Node JS (Install) 20.0.0 | 29457 | Tuesday, April 18, 2023 | Approved | |
Node JS (Install) 19.9.0 | 27343 | Tuesday, April 11, 2023 | Approved | |
Node JS (Install) 19.8.1 | 37104 | Thursday, March 16, 2023 | Approved | |
Node JS (Install) 19.8.0 | 5477 | Wednesday, March 15, 2023 | Approved | |
Node JS (Install) 19.7.0 | 34961 | Wednesday, February 22, 2023 | Approved | |
Node JS (Install) 19.6.1 | 3264 | Friday, February 17, 2023 | Approved | |
Node JS (Install) 19.6.0 | 61387 | Thursday, February 2, 2023 | Approved | |
Node JS (Install) 19.5.0 | 16198 | Wednesday, January 25, 2023 | Approved | |
Node JS (Install) 19.4.0 | 25518 | Friday, January 6, 2023 | Approved | |
Node JS (Install) 19.3.0 | 16075 | Thursday, December 15, 2022 | Approved | |
Node JS (Install) 19.2.0 | 34235 | Wednesday, November 30, 2022 | Approved | |
Node JS (Install) 19.1.0 | 20222 | Tuesday, November 15, 2022 | Approved | |
Node JS (Install) 19.0.0 | 24123 | Friday, November 4, 2022 | Approved | |
Node JS (Install) 18.20.5 | 571 | Wednesday, November 13, 2024 | Approved | |
Node JS (Install) 18.20.3 | 12803 | Tuesday, May 21, 2024 | Approved | |
Node JS (Install) 18.20.2 | 2651 | Thursday, April 25, 2024 | Approved | |
Node JS (Install) 18.18.2 | 29069 | Saturday, October 14, 2023 | Approved | |
Node JS (Install) 18.18.1 | 11587 | Wednesday, October 11, 2023 | Approved | |
Node JS (Install) 18.18.0 | 11193 | Tuesday, September 19, 2023 | Approved | |
Node JS (Install) 18.17.1 | 18029 | Wednesday, August 9, 2023 | Approved | |
Node JS (Install) 18.17.0 | 6947 | Wednesday, July 19, 2023 | Approved | |
Node JS (Install) 18.16.1 | 9542 | Monday, June 26, 2023 | Approved | |
Node JS (Install) 18.16.0 | 14572 | Thursday, April 13, 2023 | Approved | |
Node JS (Install) 18.15.0 | 13728 | Wednesday, March 8, 2023 | Approved | |
Node JS (Install) 18.14.2 | 3419 | Wednesday, February 22, 2023 | Approved | |
Node JS (Install) 18.14.1 | 792 | Friday, February 17, 2023 | Approved | |
Node JS (Install) 18.14.0 | 799 | Friday, February 3, 2023 | Approved | |
Node JS (Install) 18.13.0 | 1706 | Friday, January 6, 2023 | Approved | |
Node JS (Install) 18.12.1 | 12168 | Saturday, November 5, 2022 | Approved | |
Node JS (Install) 18.12.0 | 21759 | Wednesday, October 26, 2022 | Approved | |
Node JS (Install) 18.11.0 | 26550 | Friday, October 14, 2022 | Approved | |
Node JS (Install) 18.10.0 | 31950 | Wednesday, September 28, 2022 | Approved | |
Node JS (Install) 18.9.1 | 10632 | Friday, September 23, 2022 | Approved | |
Node JS (Install) 18.9.0 | 23381 | Thursday, September 8, 2022 | Approved | |
Node JS (Install) 18.8.0 | 21942 | Wednesday, August 24, 2022 | Approved | |
Node JS (Install) 18.7.0 | 39791 | Wednesday, July 27, 2022 | Approved | |
Node JS (Install) 18.6.0 | 21536 | Thursday, July 14, 2022 | Approved | |
Node JS (Install) 18.5.0 | 12474 | Thursday, July 7, 2022 | Approved | |
Node JS (Install) 18.4.0 | 28832 | Thursday, June 16, 2022 | Approved | |
Node JS (Install) 18.3.0 | 23059 | Thursday, June 2, 2022 | Approved | |
Node JS (Install) 17.9.1 | 1730 | Thursday, June 2, 2022 | Approved | |
Node JS (Install) 17.9.0 | 62845 | Friday, April 8, 2022 | Approved | |
Node JS (Install) 17.8.0 | 25518 | Tuesday, March 22, 2022 | Approved | |
Node JS (Install) 17.7.2 | 9681 | Friday, March 18, 2022 | Approved | |
Node JS (Install) 17.7.1 | 14218 | Friday, March 11, 2022 | Approved | |
Node JS (Install) 17.7.0 | 4683 | Wednesday, March 9, 2022 | Approved | |
Node JS (Install) 17.6.0 | 22394 | Wednesday, February 23, 2022 | Approved | |
Node JS (Install) 17.5.0 | 27956 | Friday, February 11, 2022 | Approved | |
Node JS (Install) 17.4.0 | 33959 | Tuesday, January 18, 2022 | Approved | |
Node JS (Install) 17.3.1 | 17429 | Tuesday, January 11, 2022 | Approved | |
Node JS (Install) 17.3.0 | 33337 | Saturday, December 18, 2021 | Approved | |
Node JS (Install) 17.2.0 | 28716 | Tuesday, November 30, 2021 | Approved | |
Node JS (Install) 17.1.0 | 36611 | Wednesday, November 10, 2021 | Approved | |
Node JS (Install) 17.0.1 | 36853 | Thursday, October 21, 2021 | Approved | |
Node JS (Install) 17.0.0 | 4415 | Tuesday, October 19, 2021 | Approved | |
Node JS (Install) 16.20.1 | 6342 | Monday, June 26, 2023 | Approved | |
Node JS (Install) 16.20.0 | 15660 | Thursday, March 30, 2023 | Approved | |
Node JS (Install) 16.19.1 | 2672 | Friday, February 17, 2023 | Approved | |
Node JS (Install) 16.19.0 | 7621 | Tuesday, December 13, 2022 | Approved | |
Node JS (Install) 16.18.1 | 10912 | Friday, November 4, 2022 | Approved | |
Node JS (Install) 16.18.0 | 6581 | Wednesday, October 12, 2022 | Approved | |
Node JS (Install) 16.17.1 | 11209 | Friday, September 23, 2022 | Approved | |
Node JS (Install) 16.17.0 | 20403 | Tuesday, August 16, 2022 | Approved | |
Node JS (Install) 16.16.0 | 22364 | Thursday, July 7, 2022 | Approved | |
Node JS (Install) 16.15.1 | 7342 | Thursday, June 2, 2022 | Approved | |
Node JS (Install) 16.14.2 | 16161 | Friday, March 18, 2022 | Approved | |
Node JS (Install) 16.14.1 | 509 | Wednesday, March 16, 2022 | Approved | |
Node JS (Install) 16.14.0 | 28948 | Wednesday, February 9, 2022 | Approved | |
Node JS (Install) 16.13.2 | 12092 | Tuesday, January 11, 2022 | Approved | |
Node JS (Install) 16.13.1 | 9503 | Wednesday, December 1, 2021 | Approved | |
Node JS (Install) 16.13.0 | 8330 | Tuesday, October 26, 2021 | Approved | |
Node JS (Install) 16.12.0 | 1365 | Wednesday, October 20, 2021 | Approved | |
Node JS (Install) 16.11.1 | 18493 | Tuesday, October 12, 2021 | Approved | |
Node JS (Install) 16.11.0 | 10507 | Friday, October 8, 2021 | Approved | |
Node JS (Install) 16.10.0 | 54082 | Thursday, September 23, 2021 | Approved | |
Node JS (Install) 16.9.1 | 38288 | Saturday, September 11, 2021 | Approved | |
Node JS (Install) 16.9.0 | 9449 | Tuesday, September 7, 2021 | Approved | |
Node JS (Install) 16.8.0 | 24431 | Thursday, August 26, 2021 | Approved | |
Node JS (Install) 16.7.0 | 22244 | Wednesday, August 18, 2021 | Approved | |
Node JS (Install) 16.6.2 | 15217 | Wednesday, August 11, 2021 | Approved | |
Node JS (Install) 16.6.1 | 87697 | Tuesday, August 3, 2021 | Approved | |
Node JS (Install) 16.6.0 | 10731 | Friday, July 30, 2021 | Approved | |
Node JS (Install) 16.5.0 | 31653 | Wednesday, July 14, 2021 | Approved | |
Node JS (Install) 16.4.2 | 20281 | Monday, July 5, 2021 | Approved | |
Node JS (Install) 16.4.1 | 11925 | Thursday, July 1, 2021 | Approved | |
Node JS (Install) 16.4.0 | 27749 | Wednesday, June 23, 2021 | Approved | |
Node JS (Install) 16.3.0 | 39454 | Thursday, June 3, 2021 | Approved | |
Node JS (Install) 16.2.0 | 35379 | Wednesday, May 19, 2021 | Approved | |
Node JS (Install) 16.1.0 | 30233 | Tuesday, May 4, 2021 | Approved | |
Node JS (Install) 16.0.0 | 33835 | Tuesday, April 20, 2021 | Approved | |
Node JS (Install) 15.14.0 | 35344 | Wednesday, April 7, 2021 | Approved | |
Node JS (Install) 15.13.0 | 12203 | Wednesday, March 31, 2021 | Approved | |
Node JS (Install) 15.12.0 | 32378 | Thursday, March 18, 2021 | Approved | |
Node JS (Install) 15.11.0 | 35162 | Wednesday, March 3, 2021 | Approved | |
Node JS (Install) 15.10.0 | 21553 | Tuesday, February 23, 2021 | Approved | |
Node JS (Install) 15.9.0 | 15205 | Thursday, February 18, 2021 | Approved | |
Node JS (Install) 15.8.0 | 37471 | Wednesday, February 3, 2021 | Approved | |
Node JS (Install) 15.7.0 | 17853 | Tuesday, January 26, 2021 | Approved | |
Node JS (Install) 15.6.0 | 22446 | Friday, January 15, 2021 | Approved | |
Node JS (Install) 15.5.1 | 32443 | Tuesday, January 5, 2021 | Approved | |
Node JS (Install) 15.5.0 | 24488 | Wednesday, December 23, 2020 | Approved | |
Node JS (Install) 15.4.0 | 29378 | Wednesday, December 9, 2020 | Approved | |
Node JS (Install) 15.3.0 | 37864 | Tuesday, November 24, 2020 | Approved | |
Node JS (Install) 15.2.1 | 17076 | Monday, November 16, 2020 | Approved | |
Node JS (Install) 15.2.0 | 17123 | Wednesday, November 11, 2020 | Approved | |
Node JS (Install) 15.1.0 | 24979 | Thursday, November 5, 2020 | Approved | |
Node JS (Install) 15.0.1 | 33309 | Thursday, October 22, 2020 | Approved | |
Node JS (Install) 15.0.0 | 6864 | Tuesday, October 20, 2020 | Approved | |
Node JS (Install) 14.21.3 | 7263 | Friday, February 17, 2023 | Approved | |
Node JS (Install) 14.21.2 | 1056 | Tuesday, December 13, 2022 | Approved | |
Node JS (Install) 14.21.1 | 954 | Friday, November 4, 2022 | Approved | |
Node JS (Install) 14.21.0 | 259 | Wednesday, November 2, 2022 | Approved | |
Node JS (Install) 14.20.1 | 681 | Friday, September 23, 2022 | Approved | |
Node JS (Install) 14.20.0 | 4807 | Thursday, July 7, 2022 | Approved | |
Node JS (Install) 14.19.3 | 1028 | Thursday, June 2, 2022 | Approved | |
Node JS (Install) 14.19.1 | 23810 | Friday, March 18, 2022 | Approved | |
Node JS (Install) 14.19.0 | 4396 | Tuesday, February 1, 2022 | Approved | |
Node JS (Install) 14.18.3 | 5631 | Tuesday, January 11, 2022 | Approved | |
Node JS (Install) 14.18.2 | 4565 | Tuesday, November 30, 2021 | Approved | |
Node JS (Install) 14.18.1 | 7964 | Tuesday, October 12, 2021 | Approved | |
Node JS (Install) 14.18.0 | 4442 | Tuesday, September 28, 2021 | Approved | |
Node JS (Install) 14.17.5 | 10188 | Wednesday, August 11, 2021 | Approved | |
Node JS (Install) 14.17.4 | 478 | Thursday, July 29, 2021 | Approved | |
Node JS (Install) 14.17.3 | 3079 | Monday, July 5, 2021 | Approved | |
Node JS (Install) 14.17.2 | 281 | Thursday, July 1, 2021 | Approved | |
Node JS (Install) 14.17.1 | 994 | Tuesday, June 15, 2021 | Approved | |
Node JS (Install) 14.17.0 | 18992 | Wednesday, May 12, 2021 | Approved | |
Node JS (Install) 14.16.1 | 7445 | Wednesday, April 7, 2021 | Approved | |
Node JS (Install) 14.15.5 | 3511 | Tuesday, February 9, 2021 | Approved | |
Node JS (Install) 14.15.4 | 19289 | Tuesday, January 5, 2021 | Approved | |
Node JS (Install) 14.15.3 | 1387 | Friday, December 18, 2020 | Approved | |
Node JS (Install) 14.15.2 | 435 | Wednesday, December 16, 2020 | Approved | |
Node JS (Install) 14.15.1 | 2201 | Monday, November 16, 2020 | Approved | |
Node JS (Install) 14.15.0 | 11574 | Tuesday, October 27, 2020 | Approved | |
Node JS (Install) 14.14.0 | 10738 | Friday, October 16, 2020 | Approved | |
Node JS (Install) 14.13.1 | 27471 | Thursday, October 8, 2020 | Approved | |
Node JS (Install) 14.13.0 | 21661 | Wednesday, September 30, 2020 | Approved | |
Node JS (Install) 14.12.0 | 20345 | Wednesday, September 23, 2020 | Approved | |
Node JS (Install) 14.11.0 | 19770 | Wednesday, September 16, 2020 | Approved | |
Node JS (Install) 14.10.1 | 14970 | Thursday, September 10, 2020 | Approved | |
Node JS (Install) 14.10.0 | 8012 | Tuesday, September 8, 2020 | Approved | |
Node JS (Install) 14.8.0 | 60125 | Tuesday, August 11, 2020 | Approved | |
Node JS (Install) 14.7.0 | 27746 | Friday, July 31, 2020 | Approved | |
Node JS (Install) 14.6.0 | 23969 | Wednesday, July 22, 2020 | Approved | |
Node JS (Install) 14.5.0 | 44716 | Wednesday, July 1, 2020 | Approved | |
Node JS (Install) 14.4.0 | 55542 | Wednesday, June 3, 2020 | Approved | |
Node JS (Install) 14.3.0 | 29973 | Wednesday, May 20, 2020 | Approved | |
Node JS (Install) 14.2.0 | 33747 | Wednesday, May 6, 2020 | Approved | |
Node JS (Install) 14.1.0 | 12301 | Thursday, April 30, 2020 | Approved | |
Node JS (Install) 14.0.0 | 24950 | Wednesday, April 22, 2020 | Approved | |
Node JS (Install) 13.14.0 | 45208 | Tuesday, June 2, 2020 | Approved | |
Node JS (Install) 13.13.0 | 19269 | Wednesday, April 15, 2020 | Approved | |
Node JS (Install) 13.12.0 | 42708 | Friday, March 27, 2020 | Approved | |
Node JS (Install) 13.11.0 | 29055 | Thursday, March 12, 2020 | Approved | |
Node JS (Install) 13.10.1 | 21267 | Thursday, March 5, 2020 | Approved | |
Node JS (Install) 13.9.0 | 31943 | Wednesday, February 19, 2020 | Approved | |
Node JS (Install) 13.7.0 | 47104 | Wednesday, January 22, 2020 | Approved | |
Node JS (Install) 13.6.0 | 18731 | Wednesday, January 8, 2020 | Approved | |
Node JS (Install) 13.5.0 | 38148 | Friday, December 20, 2019 | Approved | |
Node JS (Install) 13.3.0 | 25931 | Thursday, December 5, 2019 | Approved | |
Node JS (Install) 13.2.0 | 25582 | Friday, November 22, 2019 | Approved | |
Node JS (Install) 13.1.0 | 21546 | Monday, November 11, 2019 | Approved | |
Node JS (Install) 13.0.1 | 36426 | Wednesday, October 23, 2019 | Approved | |
Node JS (Install) 13.0.0 | 5615 | Tuesday, October 22, 2019 | Approved | |
Node JS (Install) 12.22.12 | 2915 | Tuesday, April 5, 2022 | Approved | |
Node JS (Install) 12.22.11 | 374 | Friday, March 18, 2022 | Approved | |
Node JS (Install) 12.22.10 | 305 | Wednesday, February 2, 2022 | Approved | |
Node JS (Install) 12.22.9 | 784 | Tuesday, January 11, 2022 | Approved | |
Node JS (Install) 12.22.8 | 229 | Friday, December 17, 2021 | Approved | |
Node JS (Install) 12.22.7 | 1240 | Tuesday, October 12, 2021 | Approved | |
Node JS (Install) 12.22.6 | 2052 | Tuesday, August 31, 2021 | Approved | |
Node JS (Install) 12.22.5 | 478 | Wednesday, August 11, 2021 | Approved | |
Node JS (Install) 12.22.4 | 193 | Thursday, July 29, 2021 | Approved | |
Node JS (Install) 12.22.3 | 606 | Monday, July 5, 2021 | Approved | |
Node JS (Install) 12.22.2 | 164 | Thursday, July 1, 2021 | Approved | |
Node JS (Install) 12.22.1 | 3061 | Wednesday, April 7, 2021 | Approved | |
Node JS (Install) 12.22.0 | 8302 | Tuesday, March 30, 2021 | Approved | |
Node JS (Install) 12.21.0 | 5254 | Tuesday, February 23, 2021 | Approved | |
Node JS (Install) 12.20.2 | 567 | Thursday, February 11, 2021 | Approved | |
Node JS (Install) 12.20.1 | 7297 | Tuesday, January 5, 2021 | Approved | |
Node JS (Install) 12.20.0 | 1694 | Tuesday, November 24, 2020 | Approved | |
Node JS (Install) 12.19.1 | 518 | Monday, November 16, 2020 | Approved | |
Node JS (Install) 12.19.0 | 3921 | Wednesday, October 7, 2020 | Approved | |
Node JS (Install) 12.18.4 | 1730 | Wednesday, September 16, 2020 | Approved | |
Node JS (Install) 12.18.3 | 14920 | Wednesday, July 22, 2020 | Approved | |
Node JS (Install) 12.18.2 | 2299 | Tuesday, June 30, 2020 | Approved | |
Node JS (Install) 12.18.1 | 1112 | Wednesday, June 17, 2020 | Approved | |
Node JS (Install) 12.18.0 | 2728 | Wednesday, June 3, 2020 | Approved | |
Node JS (Install) 12.17.0 | 2383 | Tuesday, May 26, 2020 | Approved | |
Node JS (Install) 12.16.3 | 5819 | Tuesday, April 28, 2020 | Approved | |
Node JS (Install) 12.16.2 | 2410 | Thursday, April 9, 2020 | Approved | |
Node JS (Install) 12.16.1 | 9789 | Wednesday, February 19, 2020 | Approved | |
Node JS (Install) 12.16.0 | 2864 | Wednesday, February 12, 2020 | Approved | |
Node JS (Install) 12.15.0 | 4739 | Thursday, February 6, 2020 | Approved | |
Node JS (Install) 12.14.1 | 22469 | Tuesday, January 7, 2020 | Approved | |
Node JS (Install) 12.14.0 | 3218 | Wednesday, December 18, 2019 | Approved | |
Node JS (Install) 12.13.1 | 7518 | Tuesday, November 19, 2019 | Approved | |
Node JS (Install) 12.13.0 | 22811 | Monday, October 21, 2019 | Approved | |
Node JS (Install) 12.12.0 | 19671 | Saturday, October 12, 2019 | Approved | |
Node JS (Install) 12.11.1 | 21970 | Tuesday, October 1, 2019 | Approved | |
Node JS (Install) 12.11.0 | 14950 | Thursday, September 26, 2019 | Approved | |
Node JS (Install) 12.10.0 | 45708 | Thursday, September 5, 2019 | Approved | |
Node JS (Install) 12.9.1 | 33692 | Tuesday, August 27, 2019 | Approved | |
Node JS (Install) 12.9.0 | 14742 | Wednesday, August 21, 2019 | Approved | |
Node JS (Install) 12.8.1 | 13649 | Thursday, August 15, 2019 | Approved | |
Node JS (Install) 12.8.0 | 24008 | Wednesday, August 7, 2019 | Approved | |
Node JS (Install) 12.7.0 | 24617 | Wednesday, July 24, 2019 | Approved | |
Node JS (Install) 12.6.0 | 34292 | Wednesday, July 3, 2019 | Approved | |
Node JS (Install) 12.5.0 | 11938 | Thursday, June 27, 2019 | Approved | |
Node JS (Install) 12.4.0 | 40478 | Tuesday, June 4, 2019 | Approved | |
Node JS (Install) 12.3.1 | 22609 | Wednesday, May 22, 2019 | Approved | |
Node JS (Install) 12.3.0 | 1794 | Wednesday, May 22, 2019 | Approved | |
Node JS (Install) 12.2.0 | 24289 | Wednesday, May 8, 2019 | Approved | |
Node JS (Install) 12.1.0 | 26134 | Monday, April 29, 2019 | Approved | |
Node JS (Install) 12.0.0 | 13357 | Tuesday, April 23, 2019 | Approved | |
Node JS (Install) 11.15.0 | 8037 | Tuesday, April 30, 2019 | Approved | |
Node JS (Install) 11.14.0 | 21533 | Thursday, April 11, 2019 | Approved | |
Node JS (Install) 11.13.0 | 26022 | Friday, March 29, 2019 | Approved | |
Node JS (Install) 11.12.0 | 22367 | Saturday, March 16, 2019 | Approved | |
Node JS (Install) 11.11.0 | 17210 | Thursday, March 7, 2019 | Approved | |
Node JS (Install) 11.10.1 | 12999 | Thursday, February 28, 2019 | Approved | |
Node JS (Install) 11.10.0 | 21679 | Friday, February 15, 2019 | Approved | |
Node JS (Install) 11.9.0 | 27067 | Thursday, January 31, 2019 | Approved | |
Node JS (Install) 11.8.0 | 10539 | Friday, January 25, 2019 | Approved | |
Node JS (Install) 11.7.0 | 11470 | Friday, January 18, 2019 | Approved | |
Node JS (Install) 11.6.0 | 32756 | Wednesday, December 26, 2018 | Approved | |
Node JS (Install) 11.5.0 | 9907 | Wednesday, December 19, 2018 | Approved | |
Node JS (Install) 11.4.0 | 16378 | Friday, December 7, 2018 | Approved | |
Node JS (Install) 11.3.0 | 14191 | Wednesday, November 28, 2018 | Approved | |
Node JS (Install) 11.2.0 | 4136 | Monday, November 26, 2018 | Approved | |
Node JS (Install) 10.24.1 | 3500 | Wednesday, April 7, 2021 | Approved | |
Node JS (Install) 10.24.0 | 657 | Tuesday, February 23, 2021 | Approved | |
Node JS (Install) 10.23.3 | 304 | Wednesday, February 10, 2021 | Approved | |
Node JS (Install) 10.23.2 | 223 | Tuesday, January 26, 2021 | Approved | |
Node JS (Install) 10.23.1 | 4476 | Tuesday, January 5, 2021 | Approved | |
Node JS (Install) 10.23.0 | 4355 | Tuesday, October 27, 2020 | Approved | |
Node JS (Install) 10.22.1 | 925 | Wednesday, September 16, 2020 | Approved | |
Node JS (Install) 10.22.0 | 4321 | Tuesday, July 21, 2020 | Approved | |
Node JS (Install) 10.21.0 | 1641 | Wednesday, June 3, 2020 | Approved | |
Node JS (Install) 10.20.1 | 4629 | Sunday, April 12, 2020 | Approved | |
Node JS (Install) 10.20.0 | 717 | Wednesday, April 8, 2020 | Approved | |
Node JS (Install) 10.19.0 | 1016 | Thursday, February 6, 2020 | Approved | |
Node JS (Install) 10.18.1 | 2049 | Friday, January 10, 2020 | Approved | |
Node JS (Install) 10.18.0 | 1083 | Wednesday, December 18, 2019 | Approved | |
Node JS (Install) 10.17.0 | 4543 | Tuesday, October 22, 2019 | Approved | |
Node JS (Install) 10.16.3 | 40442 | Friday, August 16, 2019 | Approved | |
Node JS (Install) 10.16.2 | 1837 | Wednesday, August 7, 2019 | Approved | |
Node JS (Install) 10.16.1 | 5109 | Thursday, August 1, 2019 | Approved | |
Node JS (Install) 10.16.0 | 7380 | Wednesday, May 29, 2019 | Approved | |
Node JS (Install) 10.15.3 | 7414 | Tuesday, March 5, 2019 | Approved | |
Node JS (Install) 10.15.2 | 934 | Thursday, February 28, 2019 | Approved | |
Node JS (Install) 10.15.1 | 12171 | Wednesday, January 30, 2019 | Approved | |
Node JS (Install) 10.15.0 | 4764 | Wednesday, December 26, 2018 | Approved | |
Node JS (Install) 10.14.2 | 2913 | Wednesday, December 12, 2018 | Approved | |
Node JS (Install) 10.14.1 | 3319 | Thursday, November 29, 2018 | Approved | |
Node JS (Install) 10.14.0 | 1043 | Wednesday, November 28, 2018 | Approved | |
Node JS (Install) 10.13.0 | 38971 | Tuesday, October 30, 2018 | Approved | |
Node JS (Install) 10.12.0 | 15201 | Tuesday, October 16, 2018 | Approved | |
Node JS (Install) 10.11.0 | 46076 | Thursday, September 20, 2018 | Approved | |
Node JS (Install) 10.10.0 | 25730 | Friday, September 7, 2018 | Approved | |
Node JS (Install) 10.9.0 | 37292 | Thursday, August 16, 2018 | Approved | |
Node JS (Install) 10.8.0 | 31612 | Thursday, August 2, 2018 | Approved | |
Node JS (Install) 10.7.0 | 27773 | Thursday, July 19, 2018 | Approved | |
Node JS (Install) 10.6.0 | 24799 | Wednesday, July 4, 2018 | Approved | |
Node JS (Install) 10.5.0 | 26570 | Thursday, June 21, 2018 | Approved | |
Node JS (Install) 10.4.1 | 14175 | Wednesday, June 13, 2018 | Approved | |
Node JS (Install) 10.4.0 | 11280 | Wednesday, June 6, 2018 | Approved | |
Node JS (Install) 10.3.0 | 16261 | Tuesday, May 29, 2018 | Approved | |
Node JS (Install) 10.2.1 | 8479 | Friday, May 25, 2018 | Approved | |
Node JS (Install) 10.2.0 | 3724 | Thursday, May 24, 2018 | Approved | |
Node JS (Install) 10.1.0 | 30944 | Wednesday, May 9, 2018 | Approved | |
Node JS (Install) 10.0.0 | 26747 | Wednesday, April 25, 2018 | Approved | |
Node JS (Install) 9.11.2 | 963 | Saturday, May 4, 2019 | Approved | |
Node JS (Install) 9.11.1 | 33942 | Thursday, April 5, 2018 | Approved | |
Node JS (Install) 9.10.1 | 10910 | Friday, March 30, 2018 | Approved | |
Node JS (Install) 9.10.0 | 4184 | Wednesday, March 28, 2018 | Approved | |
Node JS (Install) 9.9.0 | 15185 | Wednesday, March 21, 2018 | Approved | |
Node JS (Install) 9.8.0 | 27555 | Thursday, March 8, 2018 | Approved | |
Node JS (Install) 9.7.1 | 11116 | Friday, March 2, 2018 | Approved | |
Node JS (Install) 9.7.0 | 2468 | Thursday, March 1, 2018 | Approved | |
Node JS (Install) 9.6.1 | 9291 | Friday, February 23, 2018 | Approved | |
Node JS (Install) 9.6.0 | 4102 | Thursday, February 22, 2018 | Approved | |
Node JS (Install) 9.5.0 | 30618 | Thursday, February 1, 2018 | Approved | |
Node JS (Install) 9.4.0 | 34642 | Wednesday, January 10, 2018 | Approved | |
Node JS (Install) 9.3.0 | 34464 | Wednesday, December 13, 2017 | Approved | |
Node JS (Install) 9.2.1 | 3271 | Friday, December 8, 2017 | Approved | |
Node JS (Install) 9.2.0 | 47612 | Wednesday, November 15, 2017 | Approved | |
Node JS (Install) 9.1.0 | 11140 | Tuesday, November 7, 2017 | Approved | |
Node JS (Install) 9.0.0 | 15222 | Tuesday, October 31, 2017 | Approved | |
Node JS (Install) 8.17.0 | 10349 | Wednesday, December 18, 2019 | Approved | |
Node JS (Install) 8.16.2 | 743 | Thursday, October 10, 2019 | Approved | |
Node JS (Install) 8.16.1 | 582 | Friday, August 16, 2019 | Approved | |
Node JS (Install) 8.16.0 | 2264 | Wednesday, April 17, 2019 | Approved | |
Node JS (Install) 8.15.1 | 1291 | Thursday, February 28, 2019 | Approved | |
Node JS (Install) 8.15.0 | 1666 | Wednesday, December 26, 2018 | Approved | |
Node JS (Install) 8.14.1 | 374 | Tuesday, December 18, 2018 | Approved | |
Node JS (Install) 8.14.0 | 770 | Wednesday, November 28, 2018 | Approved | |
Node JS (Install) 8.13.0 | 482 | Wednesday, November 21, 2018 | Approved | |
Node JS (Install) 8.12.0 | 8575 | Tuesday, September 11, 2018 | Approved | |
Node JS (Install) 8.11.4 | 4569 | Thursday, August 16, 2018 | Approved | |
Node JS (Install) 8.11.3 | 7643 | Wednesday, June 13, 2018 | Approved | |
Node JS (Install) 8.11.2 | 2156 | Wednesday, May 16, 2018 | Approved | |
Node JS (Install) 8.11.1 | 3348 | Friday, March 30, 2018 | Approved | |
Node JS (Install) 8.11.0 | 1425 | Wednesday, March 28, 2018 | Approved | |
Node JS (Install) 8.10.0 | 5497 | Wednesday, March 7, 2018 | Approved | |
Node JS (Install) 8.9.4 | 64250 | Wednesday, January 3, 2018 | Approved | |
Node JS (Install) 8.9.3 | 13331 | Friday, December 8, 2017 | Approved | |
Node JS (Install) 8.9.2 | 776 | Wednesday, December 6, 2017 | Approved | |
Node JS (Install) 8.9.1 | 25400 | Wednesday, November 8, 2017 | Approved | |
Node JS (Install) 8.9.0.20171107 | 594 | Tuesday, November 7, 2017 | Approved | |
Node JS (Install) 8.8.1 | 9880 | Thursday, October 26, 2017 | Approved | |
Node JS (Install) 8.8.0 | 2492 | Wednesday, October 25, 2017 | Approved | |
Node JS (Install) 8.7.0 | 19521 | Thursday, October 12, 2017 | Approved | |
Node JS (Install) 8.6.0.20170927 | 21555 | Wednesday, September 27, 2017 | Approved | |
Node JS (Install) 8.6.0 | 1165 | Wednesday, September 27, 2017 | Approved | |
Node JS (Install) 8.5.0 | 24843 | Tuesday, September 12, 2017 | Approved | |
Node JS (Install) 8.4.0 | 45422 | Wednesday, August 16, 2017 | Approved | |
Node JS (Install) 8.3.0 | 10293 | Thursday, August 10, 2017 | Approved | |
Node JS (Install) 8.2.1 | 31961 | Friday, July 21, 2017 | Approved | |
Node JS (Install) 8.2.0 | 2812 | Thursday, July 20, 2017 | Approved | |
Node JS (Install) 8.1.4 | 15369 | Tuesday, July 11, 2017 | Approved | |
Node JS (Install) 8.1.3 | 22765 | Thursday, June 29, 2017 | Approved | |
Node JS (Install) 8.1.2 | 44742 | Thursday, June 15, 2017 | Approved | |
Node JS (Install) 8.1.1 | 15585 | Wednesday, June 14, 2017 | Approved | |
Node JS (Install) 8.1.0 | 22461 | Thursday, June 8, 2017 | Approved | |
Node JS (Install) 8.0.0 | 65521 | Wednesday, May 31, 2017 | Approved | |
Node JS (Install) 7.10.1 | 478 | Saturday, May 4, 2019 | Approved | |
Node JS (Install) 7.10.0 | 83633 | Wednesday, May 3, 2017 | Approved | |
Node JS (Install) 7.9.0 | 34069 | Wednesday, April 12, 2017 | Approved | |
Node JS (Install) 7.8.0 | 23716 | Wednesday, March 29, 2017 | Approved | |
Node JS (Install) 7.7.4 | 13691 | Wednesday, March 22, 2017 | Approved | |
Node JS (Install) 7.7.3 | 13252 | Wednesday, March 15, 2017 | Approved | |
Node JS (Install) 7.7.2 | 11450 | Thursday, March 9, 2017 | Approved | |
Node JS (Install) 7.7.1 | 14765 | Thursday, March 2, 2017 | Approved | |
Node JS (Install) 7.7.0 | 3458 | Wednesday, March 1, 2017 | Approved | |
Node JS (Install) 7.6.0 | 11874 | Wednesday, February 22, 2017 | Approved | |
Node JS (Install) 7.5.0 | 33601 | Wednesday, February 1, 2017 | Approved | |
Node JS (Install) 7.4.0 | 12264 | Tuesday, January 24, 2017 | Approved | |
Node JS (Install) 7.3.0 | 36945 | Tuesday, December 20, 2016 | Approved | |
Node JS (Install) 7.2.1 | 25740 | Wednesday, December 7, 2016 | Approved | |
Node JS (Install) 7.2.0 | 39307 | Wednesday, November 23, 2016 | Approved | |
Node JS (Install) 7.1.0 | 37697 | Tuesday, November 8, 2016 | Approved | |
Node JS (Install) 7.0.0 | 19259 | Tuesday, October 25, 2016 | Approved | |
Node JS (Install) 6.17.1 | 2657 | Thursday, April 4, 2019 | Approved | |
Node JS (Install) 6.17.0 | 313 | Thursday, February 28, 2019 | Approved | |
Node JS (Install) 6.16.0 | 572 | Wednesday, December 26, 2018 | Approved | |
Node JS (Install) 6.15.1 | 366 | Monday, December 3, 2018 | Approved | |
Node JS (Install) 6.15.0 | 333 | Wednesday, November 28, 2018 | Approved | |
Node JS (Install) 6.14.4 | 741 | Thursday, August 16, 2018 | Approved | |
Node JS (Install) 6.14.3 | 660 | Wednesday, June 13, 2018 | Approved | |
Node JS (Install) 6.14.2 | 527 | Monday, April 30, 2018 | Approved | |
Node JS (Install) 6.14.1 | 583 | Friday, March 30, 2018 | Approved | |
Node JS (Install) 6.14.0 | 505 | Wednesday, March 28, 2018 | Approved | |
Node JS (Install) 6.13.1 | 708 | Wednesday, March 7, 2018 | Approved | |
Node JS (Install) 6.13.0 | 618 | Wednesday, February 14, 2018 | Approved | |
Node JS (Install) 6.12.3 | 9279 | Wednesday, January 3, 2018 | Approved | |
Node JS (Install) 6.12.2 | 603 | Friday, December 8, 2017 | Approved | |
Node JS (Install) 6.12.1 | 487 | Tuesday, December 5, 2017 | Approved | |
Node JS (Install) 6.12.0 | 990 | Tuesday, November 7, 2017 | Approved | |
Node JS (Install) 6.11.5 | 11341 | Thursday, November 2, 2017 | Approved | |
Node JS (Install) 6.11.0 | 2142 | Wednesday, June 21, 2017 | Approved | |
Node JS (Install) 6.9.5 | 21953 | Friday, February 3, 2017 | Approved | |
Node JS (Install) 6.9.4 | 4772 | Friday, February 3, 2017 | Approved | |
Node JS (Install) 6.9.3 | 652 | Friday, February 3, 2017 | Approved | |
Node JS (Install) 6.9.1 | 27372 | Wednesday, October 19, 2016 | Approved | |
Node JS (Install) 6.8.1 | 8874 | Saturday, October 15, 2016 | Approved | |
Node JS (Install) 6.8.0 | 5322 | Wednesday, October 12, 2016 | Approved | |
Node JS (Install) 6.7.0 | 66823 | Wednesday, September 28, 2016 | Approved | |
Node JS (Install) 6.6.0 | 16633 | Thursday, September 15, 2016 | Approved | |
Node JS (Install) 6.5.0 | 14587 | Monday, August 29, 2016 | Approved | |
Node JS (Install) 6.4.0 | 11036 | Tuesday, August 16, 2016 | Approved | |
Node JS (Install) 6.3.1 | 15001 | Friday, July 22, 2016 | Approved | |
Node JS (Install) 6.3.0 | 2056 | Sunday, July 17, 2016 | Approved | |
Node JS (Install) 6.2.2 | 3226 | Friday, June 17, 2016 | Approved | |
Node JS (Install) 6.2.1 | 855 | Thursday, June 2, 2016 | Approved | |
Node JS (Install) 6.2.0 | 785 | Tuesday, May 17, 2016 | Approved | |
Node JS (Install) 6.1.0 | 2385 | Sunday, May 8, 2016 | Approved | |
Node JS (Install) 5.12.0 | 342 | Saturday, May 4, 2019 | Approved | |
Node JS (Install) 5.10.1 | 65280 | Wednesday, April 6, 2016 | Approved | |
Node JS (Install) 5.10.0 | 3394 | Friday, April 1, 2016 | Approved | |
Node JS (Install) 5.9.1 | 4152 | Wednesday, March 23, 2016 | Approved | |
Node JS (Install) 5.9.0 | 3616 | Wednesday, March 16, 2016 | Approved | |
Node JS (Install) 5.8.0 | 3650 | Thursday, March 10, 2016 | Approved | |
Node JS (Install) 5.7.1 | 3542 | Thursday, March 3, 2016 | Approved | |
Node JS (Install) 5.7.0 | 6272 | Tuesday, February 23, 2016 | Approved | |
Node JS (Install) 5.6.0 | 5712 | Tuesday, February 9, 2016 | Approved | |
Node JS (Install) 5.5.0 | 6820 | Thursday, January 21, 2016 | Approved | |
Node JS (Install) 5.4.1 | 3701 | Wednesday, January 13, 2016 | Approved | |
Node JS (Install) 5.4.0 | 2925 | Wednesday, January 6, 2016 | Approved | |
Node JS (Install) 5.3.0 | 6038 | Wednesday, December 16, 2015 | Approved | |
Node JS (Install) 5.2.0 | 59200 | Wednesday, December 9, 2015 | Approved | |
Node JS (Install) 5.1.1 | 90456 | Friday, December 4, 2015 | Approved | |
Node JS (Install) 5.1.0 | 174812 | Tuesday, November 17, 2015 | Approved | |
Node JS (Install) 5.0.0 | 4860 | Friday, November 6, 2015 | Approved | |
Node JS (Install) 4.9.1 | 704 | Friday, March 30, 2018 | Approved | |
Node JS (Install) 4.9.0 | 446 | Wednesday, March 28, 2018 | Approved | |
Node JS (Install) 4.8.7 | 561 | Friday, December 8, 2017 | Approved | |
Node JS (Install) 4.8.6 | 592 | Tuesday, November 7, 2017 | Approved | |
Node JS (Install) 4.8.5 | 692 | Thursday, November 2, 2017 | Approved | |
Node JS (Install) 4.6.1 | 1118 | Tuesday, October 18, 2016 | Approved | |
Node JS (Install) 4.6.0 | 1127 | Tuesday, October 18, 2016 | Approved | |
Node JS (Install) 4.5.0 | 1007 | Tuesday, October 18, 2016 | Approved | |
Node JS (Install) 4.4.7 | 2702 | Wednesday, July 6, 2016 | Approved | |
Node JS (Install) 4.4.6 | 601 | Wednesday, July 6, 2016 | Approved | |
Node JS (Install) 4.4.5 | 911 | Tuesday, May 31, 2016 | Approved | |
Node JS (Install) 4.4.4 | 734 | Monday, May 9, 2016 | Approved | |
Node JS (Install) 4.4.3 | 1063 | Thursday, April 14, 2016 | Approved | |
Node JS (Install) 4.4.2 | 717 | Wednesday, April 27, 2016 | Approved | |
Node JS (Install) 4.4.0 | 1620 | Thursday, March 10, 2016 | Approved | |
Node JS (Install) 4.3.2 | 904 | Thursday, March 3, 2016 | Approved | |
Node JS (Install) 4.3.1 | 2901 | Wednesday, February 17, 2016 | Approved | |
Node JS (Install) 4.3.0 | 686 | Tuesday, February 9, 2016 | Approved | |
Node JS (Install) 4.2.6 | 934 | Friday, January 22, 2016 | Approved | |
Node JS (Install) 4.2.5 | 636 | Thursday, January 21, 2016 | Approved | |
Node JS (Install) 4.2.4 | 1004 | Wednesday, January 13, 2016 | Approved | |
Node JS (Install) 4.2.3 | 567 | Wednesday, January 13, 2016 | Approved | |
Node JS (Install) 4.2.2 | 3874 | Friday, November 6, 2015 | Approved | |
Node JS (Install) 4.2.1 | 913 | Friday, November 6, 2015 | Approved | |
Node JS (Install) 4.2.0 | 728 | Friday, November 6, 2015 | Approved | |
Node JS (Install) 4.1.2 | 12206 | Monday, October 5, 2015 | Approved | |
Node JS (Install) 4.1.1 | 5108 | Wednesday, September 23, 2015 | Approved | |
Node JS (Install) 4.1.0 | 2976 | Thursday, September 17, 2015 | Approved | |
Node JS (Install) 4.0.0 | 3618 | Thursday, September 10, 2015 | Approved | |
Node JS (Install) 0.12.7 | 20813 | Sunday, July 12, 2015 | Approved | |
Node JS (Install) 0.12.6 | 3157 | Saturday, July 4, 2015 | Approved | |
Node JS (Install) 0.12.5 | 3974 | Wednesday, June 24, 2015 | Approved | |
Node JS (Install) 0.12.4 | 9170 | Monday, May 25, 2015 | Approved | |
Node JS (Install) 0.12.3 | 4333 | Friday, May 15, 2015 | Approved | |
Node JS (Install) 0.12.2 | 15200 | Wednesday, April 1, 2015 | Approved | |
Node JS (Install) 0.12.1 | 3515 | Tuesday, March 24, 2015 | Approved | |
Node JS (Install) 0.12.0 | 15262 | Saturday, February 7, 2015 | Approved | |
Node JS (Install) 0.10.36 | 3597 | Tuesday, January 27, 2015 | Approved | |
Node JS (Install) 0.10.35 | 5353 | Friday, December 26, 2014 | Approved | |
Node JS (Install) 0.10.34 | 1539 | Thursday, December 18, 2014 | Approved | |
Node JS (Install) 0.10.33 | 5667 | Wednesday, October 29, 2014 | Approved | |
Node JS (Install) 0.10.32 | 4423 | Wednesday, September 17, 2014 | Approved | |
Node JS (Install) 0.10.31 | 2967 | Wednesday, August 20, 2014 | Approved | |
Node JS (Install) 0.10.30 | 2613 | Friday, August 1, 2014 | Approved | |
Node JS (Install) 0.10.29 | 4341 | Tuesday, June 17, 2014 | Approved | |
Node JS (Install) 0.10.28 | 3859 | Saturday, May 3, 2014 | Approved | |
Node JS (Install) 0.10.27 | 690 | Friday, May 2, 2014 | Approved | |
Node JS (Install) 0.10.26 | 5293 | Wednesday, February 19, 2014 | Approved | |
Node JS (Install) 0.10.25 | 2055 | Friday, January 24, 2014 | Approved | |
Node JS (Install) 0.10.24 | 2230 | Friday, December 20, 2013 | Approved | |
Node JS (Install) 0.10.23 | 1057 | Thursday, December 12, 2013 | Approved | |
Node JS (Install) 0.10.22 | 1843 | Wednesday, November 13, 2013 | Approved | |
Node JS (Install) 0.10.21 | 1672 | Saturday, October 19, 2013 | Approved | |
Node JS (Install) 0.10.20 | 1412 | Tuesday, October 1, 2013 | Approved | |
Node JS (Install) 0.10.19 | 990 | Wednesday, September 25, 2013 | Approved | |
Node JS (Install) 0.10.18 | 1418 | Thursday, September 5, 2013 | Approved | |
Node JS (Install) 0.10.17 | 1188 | Thursday, August 22, 2013 | Approved | |
Node JS (Install) 0.10.16 | 917 | Saturday, August 17, 2013 | Approved | |
Node JS (Install) 0.10.15 | 1426 | Friday, July 26, 2013 | Approved | |
Node JS (Install) 0.10.13 | 1175 | Wednesday, July 10, 2013 | Approved | |
Node JS (Install) 0.10.12 | 1410 | Wednesday, June 19, 2013 | Approved | |
Node JS (Install) 0.10.11 | 832 | Friday, June 14, 2013 | Approved | |
Node JS (Install) 0.10.10 | 939 | Wednesday, June 5, 2013 | Approved | |
Node JS (Install) 0.10.9 | 949 | Friday, May 31, 2013 | Approved | |
Node JS (Install) 0.10.8 | 929 | Saturday, May 25, 2013 | Approved | |
Node JS (Install) 0.10.7 | 814 | Monday, May 20, 2013 | Approved | |
Node JS (Install) 0.10.6 | 817 | Wednesday, May 15, 2013 | Approved | |
Node JS (Install) 0.10.5 | 1870 | Wednesday, April 24, 2013 | Approved | |
Node JS (Install) 0.10.4 | 936 | Friday, April 12, 2013 | Approved | |
Node JS (Install) 0.10.3 | 1018 | Thursday, April 4, 2013 | Approved | |
Node JS (Install) 0.10.2 | 835 | Friday, March 29, 2013 | Approved | |
Node JS (Install) 0.10.1 | 865 | Friday, March 22, 2013 | Approved | |
Node JS (Install) 0.10.0 | 1023 | Tuesday, March 12, 2013 | Approved | |
Node JS (Install) 0.8.22 | 5018 | Thursday, March 7, 2013 | Approved | |
Node JS (Install) 0.8.21.20130226 | 933 | Tuesday, February 26, 2013 | Approved | |
Node JS (Install) 0.8.21 | 721 | Tuesday, February 26, 2013 | Approved | |
Node JS (Install) 0.8.20.20130224 | 783 | Sunday, February 24, 2013 | Approved | |
Node JS (Install) 0.8.20 | 1020 | Saturday, February 16, 2013 | Approved | |
Node JS (Install) 0.8.19 | 1119 | Thursday, February 7, 2013 | Approved | |
Node JS (Install) 0.8.18 | 1413 | Saturday, January 19, 2013 | Approved | |
Node JS (Install) 0.8.17 | 1072 | Thursday, January 10, 2013 | Approved | |
Node JS (Install) 0.8.16 | 1237 | Friday, December 14, 2012 | Approved | |
Node JS (Install) 0.8.15 | 9007 | Tuesday, November 27, 2012 | Approved | |
Node JS (Install) 0.8.14 | 1363 | Friday, October 26, 2012 | Approved | |
Node JS (Install) 0.8.12 | 939 | Sunday, October 14, 2012 | Approved | |
Node JS (Install) 0.8.11 | 948 | Friday, September 28, 2012 | Approved | |
Node JS (Install) 0.8.10 | 920 | Wednesday, September 26, 2012 | Approved | |
Node JS (Install) 0.8.9.20120913 | 1016 | Thursday, September 13, 2012 | Approved | |
Node JS (Install) 0.8.9 | 728 | Wednesday, September 12, 2012 | Approved | |
Node JS (Install) 0.8.8 | 767 | Sunday, August 26, 2012 | Approved | |
Node JS (Install) 0.8.7 | 778 | Thursday, August 16, 2012 | Approved | |
Node JS (Install) 0.8.6 | 822 | Wednesday, August 8, 2012 | Approved | |
Node JS (Install) 0.8.5 | 774 | Monday, August 6, 2012 | Approved | |
Node JS (Install) 0.8.4 | 826 | Friday, July 27, 2012 | Approved | |
Node JS (Install) 0.8.3 | 758 | Friday, July 20, 2012 | Approved | |
Node JS (Install) 0.8.2 | 713 | Tuesday, July 10, 2012 | Approved | |
Node JS (Install) 0.8.1 | 975 | Friday, June 29, 2012 | Approved | |
Node JS (Install) 0.6.19 | 836 | Friday, June 8, 2012 | Approved | |
Node JS (Install) 0.6.18 | 826 | Monday, May 21, 2012 | Approved | |
Node JS (Install) 0.6.17 | 850 | Friday, May 11, 2012 | Approved | |
Node JS (Install) 0.6.16 | 687 | Friday, May 11, 2012 | Approved | |
Node JS (Install) 0.6.15 | 795 | Wednesday, April 11, 2012 | Approved | |
Node JS (Install) 0.6.14 | 698 | Sunday, April 1, 2012 | Approved | |
Node JS (Install) 0.6.13 | 708 | Sunday, April 1, 2012 | Approved | |
Node JS (Install) 0.6.12 | 741 | Saturday, March 10, 2012 | Approved | |
Node JS (Install) 0.6.11 | 781 | Saturday, February 25, 2012 | Approved | |
Node JS Install 0.6.10 | 790 | Monday, February 6, 2012 | Approved | |
Node JS Install 0.6.9 | 766 | Monday, February 6, 2012 | Approved | |
Node JS Install 0.6.8 | 805 | Sunday, January 22, 2012 | Approved | |
Node JS Install 0.6.7 | 706 | Sunday, January 15, 2012 | Approved | |
Node JS Install 0.6.6 | 762 | Sunday, December 18, 2011 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Node JS (Install) and the Node JS (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Node JS (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.