Package: wnpp
Severity: wishlist
Owner: Mangesh Divate  <divatemanges...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name    : node-path-parse
  Version         : 1.0.5
  Upstream Author : Javier Blanco <http://jbgutierrez.info>
* URL             : https://github.com/jbgutierrez/path-parse#readme
* License         : Expat
  Programming Lang: JavaScript
  Description     : The path module provides utilities for working
with file and directory paths

 Path parse is debian package written in nodejs which  helps to
 understand path(directory).
 .
 for the path "/home/user/dir/file.txt'  path.parse package returns
follwing information
 root: '/',
 dir: '/home/user/dir',
 base: 'file.txt',
 ext: '.txt',
 name: 'file'


Packaging path-parse  as a dependency for browserify

Reply via email to