fstream-npm

WebJar for fstream-npm

Лицензия

Лицензия

ISC
Категории

Категории

FST Данные Data Formats Serialization
Группа

Группа

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

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

fstream-npm
Последняя версия

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

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

fstream-npm
WebJar for fstream-npm
Ссылка на сайт

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

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

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

https://github.com/npm/fstream-npm

Скачать fstream-npm

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : fstream-ignore jar [1.0.0,2)
org.webjars.npm : inherits jar [2,3)

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

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

fstream-npm

This is an fstream DirReader class that will read a directory and filter things according to the semantics of what goes in an npm package.

For example:

// This will print out all the files that would be included
// by 'npm publish' or 'npm install' of this directory.

var FN = require("fstream-npm")
FN({ path: "./" })
  .on("child", function (e) {
    console.error(e.path.substr(e.root.path.length + 1))
  })
org.webjars.npm

npm

node package manager

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

Версия
1.2.1
1.2.0
1.1.1
1.0.7