{"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"keywords":[],"dist-tags":{"latest":"4.0.2"},"description":"Find a .rc file given a name","readme":"# `npm install find-rc`\n\nFind a `rc` file given a name.  Inspiration from [rc](https://github.com/dominictarr/rc).\n\n[![Build Status](https://secure.travis-ci.org/geek/find-rc.svg)](http://travis-ci.org/geek/find-rc)\n\nThe rc file is assumed to be written in JavaScript, therefore the filename must\nbe `.${app}rc.js` or `.${app}rc.cjs` or `.${app}rc.mjs` .  If your app is named 'lab' then the rc file must be named\n`.labrc.js` (`.labrc.cjs` / `.labrc.mjs`).\n\nHere is the order that folders will be searched:\n\n1. Current directory\n2. Parent of current directory, until the root folder is encountered\n3. $HOME/.${app}rc.js\n4. $HOME/.${app}rc.cjs\n5. $HOME/.${app}rc.mjs\n6. $HOME/.config/.${app}rc.js\n7. $HOME/.config/.${app}rc.cjs\n8. $HOME/.config/.${app}rc.mjs\n\n\n### `(appname, [startDir])`\n\n- `appname` - name of file you are looking for.  Example: `lab`.  It will be formatted as `.{appname}rc.js`\n- `startDir` - (optional) directory to start looking for the file.  Defaults to `process.cwd`\n\nExample\n\n```js\nconst FindRc = require('find-rc');\n\nconst filePath = FindRc('lab');\nif (filePath) {\n  // load file and parse configuration\n  const rc = require(filePath);\n}\n```\n","repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"bugs":{"url":"https://github.com/geek/find-rc/issues"},"license":"BSD-3-Clause","versions":{"1.0.0":{"name":"find-rc","version":"1.0.0","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"test":"lab -t 80"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"code":"^3.0.0","lab":"^10.7.1"},"gitHead":"d233a42a6de2ee433dbca784bbf0e02ec235f6b2","_id":"find-rc@1.0.0","_shasum":"e5f071fa8b6636ed4f9aa8d05d451066ce99fe4f","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"dist":{"shasum":"e5f071fa8b6636ed4f9aa8d05d451066ce99fe4f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-1.0.0.tgz","integrity":"sha512-nBFAFtcu02ut4QkhoMzeU5Z/UEcg+kB/mJjYf+gzZyZhY306q5UlmBMgEvGTWlJK+t3s/LCszjZdwpXvjzARMQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDXPQzqRxtHPjwt0DejeSMsFH5iDNu5d8cvEbeECyZCyAiEA45dqFnjAIFO2EQ1TdZFqPFIrjp273l0/PYh0IpRcSto="}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/find-rc-1.0.0.tgz_1465005395317_0.739681642735377"},"directories":{}},"1.1.0":{"name":"find-rc","version":"1.1.0","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"test":"lab -t 80"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"code":"^3.0.0","lab":"^10.7.1"},"gitHead":"7b43e805e2723c21fce54926d1d2b62f4f57528c","_id":"find-rc@1.1.0","_shasum":"201c76d6d686c403aa1f5b8968b5ec20d834c8ee","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"dist":{"shasum":"201c76d6d686c403aa1f5b8968b5ec20d834c8ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-1.1.0.tgz","integrity":"sha512-9omw1yvIXoN1WQiBz7h59uEnzi5Q1IM3fbV2q2eJt55G1QvRIEJ3vnHrguax7pZR3NxjTNIt6X/Lskb0U2oCyQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCQjuHcMxgQsXKvSu6vCgEOVWorMUDijlp0xtSe15regIhAJNDYtxKyGmCrAVy3B1RJ4D8vbYmv2ZG+gtuKcCYzhS7"}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/find-rc-1.1.0.tgz_1465010548222_0.42563905101269484"},"directories":{}},"1.1.1":{"name":"find-rc","version":"1.1.1","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"test":"lab -t 80"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"code":"^3.0.0","lab":"^10.7.1"},"gitHead":"62a6e2fcc7950b8c028d807bfc096fb578a5d8d6","_id":"find-rc@1.1.1","_shasum":"caf908f5afa1f64e91fbad11da0b433ec77de334","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"dist":{"shasum":"caf908f5afa1f64e91fbad11da0b433ec77de334","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-1.1.1.tgz","integrity":"sha512-LfahNzQbfw4NiZdbiJZOQ8arLQ1HYXZIFLo6AwZXGJ/FEYimKP7pdqGp3th3DqYkRDzVFJ+RlQ+b24uIdlBUUw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDfojTKFmZnYGzBrju7nyswkGGe71dxJSF5TwOLAYn7qAiEAwE7IJTmbX0U0VVlq6qhWpiU93P9dccjxTO0kSKN4nQI="}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/find-rc-1.1.1.tgz_1465010988900_0.721931334817782"},"directories":{}},"1.1.2":{"name":"find-rc","version":"1.1.2","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"lint":"belly-button","pretest":"npm run lint","test":"lab -c"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"belly-button":"^2.0.1","code":"^3.0.0","lab":"^10.7.1"},"gitHead":"a0d762cd07a5af54cddbb40988fea69997a6ac66","_id":"find-rc@1.1.2","_shasum":"215dc7d1a937c5941aa56ab3f8d6d15e39a763ae","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"dist":{"shasum":"215dc7d1a937c5941aa56ab3f8d6d15e39a763ae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-1.1.2.tgz","integrity":"sha512-4OidrN7SxPfdf2Qb39erbVgaj5IeG5hUBfVYwqEJSn1/VkkUH909Hf56VCA8IxZoYxy0z2s0qMYxEO076Y5/GQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFfSfr/+JeTbBGQ5S+Qr9gJv3Xjk701FB3x3sl5zb3zfAiEA5MskI+QwLfijMxdb+w7/N8ktr3TrcDjM5N1inErtEpE="}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/find-rc-1.1.2.tgz_1465011440494_0.8680464779026806"},"directories":{}},"2.0.0":{"name":"find-rc","version":"2.0.0","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"lint":"belly-button","pretest":"npm run lint","test":"lab -c"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"belly-button":"^2.0.1","code":"^3.0.0","lab":"^10.7.1"},"gitHead":"79191c4faf363d1b0bdba59add91cd348c12f6be","_id":"find-rc@2.0.0","_shasum":"e988efc78fe6b77cc7236cdd1bb5fcc622d66ba3","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"dist":{"shasum":"e988efc78fe6b77cc7236cdd1bb5fcc622d66ba3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-2.0.0.tgz","integrity":"sha512-mXeWAWDRJFD5BHV4fQWXib0c6EBDsiqXrXkFJmr5jFR97F7523p4oKiPOfSicaV63gPJTsUmtpkO/F96EFbKVw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBgwdC8Dgx52yG6mtCCKqyyyguVL6tJSL1AjdmxmG8PuAiAvaH/stK0Mc/zf4sfB5KiOa7PPia6Yxz5GRKsjmVJEJg=="}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/find-rc-2.0.0.tgz_1465072260695_0.2716549320612103"},"directories":{}},"3.0.0":{"name":"find-rc","version":"3.0.0","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"lint":"belly-button","pretest":"npm run lint","test":"lab -c"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"belly-button":"^2.0.1","code":"^3.0.0","lab":"^10.7.1"},"gitHead":"8717957ca32ad23fa058ba18ccd595bcd3028e1c","_id":"find-rc@3.0.0","_shasum":"7c57e772225f5bf905dbdbc501d9110dd9081950","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"dist":{"shasum":"7c57e772225f5bf905dbdbc501d9110dd9081950","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-3.0.0.tgz","integrity":"sha512-LR7HLF+MRP+DSr8y1YbVXbFCmiDAJHoRaAkGcTde8O0tgl9QskSXx/67ZGzODIqLWfuhhKRC4L4e/hDWl14slQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkSXpO4nsWnFgzICYkYV3DSj4VJoPEgfM70mF7l0LZSwIhAPlQsNCe1oJHZa/FaAxLe9kQSLcWllVecmL8XghsUDNN"}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/find-rc-3.0.0.tgz_1465829071142_0.06881432048976421"},"directories":{}},"3.0.1":{"name":"find-rc","version":"3.0.1","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"lint":"belly-button","pretest":"npm run lint","test":"lab -c"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"belly-button":"^2.0.1","code":"^3.0.0","lab":"^10.7.1"},"gitHead":"2d5795fbe1c6fc42fd00edaf99634185fddf3012","_id":"find-rc@3.0.1","_shasum":"54a4178370f10bc9371fa8d1b2c2809a2afa0cce","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"dist":{"shasum":"54a4178370f10bc9371fa8d1b2c2809a2afa0cce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-3.0.1.tgz","integrity":"sha512-hfHlHPO+pdC+ZPNtGCpHl5JDpmodJKSAjxl3AcEHocrnWDAqAcHktZBsKOrd7Obaly7/FnJLs8hVI1VQR/KaXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAy8ndzKy+sciBVVR8pmUpACSt7jsSAKdSkj+jOWTUqgAiEAi7eckaexItpBfREtcqrk3ei22+ssdqq3q0CryiGJ8Sw="}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/find-rc-3.0.1.tgz_1466001981725_0.035464974120259285"},"directories":{}},"4.0.0":{"name":"find-rc","version":"4.0.0","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"lint":"belly-button","pretest":"npm run lint","test":"lab -c"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"belly-button":"5.x.x","code":"5.x.x","lab":"18.x.x"},"gitHead":"be4647a4afe770b92e4de67b285e6248bd617c8b","_id":"find-rc@4.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"dist":{"integrity":"sha512-jvkAF340j/ntR8cBRPLg/ElqWodgjfInY4SwLqDVqrmYDJormOIfM4lbtIcLZ0x8W5xWyrUy+mdoMwyo6OYuaQ==","shasum":"99e43c5a0c75e9d3887d21ecb31ef74923572aa3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-4.0.0.tgz","fileCount":8,"unpackedSize":6017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcThlsCRA9TVsSAnZWagAAI94P/AsuUm/HonkLhCCse/Jk\n58jh5G3UsTTj1IKiLRqlZuStLflCfffvvh15rJh32Hu2heKQNolC62cuOVBJ\noD6VBllkEZ8283sIqUTshHmAkBvlY5e8osKwuXyjC3BUFtx10ZQw7aybniw8\n6BFsrMeUKHM3Nyr+HTeMJ6tpiXpTBSaO7weNwoKJC+Sbva0j11PRgTAfP2bn\nc3VYr9Ytzv/RBs+OwLsbuLlyVgxD8b6QI7NXq7ICWT4d/Cr91O37HN51Qqaz\nYKLWBDjenfcrWrvPhU9aYyYf1+J2PRi9TOiKbgrpyoaVNcgSYBwcCjTPunw3\nQza48ThCfZVPPgVt4vx7wdAABAXoL+pRUyCLlhORrzVxTxOBXKeF2LEiBDPC\nu2yy1Rz5s/Fn8Jo85VyRfyDa+z5rrGu6Zvhnyo+8YLalmRyuKT54Xf9zzDed\nhgy5y5IfCRknOEvchYXoqjaKFfrCFQ4uKuXY709Suq+VwXlNqAXYK6GVaZlS\nD8oH2d9mGVq65IEvpXIwwNlKI1b2Zf+GNtLrOW43wGdGzT92xX87O5/fM9aM\nO35qeO4972W1yLUzp7JCV9xBlZXk1dKrUGf8LU+ZNB+RkKscEnQouBAP/9L4\nT4OgyPrB4myliwFFrQXV5Gm1EvdJzI5ZexB6d9xeb2WyLr93PhfvTZetiVRv\ncXjn\r\n=WNj5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGGjy5JoTsMrdXmed3FKw32KNHqMQpLi9HCfm1NwhLLjAiAEZkQk0hsMxA9Xjo3+QCcMD+uxY3j9epr/0qZWw1XOyQ=="}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/find-rc_4.0.0_1548622188047_0.48298452559986016"},"_hasShrinkwrap":false},"4.0.1":{"name":"find-rc","version":"4.0.1","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"lint":"belly-button","pretest":"npm run lint","test":"lab -c"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"belly-button":"5.x.x","@hapi/code":"8.x.x","@hapi/lab":"22.x.x"},"gitHead":"7312f2ee26ea3fe64c57f58db5f3509d5624d89f","_id":"find-rc@4.0.1","_nodeVersion":"12.16.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-YEox27Ie95/zoqkxm6BYSPguJsvYz9d9G1YuaNKhxjSgZbjMC9q5blmvbL4+Ail8yacQIE0OObhDb+ZwvfJafw==","shasum":"e183b854f9cbf1349aa1748e3aaa80309f5966dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-4.0.1.tgz","fileCount":7,"unpackedSize":5717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel1L7CRA9TVsSAnZWagAAixYP/R3py/rvte4cjw1vmffh\n5YfC6BV9k5hHZ/wNMibFHjPnYcsy5bs3hUXoUJRlv5OAVuKovo02pT3rrKK6\nqCB/cIIi17LTzJDDOY//X183vvnyNPQxwGDlG9T75C0dBxIRg0MdkHetIEgk\nvLGn0H6jPpcHTX192JNNCRkntzkZRpOhEOm/Dl7u2xRpr5vO9JIiYKB50Yki\nq0EbaQd3iS5dPXUe0Zh0vzkLqrKdZpJHBgBKriDiLHbYHx6yNRjAOrmaCB3G\nxPM8MtsC/nd0IOuVkcQsrMT3g8vlJYemZO5FTjj3mD5NoY9nANtEWLufEa73\neAhmW8gTB2+0ISAZw/nimhsOpxuyuGu9Pdlu0oQa5cgdYpN591tCZQt9tslx\njnF9y7LQp16EJrAGy5MRzDwp415da2AgYRKAPmA3BrPRLB1WF1fyHMj+C9r0\nQ7+Wmwra/LNZDv+t2i8xoKqgOh9s/ln8EZZLpwzDHWdVpudxc2XMhwfaWGre\n+IjsOuY8tgQUwbvU3NEaoCyZ7vX1jU71LNhdCiRIwp3OPcVnYdRbM1ltRfIl\nDwOHmaRaSoduux8SPaIo9oEvzvfGDfaA+Y9+zZWQIjwq9jO7xVVw3kSmvged\nJoBKgAu4yltXtW4p8rXZfLHLGStdGs4flhE0qmeLNGLPpCvEOvpPnupTV9hV\nTTle\r\n=rljK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvLnVFf5mFUx9fk7S9RF1syPIRwTDnG5aO8BtiixkvBQIhAIyz6/q5G3ro/MvjrsxeialfOMsiYMneshN/H4IA2U64"}]},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/find-rc_4.0.1_1586975483309_0.07943986633387379"},"_hasShrinkwrap":false},"4.0.2":{"name":"find-rc","version":"4.0.2","description":"Find a .rc file given a name","main":"lib/index.js","scripts":{"lint":"belly-button","pretest":"npm run lint","test":"lab -c"},"repository":{"type":"git","url":"git+https://github.com/geek/find-rc.git"},"keywords":[],"author":"","license":"BSD-3-Clause","bugs":{"url":"https://github.com/geek/find-rc/issues"},"homepage":"https://github.com/geek/find-rc#readme","devDependencies":{"belly-button":"5.x.x","@hapi/code":"8.x.x","@hapi/lab":"22.x.x"},"gitHead":"3e4faf8e727ef0f149ea5ed54ebc9cc5e4afc2c1","_id":"find-rc@4.0.2","_nodeVersion":"18.14.0","_npmVersion":"9.3.1","dist":{"integrity":"sha512-u7OCIGW5B2lkPHnE8Gim+KlEdQ6pbvUAwSB/sD+CW3Sy3saKNtZlr0I06h68WX4Dgbnvs76zP5QXaPKQY7Kt0Q==","shasum":"015eeb63036078175fed35e8c822182695f57cc8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/find-rc/-/find-rc-4.0.2.tgz","fileCount":10,"unpackedSize":8495,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfaB96f9mPsy1kJPFuALYcMZ6CTot24ydgJHuULhR/WgIhAJqmN9hZosq+Y9xsETZlg08//Gcdb342qSSCYScn8Z3i"}]},"_npmUser":{"name":"anonymous","email":"wpreul@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"wpreul@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/find-rc_4.0.2_1700682699404_0.42700728004822897"},"_hasShrinkwrap":false}},"name":"find-rc","time":{"modified":"2023-11-22T19:51:39.774Z","created":"2016-06-04T01:56:36.918Z","1.0.0":"2016-06-04T01:56:36.918Z","1.1.0":"2016-06-04T03:22:30.719Z","1.1.1":"2016-06-04T03:29:50.406Z","1.1.2":"2016-06-04T03:37:22.123Z","2.0.0":"2016-06-04T20:31:03.286Z","3.0.0":"2016-06-13T14:44:33.677Z","3.0.1":"2016-06-15T14:46:25.338Z","4.0.0":"2019-01-27T20:49:48.160Z","4.0.1":"2020-04-15T18:31:23.422Z","4.0.2":"2023-11-22T19:51:39.569Z"},"readmeFilename":"README.md","homepage":"https://github.com/geek/find-rc#readme"}