Packages by ljharb

Name IM Last modified Is admin Publish scopes
@ljharb false @cnpm , @ywfe_

  • prop-types (latest: 15.8.1) Runtime type checking for React props and similar objects.
  • minimist (latest: 1.2.8) parse argument options
  • object.assign (latest: 4.1.5) ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
  • promise.allsettled (latest: 1.0.7) ES Proposal spec-compliant shim for Promise.allSettled
  • extend (latest: 3.0.2) Port of jQuery.extend for node.js and the browser
  • concat-map (latest: 0.0.2) concatenative mapdashery
  • util.promisify (latest: 1.1.2) Polyfill/shim for util.promisify in node versions < v8
  • is-accessor-descriptor (latest: 3.0.5) Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
  • is-data-descriptor (latest: 2.1.3) Returns true if a value has the characteristics of a valid JavaScript data descriptor.
  • is-descriptor (latest: 3.1.1) Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
  • hasown (latest: 2.0.2) A robust, ES3 compatible, "has own property" predicate.
  • gopd (latest: 1.0.1) `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
  • 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
  • define-properties (latest: 1.2.1) Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
  • function-bind (latest: 1.1.2) Implementation of Function.prototype.bind
  • has-symbols (latest: 1.0.3) Determine if the JS environment has Symbol support. Supports spec, or shams.
  • es-abstract (latest: 1.23.3) ECMAScript spec abstract operations.
  • call-bind (latest: 1.0.7) Robustly `.call.bind()` a function
  • array.prototype.map (latest: 1.0.7) An ES5 spec-compliant `Array.prototype.map` shim/polyfill/replacement that works as far down as ES3.
  • iterate-value (latest: 1.0.2) Iterate any iterable JS value. Works robustly in all environments, all versions.
  • get-intrinsic (latest: 1.2.4) Get and robustly cache all JS language-level intrinsics at first require time
  • randombytes (latest: 2.1.0) random bytes from browserify stand alone
  • is-arguments (latest: 1.1.1) Is this an arguments object? It's a harder question than you think.
  • is-object (latest: 1.0.2) Checks whether a value is an object
  • json-stable-stringify (latest: 1.1.1) deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
  • vhost (latest: 3.0.2) virtual domain hosting
  • resolve (latest: 1.22.8) resolve like require.resolve() on behalf of files asynchronously and synchronously
  • enzyme (latest: 3.11.0) JavaScript Testing utilities for React
  • has-tostringtag (latest: 1.0.2) Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
  • node.extend (latest: 2.0.3) A port of jQuery.extend that actually works on node.js
  • es5-shim (latest: 4.6.7) ECMAScript 5 compatibility shims for legacy JavaScript engines
  • assert (latest: 2.1.0) The assert module from Node.js, for the browser.
  • is (latest: 3.3.0) the definitive JavaScript type testing library
  • koa (latest: 2.15.3) Koa web app framework
  • shell-quote (latest: 1.8.1) quote and parse shell commands
  • object.values (latest: 1.2.0) ES2017 spec-compliant Object.values shim.
  • object-is (latest: 1.1.6) ES2015-compliant shim for Object.is - differentiates between -0 and +0
  • object.entries (latest: 1.1.8) ES2017 spec-compliant Object.entries shim.
  • deep-equal (latest: 2.2.3) node's assert.deepEqual algorithm
  • is-boolean-object (latest: 1.1.2) Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-callable (latest: 1.2.7) Is this JS value callable? Works with Functions and GeneratorFunctions, 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
  • 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.
  • array.prototype.flat (latest: 1.3.2) An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
  • html-element-map (latest: 1.3.1) Look up HTML tag names via HTML Element constructors, and vice versa.
  • is-regex (latest: 1.1.4) Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
  • enzyme-shallow-equal (latest: 1.0.7) Adaptation of react-addons-shallow-compare, for independent usage
  • defined (latest: 1.0.1) return the first argument that is `!== undefined`
  • buffer-equal (latest: 1.0.1) return whether two buffers are equal
  • @koa/cors (latest: 5.0.0) Cross-Origin Resource Sharing(CORS) for koa
  • for-each (latest: 0.3.3) A better forEach
  • has-proto (latest: 1.0.3) Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
  • is-typed-array (latest: 1.1.13) 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.
  • available-typed-arrays (latest: 1.0.7) Returns an array of Typed Array names that are available in the current environment
  • which-typed-array (latest: 1.1.15) Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
  • array.prototype.filter (latest: 1.0.4) An ES5 spec-compliant `Array.prototype.filter` shim/polyfill/replacement that works as far down as ES3.
  • 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-object-atoms (latest: 1.0.0) ES Object-related atoms: Object, ToObject, RequireObjectCoercible
  • es-errors (latest: 1.3.0) A simple cache for a few of the JS Error constructors.
  • is-symbol (latest: 1.0.4) Determine if a value is an ES6 Symbol or not.
  • is-nan (latest: 1.3.2) ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.
  • is-date-object (latest: 1.0.5) Is this value a JS Date object? 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
  • es-to-primitive (latest: 1.2.1) ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
  • travis-ci (latest: 2.2.0) node library to access the Travis-CI API
  • eslint-find-rules (latest: 4.1.0) Find built-in ESLint rules you don't have in your custom config.
  • array-includes (latest: 3.1.8) An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.flatmap (latest: 1.3.2) An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.findlastindex (latest: 1.2.5) An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
  • object.groupby (latest: 1.0.3) An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3.
  • @tapjs/processinfo (latest: 3.1.8) A Node.js loader to track processes and which JavaScript files they load.
  • camelize (latest: 1.0.1) recursively transform key strings to camel-case
  • array-map (latest: 0.0.1) `[].map(f)` for older browsers
  • @ljharb/resumer (latest: 0.1.3) a through stream that starts paused and resumes on the next tick
  • array.prototype.every (latest: 1.1.6) An ES5 spec-compliant `Array.prototype.every` shim/polyfill/replacement that works as far down as ES3.
  • dotignore (latest: 0.1.2) ignorefile/includefile matching .gitignore spec
  • has-dynamic-import (latest: 2.1.0) Does the current environment have `import()` support?
  • functions-have-names (latest: 1.2.3) Does this JS environment support the `name` property on functions?
  • has-property-descriptors (latest: 1.0.2) Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
  • define-data-property (latest: 1.1.4) Define a data property on an object. Will fall back to assignment in an engine without descriptors.
  • prop-types-exact (latest: 1.2.4) For use with React PropTypes. Will error on any prop not explicitly specified.
  • coverify (latest: 1.5.1) code coverage browserify transform
  • expect (latest: 29.7.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).
  • is-equal (latest: 1.7.0) Are these two values conceptually equal?
  • is-arrow-function (latest: 2.0.3) Determine if a function is an ES6 arrow function or not.
  • is-bigint (latest: 1.0.4) Is this value an ES BigInt?
  • es-get-iterator (latest: 1.1.3) Get an iterator for any JS language value. Works robustly across all environments, all versions.
  • which-collection (latest: 1.0.2) Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
  • object.getprototypeof (latest: 1.0.6) An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
  • has-bigints (latest: 1.0.2) Determine if the JS environment has BigInt support.
  • is-map (latest: 2.0.3) Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-set (latest: 2.0.3) Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • stop-iteration-iterator (latest: 1.0.0) Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.
  • is-weakmap (latest: 2.0.2) Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-weakset (latest: 2.0.3) Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • reflect.getprototypeof (latest: 1.0.6) An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
  • es6-shim (latest: 0.35.8) ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
  • is-finalizationregistry (latest: 1.0.2) Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-weakref (latest: 1.0.2) Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
  • is-async-function (latest: 2.0.0) Determine if a function is a native async function.
  • globalthis (latest: 1.0.4) ECMAScript spec-compliant polyfill/shim for `globalThis`
  • side-channel (latest: 1.0.6) Store information about any JS value in a side channel. Uses WeakMap if available.
  • create-hash (latest: 1.2.0) create hashes for browserify
  • buffer-xor (latest: 2.0.2) A simple module for bitwise-xor on buffers
  • pbkdf2 (latest: 3.1.2) This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
  • ripemd160 (latest: 2.0.2) Compute ripemd160 of bytes or strings.
  • cipher-base (latest: 1.0.4) abstract base class for crypto-streams
  • evp_bytestokey (latest: 1.0.3) The insecure key derivation algorithm from OpenSSL
  • sha.js (latest: 2.4.11) Streamable SHA hashes in pure javascript
  • md5.js (latest: 1.3.5) node style md5 on pure JavaScript
  • create-hmac (latest: 1.1.7) node style hmacs in the browser
  • hash-base (latest: 3.1.0) abstract base class for hash-streams
  • typedarray (latest: 0.0.7) TypedArray polyfill for old browsers
  • array.prototype.findlast (latest: 1.2.5) An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.toreversed (latest: 1.1.2) An ESnext spec-compliant `Array.prototype.toReversed` shim/polyfill/replacement that works as far down as ES3.
  • array.prototype.tosorted (latest: 1.1.4) An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
  • es-iterator-helpers (latest: 1.0.19) An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
  • jsx-ast-utils (latest: 3.3.5) AST utility module for statically analyzing JSX
  • object.hasown (latest: 1.1.4) ES spec-compliant shim for Object.hasOwn
  • es-shim-unscopables (latest: 1.0.2) Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
  • es-set-tostringtag (latest: 2.0.3) A helper to optimistically set Symbol.toStringTag, when possible.
  • safe-array-concat (latest: 1.1.2) `Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
  • jsonify (latest: 0.0.1) JSON without touching any globals
  • buffer-reverse (latest: 1.0.1) A lite module for reverse-operations on buffers
  • safe-regex-test (latest: 1.0.3) Give a regex, get a robust predicate function that tests it against a string.
  • deep-equal-json (latest: 1.0.0) `deep-equal`, but only for JSON-supported values.
  • ent (latest: 2.2.1) Encode and decode HTML entities
  • randomfill (latest: 1.0.4) random fill from browserify stand alone
  • public-encrypt (latest: 4.0.3) browserify version of publicEncrypt & privateDecrypt
  • create-ecdh (latest: 4.0.4) createECDH but browserifiable
  • array-buffer-byte-length (latest: 1.0.1) Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
  • data-view-buffer (latest: 1.0.1) Get the ArrayBuffer out of a DataView, robustly.
  • is-data-view (latest: 1.0.1) Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
  • get-symbol-description (latest: 1.0.2) Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
  • is-negative-zero (latest: 2.0.3) Is this value negative zero? === will lie to you
  • parse-asn1 (latest: 5.1.7) utility library for parsing asn1 files for use with browserify-sign.
  • array.prototype.reduce (latest: 1.0.7) An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.
  • babel-preset-airbnb (latest: 5.0.0) A babel preset for transforming your JavaScript for Airbnb
  • object-inspect (latest: 1.13.2) string representations of objects in node and the browser
  • nvm (latest: 0.0.4) Please use http://nvm.sh instead
  • listify (latest: 1.0.3) Turn an array into a list of comma-separated values, appropriate for use in an English sentence.
  • @tapjs/test (latest: 4.0.0) the pluggable Test class for node-tap
  • @tapjs/mock (latest: 4.0.0) tap plugin adding t.mockRequire() and t.mockImport()
  • @tapjs/after (latest: 3.0.0) a built-in tap extension for t.after() and t.teardown()
  • @tapjs/chdir (latest: 3.0.0) a built-in tap extension for t.chdir()
  • @tapjs/spawn (latest: 4.0.0) a built-in tap extension for t.spawn()
  • @tapjs/stdin (latest: 4.0.0) a built-in tap extension for t.stdin()
  • @tapjs/before (latest: 4.0.0) a built-in tap extension for t.before()
  • @tapjs/filter (latest: 4.0.0) tap plugin providing t.only() and grep option
  • @tapjs/worker (latest: 4.0.0) a built-in tap extension for t.worker()
  • @tapjs/asserts (latest: 4.0.0) Tap plugin that adds a heaping pile of assertion methods. Pretty much all of the "test" methods other than `t.pass`, `t.fail`, and [snapshot methods](https://tapjs.github.io/tapjs/modules/_tapjs_snapshot.html) come from this plugin.
  • @tapjs/fixture (latest: 4.0.0) Tap plugin to provide t.testdir() and t.fixture()
  • @tapjs/snapshot (latest: 4.0.0) A default tap plugin that adds snapshot functionality.
  • @tapjs/intercept (latest: 4.0.0) a built-in tap extension for t.intercept() and t.capture()
  • @tapjs/typescript (latest: 3.0.0) a built-in tap extension that adds typescript support
  • @tapjs/stack (latest: 4.0.0) Utility for working with stack traces
  • @tapjs/error-serdes (latest: 4.0.0) Port of node's error_serdes.js to userland, plus test message streaming
  • reflect.ownkeys (latest: 1.1.4) ES2015 spec-compliant shim for Reflect.ownKeys
  • jest-enzyme (latest: 7.1.2) Testing Matchers for Enzyme
  • array.prototype.flatten (latest: 1.2.1) An ESnext spec-compliant `Array.prototype.flatten` shim/polyfill/replacement that works as far down as ES3.
  • @tapjs/core (latest: 4.0.0) pluggable core of node-tap
  • @tapjs/config (latest: 5.0.0) Utility loading and managing tap configuration
  • axobject-query (latest: 4.1.0) Programmatic access to information about the AXObject Model
  • url (latest: 0.11.4) The core `url` packaged standalone for use with Browserify.
  • array.from (latest: 1.1.6) A robust & optimized `Array.from` polyfill, based on the ECMAScript 6 specification.
  • reduce (latest: 1.0.3) A better [].reduce
  • qs (latest: 6.13.0) A querystring parser that supports nesting and arrays, with a depth limit
  • is-core-module (latest: 2.15.1) Is this specifier a node.js core module?
  • regexp.escape (latest: 2.0.1) A robust ES3-compatible polyfill for the `RegExp.escape` proposal - see https://github.com/tc39/proposal-regex-escaping
  • json-file-plus (latest: 3.3.1) Read from and write to a JSON file, minimizing diffs and preserving formatting.
  • promiseback (latest: 2.0.3) Accept an optional node-style callback, and also return a spec-compliant Promise!
  • promise-deferred (latest: 2.0.4) A lightweight Deferred implementation, on top of Promises/A+
  • tape (latest: 5.9.0) tap-producing test harness for node and browsers
  • mock-property (latest: 1.1.0) Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.
  • traverse (latest: 0.6.10) traverse and transform objects by visiting every node on a recursive walk
  • @tapjs/run (latest: 4.0.1) Command-line interface for the node-tap runner
  • aria-query (latest: 5.3.2) Programmatic access to the ARIA specification
  • eslint-module-utils (latest: 2.12.0) Core utilities to support eslint-plugin-import and other module-related plugins.
  • form-data (latest: 4.0.1) A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
  • @koa/router (latest: 13.1.0) Router middleware for koa. Maintained by Forward Email and Lad.

© 2010 - cnpmjs.org x YWFE | Home | YWFE