Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

test desc1

Basic Info
  • Host: GitHub
  • Owner: VadimDor
  • License: other
  • Language: TypeScript
  • Default Branch: main
  • Size: 1.53 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 11
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security Support Authors

README.md

asdf-openssl2

openssl2 plugin

asdf-openssl2

openssl2 plugin

openssl2 plugin

# asdf-openssl2 [![Build](https://github.com/VadimDor/openssl2/actions/workflows/build.yml/badge.svg)](https://github.com/VadimDor/openssl2/actions/workflows/build.yml) [![Lint](https://github.com/VadimDor/openssl2/actions/workflows/lint.yml/badge.svg)](https://github.com/VadimDor/openssl2/actions/workflows/lint.yml) [asdf-openssl2](https://VadimDor.github.io/openssl2) plugin for the [asdf version manager](https://asdf-vm.com).

Build Status CII Best Practices Join the chat at https://gitter.im/asdf-openssl2/community ASDF-OPENSSL2 downloads ASDF-OPENSSL2 docs VadimDor on Slack asdf-openssl2 on Twitter [![asdf-openssl2 on YouTube][badge-yt]][youtube] asdf-openssl2 Gate License Build status: AppVeyor

Awesome Self-Hosted License MIT Current Version Docker Pulls GitHub Status Known Vulnerabilities

# ◐   Development   ◑

GitHub Last Commit GitHub Issues GitHub Pull Requests Github License GitHub Repo stars


Twitter Badge LinkedIn Badge Visitors

Get dynamically generated GitHub stats on your READMEs!

Tests Passing GitHub Contributors Tests Coverage Issues GitHub pull requests OpenSSF Scorecard

GitHub Actions for deploying to GitHub Pages with Static Site Generators [![license](https://img.shields.io/github/license/VadimDor/asdf-openssl2.svg)](https://github.com/VadimDor/openssl2/blob/main/LICENSE) [![release](https://img.shields.io/github/release/VadimDor/asdf-openssl2.svg)](https://github.com/VadimDor/openssl2/releases/latest) [![GitHub release date](https://img.shields.io/github/release-date/VadimDor/asdf-openssl2.svg)](https://github.com/VadimDor/openssl2/releases) ![Test](https://github.com/VadimDor/openssl2/workflows/Test/badge.svg?branch=main&event=push) ![Code Scanning](https://github.com/VadimDor/openssl2/workflows/Code%20Scanning/badge.svg?event=push) [![CodeFactor](https://www.codefactor.io/repository/github/VadimDor/asdf-openssl2/badge)](https://www.codefactor.io/repository/github/VadimDor/asdf-openssl2)

Codacy Badge License Donate

Code Coverage ReadTheDocs Status

All Contributors <!-- ALL-CONTRIBUTORS-BADGE:END -->

Note: if you like this project, feel free to buy me a swimming chance:

badges badges badges


AllInOne GitHub license

Build History

Build history

介绍

Table of Contents

- **Getting Started** - [🌈 Features](#features-) - [🚀 Getting Started](#getting-started-) - [🔧 Configuring](#configuring-) - **Feature Overview** - ✨ Under active development with improvements and new features added regularly

Features 🌈

  • 🆓 100% free and open-source
  • 🚀 Easy to setup with Docker
  • [Tested in Docker: One-Click Deploy with PWD

asdf-openssl2 on Docker🐳 Hub

⬆️ Back to Top


Contents

Index

[Description][description]🛠 [Dependencies][dependencies]📈 [Discussions][discussions]✅ [Contributions][contributions]📣❤️💞️ [Metrics][metrics]💡 [License][license]🆓 [Code of Conduct][coc]◑ [Author][author]📝

Summary

Readme👀

Sponsor VadimDor on GitHub

Sponsors

Huge thanks to the sponsors helping to support🙋‍♀️ openssl2 plugin's development! <!-- readme: sponsors -start -->

12345
12345
<!-- readme: sponsors -end -->

Description []

This is plugin for asdf tool

Contributors

Auto-generated contributors

AllContributors ✨

Thanks goes to these wonderful people (emoji key):


Sean P. Myrick V19.1.7.2

💻 📖 📆 🛡️ 🔣 🖋 🎨 🚧 🤔

All Contributors

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Stats

Stats

⬆️ Back to Top


Developing 🧱

For full development documentation, see: Developing

Open Project in VS Code Open in GitPod Open in GitHub Code Spaces

Before getting started, you'll need Git installed.

To set up the development environment get Code: git clone https://github.com/VadimDor/openssl2.git and cd asdf-openssl2

Repo Status: Open PRs Total PRs GitHub commit activity Last Commit Contributors

⬆️ Back to Top


Dependencies

TODO: adapt these sections below

  • bash, curl, tar: and POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Install asdf, then:

Plugin:

```sh asdf plugin add asdf-openssl2 # install the asdf-openssl2 plugin

or

asdf plugin add asdf-openssl2 https://github.com/VadimDor/openssl2.git

asdf asdf-openssl2 install-deps # install system-specific dependencies for downloading & building Openssl2 ```

To install Openssl2:

When available for the version and platform, the plugin will install pre-compiled binaries of Openssl2. If no binaries are available the plugin will build Openssl2 from source.

```sh

latest stable version of Openssl2

asdf install asdf-openssl2 latest

or latest stable minor/patch release of Openssl2 1.x.x

asdf install asdf-openssl2 latest:1

or latest stable patch release of Openssl2 1.6.x

asdf install asdf-openssl2 latest:1.6

or specific patch release

asdf install asdf-openssl2 1.6.8 ```

To install a nightly build of Openssl2:

```sh

nightly unstable build of devel branch

asdf install asdf-openssl2 ref:devel

or nightly unstable build of version-1-6 branch, i.e. the latest 1.6.x release + any recent backports from devel

asdf install asdf-openssl2 ref:version-1-6

or nightly unstable build of version-1-4 branch, i.e. the latest 1.4.x release + any recent backports from devel

asdf install asdf-openssl2 ref:version-1-4

or nightly unstable build of version-1-2 branch, i.e. the 1.2.x release + any recent backports from devel

asdf install asdf-openssl2 ref:version-1-2

or nightly unstable build of version-1-0 branch, i.e. the 1.0.x release + any recent backports from devel

asdf install asdf-openssl2 ref:version-1-0 ```

To build a specific git commit or branch of Openssl2:

```sh

build using latest commit from the devel branch

asdf install asdf-openssl2 ref:HEAD

build using the specific commit 7d15fdd

asdf install asdf-openssl2 ref:7d15fdd

build using the tagged release v1.6.8

asdf install asdf-openssl2 ref:v1.6.8 ```

asdf-openssl2:

```shell

Show all installable versions

asdf list-all asdf-openssl2

Install specific version

asdf install asdf-openssl2 latest

Set a version globally (on your ~/.tool-versions file)

asdf global asdf-openssl2 latest

Now asdf-openssl2 commands are available

openssl2 --version ```

Check asdf readme for more instructions on how to install & manage versions.

asdf-openssl2

asdf-openssl2 allows you to quickly install any version of Openssl2.

asdf-openssl2 is intended for end-users and continuous integration. Whether macOS or Linux, x86 or ARM - all you'll need to install Openssl2 is bash.

To set the default version of Openssl2 for your user:

sh asdf global asdf-openssl2 latest:1.6

This creates a .tool-versions file in your home directory specifying the Openssl2 version.

To set the version of Openssl2 for a project directory:

sh cd my-project asdf local asdf-openssl2 latest:1.6

This creates a .tool-versions file in the current directory specifying the Openssl2 version. For additional plugin usage see the asdf documentation.

asdf-openssl2 packages

asdf-openssl2 packages are installed in ~/.asdf/installs/asdf-openssl2/<asdf-openssl2-version>/asdf-openssl2/pkgs, unless a asdf-openssl2deps directory exists in the directory where asdf-openssl2 install is run from.

See the asdf-openssl2 documentation for more information about asdf-openssl2deps.

Continuous Integration

A simple example using GitHub Actions:

```yaml name: Build on: push: paths-ignore: - README.md

env: GITHUBTOKEN: ${{ secrets.GITHUBTOKEN }}

jobs: build: name: Test runs-on: ${{ matrix.os }} matrix: include: # Test against stable Openssl2 builds on linux - os: ubuntu-latest asdf-openssl2-version: latest:1.6 - os: ubuntu-latest asdf-openssl2-version: latest:1.4

    # Test against unstable nightly Openssl2 builds on macos (faster than building from source)
    - os: macos-latest
      asdf-openssl2-version: ref:version-1-6
    - os: macos-latest
      asdf-openssl2-version: ref:version-1-4
steps:
  - name: Checkout
    uses: actions/checkout@v4
  - name: Install Openssl2
    uses: asdf-vm/actions/install@v1
    with:
      tool_versions: |
        asdf-openssl2 ${{ matrix.asdf-openssl2-version }}
  - name: Run tests
    run: |
      asdf local asdf-openssl2 ${{ matrix.asdf-openssl2-version }}
      asdf-openssl2 develop -y
      asdf-openssl2 test
      asdf-openssl2 examples

```

Continuous Integration on Non-x86 Architectures

Using uraimo/run-on-arch-action:

```yaml name: Build on: push: paths-ignore: - README.md

jobs: testnonx86: name: Test asdf-openssl2-${{ matrix.asdf-openssl2-version }} / debian-buster / ${{ matrix.arch }} strategy: fail-fast: false matrix: include: - asdf-openssl2-version: ref:version-1-6 arch: armv7 - asdf-openssl2-version: ref:version-1-2 arch: aarch64

runs-on: ubuntu-latest
steps:
  - name: Checkout Openssl2 project
    uses: actions/checkout@v4

  - uses: uraimo/run-on-arch-action@v2
    name: Install Openssl2 & run tests
    with:
      arch: ${{ matrix.arch }}
      distro: buster

      dockerRunArgs: |
        --volume "${HOME}/.cache:/root/.cache"

      setup: mkdir -p "${HOME}/.cache"

      shell: /usr/bin/env bash

      install: |
        set -uexo pipefail
        # Install asdf and dependencies
        apt-get update -q -y
        apt-get -qq install -y build-essential curl git
        git clone https://github.com/asdf-vm/asdf.git "${HOME}/.asdf" --branch v0.10.2

      env: |
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

      run: |
        set -uexo pipefail
        . "${HOME}/.asdf/asdf.sh"

        # Install asdf-openssl2 and dependencies
        git clone https://github.com/VadimDor/openssl2.git ~/asdf-openssl2 --branch main --depth 1
        asdf plugin add asdf-openssl2 ~/asdf-openssl2
        asdf asdf-openssl2 install-deps -y

        # Install Openssl2
        asdf install asdf-openssl2 ${{ matrix.asdf-openssl2-version }}
        asdf local asdf-openssl2 ${{ matrix.asdf-openssl2-version }}

        # Run tests
        asdf-openssl2 develop -y
        asdf-openssl2 test
        asdf-openssl2 examples

```

Stable binaries

asdf-openssl2-lang.org supplies pre-compiled stable binaries of Openssl2 for:

Linux:

  • x86_64 (gnu libc)
  • x86 (gnu libc)

Unstable nightly binaries

asdf-openssl2-lang/nightlies supplies pre-compiled unstable binaries of Openssl2 for:

Linux:

  • x86_64 (gnu libc)
  • x86 (gnu libc)
  • aaarch64 (gnu libc)
  • armv7l (gnu libc)

macOS:

  • x86_64

Updating asdf and asdf-openssl2

sh asdf update asdf plugin update asdf-openssl2 main

Testing

This project uses bats for unit testing. Please follow existing patterns and add unit tests for your changeset. Dev dependencies for unit tests are installed via:

shell cd ~/.asdf/plugins/asdf-openssl2 npm install --include=dev

Run tests with:

sh npm run test

Linting

This project uses lintball to auto-format code. Please ensure your changeset passes linting. Enable the githooks with:

sh git config --local core.hooksPath .githooks

Want to get support for "openssl2 plugin"?

Want to learn more about OPA?

  • Go to project homepage to get started with documentation and tutorials, for news about it, community, policy and roadmaps.
  • Check out the ADOPTERS.md file for a list of production adopters. Does your organization use "openssl2 plugin" in production? Support it by submitting a PR to add your organization to the list with a short description of your use cases (or at list star this repository :) )!

Contributing

First and foremost, all contributions and pull requests are welcome! * The steps involved when making a contribution are explained in the Contributing Guide to learn how to make your first contribution. * File a GitHub Issue to request features or report bugs. We look forward to your contributions! * The contributors list is located here.

Keep in touch

Fork this repo, then run:

sh rm -rf ~/.asdf/plugins/asdf-openssl2 git clone git@github.com:<your-username>/asdf-openssl2.git ~/.asdf/plugins/asdf-openssl2

Thanks goes to these contributors!

Star History 🌟🏆🙌

Star History Chart

Discussions []

Feel free to give any ideas for future improvements here, ask any questions you have here

🔐Reporting Security Vulnerabilities🧱🛎️

Please report vulnerabilities by any channel.We will send a confirmation message to acknowledge that we have received the report and then we will send additional messages to follow up once the issue has been investigated.

Metrics []

Code of Conduct []

This project follows the 👉Contributor Covenant Code of Conduct.

License []

See LICENSE📜 © Vadim Dor

TDLR; You can do whatever you like with this: use it in private or commercial settings, redistribute and modify it. But you must display this license and credit the author. There is no warranty that this app will work as expected, and the author cannot be held liable for anything that goes wrong. For more info, see TLDR Legal's Explanation of MIT

FOSSA Status

⬆️ Back to Top







Thank you for Visiting

TODO: adapt these sections above

Author

VadimDor

Author

VadimDor

Owner

  • Name: Vadim Dor
  • Login: VadimDor
  • Kind: user
  • Location: Moscow

My code does not require obfuscation, I write it unreadable from the very start. Jack of all trades, master of a few #jackofall #willworkforabone

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software in your work, or make a fork of it, please cite it using the following metadata."
authors:
- family-names: "Vadim Dor (VadimDor@github.com)"
title: "openssl2 plugin"
version: 1.0.0
date-released: <START DATE>
url: "https://github.com/VadimDor/openssl2"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 21 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.29
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 7
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 21 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.29
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 7
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (41)
Top Labels
Issue Labels
Pull Request Labels
dependencies (41)

Dependencies

.github/workflows/add-comment-from-tag.yml actions
  • actions/checkout v4 composite
  • peaceiris/actions-label-commenter v1 composite
.github/workflows/all-in-one-asdf.yml actions
  • actions/checkout v4 composite
  • asdf-vm/actions/plugin-test v3 composite
  • luizm/action-sh-checker v0.8.0 composite
.github/workflows/apply-done-label.yml actions
  • logerfo/close-label 0.0.4 composite
.github/workflows/assign-reviewer.yml actions
  • technote-space/assign-author v1 composite
.github/workflows/auto-rebase-pr.yml actions
  • actions/checkout v4 composite
  • cirrus-actions/rebase 1.8 composite
.github/workflows/auto-tag-pr.yml actions
  • actions/checkout v4 composite
  • butlerlogic/action-autotag stable composite
  • gh-bot/fix-labeler master composite
  • ncipollo/release-action v1 composite
.github/workflows/broadcast-message.yml actions
  • jenschelkopf/broadcast-action master composite
.github/workflows/build-app.yml actions
  • JamesIves/github-pages-deploy-action 4.5.0 composite
  • actions/checkout v4.3.1 composite
.github/workflows/build-asdf-test.yml actions
  • asdf-vm/actions/plugin-test v3 composite
.github/workflows/build.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • asdf-vm/actions/plugin-test v3 composite
  • asdf-vm/actions/setup v3 composite
  • uraimo/run-on-arch-action v2 composite
.github/workflows/cache-artifacts.yml actions
  • actions/cache v4 composite
.github/workflows/check-duplicate-issues.yml actions
  • wow-actions/potential-duplicates v1 composite
.github/workflows/check-merge-conflicts.yml actions
  • mschilde/auto-label-merge-conflicts master composite
.github/workflows/close-incomplete-issues.yml actions
  • actions/checkout v4 composite
  • lucasbento/auto-close-issues v1.0.2 composite
.github/workflows/close-stale-issues.yml actions
  • actions/stale v9 composite
.github/workflows/code-linter.yml actions
  • actions/checkout v4 composite
  • github/super-linter v5 composite
.github/workflows/code-spell-check.yml actions
  • actions/checkout v4 composite
  • peter-evans/create-pull-request v6.0.0 composite
  • sobolevn/misspell-fixer-action master composite
.github/workflows/dependency-updates-summary.yml actions
  • Simek/yarn-lock-changes main composite
  • actions/checkout v4 composite
.github/workflows/docker-build-publish.yml actions
  • actions/checkout v4 composite
  • crazy-max/ghaction-docker-status v3 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/metadata-action v5 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3 composite
  • tyankatsu0105/read-package-version-actions v1 composite
.github/workflows/docker-publish.yml actions
  • actions/checkout v4 composite
  • docker/setup-qemu-action v3 composite
.github/workflows/docs-link-checker.yml actions
  • actions/checkout v4 composite
  • lycheeverse/lychee-action v1.9.3 composite
  • peter-evans/create-issue-from-file v5 composite
.github/workflows/domain-expirey-check.yml actions
  • codex-team/action-check-domain v1 composite
  • rishabhgupta/git-action-issue v2 composite
.github/workflows/generate-credits.yml actions
  • JamesIves/github-sponsors-readme-action v1.3.1 composite
  • actions/checkout v4 composite
  • akhilmhdh/contributors-readme-action v2.3 composite
  • akhilmhdh/contributors-readme-action v2.3.6 composite
  • bubkoo/contributors-list v1 composite
  • wow-actions/update-authors v1.1.4 composite
.github/workflows/generate-svg.yml actions
  • EndBug/add-and-commit v9 composite
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • cloudflare/pages-action v1 composite
  • peaceiris/actions-mdbook v1 composite
.github/workflows/get-size.yml actions
  • actions/checkout v4 composite
  • codelytv/pr-size-labeler v1 composite
  • preactjs/compressed-size-action v2 composite
.github/workflows/github_metrics.yml actions
  • actions/checkout v4 composite
  • lowlighter/metrics latest composite
.github/workflows/issue-translator.yml actions
  • tomsun28/issues-translate-action v2.7 composite
.github/workflows/jekyll-gh-pages.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v4 composite
  • actions/deploy-pages v4 composite
  • actions/jekyll-build-pages v1 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/label-sponsors.yml actions
  • JasonEtco/is-sponsor-label-action v2 composite
.github/workflows/label-top-issues.yml actions
  • adamzolyak/top-issues-action master composite
.github/workflows/lgtm-comment.yml actions
  • ddradar/choose-random-action v2 composite
  • ddradar/lgtm-action v2 composite
.github/workflows/lint-bash.yml actions
  • actions/checkout v4 composite
  • asdf-vm/actions/install v3 composite
  • docker://rhysd/actionlint 1.6.23 composite
.github/workflows/lint.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • mfinelli/setup-shfmt v3 composite
.github/workflows/makefile.yml actions
  • actions/checkout v4 composite
.github/workflows/manage-pending-labels-closed.yml actions
  • actions-cool/issues-helper v3 composite
.github/workflows/manage-pending-labels.yml actions
  • actions-cool/issues-helper v3 composite
.github/workflows/mdbook.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v4 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/mind-your-language.yml actions
  • actions/checkout v4 composite
  • tailaiw/mind-your-language-action v1.0.3 composite
.github/workflows/mirror.yml actions
  • actions/checkout v4 composite
  • pixta-dev/repository-mirroring-action v1 composite
.github/workflows/new-issues-check.yml actions
  • qxip/please-star-light v4 composite
.github/workflows/pr-commenter.yml actions
  • exercism/pr-commenter-action v1.5.1 composite
.github/workflows/pr-labler.yml actions
  • ffittschen/pr-branch-labeler v1 composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • cloudflare/pages-action v1 composite
  • peaceiris/actions-mdbook v1 composite
.github/workflows/publish_temp.yml actions
  • actions/checkout v4 composite
  • cloudflare/pages-action v1 composite
  • peaceiris/actions-mdbook v1 composite
.github/workflows/raise-issue-from-todo.yml actions
  • actions/checkout master composite
  • alstr/todo-to-issue-action v4.12 composite
.github/workflows/release-commenter.yml actions
  • apexskier/github-release-commenter v1 composite
.github/workflows/repo-visualization.yml actions
  • actions/checkout master composite
  • actions/upload-artifact master composite
  • githubocto/repo-visualizer 0.9.1 composite
  • lowlighter/metrics latest composite
  • src-d/hercules master composite
.github/workflows/save-repo-analytics.yml actions
  • jgehrcke/github-repo-stats HEAD composite
.github/workflows/security-scanning.yml actions
  • actions/checkout master composite
  • github/codeql-action/upload-sarif v3 composite
  • snyk/actions/node master composite
.github/workflows/semantic-pr.yml actions
  • amannn/action-semantic-pull-request v5.4.0 composite
.github/workflows/super-linter.yml actions
  • actions/checkout v4 composite
  • github/super-linter v5 composite
.github/workflows/unfurl-links.yml actions
  • wow-actions/unfurl-links v1 composite
.github/workflows/wiki-sync.yml actions
  • actions/checkout master composite
  • docker://decathlon/wiki-page-creator-action latest composite
Dockerfile docker
  • ubuntu latest build
docker-compose.yml docker
lib/scripts/docs/sponsorkit/example/package.json npm
  • sponsorkit latest development
lib/scripts/docs/sponsorkit/package.json npm
  • @antfu/eslint-config ^0.36.0 development
  • @antfu/ni ^0.20.0 development
  • @antfu/utils ^0.7.2 development
  • @types/fs-extra ^11.0.1 development
  • @types/node ^18.15.0 development
  • @types/sharp ^0.31.1 development
  • @types/yargs ^17.0.22 development
  • bumpp ^9.0.0 development
  • eslint ^8.35.0 development
  • esno ^0.16.3 development
  • jiti ^1.17.2 development
  • typescript ^4.9.5 development
  • unbuild ^1.1.2 development
  • vite ^4.1.4 development
  • vitest ^0.29.2 development
  • consola ^2.15.3
  • dotenv ^16.0.3
  • fs-extra ^11.1.0
  • image-data-uri ^2.0.1
  • node-html-parser ^6.1.5
  • ofetch ^1.0.1
  • picocolors ^1.0.0
  • sharp ^0.31.3
  • unconfig ^0.3.7
  • yargs ^17.7.1
package.json npm
  • bats ^1.8.2 development
  • bats-assert git+https://github.com/bats-core/bats-assert.git#44913ff development
  • bats-support ^0.3.0 development
  • lintball ^1.6.0 development
  • prettier 3.2.5 development
docs/requirements.txt pypi
  • sphinx-immaterial *
  • sphinx-jinja *