Packages by ljharb

Name IM Last modified Is admin Publish scopes
@ljharb false

  • big-integer-max (latest: 1.0.0) Given two valid integers in string form, return the larger of the two.
  • big-integer-min (latest: 1.0.1) Given two valid integers in string form, return the smaller of the two.
  • simd (latest: 2.0.0) SIMD polyfill
  • is-arrow-function (latest: 2.0.3) Determine if a function is an ES6 arrow function or not.
  • url (latest: 0.11.0) The core `url` packaged standalone for use with Browserify.
  • es7-shim (latest: 6.0.0) ECMAScript 7 compatibility shims for legacy JavaScript engines
  • nvm (latest: 0.0.4) Please use http://nvm.sh instead
  • istanbul-merge (latest: 1.1.1) Merge multiple istanbul coverage reports into one
  • promise.try (latest: 1.0.0) ES Proposal spec-compliant shim for Promise.try
  • system.global (latest: 2.0.0) ECMAScript spec-compliant polyfill/shim for `global`
  • jordan (latest: 0.1.0) jordan
  • redux-pack (latest: 0.1.5) Sensible promise handling and middleware for redux
  • util.promisify-all (latest: 1.0.2) [![Build Status](https://travis-ci.org/SimenB/util.promisify-all.svg?branch=master)](https://travis-ci.org/SimenB/util.promisify-all) [![npm](https://img.shields.io/npm/v/util.promisify-all.svg)](https://www.npmjs.com/package/util.promisify-all)
  • is-touch-device (latest: 1.0.1) Is the current JS environment a touch device?
  • global-cache (latest: 1.2.1) Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
  • function-bind (latest: 1.1.1) Implementation of Function.prototype.bind
  • make-async-function (latest: 1.0.0) Function that returns an arbitrary `async function`, or undefined if `async function` syntax is unsupported.
  • has-object-spread (latest: 1.0.0) check if the environment supports { ...a } spread syntax
  • array.prototype.flatten (latest: 1.2.1) An ESnext spec-compliant `Array.prototype.flatten` shim/polyfill/replacement that works as far down as ES3.
  • sha.js (latest: 2.4.11) Streamable SHA hashes in pure javascript
  • json-file-plus (latest: 3.3.1) Read from and write to a JSON file, minimizing diffs and preserving formatting.
  • ripemd160 (latest: 2.0.2) Compute ripemd160 of bytes or strings.
  • redux-injectable-store (latest: 1.1.0) Redux store with injectable reducers for use with bundle splitting, large apps, and SPAs.
  • for-each (latest: 0.3.3) A better forEach
  • has (latest: 1.0.3) Object.prototype.hasOwnProperty.call shortcut
  • prop-types-exact (latest: 1.2.0) For use with React PropTypes. Will error on any prop not explicitly specified.
  • extend (latest: 3.0.2) Port of jQuery.extend for node.js and the browser
  • travis-ci (latest: 2.2.0) node library to access the Travis-CI API
  • is-boxed-primitive (latest: 1.0.0) Is this value a boxed primitive? Shim for node's util.isBoxedPrimitive.
  • node.extend (latest: 2.0.2) A port of jQuery.extend that actually works on node.js
  • is (latest: 3.3.0) the definitive JavaScript type testing library
  • covert (latest: 1.1.1) code coverage command con coverify
  • randombytes (latest: 2.1.0) random bytes from browserify stand alone
  • reduce (latest: 1.0.2) A better [].reduce
  • 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
  • assert (latest: 2.0.0) The assert module from Node.js, for the browser.
  • react-create-hoc (latest: 1.0.1) Create a React Higher-Order Component (HOC) following best practices
  • 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.
  • es-to-primitive (latest: 1.2.1) ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
  • is-weakmap (latest: 2.0.1) Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • string-at (latest: 1.1.0) A robust & optimized ES3-compatible polyfill for the `String.prototype.at` proposal for ECMAScript 6/7 - based on https://mths.be/at
  • enzyme (latest: 3.11.0) JavaScript Testing utilities for React
  • dotignore (latest: 0.1.2) ignorefile/includefile matching .gitignore spec
  • regexp.escape (latest: 1.1.0) A robust ES3-compatible polyfill for the ES7 `RegExp.escape` proposal - see https://github.com/benjamingr/RexExp.escape/
  • map-tojson (latest: 2.1.0) ES7 Proposal: Map#toJSON https://github.com/DavidBruant/Map-Set.prototype.toJSON
  • comments (latest: 0.3.7) Transform between different comment styles
  • promise-deferred (latest: 2.0.3) A lightweight Deferred implementation, on top of Promises/A+
  • promiseback (latest: 2.0.3) Accept an optional node-style callback, and also return a spec-compliant Promise!
  • iterate-value (latest: 1.0.2) Iterate any iterable JS value. Works robustly in all environments, all versions.
  • testling (latest: 1.7.3) write tests for browser code
  • get-nans (latest: 2.0.0) Get an array of all distinct NaN values supported by the engine. There can be only one!
  • 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.
  • make-arrow-function (latest: 1.2.0) Function that returns an arbitrary arrow function, or undefined if arrow function syntax is unsupported.
  • make-generator-function (latest: 2.0.0) Returns an arbitrary generator function, or undefined if generator syntax is unsupported.
  • react-dates (latest: 21.8.0) A responsive and accessible date range picker component built with React
  • @airbnb/node-memwatch (latest: 2.0.0) Keep an eye on your memory usage, and discover and isolate leaks.
  • listify (latest: 1.0.3) Turn an array into a list of comma-separated values, appropriate for use in an English sentence.
  • jest-wrap (latest: 1.7.0) Fluent pluggable interface for easily wrapping `describe` and `it` blocks in Jest tests.
  • forms (latest: 1.3.2) An easy way to create, parse, and validate forms
  • make-async-generator-function (latest: 1.0.0) Function that returns an arbitrary async generator function, or undefined if async generator syntax is unsupported.
  • airbnb-prop-types (latest: 2.16.0) Custom React PropType validators that we use at Airbnb.
  • daytime (latest: 1.0.3) combine two Date objects, "day" and "time", into a new Date object
  • array.prototype.item (latest: 1.0.0) An ES-spec-compliant (proposed) Array.prototype.item shim/polyfill/replacement that works as far down as ES3
  • string.prototype.item (latest: 1.0.0) An ES-spec-compliant (proposed) String.prototype.item shim/polyfill/replacement that works as far down as ES3
  • has-package-imports (latest: 1.0.0) Does the current node version have support for the "imports" field in package.json?
  • es6-shim (latest: 0.35.6) ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
  • list-exports (latest: 1.0.4) Given a package name and a version number, or a path to a package.json, what specifiers does it expose?
  • ls-exports (latest: 1.1.0) CLI for `list-exports`: Given a package name and a version number, or a path to a package.json, what specifiers does it expose?
  • is-set (latest: 2.0.2) Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-map (latest: 2.0.2) Is this value a JS Map? 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.
  • side-channel (latest: 1.0.4) Store information about any JS value in a side channel. Uses WeakMap if available.
  • util.promisify (latest: 1.1.1) Polyfill/shim for util.promisify in node versions < v8
  • call-bind (latest: 1.0.2) Robustly `.call.bind()` a function
  • find-value-locations (latest: 2.0.3) Given an object, and a value, return a tuple of the property name, and the object on which it is an own property.
  • has-private-fields (latest: 1.1.0) Determine if the JS environment has private fields (`class { #x; }`) support.
  • private-fields (latest: 1.0.0) What private fields does this object have?
  • salita (latest: 0.12.3) Automatically upgrade all dependencies, devDependencies, and peerDependencies
  • object-is (latest: 1.1.5) ES2015-compliant shim for Object.is - differentiates between -0 and +0
  • has-package-exports (latest: 1.2.3) Does the current node version have support for the "exports" field in package.json?
  • is-symbol (latest: 1.0.4) Determine if a value is an ES6 Symbol or not.
  • html-element-map (latest: 1.3.1) Look up HTML tag names via HTML Element constructors, and vice versa.
  • has-tostringtag (latest: 1.0.0) Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
  • is-date-object (latest: 1.0.5) Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-arguments (latest: 1.1.1) Is this an arguments object? It's a harder question than you think.
  • is-boolean-object (latest: 1.1.2) Is this value a JS Boolean? This module 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.
  • is-number-object (latest: 1.0.6) Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-regex (latest: 1.1.4) Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
  • is-bigint (latest: 1.0.4) Is this value an ES BigInt?
  • node-polyglot (latest: 2.4.2) Give your JavaScript the ability to speak many languages.
  • get-symbol-description (latest: 1.0.0) Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
  • available-typed-arrays (latest: 1.0.5) Returns an array of Typed Array names that are available in the current environment
  • math.log10 (latest: 1.0.0) An ES-spec-compliant Math.log10 shim/polyfill/replacement that works as far down as ES3
  • es-string-html-methods (latest: 1.0.0) An ES-spec-compliant shim/polyfill/replacement for the Annex B String.prototype HTML methods that works as far down as ES3
  • has-strict-mode (latest: 1.0.1) Does the current JS environment have strict mode? ES5+ should; but let's not assume.
  • string.prototype.lastindexof (latest: 1.0.1) An ES-spec-compliant `String.prototype.lastIndexOf`shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.at (latest: 1.0.3) An ES-spec-compliant (proposed) Array.prototype.at shim/polyfill/replacement that works as far down as ES3
  • array.prototype.entries (latest: 1.0.3) An ES2015 spec-compliant `Array.prototype.entries` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.copywithin (latest: 1.0.1) An ES2015 spec-compliant `Array.prototype.copyWithin` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.every (latest: 1.1.3) An ES5 spec-compliant `Array.prototype.every` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.findlastindex (latest: 1.1.1) An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.findlast (latest: 1.1.1) An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.indexof (latest: 1.0.3) An ES2015 spec-compliant `Array.prototype.indexOf` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.foreach (latest: 1.0.2) An ES spec-compliant `Array.prototype.forEach` shim/polyfill/replacement that works as far down as ES3.
  • iterate-iterator (latest: 1.0.2) Iterate any JS iterator. Works robustly in all environments, all versions.
  • array.prototype.lastindexof (latest: 1.0.3) An ES2015 spec-compliant `Array.prototype.lastIndexOf` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.reduce (latest: 1.0.3) An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.reduceright (latest: 1.0.3) An ES5 spec-compliant `Array.prototype.reduceRight` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.some (latest: 1.1.3) An ES5 spec-compliant `Array.prototype.some` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.values (latest: 1.0.2) An ES2015 spec-compliant `Array.prototype.values` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.filter (latest: 1.0.1) An ES5 spec-compliant `Array.prototype.filter` shim/polyfill/replacement that works as far down as ES3.
  • math.atanh (latest: 1.0.1) An ES-spec-compliant Math.atanh shim/polyfill/replacement that works as far down as ES3
  • math.acosh (latest: 1.0.1) An ES-spec-compliant Math.acosh shim/polyfill/replacement that works as far down as ES3
  • math.cbrt (latest: 1.0.1) An ES-spec-compliant Math.cbrt shim/polyfill/replacement that works as far down as ES3
  • math.clz32 (latest: 1.0.1) An ES-spec-compliant Math.clz32 shim/polyfill/replacement that works as far down as ES3
  • math.fround (latest: 1.0.1) An ES-spec-compliant Math.fround shim/polyfill/replacement that works as far down as ES3
  • math.imul (latest: 1.0.1) An ES-spec-compliant Math.imul shim/polyfill/replacement that works as far down as ES3
  • number.issafeinteger (latest: 1.0.1) An ES-spec-compliant Number.isSafeInteger shim/polyfill/replacement that works as far down as ES3
  • number.isinteger (latest: 1.0.1) An ES-spec-compliant Number.isInteger shim/polyfill/replacement that works as far down as ES3
  • number.parsefloat (latest: 1.0.1) An ES-spec-compliant Number.parseFloat shim/polyfill/replacement that works as far down as ES3
  • reflect.getprototypeof (latest: 1.0.2) An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
  • object.getprototypeof (latest: 1.0.3) An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
  • reflect.ownkeys (latest: 1.1.0) ES2015 spec-compliant shim for Reflect.ownKeys
  • string.prototype.at (latest: 1.0.3) An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3
  • string.raw (latest: 1.0.4) An ES-spec-compliant String.raw shim/polyfill/replacement that works as far down as ES3
  • string.prototype.split (latest: 1.0.5) An ES spec-compliant `String.prototype.split` shim/polyfill/replacement that works as far down as ES3
  • @es-shims/api (latest: 2.2.3) Loosely test a package's compliance with the es-shim API
  • is-finalizationregistry (latest: 1.0.2) Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • @rest-hooks/normalizr (latest: 8.1.0) Normalizes and denormalizes JSON according to schema for Redux and Flux applications
  • react-with-direction (latest: 1.4.0) Components to provide and consume RTL or LTR direction in React
  • deprecations (latest: 3.0.2) Given npm module names, get a JSON map of npm version numbers to deprecation messages.
  • safe-publish-latest (latest: 2.0.0) Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
  • number.prototype.toexponential (latest: 1.0.3) An ES-spec-compliant Number.prototype.toExponential shim/polyfill/replacement that works as far down as ES3
  • rest-hooks (latest: 6.1.7) Asynchronous data framework for React
  • lockfile-info (latest: 1.0.0) Info about an npm project - which lockfile version, which lockfile(s) are present, etc.
  • reflect.apply (latest: 1.0.2) An ES-spec-compliant Reflect.apply shim/polyfill/replacement that works as far down as ES3
  • is-weakref (latest: 1.0.2) Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-negative-zero (latest: 2.0.2) Is this value negative zero? === will lie to you
  • has-dynamic-import (latest: 2.0.1) Does the current environment have `import()` support?
  • is-weakset (latest: 2.0.2) Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • number.isfinite (latest: 1.0.1) An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3
  • number.parseint (latest: 1.0.1) An ES-spec-compliant Number.parseInt shim/polyfill/replacement that works as far down as ES3
  • array.prototype.groupby (latest: 1.0.0) An ESnext spec-compliant `Array.prototype.groupBy` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.groupbytomap (latest: 1.0.0) An ESnext spec-compliant `Array.prototype.groupByToMap` shim/polyfill/replacement that works as far down as ES3.
  • math.log1p (latest: 1.0.3) An ES-spec-compliant Math.log1p shim/polyfill/replacement that works as far down as ES3
  • array.prototype.keys (latest: 1.0.4) An ES2015 spec-compliant `Array.prototype.keys` shim/polyfill/replacement that works as far down as ES3.
  • array.from (latest: 1.1.1) A robust & optimized `Array.from` polyfill, based on the ECMAScript 6 specification.
  • array.of (latest: 1.0.1) A robust & optimized `Array.of` polyfill, based on the ECMAScript 6 specification.
  • error-cause (latest: 1.0.3) An ES-spec-compliant shim/polyfill/replacement for the `.cause` property on all Error types that works as far down as ES3
  • react-native-maps (latest: 0.30.1) React Native Mapview component for iOS + Android
  • prop-types (latest: 15.8.1) Runtime type checking for React props and similar objects.
  • eslint-find-rules (latest: 4.1.0) Find built-in ESLint rules you don't have in your custom config.
  • get-dep-tree (latest: 1.0.1) Use npm's Arborist to get a dependency tree for a package.
  • repo-report (latest: 0.1.2) CLI to list all repos a user has access to, and report on their configuration in aggregate.
  • is-equal (latest: 1.6.4) Are these two values conceptually equal?
  • aud (latest: 2.0.0) Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!
  • set-tojson (latest: 2.1.1) ES7 Proposal: Set#toJSON https://github.com/DavidBruant/Map-Set.prototype.toJSON
  • ls-engines (latest: 0.6.4) Determine if your dependency graph's stated "engines" criteria is met.
  • npm-lockfile (latest: 3.0.2) Safely generate an npm lockfile and output it to the filename of your choice.
  • publishers (latest: 2.0.0) Provide a package name, get a list of every version, and who published it
  • ls-publishers (latest: 1.0.0) git@github.com:ljharb/ls-publishers.git
  • ecmarkup (latest: 9.8.1) Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.
  • tape (latest: 5.5.0) tap-producing test harness for node and browsers
  • @anansi/polyfill (latest: 1.0.92) Feature detection triggered dynamic polyfills
  • has-symbols (latest: 1.0.3) Determine if the JS environment has Symbol support. Supports spec, or shams.
  • es-shim-unscopables (latest: 1.0.0) Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
  • has-property-descriptors (latest: 1.0.0) Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
  • has-bigints (latest: 1.0.2) Determine if the JS environment has BigInt support.
  • functions-have-names (latest: 1.2.3) Does this JS environment support the `name` property on functions?
  • es5-shim (latest: 4.6.7) ECMAScript 5 compatibility shims for legacy JavaScript engines
  • globalthis (latest: 1.0.3) ECMAScript spec-compliant polyfill/shim for `globalThis`
  • jsx-ast-utils (latest: 3.3.3) AST utility module for statically analyzing JSX
  • 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.
  • util (latest: 0.12.5) Node.js's util module for all engines
  • enzyme-shallow-equal (latest: 1.0.5) Adaptation of react-addons-shallow-compare, for independent usage
  • 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.
  • array.prototype.tosorted (latest: 1.1.1) An ESnext spec-compliant `Array.prototype.toSorted` 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.
  • array.prototype.flat (latest: 1.3.1) An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
  • eslint-module-utils (latest: 2.7.4) Core utilities to support eslint-plugin-import and other module-related plugins.
  • get-intrinsic (latest: 1.2.0) Get and robustly cache all JS language-level intrinsics at first require time
  • gopd (latest: 1.0.1) `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
  • object-inspect (latest: 1.12.3) string representations of objects in node and the browser
  • es-set-tostringtag (latest: 2.0.1) A helper to optimistically set Symbol.toStringTag, when possible.
  • has-proto (latest: 1.0.1) Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
  • 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.
  • 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.
  • camelize (latest: 1.0.1) recursively transform key strings to camel-case
  • 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.
  • stop-iteration-iterator (latest: 1.0.0) Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
  • json-stable-stringify (latest: 1.0.2) deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
  • jsonify (latest: 0.0.1) JSON without touching any globals
  • minimist (latest: 1.2.8) parse argument options
  • traverse (latest: 0.6.7) traverse and transform objects by visiting every node on a recursive walk
  • expect (latest: 29.5.0) This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).
  • shell-quote (latest: 1.8.0) quote and parse shell commands
  • 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.
  • 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.
  • es-abstract (latest: 1.21.2) ECMAScript spec abstract operations.
  • array-buffer-byte-length (latest: 1.0.0) Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
  • resolve (latest: 1.22.2) resolve like require.resolve() on behalf of files asynchronously and synchronously
  • promise.any (latest: 2.0.5) ES 2021 spec-compliant shim for Promise.any
  • is-core-module (latest: 2.12.0) Is this specifier a node.js core module?
  • qs (latest: 6.11.2) A querystring parser that supports nesting and arrays, with a depth limit

Copyright © npmmirror.com | 浙ICP备15033595号-63 |