{"_id":"find-up-path","_rev":"1-26ca226cc6b17a1bcf58c520149c346c","name":"find-up-path","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"find-up-path","version":"1.0.0","keywords":["find","up","file","folder","path"],"_id":"find-up-path@1.0.0","maintainers":[{"name":"fabiospampinato","email":"spampinabio@gmail.com"}],"homepage":"https://github.com/fabiospampinato/find-up-path#readme","bugs":{"url":"https://github.com/fabiospampinato/find-up-path/issues"},"dist":{"shasum":"e1e821394a420347341fca29d37c3bc38a6afb98","tarball":"https://registry.npmjs.org/find-up-path/-/find-up-path-1.0.0.tgz","fileCount":9,"integrity":"sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==","signatures":[{"sig":"MEQCIDpRW8AcK5+Lzd1dC6qP4TBQY0Fadn7us4mMGtWKxgPeAiAZN3toxBOTYKB+tMHE109JkucdJSQEN+I1GD7DWAWmMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4800},"main":"dist/index.js","type":"module","types":"./dist/index.d.ts","exports":"./dist/index.js","gitHead":"6640fe3c7c91c5e92877f872ed5a23d78dec36ad","scripts":{"test":"tsex test","clean":"tsex clean","compile":"tsex compile","test:watch":"tsex test --watch","compile:watch":"tsex compile --watch","prepublishOnly":"tsex prepare"},"_npmUser":{"name":"fabiospampinato","email":"spampinabio@gmail.com"},"repository":{"url":"git+https://github.com/fabiospampinato/find-up-path.git","type":"git"},"_npmVersion":"10.2.3","description":"Find the path of the first file matching a given name, walking the filesystem upwards.","directories":{},"_nodeVersion":"18.19.0","_hasShrinkwrap":false,"devDependencies":{"fava":"^0.3.2","tsex":"^3.2.0","typescript":"^5.3.3","@types/node":"^20.11.24"},"_npmOperationalInternal":{"tmp":"tmp/find-up-path_1.0.0_1709516833189_0.3046787915578173","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"find-up-path","repository":{"type":"git","url":"git+https://github.com/fabiospampinato/find-up-path.git"},"description":"Find the path of the first file matching a given name, walking the filesystem upwards.","license":"MIT","version":"1.0.1","type":"module","main":"dist/index.js","exports":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"clean":"tsex clean","compile":"tsex compile","compile:watch":"tsex compile --watch","test":"tsex test","test:watch":"tsex test --watch","prepublishOnly":"tsex prepare"},"keywords":["find","up","file","folder","path"],"devDependencies":{"@types/node":"^18.19.70","fava":"^0.3.4","tsex":"^4.0.2","typescript":"^5.7.3"},"_id":"find-up-path@1.0.1","gitHead":"6a300bb997e3dc64e7db852b8fe9aef95f840443","bugs":{"url":"https://github.com/fabiospampinato/find-up-path/issues"},"homepage":"https://github.com/fabiospampinato/find-up-path#readme","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"integrity":"sha512-cl4Sfxufq9WK848L887b4r+NVZoBjMeB4QydPZ+pXbp6Jt2nUVspTo2svNOm48stIIeSxtuCsULa9+e+LMTzwA==","shasum":"1719e75eb05c870ba0aa88afe81fed7f3dacd3d6","tarball":"https://registry.npmjs.org/find-up-path/-/find-up-path-1.0.1.tgz","fileCount":5,"unpackedSize":3114,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMEgJFduTW6xKUn4eAgzDtSJrlDGMUg2mkfXtHrELgmAIgPOAjf3EF+4xNCa23WSTmc5xKr/2VuGqY8WONImENYMo="}]},"_npmUser":{"name":"fabiospampinato","email":"spampinabio@gmail.com"},"directories":{},"maintainers":[{"name":"fabiospampinato","email":"spampinabio@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/find-up-path_1.0.1_1736707265887_0.5952360302192794"},"_hasShrinkwrap":false}},"time":{"created":"2024-03-04T01:47:13.188Z","modified":"2025-01-12T18:41:06.226Z","1.0.0":"2024-03-04T01:47:13.364Z","1.0.1":"2025-01-12T18:41:06.058Z"},"bugs":{"url":"https://github.com/fabiospampinato/find-up-path/issues"},"homepage":"https://github.com/fabiospampinato/find-up-path#readme","keywords":["find","up","file","folder","path"],"repository":{"type":"git","url":"git+https://github.com/fabiospampinato/find-up-path.git"},"description":"Find the path of the first file matching a given name, walking the filesystem upwards.","maintainers":[{"name":"fabiospampinato","email":"spampinabio@gmail.com"}],"readme":"# Find Up Path\n\nFind the path of the first file matching a given name, walking the filesystem upwards.\n\n## Install\n\n```sh\nnpm install find-up-path\n```\n\n## Usage\n\n```ts\nimport findUpPath from 'find-up-path';\n\n// Let's find the path of the nearest `package.json` file\n\nconst packagePath = findUpPath ( 'package.json' ); // => '/path/to/package.json' | undefined\n```\n\n## License\n\nMIT © Fabio Spampinato\n","readmeFilename":"readme.md","license":"MIT"}