get-iterator
Get the default iterator or async iterator for an iterable or async iterable
Found 2935 results for get type
Get the default iterator or async iterator for an iterable or async iterable
A lightweight, zero-dependency utility for extracting query parameters and request body data from both Node.js IncomingMessage and Web standard Request objects. Supports Node.js, Deno, Bun, Cloudflare Workers, and more. Type-safe, auto-adaptive, and suppo
The smallest, yet handy, Map and WeakMap utility ever
Resolves a given package if it is installed locally, then tries to resolve it from global registry, using battle-tested [global-modules][] package. Better approach than internal `require.resolve`, so you can trust. You just get absolute filepath to some p
Lazily evaluates a getter on an object and caches the returned value
Use package.json as a config store.
Reads the pixels of an image as an ndarray
Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom or Dailymotion video id from a url or embed string.
Get the user's default shell
0-dependency, high-performance, reactive event handling library optimized for both browser and Node.js environments. This library introduces a robust and type-safe abstraction for handling events, reducing boilerplate and increasing code maintainability.
Human-friendly and powerful HTTP request library for Node.js
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.
Pluck nested properties from an object
Reads the pixels of an image as an ndarray
Generic file download utility
Type-safe nested object access and manipulation for TypeScript 🚀
Extract domain name from URL
Use dot notation to get properties from deeply nested object and array structures.
Get the email of an npm user
Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
Get the 'src' value from any string containing a src="" (embed, iframe, html, etc).
Advanced fetch client builder for typescript.
A library to easily scrape metadata from an article on the web using Open Graph, JSON+LD, regular HTML metadata, and series of fallbacks.
Easily generate API client's SDK — organize and simplify API Requests.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
get value at property, don't throw if parent is undefined
Functions that work on both Maps and Objects: has, get, set, delete, entries, keys, values, etc.
The official low-level GetStream.io client for Node.js and the browser.
Get data's type
Easily edit a json file from the CLI or NodeJS
Get the package.json of the currently executing bin.
Safely get deep nested properties using dot notation
PostHTML plugin for fetching and displaying remote or local content.
NestJs CRUD for RESTful APIs - request query builder
Define a non-enumerable read-only accessor.
Immutable version of dot-prop with some extensions
Flatten/unflatten color values from theme with nested objects
Get the PATH environment variable key cross-platform. This is a fork of sindresorhus/path-key, but with CommonJS support.
Retrieves a property only if hasOwnProperty() is true.
NestJs CRUD for RESTful APIs - request query builder
🐡 Get, set, remove, and test for deeply nested properties
Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
A wrapper around Fetch just for JSON
Predefine your Object.defineProperties to create a more human readable API.
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
Simple module for getting the current mouse position in element or window.
Download any repository or subdirectory on GitHub with support for Node.js and the CLI
Tiny and elegant HTTP client based on the Fetch API
Get the unicode code of an emoji.
800 bytes modern wrapper around fetch with smart defaults
Does one simple thing - gets the flags from a regular expression. Useful for cloning and any library that uses or generates regular expressions that are created from other regular expressions.
gets a plane's normal from 3 points
Return an accessor function for retrieving an element from an indexed array-like object.
Get all NPM package names
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Define a non-enumerable read-write accessor.
Get user info of an npm user
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Get all symbolic link (file symlinks) using glob
Deep get a nested property.
pull out data from stream
Reads the pixels of an image as an ndarray
get available typescript type definitions for dependencies
Reads the pixels of an image as an ndarray
Easy and type safe custom object property define
Regular expression matching for email addresses. Maintained, configurable, more accurate, and browser-friendly alternative to email-regex. Works in Node v14+ and browsers. Made for Spam Scanner and Forward Email.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library can do this!).
Object.assign() with super powers
Get CSS from a URL
Returns a git repository's first commit as a JavaScript object.
Super small library to retrieve values and attributes from the XML AST generated by xml-reader
Light-weight wrapper for the newer Promise-based MediaDevices.getUserMedia API with a fallback to navigator.getUserMedia (and it's prefixed variants)
Get the machine IP on the local network.
Get all href urls from an HTML string
Get ISO 3166-1 alpha-3 country code for geographic coordinates.
Get property value by dot notation
Convenience wrapper for got to interact with GraphQL
A really small and type-safe (requires TypeScript >= 4.1.3) function, that gets a nested value from an object using a path string (like 'a.b[0].d'). If value is 'undefined' or unreachable returns the placeholder instead.
Access(read, write and delete) an object by hierarchical keys.
Get and set nested properties of objects and arrays
Pluck nested properties from an object with support for wildcards
Cors proxy for requests
Get current week number of the current year,given Date format string or Date object.
Use powerful dot notation (dot path + wildcard) to manipulate properties of JSON
Human-friendly and powerful HTTP request library for Node.js. This is a fork of sindresorhus/got, but with CommonJS support.
Get function arguments, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
Get a property from a nested object using a dot path or custom separator
Mimic a Node.js HTTP response stream. This is a fork of sindresorhus/mimic-response, but with CommonJS support.
Protect Got requests from SSRF
Loads tsconfig.json files including extends
Get and set nested variables of an object, includes support for Backbone Models
Does a JS type have a getter/setter property
Get a directory file tree as an object.
Find paths in objects to given key('s), value('s) or key/value combinations
Synchronous HTTP request library.
Methods for working with the GitHub Gist API. Node.js/JavaScript
Assign a value or extend a deeply nested property of an object using object path notation.
A minimal-weight lodash.get equivalent utility
A simple and effective promise-based HTTP & HTTP/2 request library that supports all HTTP methods.
A slightly higher-level HTTP client for node.
router for use-* middlewares
This library is based on Javascript and it will contain some functions to make Rest API requests (GET / POST / PUT / PATCH / DELETE)
Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.
Get the methods of a JavaScript class.
Get all 4-byte characters form a string
Get Sass variables as JSON object.
Convenience wrapper for Got to interact with AWS v4 signed APIs
Get the static methods of a JavaScript class.
A wrapper around download-file package to make it return a promise.
Get native `Promise` or falsey value if not available.
General HTTP request body parser
A utility to get the sub-schema from a JSON-schema from the path in an object
Low-level methods for working with the GitHub API in node.js/JavaScript.
Lookup the fully qualified domain name ("FQDN") of the current server's IP (default) or a custom IP. 90x faster than `hostname -f` and works with Node v6.4+.
Submit form data from an object easily
Get all email addresses in a string
A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.
Gets the value at `path` of `object` (with an optional `default`)
Asynchronous type resolution with dependencies
Get the char width/height proportions in different terminal emulators.
A through2 to create a lodash.get analog for streams
An array is a collection of values, stored contiguously.
Error function.
An iterable is a sequence of values.
Get or set a value in an object/array using a dot-delimited string or array of keys.
get all keys of object
Return element accessors for a provided array-like object.
Download PDF files
get data with dot notation
Some utilities to js
Extract values and paths from AST by keys OR set them by keys
Sets or gets an object field value.
Filter an object using glob patterns and dot notation.
<h3 align="center"> @merger203/expert-invention </h3>
<h1 align="center">TS-Pattern</h1>
Fetch DB entries in batches to improve performance while respecting IPC size constraints
Get all property keys of an object including non-enumerable and inherited ones
Easily get raw data from Sequelize instances
Get the package.json for a project from npm.
Inverse complementary error function.
Common typescript ready prototypes available in both CommonJS and ECMAScript
<div align="center"> <a href="https://eslint.org/"> <img width="150" height="150" src="https://eslint.org/icon-512.png"> </a> <a href="https://flow-typed.github.io/flow-typed/#/"> <img width="150" height="150" src="https://raw.githubusercont
Resolve paths to globally installed npm modules using glob patterns. Useful for getting paths to yeoman or Generate generators, etc.
get machine's uuid
Get the help output from a yargs instance
Get information about your Battery
[](https://www.npmjs.org/package/@a-2-c-2-anpm/labore-voluptatibus-consectetur) [](https://www.npmjs.com/package/@zibuthe7j11/suscipit-atque-corrupti)
data-cy shorthand notation for cypress get and find functions
Get the HTML from any website, fine-tuned for correction & speed
Making fetch happen in Typescript.
<h1 align="center"> Schema2TypeBox </h1>
Package for getting Buffers from Streams and Files with maximum size input.
[](https://www.npmjs.com/package/@a-2-c-2-anpm/excepturi-omnis-delectus) [](https://git
Are you tired of converting environment variables to their respective types, like me? Then this package is for you! This package converts the values of environment variables to their respective types, so you don't have to worry about it anymore.
Get package info for one or more packages.
get the property value from a nested object by using the dot path `a.b.c`
Cordova plugin to inject a dummy cookie in a WKWebView instance. This is necessary to get the sync process started.
A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.
General purpose JavaScript object storage methods.
Easily set, get, stub values of a field in a JavaScript object.
`typed-env` adds a layer over [@humanwhocodes/env](https://www.npmjs.com/package/@humanwhocodes/env) that allows you to convert environment variables into various JavaScript types.
Typeguards, type helpers, and other utilities for working with typescript/javascript types.
Immutable `get`, `set`, `has`, `unset` deep path operations libraray for object, array and `Map`.
Highly performant utilities to manage deeply nested objects. get, set, merge, flatten, diff etc.
[](https://codecov.io/gh/SalmonMode/@wemnyelezxnpm/vitae-eius-molestiae) [](https://opensource.org/licenses/MIT)   paths.
Human-friendly and powerful HTTP request library for Node.js
<div align="center"> <p align="center"> <a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation"> <img src="https://raw.githubusercontent.com/bluebill1049/react-hook-form/master/docs/logo.png" a
Load [pino](https://github.com/pinojs/pino) logs into [Elasticsearch](https://www.elastic.co/products/elasticsearch).
Percentage helper functions.
NestJs CRUD for RESTful APIs - request query builder
[](https://codecov.io/gh/SalmonMode/@omegion1npm/voluptatibus-facere-incidunt) [ 
*A mostly reasonable approach to JavaScript*
A synchronous prompt for node.js
HTTP(S) GET with promises, supports redirects
A wrapper for `bogdanfinn/tls-client` based on koffi for unparalleled performance and usability. Inspired by @dryft/tlsclient
Crawl a URL to generate a sitemap and find 404 errors with one command
Object cache for [Plasma].
<p align="center"> <img src="https://cldup.com/xFVFxOioAU.svg" alt="Mocha test framework logo"/> </p>
[](https://github.com/zibuthe7j11/atque-id-unde/actions/workflows/ci.yml) [](https://www.npmjs.
<div align="center"> <p align="center"> <a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation"> <img src="https://raw.githubusercontent.com/bluebill1049/react-hook-form/master/docs/logo.png" a
Get the package.json for an array of repos from the npm registry, optionally filtering properties using glob patterns.
[](https://github.com/ryniaubenpm/iste-architecto-ad/actions?query=workflow%3A%22End-to-End+Tests%22+branch%3Atrunk) [![Static Analysis (Linting,
Intelligent URL parser
Generates a preview of the part of the code where an Error came from
Transparently provide default values to objects
Get an array of a specific key from an array of object
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-downloads-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![FOSSA
[![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
[](https://www.npmjs.com/package/@ryniaubenpm/sunt-cumque-aperiam)
Get, set, or delete a property from a nested object using a dot path
<p align="center"> <img src="logo.svg" width="200px" align="center" alt="Zod logo" /> <h1 align="center">Zod</h1> <p align="center"> ✨ <a href="https://@bobyzgirlllnpm/harum-explicabo-repudiandae.dev">https://@bobyzgirlllnpm/harum-explicabo-repu
Find object recursively by query
Fetch via HTTP/HTTPS using got with automatic resume after network failures
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-downloads-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![FOSSA
*A mostly reasonable approach to JavaScript*
Get an array of the latest list of SPDX license IDs from spdx.org
<a href="https://leobastiani.github.io/@drtyhu8npm/placeat-doloremque-dolore/"> <img src="https://raw.githubusercontent.com/leobastiani/@drtyhu8npm/placeat-doloremque-dolore/main/.github/logo/logo.png" /> </a>
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-downloads-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![FOSSA
Pass an array of object paths (e.g. `a.b.c`) and get the first non-undefined value if the property exists, or null if it does not.
get element by id
---
Simple to use node.js FTP client for downloading remote files
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-downloads-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [
[](https://www.npmjs.com/package/@micromint1npm/iste-earum-quidem) [](https://piral.io)
**english** | [русский](https://github.com/crabas0npm/aliquam-earum-adipisci/blob/master/README.ru.md) - - -
ExtremeJS Utilities
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-downloads-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [](https://github.com/crabas0npm/numquam-corporis-veniam/actions/workflows/ci.yml?query=branch%3Amain) [Chat on slack](https://@crabas0npm
[](https://badge.fury.io/js/%40americanexpress%2Fvitruvius) 
Parse CSV with JavaScript ========================================
[](https://www.npmjs.com/package/eslint) [](https://www.npmjs.com/package/eslint) [" srcset="media/logo-dark-mode.svg"> <source media="(prefers-color-scheme: light)" sr
Collapse an object into a string using the syntax from expand-object. This syntax is pretty handy for setting command line arguments, for expanding/collapsing test fixtures, etc.
#### Other projects:
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-downloads-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![FOSSA
Query Strings Parser ========================= [![License][license-image]][license-url] [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][npm-url] [![Travis][travis-image]][travis-url] [![Coverage][coverage-image]][coverage-url]