forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version: OpenJS.NodeJS.LTS version 12.20.1 (microsoft#144735)
Co-authored-by: CoolPlayLin <[email protected]> Co-authored-by: Levvie - she/her <[email protected]>
- Loading branch information
1 parent
495f28a
commit 8b9f0c0
Showing
3 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
manifests/o/OpenJS/NodeJS/LTS/12.20.1/OpenJS.NodeJS.LTS.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Created with komac v2.1.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: OpenJS.NodeJS.LTS | ||
PackageVersion: 12.20.1 | ||
InstallerLocale: en-US | ||
InstallerType: wix | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
ReleaseDate: 2021-01-04 | ||
AppsAndFeaturesEntries: | ||
- DisplayName: Node.js | ||
UpgradeCode: '{47C07A3A-42EF-4213-A85D-8F5A59077C28}' | ||
ElevationRequirement: elevatesSelf | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://nodejs.org/dist/v12.20.1/node-v12.20.1-x86.msi | ||
InstallerSha256: DED3789CEF6BF338E472187C17C28FCD14EAD36E2CC440981616228E78AD780A | ||
ProductCode: '{F9CA2B99-D4E7-4F65-AD76-7D268EE825CE}' | ||
- Architecture: x64 | ||
InstallerUrl: https://nodejs.org/dist/v12.20.1/node-v12.20.1-x64.msi | ||
InstallerSha256: 48C7E37BCEE7847549EF186E4762B924EDE44BB34BFCB77C4AA5EADAEA31A7FA | ||
ProductCode: '{9A7F227C-93B8-4F42-87B5-D30D61B1923C}' | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
31 changes: 31 additions & 0 deletions
31
manifests/o/OpenJS/NodeJS/LTS/12.20.1/OpenJS.NodeJS.LTS.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Created with komac v2.1.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: OpenJS.NodeJS.LTS | ||
PackageVersion: 12.20.1 | ||
PackageLocale: en-US | ||
Publisher: Node.js Foundation | ||
PublisherUrl: https://nodejs.org/ | ||
PublisherSupportUrl: https://github.com/nodejs/help/issues | ||
PrivacyUrl: https://privacy-policy.openjsf.org/ | ||
Author: OpenJS Foundation | ||
PackageName: Node.js LTS | ||
PackageUrl: https://nodejs.org/ | ||
License: MIT | ||
LicenseUrl: https://github.com/nodejs/node/blob/main/LICENSE | ||
ShortDescription: Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. | ||
Description: |- | ||
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. | ||
Moniker: nodejs-lts | ||
Tags: | ||
- cross-platform | ||
- foss | ||
- javascript | ||
- lts | ||
- node | ||
- nodejs | ||
- npm | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with komac v2.1.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: OpenJS.NodeJS.LTS | ||
PackageVersion: 12.20.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |