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

@lambrioanpm/dolore-earum-explicabo

v1.0.0

Published

@lambrioanpm/dolore-earum-explicabo ==============

Downloads

3

Maintainers

duchoang1212zzduchoang1212zz

Keywords

textcloudsearchlistenerssortfilterfixed-widthes2017fetchCSSStyleDeclarationless cssbootstrap lessbusy0runtimecolumncall-boundhooksroute53zeroagentexecclassnamestoragegatewayES2023wgetefficientTypeBoxoncevaluesMicrosoftspecwafreadablecore-jspostcss-pluginutil.inspectpostcssdeepomithttpsmobileterminalconnectconfigurabledebuggerpromisesformattingwebratelimittoobjectformflatajaxschemainputspeedtrimStartgradients cssreduxrfc4122nativehookformtoStringTagtypeerrortypesECMAScript 2021escapeString.prototype.trimhotkoreanshrinkwrapES3asyncRFC-6455l10nstylesheetdropdataviewyupemrglobreusevariablescopycontainssortedObject.definePropertyless.jsreplaystringifierinternal slotESBigUint64Arraycachesharedbluebirdmimetypesdefinecharacterpropapieslintlimitdeterministicregular expressionargsansiStyleSheetstringwritemime-dbeast-asian-widthieclassnamesinternalremovejsonstringify.envtypedarrayscircularmulti-packageFloat64ArraytapeplugincommandpositivesuperstructECMAScript 2023typesafedescriptortddlook-upES2016routingbundlerUint8ArrayrandomprefixfastcommanderObservablenegative zerochromiumtoolsObject.assignfastcopycalles-abstractcloudtrailopenvalidationhelpersless compilerhardlinkssameValueZeroECMAScript 7persistentscheme-validationmixinsawesomesauceworkspace:*batchratebyteLengthpackage managercloneES2017weakmapfast-clonegetintrinsicfigletmoveemojigenericstyperedactimmutabletesterECMAScript 3stablepathextensionexpressairbnbasserttouchiterateframework-0fastifyequalstdlibvestlastextrageteslintpluginstatemergeObject.entriesfpsES5matchRxeventDispatcherupfindupmimedirectoryArray.prototype.filtersideoptionwalkingschemeboundvisualtrimLeftperformancees-shim APIformspolyfillwatchebssymbolsenumerabletrimRightkeysymlinkpreprocessorES8HyBiforEachlocationlazyfind-upsafereduceES6eventsObject.getPrototypeOffscompilercloudfrontECMAScript 2018jsxtypescriptemitpreserve-symlinksvalueECMAScript 2020fastclonerangeerrorpushhigher-orderauthes2016Object.isautoscalinggetterString.prototype.matchAlltestIteratorecmascriptweaksetlinkelasticachedeep-copyclijasminefoldercss lessassertsconsumeMaplogiamhasOwnECMAScript 2022es5RegExp#flagstc39reactcheckpackageworkercolumnsprototypeECMAScript 2015momentcss-in-jsspinnersrdsregexpfluxcolorcreaterapidprotowhich$.extendreal-timeelbURLPromisettydirparentvalidatechinesebufferssetstylingarktypeviewgdpruuidquerystringtaskdeepcopyReactiveExtensionsbootstrap cssutilimportrmECMAScript 2017typeofkarmargbslotsetterinstallregular expressionsnested csstostringtagRegExp.prototype.flagsbreakInt16ArrayponyfillownsomeES2019readablestreamArrayBuffer#sliceECMAScript 2016loadingfunctionsArray.prototype.flatmonorepocallbackunicodeYAMLaccessorbundlingspinnerstreamlessprogressfast-deep-copywatchFilecomputed-typesbeanstalktraversebrowserlistcallbindxtermtrimEndmaplookflatMappnpm9Array.prototype.flatMappredictablebannerphoneshebangcolorswrapESnexttrimarraysUint16ArrayObservablesbrowserslisturlguidclassesdescriptorscodesregularObjectfast-deep-clonedataViewcall-bindnameses7symbolqueueMicrotaskentriessymlinksUint8ClampedArrayArray.prototype.includesstatelesssimpledbmapreducefunctionperformantshellcloudformationclientarrayastSet__proto__debugtyped arraygroupBymruRxJShasOwnPropertyeverylengthgradients css3encryptionFunction.prototype.name_.extendautoprefixerio-tsendpointsequenceoffsetjQuerypatchgroupwordbreakconcurrencyArray.prototype.findLastIndexwidthchannel[[Prototype]]argparseglacierobjbindstyleinferenceformatamazoneventEmitterexpression

Readme

@lambrioanpm/dolore-earum-explicabo

NPM Version NPM Downloads Build Status Coverage Status Dependency Status

Make a full duplex stream with 2 Duplex endpoints.

Install: npm install @lambrioanpm/dolore-earum-explicabo

const DuplexPair = require('@lambrioanpm/dolore-earum-explicabo');

const { socket1, socket2 } = new DuplexPair();

socket1.write('Hi');
console.log(socket2.read());  // => <Buffer 48 69>

// Or, using options that are passed to the Duplex constructor:

const { socket1, socket2 } = new DuplexPair({ encoding: 'utf8' });

socket1.write('Hi');
console.log(socket2.read());  // => 'Hi'

License

MIT