awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jashkenas avatar

jashkenas/underscore

0
View on GitHub↗
27,345 نجوم·5,446 تفرعات·JavaScript·MIT·10 مشاهداتunderscorejs.org↗

Underscore

Underscore is a JavaScript utility library providing a suite of functional programming and data manipulation helpers. It serves as a framework for transforming data collections, composing functions, managing objects, and performing precise data type validation without modifying core language prototypes.

The project includes a functional programming toolkit designed to control function execution timing and behavior through techniques such as debouncing, throttling, and partial application. It also provides a dedicated object manipulation utility for cloning, merging, picking, and omitting properties.

The library covers broad capability areas including collection iteration, search, and aggregation. It further provides tools for object structure transformation and a validation system to determine if values are arrays, functions, dates, or other specific types.

The suite also includes capabilities for dynamic template generation to handle conditional logic and repeated sections within strings.

Features

  • Array Manipulation Utilities - Acts as a comprehensive utility library for transforming and filtering arrays and objects in JavaScript.
  • JavaScript Utility Libraries - Offers a comprehensive suite of functional programming and data manipulation helpers for JavaScript.
  • Collection Iteration - Provides utilities to execute a function for every element within an array or object.
  • Collection Reductions - Provides a reduce function to collapse arrays and objects into a single output value.
  • Collection Search Utilities - Provides utilities to find specific elements, keys, or indices within data collections.
  • Data Filtering Utilities - Provides methods for narrowing down data sets by excluding elements that fail specific criteria.
  • Functional Data Aggregation - Includes aggregation helpers that collapse collections into a single result via a cumulative function.
  • Object Collection Processors - Provides extensive methods for filtering, sorting, and transforming object collections and arrays.
  • Object Transformation - Provides utilities for cloning, merging, picking, and omitting properties from JavaScript objects.
  • Array Manipulation Utilities - Offers a comprehensive suite of methods to transform, filter, and group arrays and objects.
  • Array Transformation Utilities - Implements a functional toolkit for mapping, filtering, and reducing elements in arrays and objects.
  • Runtime Type Detection - Provides consistent runtime detection of JavaScript internal classes for a variety of data types.
  • Data Type Validation - Offers a system to validate if values are arrays, functions, dates, or other specific JavaScript types.
  • Functional Programming - Provides a comprehensive library for declarative data transformation and functional composition.
  • Higher-Order Function Wrapping - Implements higher-order functions to create debounced and throttled execution controllers.
  • Predicate-Based Filtering - Includes filtering utilities that use predicate functions to determine which collection elements to retain.
  • Dynamic Templates - Features a templating engine to generate dynamic strings with embedded logic and conditional sections.
  • Template Compilation - Transforms template strings into executable JavaScript functions for high-performance interpolation.
  • Function Execution Utilities - Provides utilities for controlling function timing, specifically including debouncing and throttling to manage execution load.
  • Memoization Caches - Provides a memoization utility to cache expensive function results and optimize performance.
  • Function Composition - Supports function composition to create complex operations from multiple small functional units.
  • Prototype-Safe Utilities - Implements a library of helpers as standalone functions to avoid modifying core JavaScript prototypes.
  • Functional Programming - General-purpose utility library.
  • Generic Utilities - Classic utility library for common data operations.
  • JavaScript 框架汇总 - Listed in the “JavaScript 框架汇总” section of the Awesome Frontend awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ jashkenas/underscoreمخطط تاريخ النجوم لـ jashkenas/underscore

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة jashkenas/underscore؟

Underscore is a JavaScript utility library providing a suite of functional programming and data manipulation helpers. It serves as a framework for transforming data collections, composing functions, managing objects, and performing precise data type validation without modifying core language prototypes.

ما هي الميزات الرئيسية لـ jashkenas/underscore؟

الميزات الرئيسية لـ jashkenas/underscore هي: Array Manipulation Utilities, JavaScript Utility Libraries, Collection Iteration, Collection Reductions, Collection Search Utilities, Data Filtering Utilities, Functional Data Aggregation, Object Collection Processors.

ما هي البدائل مفتوحة المصدر لـ jashkenas/underscore؟

تشمل البدائل مفتوحة المصدر لـ jashkenas/underscore: lodash/lodash — Lodash is a JavaScript utility library and data manipulation toolkit. It provides a collection of modular functions… angus-c/just — Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming,… ramda/ramda — Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It… stdlib-js/stdlib. nette/utils — This project is a general-purpose PHP utility library offering a collection of helper classes and functions for string… phuocng/1loc — 1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for…

بدائل مفتوحة المصدر لـ Underscore

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Underscore.
  • lodash/lodashالصورة الرمزية لـ lodash

    lodash/lodash

    61,235عرض على GitHub↗

    Lodash is a JavaScript utility library and data manipulation toolkit. It provides a collection of modular functions for transforming, filtering, and validating arrays, objects, strings, and numbers. The project functions as a functional programming toolkit, offering capabilities for function composition, currying, and lazy evaluation. It includes mechanisms for execution control, such as debouncing and throttling, to manage the timing and frequency of function invocations. The library covers a broad surface of data operations, including deep cloning and merging of complex nested structures,

    JavaScriptjavascriptlodashmodules
    عرض على GitHub↗61,235
  • angus-c/justالصورة الرمزية لـ angus-c

    angus-c/just

    6,204عرض على GitHub↗

    Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The

    JavaScript
    عرض على GitHub↗6,204
  • ramda/ramdaالصورة الرمزية لـ ramda

    ramda/ramda

    24,072عرض على GitHub↗

    Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin

    JavaScriptjavascriptramda
    عرض على GitHub↗24,072
  • stdlib-js/stdlibالصورة الرمزية لـ stdlib-js

    stdlib-js/stdlib

    5,735عرض على GitHub↗
    JavaScriptjavascriptjslibrary
    عرض على GitHub↗5,735
عرض جميع البدائل الـ 30 لـ Underscore→