{"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"dist-tags":{"latest":"2.1.3"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"description":"Return an array of all parent node_modules directories","readme":"# find-node-modules\n\nThis is a little node module to find the path of every parent node_modules\ndirectory. It's useful for things like Sass, where you can't specify the exact\npath to individual modules (in which case [findup-sync] would be sufficient),\nand you can't just give an array of parent node_modules which might exist,\nbecause it will error if they don't.\n\nIn most cases you're trying to find node_modules directories, findup-sync\nshould be sufficient. This library is specifically for if you want an array\ncontaining all the parent node_modules paths. If you loop through the output\nof this library, you should be using findup-sync instead.\n\n## Install\n\n```\n$ npm install --save find-node-modules\n```\n\n## Usage\n\n```js\nvar findNodeModules = require('find-node-modules');\n\nfindNodeModules();\n//=> ['node_modules', '../../node_modules']\n\nfindNodeModules({ cwd: './someDir' });\n//=> ['../node_modules', '../../../node_modules']\n\nfindNodeModules('./someDir');\n//=> ['../node_modules', '../../../node_modules']\n\nfindNodeModules({ cwd: './someDir', relative: false });\n//=> ['/path/to/something/node_modules', '/path/node_modules']\n```\n\n## License\n\nThis is released under the MIT license.\n\n\n\n[findup-sync]: https://www.npmjs.com/package/findup-sync","repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"users":{"hipsterzipster":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"license":"MIT","versions":{"1.0.0":{"name":"find-node-modules","version":"1.0.0","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"https://github.com/callumacrae/find-node-modules"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^0.2.1","merge":"^1.2.0"},"devDependencies":{"faucet":"0.0.1","tape":"^3.5.0"},"gitHead":"b08812652be1f6615d160ec23f0974e81f9d11cc","_id":"find-node-modules@1.0.0","_shasum":"a4f1b3624833bbf20b0debc08474c9c79b08aac8","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dev","email":"callum@macr.ae"},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"dist":{"shasum":"a4f1b3624833bbf20b0debc08474c9c79b08aac8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-1.0.0.tgz","integrity":"sha512-00cbRtQ/C5fPQYuuYfbkmHf0q7aa4wKXP4NVpmpQ+JaGt0n5liVUqVQOQtoNwY9fKRyiUqZDVpwbl4kR+bzsgQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICSVgthK5gVFWgvOeM2hA4/Ngmq+9kiuMjc+7XX0Am/XAiAbuV9u5y/f6KbxfTQd57WwCBpIXM7K3lhAZkqUP69QOg=="}]},"directories":{}},"1.0.1":{"name":"find-node-modules","version":"1.0.1","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"https://github.com/callumacrae/find-node-modules"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^0.2.1","merge":"^1.2.0"},"devDependencies":{"faucet":"0.0.1","tape":"^3.5.0"},"gitHead":"1a894ad1e4945643426022a84bf18e3e7ddf39cd","_id":"find-node-modules@1.0.1","_shasum":"4659628ec5b5e2f12645eae605899ae2ee696959","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dev","email":"callum@macr.ae"},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"dist":{"shasum":"4659628ec5b5e2f12645eae605899ae2ee696959","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-1.0.1.tgz","integrity":"sha512-2VgduLmXCNk7SEcTqWi7sNfnyehRv4p/lYv4IEsZfr4bjFvjx/J4NHkFb3isPjduLHPPiv7/WbzxnfXJKXhnDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGESxHtwxOJoM862FrmysmbPl3613URtliDrgt3XDfg7AiEAyAGrfQyQLphrt8i/Sg/kiDKxCPsINHntRyrvKb+Tdrg="}]},"directories":{}},"1.0.2":{"name":"find-node-modules","version":"1.0.2","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^0.4.1","merge":"^1.2.0"},"devDependencies":{"faucet":"0.0.1","tape":"^3.5.0"},"gitHead":"347a20cfe77b78218910d04f9e6d1943d34b6c4e","_id":"find-node-modules@1.0.2","_shasum":"6b7b3fc3c340e9df85191cbcfafbb06e50e74bbc","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.2","_npmUser":{"name":"dev","email":"callum@macr.ae"},"dist":{"shasum":"6b7b3fc3c340e9df85191cbcfafbb06e50e74bbc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-1.0.2.tgz","integrity":"sha512-T2t5R8Mjc2ixyqH2hwzHlUsFnckna6f4CalCKyFDDjOmXW4eltiwVPl30LJlsKarbgO2HEAWBF0Rovybbn+bDQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqfEjIkt4u4uR9fVtg39zKdULSIzc2FGlN48GDZsgdQAIhALstEZhHDJbo2jpvaKvVynb7WKNZjBY92fy4ONe9+KPv"}]},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/find-node-modules-1.0.2.tgz_1467018412541_0.4181284662336111"},"directories":{}},"1.0.3":{"name":"find-node-modules","version":"1.0.3","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^0.2.1","merge":"^1.2.0"},"devDependencies":{"faucet":"0.0.1","tape":"^3.5.0"},"gitHead":"659662ad612f1c3aeeb95a63ba30ed0910552d47","_id":"find-node-modules@1.0.3","_shasum":"36117ea45c13d5d8352f82ba791c2b835d730a14","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.2","_npmUser":{"name":"dev","email":"callum@macr.ae"},"dist":{"shasum":"36117ea45c13d5d8352f82ba791c2b835d730a14","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-1.0.3.tgz","integrity":"sha512-ESEQecHaZxP6YHxZ5rYZnxiKt9gLHp5RlcpErZ3rW8p4vV+cmwIiAzVwPm40YyDWDADclC62hN4ErL1XoWzRaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm+gof5dHq+h93o1MzCwBg3t48Sm3eajPsTxejLgALWAIhANLk5oWjF7ItEpLlnbd08LnkFTCqXhoZfPXvopx3T1z7"}]},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/find-node-modules-1.0.3.tgz_1467030691984_0.17237108293920755"},"directories":{}},"1.0.4":{"name":"find-node-modules","version":"1.0.4","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"0.4.2","merge":"^1.2.0"},"devDependencies":{"faucet":"0.0.1","tape":"4.6.0"},"gitHead":"e6517ecf2e0d29b759b0634b2ffb44643aa7a938","_id":"find-node-modules@1.0.4","_shasum":"b6deb3cccb699c87037677bcede2c5f5862b2550","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"dev","email":"callum@macr.ae"},"dist":{"shasum":"b6deb3cccb699c87037677bcede2c5f5862b2550","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-1.0.4.tgz","integrity":"sha512-BxNd+z0yQ64ipAlUz81RS42RTeLx5XsdyBIlFr5pIG2VGCy9+p+4XhZwgljL1987B8k03cZIZqbcWRlOkmz1Ew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDx4PUzN7z4RHyrHz0fMwVflhAQ3+9B/jyATo+hulx9pwIhALyGSe+OYZjD/Bh9vbvpNzss9Eu5ehGoaE3PZaugY+qk"}]},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/find-node-modules-1.0.4.tgz_1474445887075_0.5429407160263509"},"directories":{}},"2.0.0":{"name":"find-node-modules","version":"2.0.0","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^3.0.0","merge":"^1.2.1"},"devDependencies":{"faucet":"0.0.1","tape":"4.6.0"},"gitHead":"73a6a52fc95e2c48ddcc055e337d6d74ba3f94e8","_id":"find-node-modules@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"dev","email":"callum@macr.ae"},"dist":{"integrity":"sha512-8MWIBRgJi/WpjjfVXumjPKCtmQ10B+fjx6zmSA+770GMJirLhWIzg8l763rhjl9xaeaHbnxPNRQKq2mgMhr+aw==","shasum":"5db1fb9e668a3d451db3d618cd167cdd59e41b69","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-2.0.0.tgz","fileCount":8,"unpackedSize":4575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbsjOCRA9TVsSAnZWagAAiVoP/2D3YiJI18Hw1Cd748r9\ndvpXvqyiFJabdkj/p4GQYYcuZ89gFWc4RuXC6CL8e9/PhE3W5mR5WOVBdIx6\nPDiizVT7GB4RFNaug+6d+Fh0mut9fKjALG7x1iZQ3ECV0/I6cS5TGgQXanU6\nSRFjWKN/xfUq9gEagrF1nJCTIIQZDeGUuKoAwNa2ewGw66nYaXEOhEkXm7Pu\nRFCYmoHCbBhTq8PWvScjJXgiFrlx6+LQbN/uhl0NKcsW++Yr2d9zF9nYD6ea\nwdtMBui3n9n0rlvuGmEXLOCNcywWDSwUuBqBnlj14bMauG7rIgT71SBttxGR\nlE+CeKHhTV/zfz0Di9Zc3QomEcT1H3iJAvKnm1COfrUKp/TI8Z5XSjo+FTzl\nucqC+qupL3QkYFJoMclXtqMN0gK4QQOjxnEvrQu+8RNxKlNeivlb0kYsoKV5\nt4DI1Pw2UH0AEVIMuAmrj5v8rglE6P8AQroubin6BHCm65YYRhJr8V5fNJJt\nUxV5mdTbCjAHHXQa1LN7u6OsGBbmShWOwk30tIjnRK+WG05TrRAp6lPR8qAT\n9KoTh80+qvyygBYHWOmIqjw1s7UH3WWZ4vm9LbCLS9aozHbnvUlJnb3htGn5\nU6RDBeam2l4c7gdH+AROgPORQQpTVcR5Sg2l8VX49EHEwYNFuoWPlaZzfdBU\n4GCI\r\n=VSgr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC6nJbdHsM2vUPtps03F5Uft9J2SXZ54gQyVuwg+nbckAiBYp0fhTvzF3ssGbWN8AACnI99yRIqQEpZV+oN0i1PpoQ=="}]},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/find-node-modules_2.0.0_1550764237621_0.9283474419022779"},"_hasShrinkwrap":false},"2.1.0":{"name":"find-node-modules","version":"2.1.0","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^4.0.0","merge":"^1.2.1"},"devDependencies":{"faucet":"0.0.1","tape":"4.6.0"},"gitHead":"2f4a0ddc9e40f5ead65787104efe8278cbbf35c9","_id":"find-node-modules@2.1.0","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-aMVxgoGzmZQFzqouGzKpc573hAB7LVe/0ADEqE9GZIOd81dgYA+FD2nmYZy2ELdoEx9nBTdQGzDidhy9R0UX4Q==","shasum":"d9179cd1abd517622353f766da0807f912d21b06","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-2.1.0.tgz","fileCount":8,"unpackedSize":4575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDs79CRA9TVsSAnZWagAAtIUP/RrtofNLLEliZKclF8XX\nA0eO2/esaWuDloAKZ22L7u5EwAJIqdiRO1nAo/13BOiVc48Fy7YK3FrBMAvs\nKtyHyeD/0SvoCM6Wy3z/9tMxjx2nFzy/afQRRQ+T7jC6xpLRy0eThDOm5hdf\n/kEr/P54IiRsS8zrsn75B0ruhjmAGPB92G/cBqq0VPwsNCay1aud0ATbffgS\nxea7D2ZZOg96+MOGXAWRbgaXaM3nXrHZIIee8Nk+WCY4exp8TEGNaGKU1Pyt\ntsUpjqTcgs1FuwP9CitATysrH8rV+ulwGcNxO99WNNinbHGrG7LbiRRdAW1A\n8gbo6uU0T+jrWmDCRFNg354GipWEoosSgTzoksmC6rKXhFmiDQhPPYn66VkY\n65jpuYDlvxiqja04A+LWP/Quy0saYMXIUkyzI5A7Y+DKGfVyCP2OMR3+BM66\naz+tB24OD3AC4nQtR6lg3OBnl+s70poLHVe7hkhs2Z7pDDhNE8uQSyeHw0JO\n83w2MIMUpnn7ysg/HYHwzbTIhW0LPZ6Xa8ZYXu+qSHoi/Mye1rDvthSkvwH4\n/pAqRkFjSYwSyd7hbtfQ8UEXYPQmpIJZbtbBx4fkUBZkKgkOw5puSp9Q8eu1\n2h/ygIPb/0+URc9C9qclxdd4lacfCcIB4sYWKRgEzAm0niECtrqfFw1BYP1N\n16Rb\r\n=qQkA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDbi0zbkA2UpIc064aIP6JfSxUDgMeybCHB7TL2CF+J8gIhAI1ttIoOv4zLK/EbxPg1vCXZNNCPbNicjjuoNEI8qwOX"}]},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"_npmUser":{"name":"dev","email":"callum@macr.ae"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/find-node-modules_2.1.0_1594806013265_0.5888006394878607"},"_hasShrinkwrap":false},"2.1.1":{"name":"find-node-modules","version":"2.1.1","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^4.0.0","merge":"^2.1.0"},"devDependencies":{"faucet":"0.0.1","tape":"4.6.0"},"gitHead":"d7a1ff02bd4e9c0b6dee472bae48a5e43a5745c2","_id":"find-node-modules@2.1.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-46adfFV0T5wQ00Ju+3E8LE/th+pY9PUzzC7taZfru6cYe7rjxXLo7QHv8OdN7dn/2MN12LKaRo/WcmXIVzdBtw==","shasum":"21f107e46895cd58a3ace582aadaccb402a95a6b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-2.1.1.tgz","fileCount":22370,"unpackedSize":92835346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgADEOCRA9TVsSAnZWagAA5ukP/imOSwHPpIc1QUXGv67o\nkA2BYwuk1ncgo/8KMfvMm17XOe6gmGiMbSqhTcC91Nfa+BgE0H1GySEyiqTQ\n1GLT6IRe8V7VA2uJttF9C6mzogW8cwatOACkNxP4uPObrPDvwh7aP8XuYr22\nn3DAkUA7tvu1oTbOXtV0pcHTK/IYfv1HPj3DYn1xObTyeauyYnPRsu/rLvY+\nrUp/AFQ0/0JQDpi6RzCHDvyHf/j1yGhqZ+b5noEb4ORpS1157ZdMbn95V2zO\nY/9I8k03rww7+pTtCik5aN0hNnqLeo8g9+wIA0lr2CKNQLun3pEAo40vlzJb\n+NCPw2BcPlUk8UCa4s8NcxpqrGAdqNtsAcQ7fu3r6PWCpaZIr1BCVcEqXxHM\nL1jWXVSCWhpu1GGFqM36V2bD3LBMYfIfZn3k4ddnJBSDUEHUB8Wbz1TzboPS\n+C/o6CSZfyqOCO3RlrhTqL3Me3xa1l4OvvciS9nM52yXhyfAcTrWpqyZdH2h\n47sq0EUuuCO97om+QVlJGFvfhDcTL5LfkFT6BBo6gXosIKqZ3JTku+8Cj9QL\nHVtbeJ+A90hgb/mErVhbTgYG0blDtAIG7MVphTgyhszzj1vsDOzz6n2i+rpc\nQlmcEMY4UV8EcTLJWid/oIkvaNug4lbHRQl0r6AQiDMXQd3a14IJk1o3GY5b\n1a32\r\n=D34u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH0FJeNC2t/7Bff1mxyGLntbvAm5YZc4CDyCFwzkiKLJAiEAhl+bY2YZ8xy0xTFX92X2vTrCqdk87cOQ33MUQveRGpc="}]},"_npmUser":{"name":"dev","email":"callum@macr.ae"},"directories":{},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/find-node-modules_2.1.1_1610625293770_0.026904123420726567"},"_hasShrinkwrap":false},"2.1.2":{"name":"find-node-modules","version":"2.1.2","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^4.0.0","merge":"^2.1.0"},"devDependencies":{"faucet":"0.0.1","tape":"4.6.0"},"gitHead":"ba3a26d09f5fc1202313e74b875faeabf9aae746","_id":"find-node-modules@2.1.2","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-x+3P4mbtRPlSiVE1Qco0Z4YLU8WFiFcuWTf3m75OV9Uzcfs2Bg+O9N+r/K0AnmINBW06KpfqKwYJbFlFq4qNug==","shasum":"57565a3455baf671b835bc6b2134a9b938b9c53c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-2.1.2.tgz","fileCount":8,"unpackedSize":4575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgE9fhCRA9TVsSAnZWagAAKpEP/AwN4wY42w9+XCEdfK6A\nNQnMASO4WIPeXdm8rfkbnM0+vstUuIGBot7fymw2GxH+HJim+DVS2uxpZOsq\nkHCm+DSfoORt+rkr29yrFVURb5ArVBpCF52Qgwqv6Ci5mPvYU2V0qhmg2Yl8\n6yztKEQPtBp6Sxr/Px72EMlVQNRH+NiCEmkmTc2HWF5d54BNpmgr2fkgl2dK\nNn4KPmY+WY1BEaw05JW2Ti/O+PvYhylwXzWx6XVWSUjQ/pSJ01ALo12Twv1C\n7ChFL631EM/ZyAFcc8d2wEfWCN4xIgn9OhvX0Wo+5NruePlnawheSqw3xC5v\ngeNPCWRRm0ZabXqtE8X2hJdp743xmHCZ8rLJuHUNMM0362TGLtpECXIqnK4A\nrHBRTIXUuiIn+54gGy8OnlSnRoOaib5ueLHiTyfa27/ONX/jyFsI0hJHczLY\nMdsT6i9ewSR5v1YYlbZoG2xUUH+V3Dn+4mc0rwX6i7nbEEcw0UZeBtdeaQbd\n2vP2fbgYVkundBf4v8/+UlK+7dy+xcPDtv5We82FRTF/RZkR5vsWr224q+nD\nokysXRiQ/HKGn7APJAKSjZmwF3NNlfYlgAxStYCMeymXbMtoYpr1qc8Rqth0\nqNyH23k4oF4K5XZonfHflSLxcz8Z+lpa6Rx9iwxjJHK9PvU4njikMkPwCXBL\nMxxp\r\n=txbD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHFv1k60N7EcP6czB4ZvTCy53kfsUR4X9SvAl0rFpHg+AiBIGFzvtABFbfV0CMO7agvvVi2H1/ehfvfhEXguBpSJfA=="}]},"_npmUser":{"name":"dev","email":"callum@macr.ae"},"directories":{},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/find-node-modules_2.1.2_1611913184872_0.3646480322367429"},"_hasShrinkwrap":false},"2.1.3":{"name":"find-node-modules","version":"2.1.3","description":"Return an array of all parent node_modules directories","main":"index.js","scripts":{"test":"node ./test | faucet"},"repository":{"type":"git","url":"git+https://github.com/callumacrae/find-node-modules.git"},"author":{"name":"Callum Macrae","email":"callum@macr.ae"},"license":"MIT","bugs":{"url":"https://github.com/callumacrae/find-node-modules/issues"},"homepage":"https://github.com/callumacrae/find-node-modules","dependencies":{"findup-sync":"^4.0.0","merge":"^2.1.1"},"devDependencies":{"faucet":"0.0.1","tape":"4.6.0"},"gitHead":"cee52279ddd1be45963ae7d86f2267d6341ef78c","_id":"find-node-modules@2.1.3","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-UC2I2+nx1ZuOBclWVNdcnbDR5dlrOdVb7xNjmT/lHE+LsgztWks3dG7boJ37yTS/venXw84B/mAW9uHVoC5QRg==","shasum":"3c976cff2ca29ee94b4f9eafc613987fc4c0ee44","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/find-node-modules/-/find-node-modules-2.1.3.tgz","fileCount":8,"unpackedSize":4575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHe0+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCBg//ewkXPtPTWxA4RsKhxl88wBJmsdbalBzIV+Qfnkr04RJoov0L\r\nd5lXe7JkLAQ6rZkWAIyOl7E0ArMfWVzsqG+MqMSBPGsFzlXQ1c2hPWHezCcq\r\nwaIxaji6LBKOKSFQCmr+CrU8bXMQ3KjkX3hef2ZwjKHusFa76moa3BmOb9LR\r\nVE9H+cOiFpREHhMNmY/VROfE/YTMaZwhDGsT7u6iDhDfa3ZvBk38XZD4VQi7\r\nideQysqEjxXE7p6AQPPpEkDfAvT4vv+sNh/q+NdJ2pegyEWNLUvW28l1smMx\r\nWOwtjscrDuYrfJsGLB7Bxqi+AGoG+jTww/SaxA7FsIQSkcNw23XJbjMa3sgY\r\nWfT953Dt3J1JWu/V8tDRGnP1dyWSFQ112mnbilmHKCvthvzj95IcoVTvWOJH\r\nSEu7aYcGvAqvJjYSu4qfoSgS6Pyr3ENwSO6x9v+Mo5Ta6sapIidTT+UOyrsk\r\nRSRZHomAAnjTPIcoLP0Y1dKM3V3Hygnvk+H26rcnIc2QmzwP1+i19B5LcNrZ\r\n2hO9iEddgfiyohSxg62JigaPpeOHqB1KFYe9ZkqkpvkkB16RagZCz1Mae/aM\r\nfyDmEAvaxU5gvk8H/Nbl/J/imw3mYhJ7YHA2th7jW2+Ll0ghjbHPwEI0OBtX\r\nSoyjv7Rvwt7CgAo4dbFxWlyHzvMZaMqWCyM=\r\n=my5U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9Y+kzKXThl7uaEiptaKeBiU4doJlrS5Na9A3yScndvQIgQXVK9aPtRylqbG4B8vdi2DcvEhjUPa9w+15LYPIWLwc="}]},"_npmUser":{"name":"dev","email":"callum@macr.ae"},"directories":{},"maintainers":[{"name":"dev","email":"callum@macr.ae"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/find-node-modules_2.1.3_1646128446225_0.941249723701713"},"_hasShrinkwrap":false}},"name":"find-node-modules","time":{"modified":"2023-07-15T21:20:37.171Z","created":"2015-02-04T12:34:27.284Z","1.0.0":"2015-02-04T12:34:27.284Z","1.0.1":"2015-02-05T13:38:54.855Z","1.0.2":"2016-06-27T09:06:54.971Z","1.0.3":"2016-06-27T12:31:34.627Z","1.0.4":"2016-09-21T08:18:08.865Z","2.0.0":"2019-02-21T15:50:37.747Z","2.1.0":"2020-07-15T09:40:13.413Z","2.1.1":"2021-01-14T11:54:54.390Z","2.1.2":"2021-01-29T09:39:45.013Z","2.1.3":"2022-03-01T09:54:06.380Z"},"readmeFilename":"README.md","homepage":"https://github.com/callumacrae/find-node-modules"}