Server IP : 162.213.251.212 / Your IP : 18.224.38.91 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/home/allssztx/www/easybuyer/node_modules/detect-file/ |
Upload File : |
{ "name": "detect-file", "description": "Detects if a file exists and returns the resolved filepath.", "version": "1.0.0", "homepage": "https://github.com/doowb/detect-file", "author": "Brian Woodward (https://github.com/doowb)", "repository": "doowb/detect-file", "bugs": { "url": "https://github.com/doowb/detect-file/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": {}, "devDependencies": { "gulp-format-md": "*", "mocha": "*" }, "keywords": [ "detect", "exists", "file", "file exists", "file-path", "filepath", "path", "resolve", "resolve file", "resolve filepath" ], "verb": { "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "fs-exists-sync" ] }, "reflinks": [ "verb", "verb-readme-generator" ], "lint": { "reflinks": true } } }