UNPKG

list-filepaths

Version:

Asynchronously return an array containing the paths of all files in a directory and its subdirectories

60 lines (59 loc) 1.31 kB
{ "name": "list-filepaths", "version": "1.6.5", "description": "Asynchronously return an array containing the paths of all files in a directory and its subdirectories", "engines": { "node": "^7.8.0", "npm": "^4.5.0" }, "main": "index.js", "scripts": { "prettier": "prettier --single-quote --write index.js '{lib,__tests__}**/*.js'", "test": "jest", "preversion": "npm run test", "postversion": "git push && git push --tags" }, "keywords": [ "asynchrouous", "dir", "directory", "dirpath", "list", "file", "filepath", "path", "subdirectory", "tree" ], "author": "Benjamin Marinacci", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bcmarinacci/list-filepaths.git" }, "bugs": { "url": "https://github.com/bcmarinacci/list-filepaths/issues" }, "files": [ "lib", "index.js" ], "dependencies": { "lodash.flattendeep": "^4.4.0" }, "devDependencies": { "coveralls": "^2.13.0", "jest": "^19.0.2", "mkdirp": "^0.5.1", "prettier": "^1.1.0" }, "jest": { "bail": true, "collectCoverage": true, "coveragePathIgnorePatterns": [ "<rootDir>/coverage/", "<rootDir>/__fixtures__/", "<rootDir>/node_modules/" ] } }