PHP 8.2.30
Preview: README.md Size: 448 B
//proc/self/root/opt/alt/alt-nodejs6/root/lib/node_modules/npm/node_modules/fstream-npm/README.md

# 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:

```javascript
// 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))
  })
```

Directory Contents

Dirs: 2 × Files: 6

Name Size Perms Modified Actions
example DIR
- drwxr-xr-x 2024-03-03 22:41:42
Edit Download
- drwxr-xr-x 2024-03-03 22:41:41
Edit Download
79 B lrw-r--r-- 2021-09-28 09:36:12
Edit Download
247 B lrw-r--r-- 2021-09-28 09:36:12
Edit Download
11.07 KB lrw-r--r-- 2021-09-28 09:36:11
Edit Download
765 B lrw-r--r-- 2021-09-28 09:36:11
Edit Download
2.62 KB lrw-r--r-- 2021-09-28 09:36:12
Edit Download
448 B lrw-r--r-- 2021-09-28 09:36:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).