UNPKG

@nodelib/fs.scandir

Version:

List files and directories inside the specified directory

49 lines (48 loc) 1.34 kB
{ "name": "@nodelib/fs.scandir", "version": "3.0.0", "description": "List files and directories inside the specified directory", "license": "MIT", "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir", "keywords": [ "NodeLib", "fs", "FileSystem", "file system", "scandir", "readdir", "dirent" ], "engines": { "node": ">=16.14.0" }, "files": [ "out/**", "!out/benchmark", "!out/**/*.map", "!out/**/*.spec.*" ], "main": "out/index.js", "typings": "out/index.d.ts", "scripts": { "clean": "rimraf {tsconfig.tsbuildinfo,out}", "lint": "eslint \"src/**/*.ts\" --cache", "compile": "tsc -b .", "compile:watch": "tsc -b . --watch --sourceMap", "test": "mocha \"out/**/*.spec.js\" -s 0", "build": "npm run clean && npm run compile && npm run lint && npm test", "watch": "npm run clean && npm run compile:watch", "bench": "npm run bench:sync && npm run bench:async", "bench:sync": "hereby bench:sync", "bench:async": "hereby bench:async" }, "dependencies": { "@nodelib/fs.stat": "3.0.0", "run-parallel": "^1.2.0" }, "devDependencies": { "@nodelib/fs.macchiato": "2.0.0", "@nodelib/fs.scandir.previous": "npm:@nodelib/fs.scandir@3", "@types/run-parallel": "^1.1.0" } }