UNPKG

recursive-path-finder-regexp

Version:

Search for files or folders by regular expression in the directory where Node was started.

37 lines (36 loc) 898 B
{ "name": "recursive-path-finder-regexp", "version": "0.3.0", "description": "Search for files or folders by regular expression in the directory where Node was started.", "keywords": [ "path", "find", "search", "recursive", "regexp", "node" ], "main": "dist/index.js", "scripts": { "build": "node build.js" }, "repository": { "type": "git", "url": "git@github.com:wdl/recursive-path-finder-regexp.git" }, "author": "sijongyeoil <sijongyeoil@gmail.com>", "homepage": "https://github.com/wdl/recursive-path-finder-regexp", "bugs": { "url": "https://github.com/wdl/recursive-path-finder-regexp/issues", "email": "sijongyeoil@gmail.com" }, "license": "MIT", "devDependencies": { "@babel/core": "^7.7.2", "@babel/plugin-transform-arrow-functions": "^7.2.0", "uglify-es": "^3.3.9" }, "files": [ "dist" ] }