1.0.0 • Published 10 days ago

@ryniaubenpm/dolor-delectus-dolore v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 days ago

@ryniaubenpm/dolor-delectus-dolore Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES spec-proposal-compliant Object.fromEntries shim. Invoke its "shim" method to shim Object.fromEntries if it is unavailable or noncompliant.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the proposed spec.

Most common usage:

var assert = require('assert');
var fromEntries = require('@ryniaubenpm/dolor-delectus-dolore');

var obj = { a: 1, b: 2, c: 3 };
var actual = fromEntries(Object.entries(obj));

assert.deepEqual(obj, actual);

if (!Object.fromEntries) {
	fromEntries.shim();
}

assert.deepEqual(Object.fromEntries(Object.entries(obj)), obj);

Tests

Simply clone the repo, npm install, and run npm test

figletreactreact-hookspromisedependency managerinspecteslint-pluginglobtrimStartrequestpathramdamacosfplazydomjsdiffargumentless mixinsquoteexit-codeECMAScript 2017patchinferenceArray.prototype.containsObject.valuesuuidStreamsaccessibilityUint32ArraycontainsterminalRegExp#flagsenumerablestylessortstreamsschemeaccessornegativecore-jsECMAScript 2022ECMAScript 2023jestincludesnopechanneldraggradients css3dayjscallboundmapes-shimsrequireECMAScript 5awesomesauceArray.prototype.filterimportbyteOffsetindicatorreuseform-validationsignalswatcherexecutableformseditorbabelbufferscallBigInt64ArraybluebirdunicodeES8defaultdeep-copyfullextensionsymbolintrinsicchinesesyntaxexecequalitylinkString.prototype.matchAllfile systemObject.entriesRxJSnegative zeroreal-timecurlconnectasyncbundlingescapestartassertionparentmodulesperformantjsonReflect.getPrototypeOfchromegetintrinsicMicrosoftloggingwebsitejson-schemastylesheethigher-ordertypescriptWebSockettelephoneES2021[[Prototype]]ArrayslotES2023environmentparseassertsdeterministicio-tssharedarraybufferclientStreamTypedArrayrm -rfshamwaitObservablesdependenciesformatsettingsObject.getPrototypeOfIterator-0colourparsergraphqlprivatepluginpackage.jsoncircularvalidationES2019code pointsclierror-handlingrapidlogYAMLxtermwaapitypedhashmruauthenticationlintquerystringES2016ratefolder0cloneES5tacitthroatconsolea11yinstallersetPrototypeOflimitsequencemixinsredactreact-testing-libraryminimalclass-validatorArrayBuffer.prototype.slicegroupByrgbbddobjclasseses2018typedarraykeysES2020polyfilllruclassnameRFC-6455__proto__Array.prototype.includescorsieexiteveryserializeautoprefixerArray.prototype.findLastIndexES2018utilitiesArray.prototype.flatmake dirargvprotobufmimetypesprivate datanamescolorskoreani18ndeepcloneES3hardlinkswindowsfseslintequallockfileimmerfind-upvariables in cssRxarktypelookcomparejsximmutablearraypropertyFloat64ArraygetPrototypeOfes2017debuggerstreams2phonewatchES2015xsscss nestinggetOwnPropertyDescriptorbootstrap lesslibphonenumberObjectcryptESnextInt8Arraycacheiscss variableairbnbcall-boundpnpm9styleguideregular expressionqueueeventDispatcherreact poseessharedarraybuffergettextperformanceansiInt16Arraysigtermdescriptionurlcompiler_.extendargparseless cssreducegenericsObject.assignless compilerHyBiAsyncIteratorecmascriptnative.envconstObservableemojiprotocol-buffersajveslintpluginwgetECMAScript 3datapersistentdeepcopylastJSON-SchemaerrorArrayBufferUint8ArraymatchWeakSetvalidateanimationshellcensorfast-deep-copyhttps6to5droptostringtagkarmagetterStyleSheetFloat32ArrayprunelistenersviewwhichECMAScript 7slicefileawaitmiddlewarechaitapstructuredClonesuperstructoptimizerdescriptorpackageseslintconfigprefixes-shim APIflagprogresscss-in-jsassertpostcss-pluginECMAScript 2019jwtworkerfast-copywalksignalSymbol.toStringTagtrimLeftcryptoprocesstypedarraysgradients csstestratelimitupES7jasminesidequeueMicrotaskdom-testing-libraryfixed-widthefficientpropECMAScript 6es5argsiteratormkdirpiterationcoerciblenested cssharmonystreampreprocessorURLSearchParamspopmotionbrowserTypeBoxyupspinnersiteratecolorsanitizeECMAScript 2020validvarInt32Arraylook-uptrimstarterloggermochaES6ESbundlerconsumeES2017symlinktddeventEmitterwriteprettyxdgcorebatchcharacterszodmkdirsmovemulti-packageboundWebSocketsguidcopydebugReactiveExtensionsl10njsyamlajaxhookformvalidatordatastructureexpressiontranspiletoobjectidletyped arraystatelessstatusFunction.prototype.nametrimRightpoint-freePushschemathreebytelet@@toStringTagcss lessflatMapvestserializationdiffhooksconcatpackagesortedfindupgestureselectronnumberconfigurableresolvetakeform$.extendcurriedinternalrm -frObject.definePropertypreserve-symlinkscommandjavascriptemitpromisesfindLastIndexconfigmetadataartdataviewjQueryasciifunctionsbreakuninstallponyfillreduxserializerdeepObject.fromEntrieshasOwnECMAScript 2018idfseventssettermomentformatting
1.0.0

10 days ago