Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@zitterorg/magni-eos

zitterorg152MIT5.8.60

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

Map, progress, variables, Stream, simpledb, sharedarraybuffer, dayjs, ES2022, 0, chai, react-testing-library, obj, child, mkdirp, accessor, ebs, rest, deepcopy, generics, transport, nope, Object.assign, pure, fantasy-land, tape, validate, syntax, ES, curl, spec, make dir, prune, Array.prototype.filter, rm, estree, karma, module, trimRight, regular expression, sqs, html, dynamodb, process, scheme-validation, collection.es6, react-hook-form, CSS, arrays, whatwg, TypeScript, browserslist, chinese, parse, transpile, full, loading, importexport, identifiers, endpoint, ECMAScript 7, findup, has, Object, testing, unicode, map, ES2021, es, stringifier, route, busy, hash, safe, jsdiff, some, validator, language, jest, package, phone, array, Microsoft, colour, ECMAScript 5, postcss, types, ts, fast-clone, ESnext, inference, fp, structuredClone, typeerror, match, getopt, front-end, setImmediate, equal, slot, value, parents, values, writable, sort, electron, spinner, callbind, URLSearchParams, waf, bind, classname, Symbol.toStringTag, ECMAScript 2023, assign, __proto__, ECMAScript 2015, visual, runtime, lint, file system, back-end, Symbol, uuid, json-schema, fnmatch, ses, CSSStyleDeclaration, side, ECMAScript 2022, Uint32Array, flags, take, Float64Array, es5, async, redux, fast-deep-copy, assert, iterator, getOwnPropertyDescriptor, Object.keys, expression, jsdom, nodejs, Function.prototype.name, user-streams, setPrototypeOf, import, a11y, npmignore, util, ast, plugin, jasmine, sinatra, typedarray, shell, mkdir, routing, es6, arraybuffer, i18n, circular, fetch, Streams, Object.entries, queue, prefix, xhr, gestures, flat, typeof, rgb, web, coverage, eslint-plugin, eslintconfig, es2016, weakset, reducer, environment, stream, term, router, loadbalancing, fast, HyBi, workspace:*, fastify, random, trimEnd, JSON-Schema, concatMap, shim, pose, Set, Uint8Array, Object.is, japanese, intrinsic, dataView, framework, make, zx, installer, yaml, regular, mapreduce, vest, elb, TypedArray, es-abstract, patch, which, regex, curried, styleguide, trimLeft, service, json, fps, native, function, globals, eventEmitter, TypeBox, es2015, diff, form-validation, multi-package, gdpr, has-own, id, dependencies, look, gitignore, toReversed, bundling, consume, glacier, ECMAScript 3, sameValueZero, let, hooks, querystring, String.prototype.trim, typescript, offset, graphql, ArrayBuffer.prototype.slice, group, inspect, check, hasOwnProperty, stringify, fastcopy, getintrinsic, object, performant, art, symbols, rules, logging, define, isConcatSpreadable, trimStart, awesomesauce, ReactiveX, setter, istanbul, dependency manager, toobject, test, 256, vars, babel, query, rm -rf, folder, getPrototypeOf, ES2023, feed, includes, acorn, framer, cloudtrail, bdd, functional, get, negative zero, toSorted, ava, full-width, tc39, airbnb, settings, trim, cloudwatch, output, wget, command-line, global, pipe, tacit, browserlist, flatten, api, ECMAScript 2020, Rx, es7, WeakMap, dom-testing-library, location, deterministic, react animation, es2018, censor, banner, postcss-plugin, starter, shebang, app, resolve, once, ArrayBuffer, jsx, emoji, ajax, eslintplugin, ES2016, fixed-width, tools, 6to5, streams, last, Iterator, mocking, log, .env, Object.getPrototypeOf, hardlinks, Push, merge, ECMAScript 6, ECMAScript 2019, react-hooks, AsyncIterator, atom, agent, tostringtag, swf, buffer, internal, Promise, argument, Object.defineProperty, reversed, time, events, prototype, read, espree, typedarrays, superstruct, es2017, ES2019, ender, qs, route53, is, manipulation, babel-core, ES2020, xterm, fullwidth, emr, Underscore, toArray, picomatch, file, symbol, [[Prototype]], column, prop, validation, es-shims, ES5, beanstalk, client, const, package manager, point-free, styling, core, YAML, rangeerror, forms, call, ponyfill, typesafe, chrome, eventDispatcher, symlinks, listeners, utils, node, command, ES6, stable, search, worker, binary, higher-order, call-bound, weakmap, directory, superagent, harmony, create, s3, l10n, chromium, bundler, regular expressions, buffers, cli, BigUint64Array, regular-expression, serialize, indicator, classes, deep, every, slice, deep-copy, @@toStringTag, error, util.inspect, Observables, iam, subprocess, real-time, proxy, Array.prototype.flat, jsonschema, spring, guid, mobile, extra, rework, cloudfront, korean, libphonenumber, protocol-buffers, extend, function.length, type, redux-toolkit, ignore, call-bind, entries, local, Uint16Array, ReactiveExtensions, typed, collection, rfc4122, input, findLast, names, emit, eslint, string, clone, format, cache, ES7, configurable, invariant, joi, install, iterate, rmdir, mkdirs, typed array, _.extend, write, length, ajv, fastclone, efficient, json-schema-validation, push, wait, formatting, styled-components, cloudformation, String.prototype.matchAll, name, Uint8ClampedArray, serialization, handler, sorted, ec2, minimal, polyfill, zero, Array.prototype.findLast, reverse, filter, readablestream, -0, three, enumerable, logger, transform, require, mru, Array.prototype.flatMap, request, RegExp.prototype.flags, 3d, terminal, drop, express, mock, Array.prototype.includes, pino, robust, amazon, tty, performance, up, preprocessor, toStringTag, coercible, own, exec, tslib, view, schema, flag, js, ES2015, forEach, promise, descriptor, deep-clone, idle, reuse, positive, colors, react, Array.prototype.flatten, mocha, flatMap, StyleSheet, compiler, rapid, delete, bin, ecmascript, optimizer, path, character, dataview, es-shim API, packages, execute, ramda

readme

@zitterorg/magni-eos Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES2017 spec-compliant Object.entries shim. Invoke its "shim" method to shim Object.entries 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 spec.

Most common usage:

var assert = require('assert');
var entries = require('@zitterorg/magni-eos');

var obj = { a: 1, b: 2, c: 3 };
var expected = [['a', 1], ['b', 2], ['c', 3]];

if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
    // for environments with Symbol support
    var sym = Symbol();
    obj[sym] = 4;
    obj.d = sym;
    expected.push(['d', sym]);
}

assert.deepEqual(entries(obj), expected);

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

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

Tests

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