sshpk-verify
library for finding and using SSH public keys
Install
- All systems
-
curl cmd.cat/sshpk-verify.sh
- Debian
-
apt-get install node-sshpk
- Ubuntu
-
apt-get install node-sshpk
- Arch Linux
-
pacman -S node-gyp
- Kali Linux
-
apt-get install node-sshpk
- Fedora
-
dnf install nodejs-yarn
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-sshpk
- Raspbian
-
apt-get install nodered
- Dockerfile
- dockerfile.run/sshpk-verify
node-sshpk
library for finding and using SSH public keys
Parse, convert, fingerprint and use SSH keys (both public and private) in pure node -- no `ssh-keygen` or other external dependencies. Supports RSA, DSA, ECDSA (nistp-\*) and ED25519 key types, in PEM (PKCS#1, PKCS#8) and OpenSSH formats. Node.js is an event-based server-side JavaScript engine.
npm-1
3.10.10-1.6.10.3.1.fc26.x86_64 : Node.js Package Manager
nodered
Node-RED flow editor for the Internet of Things
A graphical flow editor for event based applications. Runs on Node.js - using a browser for the user interface. See http://nodered.org for more information, documentation and examples. Copyright 2017,2018 JS Foundation and other contributors, https://js.foundation/ Copyright 2015,2017 IBM Corp. Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
nodejs-yarn
management.
nodejs-less
A standalone compiler for the LESS CSS language.
riot-desktop
A glossy Matrix collaboration client for the desktop.
phonegap
PhoneGap command-line interface and node.js library
npm
package manager for Node.js
Node.js is an event-based server-side javascript engine. npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs.
apm
Atom package manager
atom
A hackable text editor for the 21st Century
matrix-appservice-irc
Node.js IRC bridge for Matrix
kresus
Self-hosted personal finance manager
kibana
Browser based analytics and search dashboard for Elasticsearch
gtop
System monitoring dashboard for terminal
cordova
Cordova command line interface tool
bower
A package manager for the web
bash-language-server
Bash language server implementation based on Tree Sitter and its grammar for Bash
node-gyp
Native addon build tool for Node.js
node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It features : * Easy to use, consistent interface * Same commands to build a module on every platform * Support of multiple target versions of Node.js node-gyp replaces node-waf program which was deprecated in Node.js 0.8 and removed since Node.js 0.10. Node.js is an event-based server-side javascript engine.