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

@ellentorg/nobis-eum-iste

v1.1.14

Published

<p align="center"> <a href="https://comunica.dev/"> <img alt="Comunica" src="https://comunica.dev/img/comunica_red.svg" width="200"> </a> </p>

Downloads

5,201

Maintainers

ellenteaellentea

Keywords

Array.prototype.includesinterruptsPushform-validationglobalsReactiveExtensionsnamewatcherlinuxcss variablehas-ownprotocol-bufferslookparsevpcdebuggerlimitedmimetypescriptrfc4122WebSocketpushargvfindLastIndexES2019ObservabledeleteprogressjapanesegetSymbolReactiveXmake direslintconfigdeep-clonearktypeESnextlibphonenumberautoscalingUint8Arraypyyamlargsreact-hooksArray.prototype.containselectronloggingES2016cloudtrailio-tsmodulepromiseObject.getPrototypeOfes2015ECMAScript 2023mimetypess3symbolsUint16ArrayargumentamazonsqsInt16ArrayhardlinksdatastructurermoptimizerECMAScript 2019fast-copytslibdescriptorsformsreduxprototypejwtredux-toolkitdependency managerbyteOffsetrapidsortedtoolsbrowserexityamlUnderscorebytewordbreakWebSocketsfssharedhttpswaitsespruneless cssescapereadmixinsreduceworkergenericses2017chaiclonecallbackSymbol.toStringTagpreserve-symlinksnopefast-deep-copyphoneutilitiesbatchECMAScript 2022requestinternal slotcompile lesstypesaferm -rfserializationebstelephonejsonimportexportside[[Prototype]]findLastlesscssdomes2016matchjavascriptsyntaxerrorchromeformathandlersArraylockfileequalityYAMLoptimistoncebyteLengthclassnamesmobilejshintawesomesauceECMAScript 2016charactersObject.isassert256authenticationoffsetreal-timepreprocessornativetimeiamcomparestreams2intrinsicIteratorinternalnodel10nobjjQuerypnpm9Function.prototype.nameES8ArrayBuffer#sliceReflect.getPrototypeOfurlglobSetlanguagevalidationconcatMapinwatchframeworkindicatorloadinges-shimsmkdirpjsxenvironmentsfastclonetypedarrayspinnersassertionlintwritefolderkoreanObject.keysasciidotenvsimpledbStreamfunctionsomecharacterconcatcoercibleemojigradients css3fluxutilitytrimEndsignalsreact-testing-libraryES2021monorepoObservablescompilerwarningtrimLeftlessflatRegExp.prototype.flagseslintplugintrimStarterror-handlingpersistentmulti-packageelmcall-boundcreateminimales7parserFloat64Arraysyntaxstablereplaylinewrapcloudsearchgradients cssArrayBuffer.prototype.slicelengthhasOwncollection.es6trimcolumngetoptruntimeES5errorawaitcolorsECMAScript 5typed arrayutil.inspectprefixauthpropertythrottlepicomatchpackageprettycommanderdiffwatchingslicebootstrap cssnested cssrecursiveastguiddataviewbcryptWeakSetagentpipefastwalkingvisualECMAScript 7full-widthprocesscss lessroutingflagemrtypaniongroupBycss-in-jsnpmmergeavaECMAScript 3findupreusesettingsimport@@toStringTagregular expressionslive0starterbuffersconsole.envRFC-6455ECMAScript 6rdsrestoptionsetterdeepcopyasyncextensiondefinePropertyflattenenvsetPrototypeOfeventDispatcher

Readme

Learn more about Comunica on our website.

Comunica is an open-source project that is used by many other projects, and is being maintained by a group of volunteers. If you would like to support this project, you may consider:

Supported by

Comunica is a community-driven project, sustained by the Comunica Association. If you are using Comunica, becoming a sponsor or member is a way to make Comunica sustainable in the long-term.

Our top sponsors are shown below!

Query with Comunica

Read one of our guides to get started with querying:

Or jump right into one of the available query engines:

Modify or Extending Comunica

Read one of our guides to get started with modifying Comunica, or have a look at some examples:

Contribute

Interested in contributing? Have a look at our contribution guide.

Development Setup

(JSDoc: https://comunica.github.io/comunica/)

This repository should be used by Comunica module developers as it contains multiple Comunica modules that can be composed. This repository is managed as a monorepo using Lerna.

If you want to develop new features or use the (potentially unstable) in-development version, you can set up a development environment for Comunica.

Comunica requires Node.JS 8.0 or higher and the Yarn package manager. Comunica is tested on OSX, Linux and Windows.

This project can be setup by cloning and installing it as follows:

$ git clone https://github.com/ellentorg/nobis-eum-iste.git
$ cd comunica
$ yarn install

Note: npm install is not supported at the moment, as this project makes use of Yarn's workspaces functionality

This will install the dependencies of all modules, and bootstrap the Lerna monorepo. After that, all Comunica packages are available in the packages/ folder and can be used in a development environment, such as querying with Comunica SPARQL (@comunica/query-sparql).

Furthermore, this will add pre-commit hooks using husky to build, lint and test. These hooks can temporarily be disabled at your own risk by adding the -n flag to the commit command.

Benchmarking

If you want to do benchmarking with Comunica in Node.js, make sure to run Node.js in production mode as follows:

> NODE_ENV=production node packages/some-package/bin/some-bin.js

The reason for this is that Comunica extensively generates internal Error objects. In non-production mode, these also produce long stacktraces, which may in some cases impact performance.

Cite

If you are using or extending Comunica as part of a scientific publication, we would appreciate a citation of our article.

@inproceedings{taelman_iswc_resources_comunica_2018,
  author    = {Taelman, Ruben and Van Herwegen, Joachim and Vander Sande, Miel and Verborgh, Ruben},
  title     = {Comunica: a Modular SPARQL Query Engine for the Web},
  booktitle = {Proceedings of the 17th International Semantic Web Conference},
  year      = {2018},
  month     = oct,
  url       = {https://comunica.github.io/Article-ISWC2018-Resource/}
}

License

This code is copyrighted by the Comunica Association and Ghent University – imec and released under the MIT license.