$ cnpm install parse-path
Parse paths (local paths, urls: ssh/git/etc)
# Using npm
npm install --save parse-path
# Using yarn
yarn add parse-path
// Dependencies
const parsePath = require("parse-path")
console.log(parsePath("http://ionicabizau.net/blog"))
// {
// protocols: [ 'http' ],
// protocol: 'http',
// port: '',
// resource: 'ionicabizau.net',
// user: '',
// password: '',
// pathname: '/blog',
// hash: '',
// search: '',
// href: 'http://ionicabizau.net/blog',
// query: {}
// }
console.log(parsePath("http://domain.com/path/name?foo=bar&bar=42#some-hash"))
// {
// protocols: [ 'http' ],
// protocol: 'http',
// port: '',
// resource: 'domain.com',
// user: '',
// password: '',
// pathname: '/path/name',
// hash: 'some-hash',
// search: 'foo=bar&bar=42',
// href: 'http://domain.com/path/name?foo=bar&bar=42#some-hash',
// query: { foo: 'bar', bar: '42' }
// }
console.log(parsePath("git+ssh://git@host.xz/path/name.git"))
// {
// protocols: [ 'git', 'ssh' ],
// protocol: 'git',
// port: '',
// resource: 'host.xz',
// user: 'git',
// password: '',
// pathname: '/path/name.git',
// hash: '',
// search: '',
// href: 'git+ssh://git@host.xz/path/name.git',
// query: {}
// }
There are few ways to get help:
parsePath(url)Parses the input url.
url: The input url.protocols (Array): An array with the url protocols (usually it has one element).protocol (String): The first protocol or "file".port (String): The domain port (default: "").resource (String): The url domain/hostname.host (String): The url domain (including subdomain and port).user (String): The authentication user (default: "").password (String): The authentication password (default: "").pathname (String): The url pathname.hash (String): The url hash.search (String): The url querystring value (excluding ?).href (String): The normalized input url.query (Object): The url querystring, parsed as object.parse_failed (Boolean): Whether the parsing failed or not.Have an idea? Found a bug? See how to contribute.
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
Starring and sharing the projects you like :rocket:
—I love books! I will remember you after years if you buy me one. :grin: :book:
—You can make one-time donations via PayPal. I'll probably buy a
coffee tea. :tea:
—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! :heart:
If you are using this library in one of your projects, add it in this list. :sparkles:
parse-url@pvm/gitlab@enkeledi/react-native-week-month-date-pickereleventy-plugin-embed-soundcloud@hemith/react-native-tnknative-kakao-loginreact-native-my-first-try-arun-ramyareact-native-kakao-mapsreact-native-is7react-native-ytximkitreact-native-payu-payment-testingnpm_one_1_2_3react-fsm-routerreact-native-biometric-authenticatereact-native-arunmeena1987react-native-contact-listrn-adyen-dropintria-primasm-versioning@positionex/position-sdk@okayhq/backstage-backend-plugin@corelmax/react-native-my2c2p-sdk@felipesimmi/react-native-datalogic-module@hawkingnetwork/react-native-tab-viewdrowl-base-theme-iconsetnative-apple-loginreact-native-cplusnpm_qwertyreact-native-arunjeyam1987react-native-bubble-chartreact-native-flyy@alphy11/semantic-release-gitlab@apardellass/react-native-audio-stream@fgreinacher/semantic-release-gitlab@geeky-apo/react-native-advanced-clipboard@j4s0n/semantic-release-gitlab@saad27/react-native-bottom-tab-tour@xudong/semantic-release-gitlabcandlelabssdknpm_one_12_34_1_npm_one_2_2payutestingreact-native-dsphoto-modulereact-native-sayhello-modulereact-native-responsive-size@flareapp/ignition-uisemantic-release-giteesemantic-release-gitlab-plugin@con-test/react-native-concent-commonreact-native-shekhar-bridge-test@pvm/github@pvm/plugin-conventional-changelogreact-feedback-sdkluojia-cli-devbirken-react-native-community-image-editor@devdiary/semantic-devdiary-releasereac-native-arun-ramya-testreact-native-arun-ramya-testreact-native-arunramya151react-native-pulsator-nativereact-native-plugpag-wrapperreact-native-transtracker-librarysemantic-release-version@screeb/react-native@jfilipe-sparta/react-native-module_2@tjoussen/semantic-release-gitlab-mr@buganto/client@cloudoki/donderflowreact-native-syan-photo-picker@wecraftapps/react-native-use-keyboardastra-ufo-sdkl2forlernanative-google-loginraact-native-arunramya151reddit-title-has-verbatim-quotereact-native-modal-progress-barreact-native-test-module-hhhreact-native-badge-controlreact-native-jsi-device-infostyless-reactrn-tm-notifynative-date-picker-moduleCopyright 2013 - present © cnpmjs.org