Displaying 1 to 20 from 277 results

underscore - JavaScript's utility _ belt

  •    Javascript

JavaScript's functional programming helper library.




cash - Cross-platform Linux commands in ES6

  •    Javascript

Cash is a cross-platform implementation of Unix shell commands written in straight ES6. No native compiling and no external dependencies.While young, Cash aims to offer an alternative Linux feel on Windows and to open the door to cross-platform bash scripting in a Javascript environment.

request - 🏊🏾 Simplified HTTP request client.

  •    Javascript

Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.Request also offers convenience methods like request.defaults and request.post, and there are lots of usage examples and several debugging techniques.


alfy - Create Alfred workflows with ease

  •    Javascript

You need Node.js 4+ and Alfred 3 with the paid Powerpack upgrade.Create a new blank Alfred workflow.

watch - Utilities for watching file trees in node.js

  •    Javascript

The intention of this module is provide tools that make managing the watching of file & directory trees easier. The first argument is the directory root you want to watch.

node-mime - Mime types for JavaScript

  •    Javascript

A comprehensive, compact MIME type module. If you prefer the legacy version of this module please npm install mime@^1. Version 1 docs may be found here.

transducers

  •    Javascript

A small library for generalized transformation of data. This provides a bunch of transformation functions that can be applied to any data structure. It is a direct port of Clojure's transducers in JavaScript. Read more in this post. The algorithm behind this, explained in the above post, not only allows for it to work with any data structure (arrays, objects, iterators, immutable data structures, you name it) but it also provides better performance than other alternatives such as underscore or lodash. This is because there are no intermediate collections. See this post for benchmarks.

unirest-nodejs - Unirest in Node.js: Simplified, lightweight HTTP client library.

  •    Javascript

Unirest is a set of lightweight HTTP libraries available in multiple languages, built and maintained by Mashape, who also maintain the open-source API Gateway Kong. A request can be initiated by invoking the appropriate method on the unirest object, then calling .end() to send the request. Alternatively you can send the request directly by providing a callback along with the url.

utility - A collection of useful utilities.

  •    Javascript

A collection of useful utilities. [WARNNING] getIP() remove, PLEASE use https://github.com/node-modules/address module instead.

Util - Util是一个

  •    CSharp

Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。

mingo - JavaScript implementation of MongoDB query language

  •    Javascript

The collection to mixin needs to provide a method with signature toJSON() -> Array[Object].






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.