parse-uri

WebJar for parse-uri

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

parse-uri
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

parse-uri
WebJar for parse-uri
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Kikobeats/parse-uri

Download parse-uri

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/parse-uri/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>parse-uri</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/parse-uri/
implementation 'org.webjars.npm:parse-uri:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/parse-uri/
implementation ("org.webjars.npm:parse-uri:1.0.0")
'org.webjars.npm:parse-uri:jar:1.0.0'
<dependency org="org.webjars.npm" name="parse-uri" rev="1.0.0">
  <artifact name="parse-uri" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='parse-uri', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "parse-uri" % "1.0.0"
[org.webjars.npm/parse-uri "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

parse-uri

Last version Build Status Dependency status Dev Dependencies Status NPM Status Donate

Lightweight module for parsing an URI Based in Steven Levithan method.

Install

$ npm install parse-uri --save

If you want to use in the browser (powered by Browserify):

$ bower install parse-uri --save

and later link in your HTML:

<script src="bower_components/parse-uri/dist/parse-uri.js"></script>

Usage

var parseUri = require('parse-uri')

parseUri('myURL')

API

parseURI(str, [options])

options

strictMode

Type: boolean Default: false

Determinate if use loose or strict mode.

Loose mode deviates slightly from the official generic URI spec (RFC 3986)

Related

  • is-uri – Determinate if a string is a valid URI.

License

MIT © Kiko Beats

Versions

Version
1.0.0