har-validator
validator using JSON Schema
Install
- All systems
-
curl cmd.cat/har-validator.sh
- Ubuntu
-
apt-get install nodejs-har-validator
- Arch Linux
-
pacman -S nodejs-har-validator
- Fedora
-
dnf install nodejs-har-validator
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nodejs-har-validator
- Raspbian
-
apt-get install nodejs-har-validator
- Dockerfile
- dockerfile.run/har-validator
nodejs-har-validator
validator using JSON Schema
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
npm-1
3.10.10-1.6.10.3.1.fc26.x86_64 : Node.js Package Manager
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.