fstream-npm

WebJar for fstream-npm

License

License

ISC
Categories

Categories

FST Data Data Formats Serialization
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

fstream-npm
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

fstream-npm
WebJar for fstream-npm
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download fstream-npm

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : fstream-ignore jar [1.0.0,2)
org.webjars.npm : inherits jar [2,3)

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.2.1
1.2.0
1.1.1
1.0.7