UNPKG

find-alternate-file

Version:

Given a file path and a list of file extensions, find a file that exists

33 lines (32 loc) 741 B
{ "name": "find-alternate-file", "version": "1.0.5", "description": "Given a file path and a list of file extensions, find a file that exists", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "http://github.com/wankdanker/node-find-alternate-file" }, "keywords": [ "file", "extension", "variation", "alternate", "other" ], "author": "Dan VerWeire", "license": "MIT", "bugs": { "url": "https://github.com/wankdanker/node-find-alternate-file/issues" }, "homepage": "https://github.com/wankdanker/node-find-alternate-file", "dependencies": { "dank-do-while": "^0.1.2" }, "devDependencies": { "tape": "^3.0.3" } }