UNPKG

files-import

Version:

Traverse all files in a folder

35 lines (34 loc) 817 B
{ "name": "files-import", "version": "1.4.1", "description": "Traverse all files in a folder", "main": "index.js", "scripts": { "test": "mocha --full-trace", "lint": "eslint .", "ci": "npm run lint && npm run cov", "cov": "nyc --reporter=text mocha --full-trace" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/uccu/files-import.git" }, "keywords": [ "files", "import", "folder", "traverse" ], "author": "cat@4moe.com", "license": "MIT", "bugs": { "url": "https://github.com/uccu/files-import/issues" }, "homepage": "https://github.com/uccu/files-import#readme", "devDependencies": { "eslint": "^7.0.0", "mocha": "^7.1.2", "nyc": "^15.0.1", "power-assert": "^1.6.1" } }