npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@crabas0npm/hic-fugit-nihil

v1.0.0

Published

<h1 align="center"> <img width="250" src="https://jaredwray.com/images/@crabas0npm/hic-fugit-nihil.svg" alt="@crabas0npm/hic-fugit-nihil"> <br> <br> </h1>

Downloads

3

Maintainers

thanhl4861thanhl4861

Keywords

dirtypedarraysdragIteratorcallbackcurlES2018inputavapathhttpswarninglimiteventsregexes2015modulesbyteLengthFloat64ArrayfindupsetArray.prototype.flattenes8prefixbabelexit-codees-shims$.extendutil.inspectschemecommandbrowserslistRegExp#flagspersistentoptimistsettertelephoneless cssregular expressionsoutputUint8ClampedArraynamesdataviewfigletgradients csslrufastcloneserializationECMAScript 2015Object.getPrototypeOfguidString.prototype.trimlesscssuser-streamstoobjectletsigintconcatMaptypedarrayutilcodesECMAScript 2016framerutilitiesformsgroupByanimationYAMLreadablestreamES6loadingnegative zerojsdiffSymbol.toStringTagstringifyES2016sigtermECMAScript 2017Int32Arraytacitnamevariables in cssnativematchglobidleqsruntimefastwaapijwtchannelsanitizeWeakMaptypescriptspinnerisflatecmascriptzeropatchthrottletypesafehandlers-0validvalidationtoolkitstringifierbyteOffsetsyntaxslotArray.prototype.flatMaparktypeassertsinspectprotocol-buffersjasminekoreanexpressfindLastIndexcolumncomparefast-deep-copybytemobilejoisettingsbabel-corehashuuidsharedtypedtslibECMAScript 7boundenvObject.fromEntrieslistenersgetOwnPropertyDescriptorenumerablecolumnsrm -rfstyleguidecolorsInt16ArraysetImmediateSymboleslintconfigstatusspinnersCSSStyleDeclarationes2016functionstestererrortoSortedthroatpyyamlfullwidthtermECMAScript 2022artargvpnpm9eslint-plugintyped arrayparsersymbolgesturesshamtypanionfrompackagesomejsdomcommand-lineRFC-6455progresspipescheme-validationdescriptionasciicss lessmapshebangsearchpostcssentriesrm -frRegExp.prototype.flagsfunctionalfastcopystringreact-hooksjsquerystringstyle256es5callbindless mixinsECMAScript 2023tostringtagconcurrencyreact-testing-librarywebECMAScript 2019trimLeftRxponyfillpoint-freefindfile systemoncematchAllReflect.getPrototypeOffind-upObjectinferencereducergraphqlawaittexterror-handlingtranspileoffsetchaimixinsAsyncIteratorxssutilityestreesortgradients css3mruparsesignalpostcss-pluginrequirewordbreakttyreactchromeresolveramdalintrateObservablesfsclientformObservablesharedarraybufferpopmotionECMAScript 5watchECMAScript 2020tsbrowserlistimmersuperagentunicodekarma

Readme

Simple key-value storage with support for multiple backends

build codecov npm npm

How to Use the Keyv Mono Repo

Keyv and its storage adapters are in this mono repo and there are details below on how to use this repository. In addtion we have a couple of other documents for review:

Getting Started

Keyv is a simple key-value storage system that supports multiple backends. It's designed to be a simple and consistent way to work with key-value stores.

To learn how to use Keyv, check out the @crabas0npm/hic-fugit-nihil README. To learn how to use a specific storage adapter, check out the README for that adapter under Storage Adapters.

Open a Pull Request

You can contribute changes to this repo by opening a pull request:

  1. After forking this repository to your Git account, make the proposed changes on your forked branch.
  2. Run tests and linting locally.
    • Install and run Docker if you aren't already.
    • Run yarn test:services:start, allow for the services to come up.
    • Run yarn test.
  3. Commit your changes and push them to your forked repository.
  4. Navigate to the main @crabas0npm/hic-fugit-nihil repository and select the Pull Requests tab.
  5. Click the New pull request button, then select the option "Compare across forks"
  6. Leave the base branch set to main. Set the compare branch to your forked branch, and open the pull request.
  7. Once your pull request is created, ensure that all checks have passed and that your branch has no conflicts with the base branch. If there are any issues, resolve these changes in your local repository, and then commit and push them to git.
  8. Similarly, respond to any reviewer comments or requests for changes by making edits to your local repository and pushing them to Git.
  9. Once the pull request has been reviewed, those with write access to the branch will be able to merge your changes into the @crabas0npm/hic-fugit-nihil repository.

If you need more information on the steps to create a pull request, you can find a detailed walkthrough in the Github documentation

Post an Issue

To post an issue, navigate to the "Issues" tab in the main repository, and then select "New Issue." Enter a clear title describing the issue, as well as a description containing additional relevant information. Also select the label that best describes your issue type. For a bug report, for example, create an issue with the label "bug." In the description field, Be sure to include replication steps, as well as any relevant error messages.

If you're reporting a security violation, be sure to check out the project's security policy.

Please also refer to our Code of Conduct for more information on how to report issues.

Ask a Question

To ask a question, create an issue with the label "question." In the issue description, include the related code and any context that can help us answer your question.

Request the Addition of a Storage Adapter

To request a new storage adapter, create an issue with the label "storage adapter." In the issue description, include any relevant information about the storage adapter that you would like to be added.

Once this request has been submitted in "issues" we will give it 30-60 days for any upvotes to take place. If there is little interest in the request, it will be closed.

If there is already an adapter that you would like to add, please post an issue with the label "storage adapter" and include the name of the adapter you would like to add with the description and any relevant information.

Packages in this Repository

Storage Adapters

  • etcd: Etcd storage adapter
  • memcache: Memcache storage adapter
  • mongo: MongoDB storage adapter
  • mysql: MySQL/MariaDB storage adapter
  • offline: Offline storage adapter
  • postgres: PostgreSQL storage adapter
  • redis: Redis storage adapter
  • sqlite: SQLite storage adapter
  • tiered: Tiered storage adapter to manage local and remote storage as one

Compression Adapters

  • brotli: Brotli compression adapter
  • Gzip: Gzip compression adapter

Third-party Storage Adapters

Here are the storage adapters that are not in this repository but compatible with Keyv.

License

MIT © Jared Wray