fs-iterator
Version:
A file system iterator with filter and asyncIterator iterafaces. Supports Node 0.10 and above
67 lines (66 loc) • 1.57 kB
JSON
{
"name": "fs-iterator",
"version": "5.3.12",
"description": "A file system iterator with filter and asyncIterator iterafaces. Supports Node 0.10 and above",
"keywords": [
"recursive",
"readdir",
"fs",
"filesystem",
"filter",
"iterator",
"asyncIterator",
"Symbol.asyncIterator"
],
"homepage": "https://github.com/kmalakoff/fs-iterator",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kmalakoff/fs-iterator.git"
},
"license": "MIT",
"author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.cts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "biome check --write --unsafe src/ test/",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines npm test",
"version": "tsds version"
},
"dependencies": {
"async-compat": "^1.6.11",
"fifo": "^2.4.1",
"fs.realpath": "^1.0.0",
"stack-base-iterator": "^1.2.10"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"fs-generate": "*",
"fs-stats-spys": "*",
"is-promise": "*",
"next-tick": "*",
"on-one": "*",
"pinkie-promise": "*",
"rimraf2": "*",
"starts-with": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts"
}
}