Bug#868444: ITP: node-umask -- convert umask from string <-> number

2017-07-15 Thread olive
Package: wnpp
Severity: wishlist
Owner: Olive 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name : node-umask
 Version : 1.1.0
 Upstream Author : Sam Mikes 
* URL : https://github.com/smikes/umask
* License : Expat
 Programming Lang: JavaScript
 Description : convert umask from string  number

Convert umask from string  number. It has the following functions:
 toString( val ) converts 'val' to a 0-padded octal string.
 fromString(val, [cb]) converts 'val' to a Number that can be used as a umask.
 validate(data, k, val) is a validation function of the form expected by 'nopt'.
 If 'val' is a valid umask, the function returns true and sets 'data[k]'.
 If 'val' is not a valid umask, the function returns false.
 .
 This package is a dependency of npm, node package manager.
 .
 Node.js is an event-based server-side JavaScript engine.

I wish to join javascript packaging team.
Pirate Praveen has agreed to sponsor this package.


ITP: node-path-is-inside -- Tests whether one path is inside another path

2017-07-16 Thread olive
Package: wnpp
Severity: wishlist
Owner: Olive Sara Thomas 
X-Debbugs-CC: debian-devel@lists.debian.org 
(mailto:debian-devel@lists.debian.org)

* Package name : node-path-is-inside
Version : 1.0.2
Upstream Author : Domenic Denicola  (https://domenic.me (https://domenic.me))
* URL : https://github.com/domenic/path-is-inside#readme 
(https://github.com/domenic/path-is-inside#readme)
* License : (WTFPL OR MIT)
Programming Lang: JavaScript
Description : Tests whether one path is inside another path

The **path-is-inside** package will give you a robust, cross-platform
way of detecting whether a given path is inside another path.
.
Like Node's built-in path module, path-is-inside treats all file paths on
Windows as case-insensitive, whereas it treats all file paths on
*-nix operating systems as case-sensitive. Keep this in mind especially
when working on a Mac, where, despite Node's defaults, the OS usually treats
paths case-insensitively.
.
This is a dependency of npm,node package manager.
.
Node.js is an event-based server-side JavaScript engine.

Pirate Praveen has agreed to sponsor this package.