licenses.dev

es-get-iterator v1.1.3

Get an iterator for any JS language value. Works robustly across all environments, all versions.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT33
PackageRelationDependenciesPublished
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeDIRECT14
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.DIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT21
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.DIRECT17
is-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.DIRECT0
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.DIRECT0
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.DIRECT17
isarray • 2.0.5Array#isArray for older browsersDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
side-channel-list • 1.0.1Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT17
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT18
side-channel • 1.1.1Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
stop-iteration-iterator • 1.1.0Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.DIRECT22
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/es-get-iterator)](https://licenses.dev/npm/es-get-iterator)
<a href="https://licenses.dev/npm/es-get-iterator">
  <img src="https://licenses.dev/b/npm/es-get-iterator" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.3 version:

[![licenses](https://licenses.dev/b/npm/es-get-iterator/1.1.3)](https://licenses.dev/npm/es-get-iterator/1.1.3)
<a href="https://licenses.dev/npm/es-get-iterator/1.1.3">
  <img src="https://licenses.dev/b/npm/es-get-iterator/1.1.3" alt="licenses" />
</a>
GitHub