Packages by ljharb <ljharb@gmail.com> [SYNC profile]

Name IM Last modified Is admin Publish scopes
@ljharb Tue May 05 2020 21:59:10 GMT+0000 (Coordinated Universal Time) false @uyun

  • object-keys (latest: 1.1.1) An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
  • es-to-primitive (latest: 1.2.1) ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
  • function-bind (latest: 1.1.1) Implementation of Function.prototype.bind
  • has (latest: 1.0.3) Object.prototype.hasOwnProperty.call shortcut
  • reduce (latest: 1.0.2) A better [].reduce
  • html-element-map (latest: 1.2.0) Look up HTML tag names via HTML Element constructors, and vice versa.
  • is-arrow-function (latest: 2.0.3) Determine if a function is an ES6 arrow function or not.
  • which-collection (latest: 1.0.1) Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
  • is-weakmap (latest: 2.0.1) Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-weakset (latest: 2.0.1) Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-object (latest: 1.0.1) Checks whether a value is an object
  • iterate-value (latest: 1.0.2) Iterate any iterable JS value. Works robustly in all environments, all versions.
  • es-array-method-boxes-properly (latest: 1.0.0) Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
  • iterate-iterator (latest: 1.0.1) Iterate any JS iterator. Works robustly in all environments, all versions.
  • for-each (latest: 0.3.3) A better forEach
  • es6-shim (latest: 0.35.6) ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
  • side-channel (latest: 1.0.4) Store information about any JS value in a side channel. Uses WeakMap if available.
  • object-is (latest: 1.1.5) ES2015-compliant shim for Object.is - differentiates between -0 and +0
  • is-map (latest: 2.0.2) Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-set (latest: 2.0.2) Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-nan (latest: 1.3.2) ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.
  • is-regex (latest: 1.1.4) Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
  • is-string (latest: 1.0.7) Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • util.promisify (latest: 1.1.1) Polyfill/shim for util.promisify in node versions < v8
  • is-symbol (latest: 1.0.4) Determine if a value is an ES6 Symbol or not.
  • is-negative-zero (latest: 2.0.2) Is this value negative zero? === will lie to you
  • is-arguments (latest: 1.1.1) Is this an arguments object? It's a harder question than you think.
  • available-typed-arrays (latest: 1.0.5) Returns an array of Typed Array names that are available in the current environment
  • has-symbols (latest: 1.0.3) Determine if the JS environment has Symbol support. Supports spec, or shams.
  • functions-have-names (latest: 1.2.3) Does this JS environment support the `name` property on functions?
  • object.assign (latest: 4.1.4) ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
  • is-callable (latest: 1.2.7) Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
  • safe-regex-test (latest: 1.0.0) Give a regex, get a robust predicate function that tests it against a string.
  • is-date-object (latest: 1.0.5) Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • which-typed-array (latest: 1.1.9) Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
  • gopd (latest: 1.0.1) `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
  • is-typed-array (latest: 1.1.10) Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
  • is-equal (latest: 1.6.4) Are these two values conceptually equal?
  • is-bigint (latest: 1.0.4) Is this value an ES BigInt?
  • is-boolean-object (latest: 1.1.2) Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-number-object (latest: 1.0.7) Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • util (latest: 0.12.5) Node.js's util module for all engines
  • array-includes (latest: 3.1.6) An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.flatmap (latest: 1.3.1) An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
  • object.entries (latest: 1.1.6) ES2017 spec-compliant Object.entries shim.
  • object.hasown (latest: 1.1.2) ES spec-compliant shim for Object.hasOwn
  • object.values (latest: 1.1.6) ES2017 spec-compliant Object.values shim.
  • globalthis (latest: 1.0.3) ECMAScript spec-compliant polyfill/shim for `globalThis`
  • array.prototype.flat (latest: 1.3.1) An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
  • define-properties (latest: 1.2.0) Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
  • object-inspect (latest: 1.12.3) string representations of objects in node and the browser
  • promise.allsettled (latest: 1.0.6) ES Proposal spec-compliant shim for Promise.allSettled
  • array.prototype.map (latest: 1.0.5) An ES5 spec-compliant `Array.prototype.map` shim/polyfill/replacement that works as far down as ES3.
  • es-abstract (latest: 1.21.2) ECMAScript spec abstract operations.
  • resolve (latest: 1.22.2) resolve like require.resolve() on behalf of files asynchronously and synchronously
  • is-core-module (latest: 2.12.0) Is this specifier a node.js core module?
  • deep-equal (latest: 2.2.0) node's assert.deepEqual algorithm
  • es-get-iterator (latest: 1.1.3) Get an iterator for any JS language value. Works robustly across all environments, all versions.
  • get-intrinsic (latest: 1.2.1) Get and robustly cache all JS language-level intrinsics at first require time

Copyright 2013 - present © cnpmjs.org