{"_id":"@acidic9/skip-dependency","_rev":"1-7f92525b3beca94fdbcb55f311fa77d5","name":"@acidic9/skip-dependency","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.2":{"name":"@acidic9/skip-dependency","description":"Skip pesky dependencies with ease","author":{"name":"@acidic9"},"version":"1.0.2","main":"index.js","license":"MIT","homepage":"https://www.ariseyhun.com","engines":{"node":">=10","npm":">=50","yarn":"^1"},"repository":{"type":"git","url":"git+https://github.com/acidic9/skip-dependency.git"},"bugs":{"url":"https://github.com/acidic9/skip-dependency/issues"},"keywords":["node","yarn"],"publishConfig":{"access":"public"},"gitHead":"15f5edb41a8ded1aaaae60e60f7d3bdad4afdfdb","_id":"@acidic9/skip-dependency@1.0.2","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"integrity":"sha512-bwBO82R+X4u8nPitRWnVBPDVCoa5g66VNoUJ/FASNiLsxEhlTkcKBnWMH879wrFGhuOp9TVncGbn9b77ahAfTg==","shasum":"5db13f2b62b6067fa216064062efab597a683728","tarball":"https://registry.npmjs.org/@acidic9/skip-dependency/-/skip-dependency-1.0.2.tgz","fileCount":4,"unpackedSize":2236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemDPbCRA9TVsSAnZWagAAmSgP/RBmWM3za9aC7J3DRfjd\nIRxOdGCdnlNYv4z+xYejJkr25qkjAo4UZGsHfkRoPYgm3eM0I1VDB2an7pXL\ndxndZ64tTpDRrhlfCrz6KWSLyOLYvqgQhLvmlZhf2m8s6KMksOmCKbgrf3l+\nCqhocwOGllH+t/4Y/tCB0LhFpHWbpZkc263d1U1CFl2aJ9oKXla4NyPtn0pm\n3WBFNRkCPw+hMWzf71BZphplgW4b0BDk38eCYIR6zi3L3vE35YXtWenJ570P\nUtTOVMLpVGUIlDntvHkh4pNdshvLsHZwCBsdjQsjLx4mJalw7tk2yWhG2SkL\n9aB1BsIRT5IAZ9fec73r6s/ZK/j8mlyNFcs6RuWa1jVRiQXwNPAtl0n46fDh\netrLoYdWeohBLy/ZYzat48/1Bb/TGEikKewmWvehCUb3eS48zOInPkex6d5l\nKqO83flQIt8V2zwNuiZ22NEroRDLBZ+Dkwiv8vIlPwxQbZDWh81m3X7mAmg5\nzIFgqBWFj4CSlq4ZocM+kBUYbilAZO2um0xg6rO8jxkxsLd1YxqVlMYC94K8\njaRBouHBkkR7xzFf+2c8iaS/ibrqEGDfEp5gpoAZnNU3QEdXKUmZj/BBbzXl\ngZrlaIu7t0+/9ZfwPum5rwEdC4uWIxT2j1ObPqxrmPQufPBbXjamdkH8CVGm\nU3I1\r\n=QvLh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG2vDiJMy+gweriJtp2Q8jFDklR6SdspEkzwUe7A0ISdAiB9nmUWNPSrdguPhcojcdUEhaaVs6aNgLCORacPCq4E3A=="}]},"maintainers":[{"name":"acidic9","email":"ariseyhun@live.com.au"}],"_npmUser":{"name":"acidic9","email":"ariseyhun@live.com.au"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/skip-dependency_1.0.2_1587033051088_0.8423005520306464"},"_hasShrinkwrap":false}},"time":{"created":"2020-04-16T10:30:51.026Z","1.0.2":"2020-04-16T10:30:51.232Z","modified":"2022-04-04T11:11:09.764Z"},"maintainers":[{"name":"acidic9","email":"ariseyhun@live.com.au"}],"description":"Skip pesky dependencies with ease","homepage":"https://www.ariseyhun.com","keywords":["node","yarn"],"repository":{"type":"git","url":"git+https://github.com/acidic9/skip-dependency.git"},"author":{"name":"@acidic9"},"bugs":{"url":"https://github.com/acidic9/skip-dependency/issues"},"license":"MIT","readme":"# Skip Dependency\n\n**_Note: This is only designed to work with Yarn version 1, not NPM, not pnpm and also not Yarn version 2 (codename berry)!!!_**\n\nThis is for when some dependency you're pulling in is forcing some other dependency you just don't like.\nYou can use skip-dependency to force the skipping of said dependency.\n\nJust add the following to your `package.json`:\n\n```json\n{\n  \"resolutions\": {\n    \"package-you-really-want-to-skip\": \"https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz\"\n  }\n}\n```\n","readmeFilename":"README.md"}