{"maintainers":[{"name":"dev","email":"i@izs.me"}],"dist-tags":{"latest":"4.0.0"},"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"https://izs.me"},"description":"Given a path string, return a generator that walks up the path, emitting each dirname.","readme":"# walk-up-path\n\nGiven a path string, return a generator that walks up the path, emitting\neach dirname.\n\nSo, to get a platform-portable walk up, instead of doing something like\nthis:\n\n```js\nfor (let p = dirname(path); p;) {\n\n  // ... do stuff ...\n\n  const pp = dirname(p)\n  if (p === pp)\n    p = null\n  else\n    p = pp\n}\n```\n\nOr this:\n\n```js\nfor (let p = dirname(path); !isRoot(p); p = dirname(p)) {\n  // ... do stuff ...\n}\n```\n\nYou can do this:\n\n```js\nconst { walkUpPath } = require('walk-up-path')\nfor (const p of walkUpPath(path)) {\n  // ... do stuff ..\n}\n```\n\n## API\n\n```js\nconst { walkUpPath } = require('walk-up-path')\n```\n\nGive the fn a string, it'll yield all the directories walking up to the\nroot.\n","repository":{"type":"git","url":"git+https://github.com/isaacs/walk-up-path.git"},"bugs":{"url":"https://github.com/isaacs/walk-up-path/issues"},"license":"ISC","versions":{"1.0.0":{"name":"walk-up-path","version":"1.0.0","author":{"url":"https://izs.me","name":"Isaac Z. Schlueter","email":"i@izs.me"},"license":"ISC","_id":"walk-up-path@1.0.0","maintainers":[{"name":"dev","email":"i@izs.me"}],"homepage":"https://github.com/isaacs/walk-up-path#readme","bugs":{"url":"https://github.com/isaacs/walk-up-path/issues"},"tap":{"check-coverage":true},"dist":{"shasum":"d4745e893dd5fd0dbb58dd0a4c6a33d9c9fec53e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/walk-up-path/-/walk-up-path-1.0.0.tgz","fileCount":4,"integrity":"sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==","signatures":[{"sig":"MEYCIQDeULVgd6Fm2tDH8qQDRediPazMR8RzAp8ZDJOD+5JP7QIhAOepe2ZxRBvTWRFS1UW/QpVndjiEai2lklfethZM39Mw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyujGCRA9TVsSAnZWagAASg8P/AmgGq8OB6bm2uage1O7\njvERK2Qm2h5TSIStWCZkr2Vo8x5cmBJqHvekPX5ddjoJCu04PERg586phE2w\nMD9bceaXza31sJZNe/EN0/Ee1LV6/ssOj6puaRlqgCcJwdPndTjunvEE6UNN\nc5va5JwRUPS39qSI13TLEgCCft3R6mbsH34MpVDAKJ6IpnP+rjeq0irY26cT\nid91g6/wiqUKnGl2whjhGOfAoQOFKwx3zlC3wmTSkbYFd4xHchn3DQR2JumD\nXeTWPpYTdbflGC/853BF4VLG3yuuulOcCpFLB1A1/p6jhh/FCYEvOHX0PO2G\nLDcMLG2SkgLEdv40Thj1h31DvD5tw0Sp+ZMcherMeCz4S/GQVXfZvTkiZ8vV\nFRm0qHVHql5FTr7/kgL3l9vytiizKGgiNkH//80sBVmpV4zNklVOe4oDCAEr\nP2T4njbjBrSgggkUluauxFWTqe19ta1EWKiEdSgtN9j49rCnrllGp2avYzd7\nD+muUkMljJBB8qzt/hSb6zfQmjNx9AH/fmhgM07YGhPW3V0d9khJGM9lL/Dv\n64WshFWDLVtxUoYDFXACQ5MITEnKmWLla8gkz8c/DEpURyihNnEjKfRFf4vw\nyHbrqdhOUOBM8qmkqhTZtqU/O8DUPeac56NzWyN25y2gIrUK3BpsPOrUIKm8\ntwvb\r\n=boJp\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"09978d8c889823988f11f583c9b0f22bf4b66381","scripts":{"snap":"tap","test":"tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags"},"_npmUser":{"name":"dev","email":"i@izs.me"},"repository":{"url":"git+https://github.com/isaacs/walk-up-path.git","type":"git"},"_npmVersion":"6.14.4","description":"Given a path string, return a generator that walks up the path, emitting each dirname.","directories":{},"_nodeVersion":"14.2.0","_hasShrinkwrap":false,"devDependencies":{"tap":"^14.10.7","require-inject":"^1.4.4"},"_npmOperationalInternal":{"tmp":"tmp/walk-up-path_1.0.0_1590356166014_0.1994914696104697","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"walk-up-path","version":"2.0.0","author":{"url":"https://izs.me","name":"Isaac Z. Schlueter","email":"i@izs.me"},"license":"ISC","_id":"walk-up-path@2.0.0","maintainers":[{"name":"dev","email":"i@izs.me"}],"homepage":"https://github.com/isaacs/walk-up-path#readme","bugs":{"url":"https://github.com/isaacs/walk-up-path/issues"},"tap":{"ts":false,"coverage":false,"node-arg":["--no-warnings","--loader","ts-node/esm"]},"dist":{"shasum":"d950d2ee4cf88a45da8ae38598273e69d7cdc267","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/walk-up-path/-/walk-up-path-2.0.0.tgz","fileCount":17,"integrity":"sha512-kltM3Y87w+2X50IhyroHpmrWP+K3QKXvTfCY22fiShv+T0gM9gjtoSn+SNQqL1pG3Je5LNnuTYt+LdbTW+qyUw==","signatures":[{"sig":"MEYCIQDECbmLkC8VqCoYvKbMlG2E+OVMvR6nIQMCxvijW1HTuwIhAM/zBUPTL+pMVNGZnlY3bKGw3lV72IEhoUrR4bhRALqN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6980,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLfOoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4GA/+MxnwcHs4aGr5uINv3KkPOpAB9h/Pd3iROQB8sjrwzTNjqFEn\r\nesdF97hCEY1gq1f88jCvrjWTTXTeuVJL6YV2NvJrVFJqxqWcyB3Q9EYJ0c7r\r\nlAw2cm7BowtvUNUqVvBAVdDRLEnltYo7AwGiRjxjVzq4JnP8WqNtfRfEAmPU\r\nFtnUQ2QwdKr4yuLOJB3iZotK1LJkqQJYZQ0l9tNK2HNb2gSY1YYsX54RFU78\r\nyXsZYu0EaX152Pb7okCCY+IX3/AEbahpY8u74mXKGBpWQ/7UEGhuzkcJ+ttA\r\nZ1xdBP/gN7GZ1NrnrmtGEwp32tM9YRAwAhjbcbOMtwOFhfCGci+gr2OlKCWL\r\nC5OV+baq+hgHNTrklqas9CLiAzTXX7Xhqj5UXJTp1NSfjtLO3GvvBDM/DVqM\r\n3Y2pPBYVKSw4115uxCoikidxifgt3x0DgMTi3+3im1y2PK7wiNEtST6ft64Q\r\nYysx2dvmG15Wq4nepEA1CtXXPmjrd1qSlSeybQjxBROpPRPqQgsXIjNpJjuE\r\njqid+bH9kWHrv9APJWtUTGT1KrnhMb7UFf95fbbznaF/iFePMoOMqhMMKEAi\r\nLmdgQ7rETxc9LAGEV/v7LBd9DZviAsKOUfM4mISR0OWraYMjGGA+aTtOnc3z\r\n+HgHKSyAsOr57RVSxVM/22WvKBEzNUbpszI=\r\n=VLDI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/index-cjs.js","types":"./dist/mjs/index.d.ts","module":"./dist/mjs/index.js","exports":{".":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index-cjs.js"}}},"gitHead":"ae133dfb70b098d4f46af3f18ac4604ce5af37a1","scripts":{"snap":"c8 tap","test":"c8 tap","format":"prettier --write . --loglevel warn","prepare":"tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh","presnap":"npm run prepare","pretest":"npm run prepare","typedoc":"typedoc --tsconfig tsconfig-esm.json ./src/*.ts","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags"},"_npmUser":{"name":"dev","email":"i@izs.me"},"prettier":{"semi":false,"useTabs":false,"tabWidth":2,"endOfLine":"lf","printWidth":75,"arrowParens":"avoid","singleQuote":true,"jsxSingleQuote":false,"bracketSameLine":true},"repository":{"url":"git+https://github.com/isaacs/walk-up-path.git","type":"git"},"_npmVersion":"9.6.3","description":"Given a path string, return a generator that walks up the path, emitting each dirname.","directories":{},"_nodeVersion":"18.14.0","dependencies":{"tap":"^16.3.4"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","ts-node":"^10.9.1","typedoc":"^0.23.28","prettier":"^2.8.6","@types/tap":"^15.0.8","typescript":"^5.0.2","@types/node":"^18.15.5","eslint-config-prettier":"^8.8.0"},"_npmOperationalInternal":{"tmp":"tmp/walk-up-path_2.0.0_1680733096740_0.03990861087190645","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"walk-up-path","version":"3.0.0","author":{"url":"https://izs.me","name":"Isaac Z. Schlueter","email":"i@izs.me"},"license":"ISC","_id":"walk-up-path@3.0.0","maintainers":[{"name":"dev","email":"i@izs.me"}],"homepage":"https://github.com/isaacs/walk-up-path#readme","bugs":{"url":"https://github.com/isaacs/walk-up-path/issues"},"tap":{"ts":false,"coverage":false,"node-arg":["--no-warnings","--loader","ts-node/esm"]},"dist":{"shasum":"0605acd6143072e911460f26ea6332fadebd19fe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/walk-up-path/-/walk-up-path-3.0.0.tgz","fileCount":13,"integrity":"sha512-TB/vxnml33kYXxOdw3SDVDF3ZRiYN5H95hyrdSpOZVNV66AD8isj9/4aaC39ofQrESPjjviz2DSY9kVkySyDtA==","signatures":[{"sig":"MEQCIDUezFXu6qeJvlk2uMsZKaBdSJA7X5JehcQhohBA8SOaAiAZOy/OsjjLCXjZXH5PN100iVnXanW0Vg/XZlQS3DWzPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkM0KtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMLA/+JNrDNmeMrcvhPS2B6aiL23Ht2tLm7VSSDlBNTcLlY/8WefJn\r\nrHiJamToOxy+a+AvYbD2jO+SJMurpaZMSxbBUk7Dyt2s8Rgz/c3LgyZJOYk/\r\nwKm6+LzcSEcWSGomLaBokp0iC1eYHppPs+bZIIGzfSIJ5Ymfui5daD4c9iRP\r\nhucNwqEZL/yeunX6/OsbLPsy7SblitPGzT2baJ6Z832ED5HSZ22c1xFnwwEE\r\nPk4Oa/HLGLnOm5q8i8mAXmtt1IXuXRyFmMoiUqD+SvwDYEeYG7OmWqhrpDnU\r\n/b22OGXE4DFVZ9rO38lu70de21LTDnN9Xj7cDOliQKeAkfmDyyeLyWDs1XiA\r\nNPYfjjklp2dAn1RD0lSMDZ3dGBE5WXtbpgYWim/UGL0sgsPDTGs9Ohmyl7Tm\r\nWSH+jNXx7Djx3M/D+PP5UXd0h9DuQnFOCAQ4f39IfE3xrMzBR4iIkTRledwg\r\nEudmSlevxWiHUImgWjn7KJibBVCYY0gezIiKtE5bnNh1VRJ2mwaVvLKRp3n4\r\nuaXpUIw4k7+JpftOjTBOeSi30DH8Xey9cXTPFFnwczUXF7TrVtoo0hy5kfpe\r\ngNEh3WSqM5hu7pBm+0HfE4FwH/CodTqhtp/cbli0Sq6EbpVOC9QGaxYO7ARO\r\nZC9vuhzA9E8rAxXcQREje46OpMbjQH5hFlc=\r\n=+n8r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/index.js","types":"./dist/mjs/index.d.ts","module":"./dist/mjs/index.js","exports":{".":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index.js"}}},"gitHead":"adb4618d84bb4d977740978963ca34b5b749a90b","scripts":{"snap":"c8 tap","test":"c8 tap","format":"prettier --write . --loglevel warn","prepare":"tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh","presnap":"npm run prepare","pretest":"npm run prepare","typedoc":"typedoc --tsconfig tsconfig-esm.json ./src/*.ts","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags"},"_npmUser":{"name":"dev","email":"i@izs.me"},"prettier":{"semi":false,"useTabs":false,"tabWidth":2,"endOfLine":"lf","printWidth":75,"arrowParens":"avoid","singleQuote":true,"jsxSingleQuote":false,"bracketSameLine":true},"repository":{"url":"git+https://github.com/isaacs/walk-up-path.git","type":"git"},"_npmVersion":"9.6.4","description":"Given a path string, return a generator that walks up the path, emitting each dirname.","directories":{},"_nodeVersion":"18.14.0","dependencies":{"tap":"^16.3.4"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","ts-node":"^10.9.1","typedoc":"^0.23.28","prettier":"^2.8.6","@types/tap":"^15.0.8","typescript":"^5.0.2","@types/node":"^18.15.5","eslint-config-prettier":"^8.8.0"},"_npmOperationalInternal":{"tmp":"tmp/walk-up-path_3.0.0_1681081005484_0.6097615954235422","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"walk-up-path","version":"3.0.1","author":{"url":"https://izs.me","name":"Isaac Z. Schlueter","email":"i@izs.me"},"license":"ISC","_id":"walk-up-path@3.0.1","maintainers":[{"name":"dev","email":"i@izs.me"}],"homepage":"https://github.com/isaacs/walk-up-path#readme","bugs":{"url":"https://github.com/isaacs/walk-up-path/issues"},"tap":{"ts":false,"coverage":false,"node-arg":["--no-warnings","--loader","ts-node/esm"]},"dist":{"shasum":"c8d78d5375b4966c717eb17ada73dbd41490e886","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/walk-up-path/-/walk-up-path-3.0.1.tgz","fileCount":13,"integrity":"sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==","signatures":[{"sig":"MEUCIFHBH3LPIgja3ohJ9gD3n4iQZEmXu9yLYG8QfItEOLseAiEAusHwvgCKUikuQKRO1RXQjv2eTbZEO8rHfBz2z5XIzI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkM6YhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCCw//fNL6Zk/c3BVQ9puMeHDy7+UuH7Muh/LP8KFYKu/N+SEXDANR\r\nAUk5+N/i72FR7ErUruuVnKvAgdp6paEizCykaDwPNB9RnTSJRF9uvS9LlSfy\r\ntgDWeOgc3c3VguKr3QrNLIugib2wk5ugAIZ41gTFdgkXmZpCRtgWsUCaGxQR\r\nL7FxOZr04Gr9uh5SE4tR+9qiQwW9ysCF1KqJDOZ3TtU4YUPQEJKzKyKPHaF2\r\nYTwVXwCytw5D+hP/kxFpULKQSyoLAq9I4XJVQiO8fEyvORAJi8sPk02kETxE\r\nPwmRqnxWZI7IrdnAAWEX3uQIeH3VmiW9WiCY934Mrn67ObKs5pCgjZwIJpEw\r\nMxlmfUaQ+9KGwBoXsJWuszaKRbkCyHMpmPlgSUAmRdhjJjvM2opD+yWTMqxI\r\nqxLyyTDv6xnn/f5IQOy5MVEpcIqk2NxFOgXZyb8cPT5VxNXGIswORfYajite\r\ngKprCclMG0PB4vuWZ3svXtIlzmhJM8nDhsnYVwxJc4Y7bvBhJloQrBnkH8d/\r\n+27nmzdVvIwPpyQ4r+CnbJDRFRhaqaoLlOhe9JqByqkw/2JLQaGQ7R7GwRAB\r\nhzl3YQk17sWXcLPjQf6LityjBK/G64LsFo43LNwkkK8iQWHjpjJ5/RwYmQGe\r\nf+D+REgEEv8XOtcrrG0KLCBPaUUy/wBv/cI=\r\n=Jh0y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/cjs/index.js","types":"./dist/mjs/index.d.ts","module":"./dist/mjs/index.js","exports":{".":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index.js"}}},"gitHead":"b79594a6a28a8809960673d6a6e9ae78b4c12309","scripts":{"snap":"c8 tap","test":"c8 tap","format":"prettier --write . --loglevel warn","prepare":"tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash ./scripts/fixup.sh","presnap":"npm run prepare","pretest":"npm run prepare","typedoc":"typedoc --tsconfig tsconfig-esm.json ./src/*.ts","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags"},"_npmUser":{"name":"dev","email":"i@izs.me"},"prettier":{"semi":false,"useTabs":false,"tabWidth":2,"endOfLine":"lf","printWidth":75,"arrowParens":"avoid","singleQuote":true,"jsxSingleQuote":false,"bracketSameLine":true},"repository":{"url":"git+https://github.com/isaacs/walk-up-path.git","type":"git"},"_npmVersion":"9.6.4","description":"Given a path string, return a generator that walks up the path, emitting each dirname.","directories":{},"_nodeVersion":"18.14.0","_hasShrinkwrap":false,"devDependencies":{"c8":"^7.13.0","tap":"^16.3.4","ts-node":"^10.9.1","typedoc":"^0.23.28","prettier":"^2.8.6","@types/tap":"^15.0.8","typescript":"^5.0.2","@types/node":"^18.15.5","eslint-config-prettier":"^8.8.0"},"_npmOperationalInternal":{"tmp":"tmp/walk-up-path_3.0.1_1681106464889_0.17352355251426066","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"walk-up-path","version":"4.0.0","description":"Given a path string, return a generator that walks up the path, emitting each dirname.","repository":{"type":"git","url":"git+https://github.com/isaacs/walk-up-path.git"},"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"https://izs.me"},"license":"ISC","scripts":{"preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags","prepare":"tshy","pretest":"npm run prepare","presnap":"npm run prepare","test":"tap","snap":"tap","format":"prettier --write . --log-level warn","typedoc":"typedoc --tsconfig tsconfig-esm.json ./src/*.ts"},"prettier":{"experimentalTernaries":true,"semi":false,"printWidth":75,"tabWidth":2,"useTabs":false,"singleQuote":true,"jsxSingleQuote":false,"bracketSameLine":true,"arrowParens":"avoid","endOfLine":"lf"},"devDependencies":{"@types/node":"^20.14.10","prettier":"^3.3.2","tap":"^20.0.3","tshy":"^3.0.0","typedoc":"^0.26.3"},"type":"module","tshy":{"exports":{"./package.json":"./package.json",".":"./src/index.ts"}},"exports":{"./package.json":"./package.json",".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}}},"main":"./dist/commonjs/index.js","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","engines":{"node":"20 || >=22"},"_id":"walk-up-path@4.0.0","gitHead":"9fce3998c6924f2749c077122f24ebf4a7e45d7d","bugs":{"url":"https://github.com/isaacs/walk-up-path/issues"},"homepage":"https://github.com/isaacs/walk-up-path#readme","_nodeVersion":"20.13.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==","shasum":"590666dcf8146e2d72318164f1f2ac6ef51d4198","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/walk-up-path/-/walk-up-path-4.0.0.tgz","fileCount":13,"unpackedSize":6063,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD84Waej+pde2L1K2w8Z3ZrUZ7UKzDnbybX45cnGG45eQIgM+v/Uot+vlwi51t/l4EI1M9dJLZxfrGyD8Wp6oMJJUE="}]},"_npmUser":{"name":"dev","email":"i@izs.me"},"directories":{},"maintainers":[{"name":"dev","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/walk-up-path_4.0.0_1720478470270_0.3933273677222011"},"_hasShrinkwrap":false}},"name":"walk-up-path","time":{"created":"2020-05-24T21:36:05.955Z","modified":"2024-07-08T22:41:10.566Z","1.0.0":"2020-05-24T21:36:06.164Z","2.0.0":"2023-04-05T22:18:16.886Z","3.0.0":"2023-04-09T22:56:45.621Z","3.0.1":"2023-04-10T06:01:05.040Z","4.0.0":"2024-07-08T22:41:10.395Z"},"readmeFilename":"README.md","homepage":"https://github.com/isaacs/walk-up-path#readme"}