is-path-in-cwd

WebJar for is-path-in-cwd

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

is-path-in-cwd
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

is-path-in-cwd
WebJar for is-path-in-cwd
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/sindresorhus/is-path-in-cwd

Скачать is-path-in-cwd

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : is-path-inside jar [2.1.0,3)

Модули Проекта

Данный проект не имеет модулей.

is-path-in-cwd Build Status

Check if a path is in the current working directory

Install

$ npm install is-path-in-cwd

Usage

const isPathInCwd = require('is-path-in-cwd');

isPathInCwd('unicorn');
//=> true

isPathInCwd('../rainbow');
//=> false

isPathInCwd('.');
//=> false

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Версии библиотеки

Версия
2.1.0
1.0.1
1.0.0