is-scoped

WebJar for is-scoped

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-scoped
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

is-scoped
WebJar for is-scoped
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/sindresorhus/is-scoped

Download is-scoped

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : scoped-regex jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

is-scoped

Check if a string is a scoped npm package name

Install

$ npm install is-scoped

Usage

const isScoped = require('is-scoped');

isScoped('@sindresorhus/df');
//=> true

isScoped('cat-names');
//=> false

Related

  • scoped-regex - Regular expression for matching scoped npm package names

License

MIT © Sindre Sorhus

Versions

Version
1.0.0