Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "is-ssh", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Check if an input value is a ssh url or not.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
133
README.md
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
# is-ssh | ||
@@ -10,4 +26,26 @@ | ||
> Check if an input value is a ssh url or not. | ||
## :cloud: Installation | ||
@@ -24,2 +62,13 @@ | ||
## :clipboard: Example | ||
@@ -122,2 +171,10 @@ | ||
## :question: Get Help | ||
@@ -127,5 +184,6 @@ | ||
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question. | ||
2. For bug reports and feature requests, open issues. :bug: | ||
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: | ||
@@ -135,2 +193,4 @@ | ||
## :memo: Documentation | ||
@@ -151,2 +211,13 @@ | ||
## :yum: How to contribute | ||
@@ -157,3 +228,2 @@ Have an idea? Found a bug? See [how to contribute][contributing]. | ||
## :sparkling_heart: Support my projects | ||
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, | ||
@@ -177,15 +247,44 @@ 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). | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- `parse-url` | ||
- `parse-path` | ||
- `git-up` | ||
- `nodegit-clone` | ||
- `bb-git-up` | ||
- `bb-parse-url` | ||
- `normalize-ssh` | ||
- `xl-git-up` | ||
- `@hawkingnetwork/react-native-tab-view` | ||
- `miguelcostero-ng2-toasty` | ||
- `npm-all-packages` | ||
- `@apardellass/react-native-audio-stream` | ||
- `l2forlerna` | ||
- `react-native-plugpag-wrapper` | ||
- [`bb-git-up`](https://github.com/IonicaBizau/git-up)—A low level git url parser. | ||
- [`bb-parse-url`](https://github.com/IonicaBizau/parse-url)—An advanced url parser supporting git urls too. | ||
- [`git-up`](https://github.com/IonicaBizau/git-up)—A low level git url parser. | ||
- [`miguelcostero-ng2-toasty`](https://github.com/akserg/ng2-toasty) (by Sergey Akopkokhyants)—Angular2 Toasty component shows growl-style alerts and messages for your web app | ||
- [`nodegit-clone`](https://github.com/blond/nodegit-clone#readme) (by Andrew Abramov)—Clone git repository with nodegit | ||
- [`normalize-ssh`](https://github.com/zkochan/normalize-ssh#readme) (by Zoltan Kochan)—Normalize a SSH URL | ||
- [`parse-path`](https://github.com/IonicaBizau/parse-path)—Parse paths (local paths, urls: ssh/git/etc) | ||
- [`parse-url`](https://github.com/IonicaBizau/parse-url)—An advanced url parser supporting git urls too. | ||
## :scroll: License | ||
@@ -196,2 +295,10 @@ | ||
[license]: /LICENSE | ||
[website]: http://ionicabizau.net | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md | ||
[badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg | ||
@@ -201,10 +308,4 @@ [badge_amazon]: https://ionicabizau.github.io/badges/amazon.svg | ||
[badge_paypal_donate]: https://ionicabizau.github.io/badges/paypal_donate.svg | ||
[patreon]: https://www.patreon.com/ionicabizau | ||
[amazon]: http://amzn.eu/hRo9sIZ | ||
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW | ||
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(http%3A%2F%2Fionicabizau.net)&year=2015#license-mit | ||
[website]: http://ionicabizau.net | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
302
15219