random-bunny/package.json

60 lines
1.4 KiB
JSON
Raw Normal View History

2016-04-27 20:06:24 +01:00
{
2020-12-20 19:39:03 +00:00
"name": "random-bunny",
2023-11-10 18:51:46 +00:00
"version": "2.1.5",
2020-12-20 19:39:03 +00:00
"description": "Get a random subreddit image url",
2016-04-27 20:06:24 +01:00
"license": "MIT",
2020-12-20 19:39:03 +00:00
"author": "Vylpes",
"exports": "./dist/index.js",
2023-01-27 22:42:37 +00:00
"typings": "./dist/index.d.ts",
2016-04-27 20:06:24 +01:00
"keywords": [
2020-12-20 19:39:03 +00:00
"rabbit",
"bunny",
"bun",
"subreddit",
"reddit",
2016-04-28 16:31:41 +01:00
"random",
"placeholder"
2016-04-27 20:06:24 +01:00
],
"dependencies": {
"commander": "^11.1.0",
2021-06-19 16:13:27 +01:00
"glob-parent": "^6.0.0",
"got-cjs": "^12.5.4",
"linqts": "^1.14.4"
2016-04-27 20:06:24 +01:00
},
2020-12-20 19:39:03 +00:00
"scripts": {
2021-12-01 20:32:20 +00:00
"build": "tsc",
Fix not being able to execute the code via ts-node (#122) # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. - Removed ts-node - Since we can execute the code via unit tests and the command line now, it doesn't make to have this anymore as we can test using a proper CLI - This also fixes the issue we have with ts-node, with it not working on the latest node version #75, #119 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # How Has This Been Tested? Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration. - This has been tested by running `yarn start`, and it now runs the cli interface # Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that provde my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/122 Reviewed-by: VylpesTester <tester@vylpes.com> Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
2023-12-08 17:07:51 +00:00
"start": "node dist/cli.js",
"test": "jest",
"lint": "eslint .",
"release": "np --no-publish"
2016-04-27 20:06:24 +01:00
},
"bugs": {
"url": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny/issues",
"email": "helpdesk@vylpes.com"
},
"homepage": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny",
2021-12-01 13:36:29 +00:00
"funding": "https://ko-fi.com/vylpes",
2021-01-13 21:08:47 +00:00
"devDependencies": {
"@types/eslint": "^8.21.1",
Fix not being able to execute the code via ts-node (#122) # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. - Removed ts-node - Since we can execute the code via unit tests and the command line now, it doesn't make to have this anymore as we can test using a proper CLI - This also fixes the issue we have with ts-node, with it not working on the latest node version #75, #119 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # How Has This Been Tested? Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration. - This has been tested by running `yarn start`, and it now runs the cli interface # Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that provde my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/122 Reviewed-by: VylpesTester <tester@vylpes.com> Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
2023-12-08 17:07:51 +00:00
"@types/jest": "^29.5.8",
"@types/node": "^20.0.0",
Update dependency @typescript-eslint/eslint-plugin to v6 (#77) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | major | [`^5.54.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.59.6/6.8.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v6.8.0`](https://github.com/typescript-eslint/typescript-eslint/compare/36aecb6a836eb01307c35b42ca60f5a78496c339...d475f88575563913b3ee5acdf0765c3e6b4947cb) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/36aecb6a836eb01307c35b42ca60f5a78496c339...d475f88575563913b3ee5acdf0765c3e6b4947cb) ### [`v6.7.5`](https://github.com/typescript-eslint/typescript-eslint/compare/d948dc4a21ad8e15eec152c0cf2fdda819ea4a3a...36aecb6a836eb01307c35b42ca60f5a78496c339) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/d948dc4a21ad8e15eec152c0cf2fdda819ea4a3a...36aecb6a836eb01307c35b42ca60f5a78496c339) ### [`v6.7.4`](https://github.com/typescript-eslint/typescript-eslint/compare/91a3e0c85a8fb2001ad808362b437df0b90cce04...d948dc4a21ad8e15eec152c0cf2fdda819ea4a3a) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/91a3e0c85a8fb2001ad808362b437df0b90cce04...d948dc4a21ad8e15eec152c0cf2fdda819ea4a3a) ### [`v6.7.3`](https://github.com/typescript-eslint/typescript-eslint/compare/ddb858981fd3ed72ff0c10fe9a2c1dc6c5bb1ed5...91a3e0c85a8fb2001ad808362b437df0b90cce04) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/ddb858981fd3ed72ff0c10fe9a2c1dc6c5bb1ed5...91a3e0c85a8fb2001ad808362b437df0b90cce04) ### [`v6.7.2`](https://github.com/typescript-eslint/typescript-eslint/compare/79ffff05dbf21796565eef0076ba0bf4fc55e7ed...ddb858981fd3ed72ff0c10fe9a2c1dc6c5bb1ed5) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/79ffff05dbf21796565eef0076ba0bf4fc55e7ed...ddb858981fd3ed72ff0c10fe9a2c1dc6c5bb1ed5) ### [`v6.7.0`](https://github.com/typescript-eslint/typescript-eslint/compare/a3a39321296f74caa9d18577491a86119b450c18...79ffff05dbf21796565eef0076ba0bf4fc55e7ed) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/a3a39321296f74caa9d18577491a86119b450c18...79ffff05dbf21796565eef0076ba0bf4fc55e7ed) ### [`v6.6.0`](https://github.com/typescript-eslint/typescript-eslint/compare/4f34d0ba34474926ba1eed623704b583a037f886...a3a39321296f74caa9d18577491a86119b450c18) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/4f34d0ba34474926ba1eed623704b583a037f886...a3a39321296f74caa9d18577491a86119b450c18) ### [`v6.5.0`](https://github.com/typescript-eslint/typescript-eslint/compare/ef1367eeed112fd6bbb94e0c9bd56d7e167a1a59...4f34d0ba34474926ba1eed623704b583a037f886) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/ef1367eeed112fd6bbb94e0c9bd56d7e167a1a59...4f34d0ba34474926ba1eed623704b583a037f886) ### [`v6.4.1`](https://github.com/typescript-eslint/typescript-eslint/compare/14bea42e4864c72d28f502e0d15e675fe8bd729a...ef1367eeed112fd6bbb94e0c9bd56d7e167a1a59) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/14bea42e4864c72d28f502e0d15e675fe8bd729a...ef1367eeed112fd6bbb94e0c9bd56d7e167a1a59) ### [`v6.4.0`](https://github.com/typescript-eslint/typescript-eslint/compare/0a1de14ba2e4a519d976ef34e81c96d316c49c33...14bea42e4864c72d28f502e0d15e675fe8bd729a) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/0a1de14ba2e4a519d976ef34e81c96d316c49c33...14bea42e4864c72d28f502e0d15e675fe8bd729a) ### [`v6.3.0`](https://github.com/typescript-eslint/typescript-eslint/compare/948b0614626c1c737ec30106425ef4a9b8c33dbf...0a1de14ba2e4a519d976ef34e81c96d316c49c33) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/948b0614626c1c737ec30106425ef4a9b8c33dbf...0a1de14ba2e4a519d976ef34e81c96d316c49c33) ### [`v6.2.1`](https://github.com/typescript-eslint/typescript-eslint/compare/c869aa1792ed8e3c89d5ada2df8c00f8fe36526a...948b0614626c1c737ec30106425ef4a9b8c33dbf) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/c869aa1792ed8e3c89d5ada2df8c00f8fe36526a...948b0614626c1c737ec30106425ef4a9b8c33dbf) ### [`v6.2.0`](https://github.com/typescript-eslint/typescript-eslint/compare/d98f1e811a6a06128a86f10824b6005984dc8265...c869aa1792ed8e3c89d5ada2df8c00f8fe36526a) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/d98f1e811a6a06128a86f10824b6005984dc8265...c869aa1792ed8e3c89d5ada2df8c00f8fe36526a) ### [`v6.1.0`](https://github.com/typescript-eslint/typescript-eslint/compare/6ae1fa74b18af8a2d4baa0d3d4b43997cf9a9781...d98f1e811a6a06128a86f10824b6005984dc8265) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/6ae1fa74b18af8a2d4baa0d3d4b43997cf9a9781...d98f1e811a6a06128a86f10824b6005984dc8265) ### [`v6.0.0`](https://github.com/typescript-eslint/typescript-eslint/compare/cba0d113bba1bbcee69149c954dc6bd4c658c714...6ae1fa74b18af8a2d4baa0d3d4b43997cf9a9781) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/cba0d113bba1bbcee69149c954dc6bd4c658c714...6ae1fa74b18af8a2d4baa0d3d4b43997cf9a9781) ### [`v5.62.0`](https://github.com/typescript-eslint/typescript-eslint/compare/2f46341a14ca6f05334301315bc54dd20129c408...cba0d113bba1bbcee69149c954dc6bd4c658c714) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/2f46341a14ca6f05334301315bc54dd20129c408...cba0d113bba1bbcee69149c954dc6bd4c658c714) ### [`v5.61.0`](https://github.com/typescript-eslint/typescript-eslint/compare/f74862cbfb5c74ba958ba27d1ea2ca5046821818...2f46341a14ca6f05334301315bc54dd20129c408) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/f74862cbfb5c74ba958ba27d1ea2ca5046821818...2f46341a14ca6f05334301315bc54dd20129c408) ### [`v5.60.1`](https://github.com/typescript-eslint/typescript-eslint/compare/c09b1c0252cbbf58e94ca5d671b6e05f29511144...f74862cbfb5c74ba958ba27d1ea2ca5046821818) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/c09b1c0252cbbf58e94ca5d671b6e05f29511144...f74862cbfb5c74ba958ba27d1ea2ca5046821818) ### [`v5.60.0`](https://github.com/typescript-eslint/typescript-eslint/compare/a91bb9e264544fc635a44468c2543b94fa83ac1c...c09b1c0252cbbf58e94ca5d671b6e05f29511144) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/a91bb9e264544fc635a44468c2543b94fa83ac1c...c09b1c0252cbbf58e94ca5d671b6e05f29511144) ### [`v5.59.11`](https://github.com/typescript-eslint/typescript-eslint/compare/9768e989d332fb11c9cb6c72f8d1d707a0b59b95...a91bb9e264544fc635a44468c2543b94fa83ac1c) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/9768e989d332fb11c9cb6c72f8d1d707a0b59b95...a91bb9e264544fc635a44468c2543b94fa83ac1c) ### [`v5.59.10`](https://github.com/typescript-eslint/typescript-eslint/compare/a2b6b2e0a1ccdfbd5c76ba3fbcffd94d29f5d2b1...9768e989d332fb11c9cb6c72f8d1d707a0b59b95) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/a2b6b2e0a1ccdfbd5c76ba3fbcffd94d29f5d2b1...9768e989d332fb11c9cb6c72f8d1d707a0b59b95) ### [`v5.59.9`](https://github.com/typescript-eslint/typescript-eslint/compare/391a6702c0a9b5b3874a7a27047f2a721f090fb6...a2b6b2e0a1ccdfbd5c76ba3fbcffd94d29f5d2b1) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/391a6702c0a9b5b3874a7a27047f2a721f090fb6...a2b6b2e0a1ccdfbd5c76ba3fbcffd94d29f5d2b1) ### [`v5.59.8`](https://github.com/typescript-eslint/typescript-eslint/compare/5166a00e1a903901c5bedbd7d57198fc0962061e...391a6702c0a9b5b3874a7a27047f2a721f090fb6) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/5166a00e1a903901c5bedbd7d57198fc0962061e...391a6702c0a9b5b3874a7a27047f2a721f090fb6) ### [`v5.59.7`](https://github.com/typescript-eslint/typescript-eslint/compare/5b0e577f2552e8b2c53a3fb22edc9d219589b937...5166a00e1a903901c5bedbd7d57198fc0962061e) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/5b0e577f2552e8b2c53a3fb22edc9d219589b937...5166a00e1a903901c5bedbd7d57198fc0962061e) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9--> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/77 Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
2023-10-23 13:25:22 +01:00
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^5.54.0",
2023-09-13 11:50:44 +01:00
"eslint": "^8.49.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.3",
Update dependency np to v8 (#67) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [np](https://github.com/sindresorhus/np) | devDependencies | major | [`^7.7.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/np/7.7.0/8.0.4) | --- ### Release Notes <details> <summary>sindresorhus/np (np)</summary> ### [`v8.0.4`](https://github.com/sindresorhus/np/releases/tag/v8.0.4) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.3...v8.0.4) - Handle first time display of dependencies ([#&#8203;707](https://github.com/sindresorhus/np/issues/707)) [`3f43d78`](https://github.com/sindresorhus/np/commit/3f43d78) ### [`v8.0.3`](https://github.com/sindresorhus/np/releases/tag/v8.0.3) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.2...v8.0.3) - Fix skipping publish step ([#&#8203;706](https://github.com/sindresorhus/np/issues/706)) [`51dcc2d`](https://github.com/sindresorhus/np/commit/51dcc2d) ### [`v8.0.2`](https://github.com/sindresorhus/np/releases/tag/v8.0.2) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.1...v8.0.2) - Fix publish not working with Yarn [`3d448c2`](https://github.com/sindresorhus/np/commit/3d448c2) - Include stack trace in errors [`12fce88`](https://github.com/sindresorhus/np/commit/12fce88) ### [`v8.0.1`](https://github.com/sindresorhus/np/releases/tag/v8.0.1) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.0...v8.0.1) - Fix a crash in the new dependency check [`beb7db1`](https://github.com/sindresorhus/np/commit/beb7db1) ### [`v8.0.0`](https://github.com/sindresorhus/np/releases/tag/v8.0.0) [Compare Source](https://github.com/sindresorhus/np/compare/v7.7.0...v8.0.0) ##### Breaking - Require Node.js 16 ([#&#8203;683](https://github.com/sindresorhus/np/issues/683)) [`72879e0`](https://github.com/sindresorhus/np/commit/72879e0) ##### Improvements - Add 2FA support for npm version 9+ ([#&#8203;693](https://github.com/sindresorhus/np/issues/693)) [`9cb4bfd`](https://github.com/sindresorhus/np/commit/9cb4bfd) - Improve startup time ([#&#8203;688](https://github.com/sindresorhus/np/issues/688)) [`eba203f`](https://github.com/sindresorhus/np/commit/eba203f) - Improve the reliability of detecting which files will be included in the package ([#&#8203;682](https://github.com/sindresorhus/np/issues/682)) [`a6ce792`](https://github.com/sindresorhus/np/commit/a6ce792) - Add check for new dependencies ([#&#8203;681](https://github.com/sindresorhus/np/issues/681)) [`6867fb9`](https://github.com/sindresorhus/np/commit/6867fb9) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==--> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/67 Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
2023-09-11 20:31:50 +01:00
"np": "^8.0.0",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
2023-03-20 00:02:45 +00:00
"typescript": "^5.0.0"
2023-01-27 22:42:37 +00:00
},
2023-05-20 15:47:20 +01:00
"resolutions": {
Update dependency got to v14 (#134) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [got](https://github.com/sindresorhus/got) | resolutions | major | [`^13.0.0` -> `^14.0.0`](https://renovatebot.com/diffs/npm/got/13.0.0/14.0.0) | --- ### Release Notes <details> <summary>sindresorhus/got (got)</summary> ### [`v14.0.0`](https://github.com/sindresorhus/got/releases/tag/v14.0.0) [Compare Source](https://github.com/sindresorhus/got/compare/v13.0.0...v14.0.0) ##### Breaking - Require Node.js 20 ([#&#8203;2313](https://github.com/sindresorhus/got/issues/2313)) [`a004263`](https://github.com/sindresorhus/got/commit/a004263) - Why not target the oldest active Node.js LTS, which is Node.js 18? I usually strictly follow this convention in my packages. However, this package is the exception because the HTTP part of Node.js is consistently buggy, and I don't have time to work around issues in older Node.js releases. I you need to still support Node.js 18, I suggest staying on Got v13, which is quite stable. Node.js 18 will be out of active LTS in 5 months. ##### Improvements - Make `followRedirect` option accept a function ([#&#8203;2306](https://github.com/sindresorhus/got/issues/2306)) [`7c3f147`](https://github.com/sindresorhus/got/commit/7c3f147) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=--> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/134 Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-01-16 19:14:22 +00:00
"np/**/got": "^14.0.0",
"**/semver": "^7.5.2",
"@babel/traverse": "^7.23.2"
2023-05-20 15:47:20 +01:00
},
2023-01-27 22:42:37 +00:00
"files": [
"dist"
]
2016-04-27 20:06:24 +01:00
}