uri-path
Convert relative file system paths into safe URI paths
Last updated 10 years ago by ult_combo .
WTFPL · Repository · Bugs · Original npm · Tarball · package.json
$ npm install uri-path 
SYNC missed versions from official npm registry.

uri-path

NPM version Build Status devDependency Status

Convert relative file system paths into safe URI paths

Install

npm install --save uri-path

Usage

var URIpath = require('uri-path');

// Properly encode URI path segments
URIpath('../abc/@#$%¨&()[]{}-_=+ß/môòñ 月 قمر');
// -> '../abc/%40%23%24%25%C2%A8%26()%5B%5D%7B%7D-_%3D%2B%C3%9F/m%C3%B4%C3%B2%C3%B1%20%E6%9C%88%20%D9%82%D9%85%D8%B1'

// Also supports paths with Windows directory separators
URIpath('a\\b\\c');
// -> 'a/b/c'

Current Tags

  • 1.0.0                                ...           latest (9 years ago)

3 Versions

  • 1.0.0                                ...           9 years ago
  • 0.0.2                                ...           10 years ago
  • 0.0.1                                ...           10 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE