@mnrendra/find-up
Version:
A lightweight utility to find a file or directory by searching upward from a specific directory.
34 lines (33 loc) • 811 B
JSON
{
"name": "@mnrendra/find-up",
"version": "1.0.1",
"description": "A lightweight utility to find a file or directory by searching upward from a specific directory.",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mnrendra/find-up.git"
},
"author": {
"name": "Muhammad Rendra",
"email": "mnrendra@users.noreply.github.com",
"url": "https://github.com/mnrendra"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mnrendra/find-up/issues"
},
"homepage": "https://github.com/mnrendra/find-up#readme",
"keywords": [
"find-up",
"find",
"up",
"find-upward",
"upward",
"find-upward-file",
"file",
"find-upward-directory",
"directory"
]
}