Bug#890692: ITP: node-agentkeepalive -- http.Agent for having keepalive mode in http requests

2018-02-17 Thread Visakh S
Package: wnpp
Severity: wishlist
Owner: VISAKH S <visakh1...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-agentkeepalive
  Version : 3.3.0
  Upstream Author : fengmk2 <feng...@gmail.com> (https://fengmk2.com)
* URL : https://github.com/node-modules/agentkeepalive#readme
* License : Expat
  Programming Lang: JavaScript
  Description : http.Agent for having keepalive mode in http requests

 http.Agent for having keepalive mode in http requests
 .
 The Node.js's missing keep alive http.Agent. It supports http and https.
 .
 What's different from original http.Agent?
  *keepAlive=true by default
  *Disable Nagle's algorithm: socket.setNoDelay(true)
  *Add free socket timeout: avoid long time inactivity socket leak in the
   free-sockets queue.
  *Add active socket timeout: avoid long time inactivity socket leak in the
   active-sockets queue.
 .
 Node.js is an event-based server-side JavaScript engine.
 .
 This package is a useful dependancy of NPM 5.0
 .
 I am planning to maintain this package as part of a javascript
maintainers team.
 Pirate Praveen has agreed to sponser this package.



Bug#868792: ITP: ruby-custom-counter-cache -- Functionality that supports conditions and multiple models

2017-07-18 Thread Visakh S
Package: wnpp
Severity: wishlist
Owner: VISAKH S <visakh1...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: ruby-custom-counter-cache
  Version : 0.2.0
  Upstream Author : Cedric Howe <ced...@howe.net>
* URL : https://github.com/cedric/custom_counter_cache
* License : Expat
  Programming Lang: Ruby
  Description : Functionality that supports conditions and multiple
models

 Functionality that supports conditions and multiple models
 .
 This is a simple approach to creating a custom counter cache in Rails
 that can be used across multiple models.


Bug#868443: ITP: node-is-object -- Checks whether a value is an object

2017-07-15 Thread Visakh S
Package: wnpp
Severity: wishlist
Owner: VISAKH S <visakh1...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-is-object
  Version : 1.0.1
  Upstream Author : Raynos <rayn...@gmail.com>
* URL : https://github.com/ljharb/is-object
* License : Expat
  Programming Lang: JavaScript
  Description : Checks whether a value is an object

 Checks whether a value is an object
 .
 Node.js is an event-based server side javascript engine
 .
 The assert module provides a way of testing expressions. If the expression
 evaluates to 0, or false, an assertion failure is being caused
 and the program is terminated.
 .
 This package is a useful dependency of npm
 .
 I am planning to maintain this package as part of a javascript maintainers
team
 Pirate Praveen has agreed to sponser this package
 I would like to join the javascript maintainers team