{"_id":"uri-path","_rev":"164029","name":"uri-path","description":"Convert relative file system paths into safe URI paths","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"npm:ult_combo","email":""},{"name":"ult_combo","email":"ult_combo@hotmail.com"}],"time":{"modified":"2021-06-03T11:43:31.000Z","created":"2014-06-30T00:02:06.392Z","1.0.0":"2015-10-24T00:37:06.393Z","0.0.2":"2014-06-30T00:17:20.595Z","0.0.1":"2014-06-30T00:02:06.392Z"},"users":{},"author":{"name":"Ult Combo","email":"ultcombo@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/UltCombo/uri-path.git"},"versions":{"1.0.0":{"name":"uri-path","version":"1.0.0","description":"Convert relative file system paths into safe URI paths","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/UltCombo/uri-path.git"},"keywords":["uri","url","relative","file system","fs","path","convert"],"author":{"name":"Ult Combo","email":"ultcombo@gmail.com"},"engines":{"node":">= 0.10"},"license":"WTFPL OR MIT","bugs":{"url":"https://github.com/UltCombo/uri-path/issues"},"homepage":"https://github.com/UltCombo/uri-path","devDependencies":{"mocha":"^2.3.3","should":"^7.1.1"},"gitHead":"34eb03360b3b77ca3019b7ed06e3625c65fc07ac","_id":"uri-path@1.0.0","_shasum":"9747f018358933c31de0fccfd82d138e67262e32","_from":".","_npmVersion":"3.3.6","_nodeVersion":"4.1.0","_npmUser":{"name":"ult_combo","email":"ult_combo@hotmail.com"},"maintainers":[{"name":"npm:ult_combo","email":""},{"name":"ult_combo","email":"ult_combo@hotmail.com"}],"dist":{"shasum":"9747f018358933c31de0fccfd82d138e67262e32","size":2412,"noattachment":false,"key":"/uri-path/-/uri-path-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/uri-path/download/uri-path-1.0.0.tgz"},"directories":{},"publish_time":1445647026393,"_cnpm_publish_time":1445647026393,"_hasShrinkwrap":false},"0.0.2":{"name":"uri-path","version":"0.0.2","description":"Convert relative file system paths into safe URI paths","main":"index.js","repository":{"type":"git","url":"https://github.com/UltCombo/uri-path.git"},"keywords":["uri","url","relative","file system","fs","path","convert"],"author":{"name":"Ult Combo","email":"ultcombo@gmail.com"},"engines":{"node":">= 0.10"},"license":"WTFPL","bugs":{"url":"https://github.com/UltCombo/uri-path/issues"},"homepage":"https://github.com/UltCombo/uri-path","devDependencies":{"mocha":"^1.20.1","should":"^4.0.4"},"_id":"uri-path@0.0.2","dist":{"shasum":"803eb01f2feb17927dcce0f6187e72b75f53f554","size":1666,"noattachment":false,"key":"/uri-path/-/uri-path-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/uri-path/download/uri-path-0.0.2.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"ult_combo","email":"ult_combo@hotmail.com"},"maintainers":[{"name":"npm:ult_combo","email":""},{"name":"ult_combo","email":"ult_combo@hotmail.com"}],"directories":{},"publish_time":1404087440595,"_cnpm_publish_time":1404087440595,"_hasShrinkwrap":false},"0.0.1":{"name":"uri-path","version":"0.0.1","description":"Convert relative file system paths into safe URI paths","main":"index.js","repository":{"type":"git","url":"https://github.com/UltCombo/uri-path.git"},"keywords":["uri","url","relative","file system","fs","path","convert"],"author":{"name":"Ult Combo","email":"ultcombo@gmail.com"},"engines":{"node":">= 0.8"},"license":"WTFPL","bugs":{"url":"https://github.com/UltCombo/uri-path/issues"},"homepage":"https://github.com/UltCombo/uri-path","devDependencies":{"mocha":"^1.20.1","should":"^4.0.4"},"_id":"uri-path@0.0.1","dist":{"shasum":"47bf2273a05b021f265afc2f6504a3e5ba6ecb88","size":1681,"noattachment":false,"key":"/uri-path/-/uri-path-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/uri-path/download/uri-path-0.0.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"ult_combo","email":"ult_combo@hotmail.com"},"maintainers":[{"name":"npm:ult_combo","email":""},{"name":"ult_combo","email":"ult_combo@hotmail.com"}],"directories":{},"publish_time":1404086526392,"_cnpm_publish_time":1404086526392,"_hasShrinkwrap":false}},"readme":"# uri-path\n[![NPM version](https://badge.fury.io/js/uri-path.png)](https://npmjs.org/package/uri-path)\n[![Build Status](https://travis-ci.org/UltCombo/uri-path.png?branch=master)](https://travis-ci.org/UltCombo/uri-path)\n[![devDependency Status](https://david-dm.org/UltCombo/uri-path/dev-status.png)](https://david-dm.org/UltCombo/uri-path#info=devDependencies)\n\nConvert relative file system paths into safe URI paths\n\n# Install\n\n```\nnpm install --save uri-path\n```\n\n# Usage\n\n```js\nvar URIpath = require('uri-path');\n\n// Properly encode URI path segments\nURIpath('../abc/@#$%¨&()[]{}-_=+ß/môòñ 月 قمر');\n// -> '../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'\n\n// Also supports paths with Windows directory separators\nURIpath('a\\\\b\\\\c');\n// -> 'a/b/c'\n```\n","_attachments":{},"homepage":"https://github.com/UltCombo/uri-path","bugs":{"url":"https://github.com/UltCombo/uri-path/issues"},"license":"WTFPL OR MIT"}