text stringlengths 55 456k | metadata dict |
|---|---|
# Development and contributing
The code is at https://github.com/neondatabase/serverless. Most of the interesting stuff is in `shims/net/index.ts` and the `export/` folder.
- To update the npm & jsr package:
```bash
npm run export
cd dist/npm
npm version patch # or minor or major
npm publish
# Copy npm version
jq ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@neondatabase/serverless/DEVELOP.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@neondatabase/serverless/DEVELOP.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search eng... |
# @neondatabase/serverless
`@neondatabase/serverless` is [Neon](https://neon.tech)'s PostgreSQL driver for JavaScript and TypeScript. It's:
- **Low-latency**, thanks to [message pipelining](https://neon.tech/blog/quicker-serverless-postgres) and other optimizations
- **Ideal for serverless/edge** deployment, using ht... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@neondatabase/serverless/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@neondatabase/serverless/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engin... |
# @nodelib/fs.scandir
> List files and directories inside the specified directory.
## :bulb: Highlights
The package is aimed at obtaining information about entries in the directory.
* :moneybag: Returns useful information: `name`, `path`, `dirent` and `stats` (optional).
* :gear: On Node.js 10.10+ uses the mechanis... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@nodelib/fs.scandir/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@nodelib/fs.scandir/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone bu... |
# @nodelib/fs.stat
> Get the status of a file with some features.
## :bulb: Highlights
Wrapper around standard method `fs.lstat` and `fs.stat` with some features.
* :beginner: Normally follows symbolic link.
* :gear: Can safely work with broken symbolic link.
## Install
```console
npm install @nodelib/fs.stat
```... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@nodelib/fs.stat/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@nodelib/fs.stat/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built wi... |
# @nodelib/fs.walk
> A library for efficiently walking a directory recursively.
## :bulb: Highlights
* :moneybag: Returns useful information: `name`, `path`, `dirent` and `stats` (optional).
* :rocket: On Node.js 10.10+ uses the mechanism without additional calls to determine the entry type for performance reasons. ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@nodelib/fs.walk/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@nodelib/fs.walk/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built wi... |
# Changelog
## [0.11.0](https://github.com/pkgjs/parseargs/compare/v0.10.0...v0.11.0) (2022-10-08)
### Features
* add `default` option parameter ([#142](https://github.com/pkgjs/parseargs/issues/142)) ([cd20847](https://github.com/pkgjs/parseargs/commit/cd20847a00b2f556aa9c085ac83b942c60868ec1))
## [0.10.0](https:... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@pkgjs/parseargs/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@pkgjs/parseargs/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone bu... |
<!-- omit in toc -->
# parseArgs
[![Coverage][coverage-image]][coverage-url]
Polyfill of `util.parseArgs()`
## `util.parseArgs([config])`
<!-- YAML
added: v18.3.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/43459
description: add support for returning detailed parse informati... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@pkgjs/parseargs/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@pkgjs/parseargs/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built wi... |
# `number`
## Installation
```sh
$ yarn add @radix-ui/number
# or
$ npm install @radix-ui/number
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/number/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/number/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built wi... |
# `primitive`
## Installation
```sh
$ yarn add @radix-ui/primitive
# or
$ npm install @radix-ui/primitive
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/primitive/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/primitive/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone bu... |
# `react-accordion`
## Installation
```sh
$ yarn add @radix-ui/react-accordion
# or
$ npm install @radix-ui/react-accordion
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/accordion). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-accordion/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-accordion/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search eng... |
# `react-alert-dialog`
## Installation
```sh
$ yarn add @radix-ui/react-alert-dialog
# or
$ npm install @radix-ui/react-alert-dialog
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/alert-dialog). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-alert-dialog/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-alert-dialog/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Sear... |
# `react-arrow`
## Installation
```sh
$ yarn add @radix-ui/react-arrow
# or
$ npm install @radix-ui/react-arrow
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-arrow/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-arrow/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clon... |
# `react-aspect-ratio`
## Installation
```sh
$ yarn add @radix-ui/react-aspect-ratio
# or
$ npm install @radix-ui/react-aspect-ratio
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/utilities/aspect-ratio). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-aspect-ratio/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-aspect-ratio/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Sear... |
# `react-avatar`
## Installation
```sh
$ yarn add @radix-ui/react-avatar
# or
$ npm install @radix-ui/react-avatar
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/avatar). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-avatar/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-avatar/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react-checkbox`
## Installation
```sh
$ yarn add @radix-ui/react-checkbox
# or
$ npm install @radix-ui/react-checkbox
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/checkbox). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-checkbox/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-checkbox/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engin... |
# `react-collapsible`
## Installation
```sh
$ yarn add @radix-ui/react-collapsible
# or
$ npm install @radix-ui/react-collapsible
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/collapsible). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-collapsible/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-collapsible/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search... |
# `react-collection`
## Installation
```sh
$ yarn add @radix-ui/react-collection
# or
$ npm install @radix-ui/react-collection
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-collection/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-collection/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search e... |
# `react-compose-refs`
## Installation
```sh
$ yarn add @radix-ui/react-compose-refs
# or
$ npm install @radix-ui/react-compose-refs
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-compose-refs/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-compose-refs/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Sear... |
# `react-context-menu`
## Installation
```sh
$ yarn add @radix-ui/react-context-menu
# or
$ npm install @radix-ui/react-context-menu
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/context-menu). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-context-menu/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-context-menu/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Sear... |
# `react-context`
## Installation
```sh
$ yarn add @radix-ui/react-context
# or
$ npm install @radix-ui/react-context
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-context/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-context/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine ... |
# `react-dialog`
## Installation
```sh
$ yarn add @radix-ui/react-dialog
# or
$ npm install @radix-ui/react-dialog
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/dialog). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-dialog/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-dialog/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react-direction`
## Installation
```sh
$ yarn add @radix-ui/react-direction
# or
$ npm install @radix-ui/react-direction
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/utilities/direction). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-direction/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-direction/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search eng... |
# `react-dismissable-layer`
## Installation
```sh
$ yarn add @radix-ui/react-dismissable-layer
# or
$ npm install @radix-ui/react-dismissable-layer
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-dismissable-layer/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-dismissable-layer/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity sty... |
# `react-dropdown-menu`
## Installation
```sh
$ yarn add @radix-ui/react-dropdown-menu
# or
$ npm install @radix-ui/react-dropdown-menu
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/dropdown-menu). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-dropdown-menu/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-dropdown-menu/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Se... |
# `react-focus-guards`
## Installation
```sh
$ yarn add @radix-ui/react-focus-guards
# or
$ npm install @radix-ui/react-focus-guards
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-focus-guards/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-focus-guards/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Sear... |
# `react-focus-scope`
## Installation
```sh
$ yarn add @radix-ui/react-focus-scope
# or
$ npm install @radix-ui/react-focus-scope
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-focus-scope/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-focus-scope/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search... |
# `react-hover-card`
## Installation
```sh
$ yarn add @radix-ui/react-hover-card
# or
$ npm install @radix-ui/react-hover-card
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/hover-card). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-hover-card/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-hover-card/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search e... |
# `react-id`
## Installation
```sh
$ yarn add @radix-ui/react-id
# or
$ npm install @radix-ui/react-id
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/utilities/id-provider). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-id/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-id/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone buil... |
# `react-label`
## Installation
```sh
$ yarn add @radix-ui/react-label
# or
$ npm install @radix-ui/react-label
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/utilities/label). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-label/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-label/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clon... |
# `react-menu`
## Installation
```sh
$ yarn add @radix-ui/react-menu
# or
$ npm install @radix-ui/react-menu
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-menu/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-menu/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone ... |
# `react-menubar`
## Installation
```sh
$ yarn add @radix-ui/react-menubar
# or
$ npm install @radix-ui/react-menubar
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/menubar). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-menubar/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-menubar/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine ... |
# `react-navigation-menu`
## Installation
```sh
$ yarn add @radix-ui/react-navigation-menu
# or
$ npm install @radix-ui/react-navigation-menu
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/navigation-menu). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-navigation-menu/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-navigation-menu/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style A... |
# `react-popover`
## Installation
```sh
$ yarn add @radix-ui/react-popover
# or
$ npm install @radix-ui/react-popover
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/popover). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-popover/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-popover/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine ... |
# `react-popper`
## Installation
```sh
$ yarn add @radix-ui/react-popper
# or
$ npm install @radix-ui/react-popper
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-popper/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-popper/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react-portal`
## Installation
```sh
$ yarn add @radix-ui/react-portal
# or
$ npm install @radix-ui/react-portal
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/utilities/portal). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-portal/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-portal/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react-presence`
## Installation
```sh
$ yarn add @radix-ui/react-presence
# or
$ npm install @radix-ui/react-presence
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-presence/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-presence/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engin... |
# `react-primitive`
## Installation
```sh
$ yarn add @radix-ui/react-primitive
# or
$ npm install @radix-ui/react-primitive
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-primitive/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-primitive/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search eng... |
# `react-progress`
## Installation
```sh
$ yarn add @radix-ui/react-progress
# or
$ npm install @radix-ui/react-progress
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/progress). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-progress/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-progress/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engin... |
# `react-radio-group`
## Installation
```sh
$ yarn add @radix-ui/react-radio-group
# or
$ npm install @radix-ui/react-radio-group
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/radio-group). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-radio-group/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-radio-group/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search... |
# `react-roving-focus`
## Installation
```sh
$ yarn add @radix-ui/react-roving-focus
# or
$ npm install @radix-ui/react-roving-focus
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-roving-focus/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-roving-focus/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Sear... |
# `react-scroll-area`
## Installation
```sh
$ yarn add @radix-ui/react-scroll-area
# or
$ npm install @radix-ui/react-scroll-area
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/scroll-area). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-scroll-area/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-scroll-area/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search... |
# `react-select`
## Installation
```sh
$ yarn add @radix-ui/react-select
# or
$ npm install @radix-ui/react-select
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/select). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-select/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-select/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react-separator`
## Installation
```sh
$ yarn add @radix-ui/react-separator
# or
$ npm install @radix-ui/react-separator
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/separator). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-separator/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-separator/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search eng... |
# `react-slider`
## Installation
```sh
$ yarn add @radix-ui/react-slider
# or
$ npm install @radix-ui/react-slider
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/slider). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-slider/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-slider/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react-slot`
## Installation
```sh
$ yarn add @radix-ui/react-slot
# or
$ npm install @radix-ui/react-slot
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/utilities/slot). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-slot/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-slot/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone ... |
# `react-switch`
## Installation
```sh
$ yarn add @radix-ui/react-switch
# or
$ npm install @radix-ui/react-switch
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/switch). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-switch/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-switch/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react-tabs`
## Installation
```sh
$ yarn add @radix-ui/react-tabs
# or
$ npm install @radix-ui/react-tabs
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/tabs). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-tabs/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-tabs/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone ... |
# `react-toast`
## Installation
```sh
$ yarn add @radix-ui/react-toast
# or
$ npm install @radix-ui/react-toast
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/toast). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-toast/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-toast/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clon... |
# `react-toggle-group`
## Installation
```sh
$ yarn add @radix-ui/react-toggle-group
# or
$ npm install @radix-ui/react-toggle-group
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/toggle-group). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-toggle-group/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-toggle-group/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Sear... |
# `react-toggle`
## Installation
```sh
$ yarn add @radix-ui/react-toggle
# or
$ npm install @radix-ui/react-toggle
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/toggle). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-toggle/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-toggle/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react-tooltip`
## Installation
```sh
$ yarn add @radix-ui/react-tooltip
# or
$ npm install @radix-ui/react-tooltip
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/components/tooltip). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-tooltip/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-tooltip/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine ... |
# `react-use-callback-ref`
## Installation
```sh
$ yarn add @radix-ui/react-use-callback-ref
# or
$ npm install @radix-ui/react-use-callback-ref
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-use-callback-ref/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-use-callback-ref/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style... |
# `react-use-controllable-state`
## Installation
```sh
$ yarn add @radix-ui/react-use-controllable-state
# or
$ npm install @radix-ui/react-use-controllable-state
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-use-controllable-state/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-use-controllable-state/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perp... |
# `react-use-escape-keydown`
## Installation
```sh
$ yarn add @radix-ui/react-use-escape-keydown
# or
$ npm install @radix-ui/react-use-escape-keydown
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-use-escape-keydown/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-use-escape-keydown/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity s... |
# `react-use-layout-effect`
## Installation
```sh
$ yarn add @radix-ui/react-use-layout-effect
# or
$ npm install @radix-ui/react-use-layout-effect
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-use-layout-effect/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-use-layout-effect/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity sty... |
# `react-use-previous`
## Installation
```sh
$ yarn add @radix-ui/react-use-previous
# or
$ npm install @radix-ui/react-use-previous
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-use-previous/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-use-previous/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Sear... |
# `react-use-rect`
## Installation
```sh
$ yarn add @radix-ui/react-use-rect
# or
$ npm install @radix-ui/react-use-rect
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-use-rect/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-use-rect/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engin... |
# `react-use-size`
## Installation
```sh
$ yarn add @radix-ui/react-use-size
# or
$ npm install @radix-ui/react-use-size
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-use-size/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-use-size/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engin... |
# `react-visually-hidden`
## Installation
```sh
$ yarn add @radix-ui/react-visually-hidden
# or
$ npm install @radix-ui/react-visually-hidden
```
## Usage
View docs [here](https://radix-ui.com/primitives/docs/utilities/visually-hidden). | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/react-visually-hidden/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/react-visually-hidden/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style A... |
# `rect`
## Installation
```sh
$ yarn add @radix-ui/rect
# or
$ npm install @radix-ui/rect
```
## Usage
This is an internal utility, not intended for public usage. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@radix-ui/rect/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@radix-ui/rect/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# `@rollup/rollup-darwin-arm64`
This is the **aarch64-apple-darwin** binary for `rollup` | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@rollup/rollup-darwin-arm64/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@rollup/rollup-darwin-arm64/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search... |
<div align='center'>
<h1>TypeBox</h1>
<p>Json Schema Type Builder with Static Type Resolution for TypeScript</p>
<img src="https://github.com/sinclairzx81/typebox/blob/master/typebox.png?raw=true" />
<br />
<br />
[](https://badge.fury.io/js/%40sinc... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@sinclair/typebox/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@sinclair/typebox/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built ... |
<p>
<a href="https://tailwindcss.com/docs/typography-plugin" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss-typography/HEAD/.github/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@tailwindcss/typography/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@tailwindcss/typography/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine ... |
<img src="https://static.scarf.sh/a.png?x-pxid=be2d8a11-9712-4c1d-9963-580b2d4fb133" />

Hooks for fetching, caching and updating asynchronous data in React
<a href="https://twitter.com/intent/tweet?button_hashtag=TanStack" tar... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@tanstack/react-query/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@tanstack/react-query/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clon... |
# Installation
> `npm install --save @types/babel__core`
# Summary
This package contains type definitions for @babel/core (https://github.com/babel/babel/tree/master/packages/babel-core).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core.
### Addition... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/babel__core/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/babel__core/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone buil... |
# Installation
> `npm install --save @types/babel__generator`
# Summary
This package contains type definitions for @babel/generator (https://github.com/babel/babel/tree/master/packages/babel-generator).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__gene... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/babel__generator/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/babel__generator/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine ... |
# Installation
> `npm install --save @types/babel__template`
# Summary
This package contains type definitions for @babel/template (https://github.com/babel/babel/tree/master/packages/babel-template).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__templat... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/babel__template/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/babel__template/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# Installation
> `npm install --save @types/babel__traverse`
# Summary
This package contains type definitions for @babel/traverse (https://github.com/babel/babel/tree/main/packages/babel-traverse).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse.... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/babel__traverse/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/babel__traverse/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# Installation
> `npm install --save @types/body-parser`
# Summary
This package contains type definitions for body-parser (https://github.com/expressjs/body-parser).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser.
### Additional Details
* Last upd... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/body-parser/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/body-parser/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone buil... |
# Installation
> `npm install --save @types/connect`
# Summary
This package contains type definitions for connect (https://github.com/senchalabs/connect).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect.
### Additional Details
* Last updated: Mon, 06 N... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/connect/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/connect/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# Installation
> `npm install --save @types/d3-array`
# Summary
This package contains type definitions for d3-array (https://github.com/d3/d3-array).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-array.
### Additional Details
* Last updated: Tue, 07 Nov 2... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-array/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-array/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# Installation
> `npm install --save @types/d3-color`
# Summary
This package contains type definitions for d3-color (https://github.com/d3/d3-color/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-color.
### Additional Details
* Last updated: Tue, 07 Nov ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-color/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-color/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# Installation
> `npm install --save @types/d3-ease`
# Summary
This package contains type definitions for d3-ease (https://github.com/d3/d3-ease/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-ease.
### Additional Details
* Last updated: Tue, 07 Nov 2023... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-ease/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-ease/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# Installation
> `npm install --save @types/d3-interpolate`
# Summary
This package contains type definitions for d3-interpolate (https://github.com/d3/d3-interpolate/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-interpolate.
### Additional Details
* La... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-interpolate/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-interpolate/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clon... |
# Installation
> `npm install --save @types/d3-path`
# Summary
This package contains type definitions for d3-path (https://github.com/d3/d3-path/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-path.
### Additional Details
* Last updated: Wed, 07 Feb 2024... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-path/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-path/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# Installation
> `npm install --save @types/d3-scale`
# Summary
This package contains type definitions for d3-scale (https://github.com/d3/d3-scale/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-scale.
### Additional Details
* Last updated: Tue, 07 Nov ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-scale/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-scale/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# Installation
> `npm install --save @types/d3-shape`
# Summary
This package contains type definitions for d3-shape (https://github.com/d3/d3-shape/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-shape.
### Additional Details
* Last updated: Mon, 20 Nov ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-shape/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-shape/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# Installation
> `npm install --save @types/d3-time`
# Summary
This package contains type definitions for d3-time (https://github.com/d3/d3-time/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-time.
### Additional Details
* Last updated: Tue, 07 Nov 2023... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-time/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-time/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# Installation
> `npm install --save @types/d3-timer`
# Summary
This package contains type definitions for d3-timer (https://github.com/d3/d3-timer/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-timer.
### Additional Details
* Last updated: Tue, 07 Nov ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/d3-timer/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/d3-timer/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# Installation
> `npm install --save @types/estree`
# Summary
This package contains type definitions for estree (https://github.com/estree/estree).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree.
### Additional Details
* Last updated: Wed, 18 Sep 2024 ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/estree/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/estree/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
# Installation
> `npm install --save @types/express-serve-static-core`
# Summary
This package contains type definitions for express-serve-static-core (http://expressjs.com).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core/v4.
### Addit... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/express-serve-static-core/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/express-serve-static-core/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style... |
# Installation
> `npm install --save @types/express-session`
# Summary
This package contains type definitions for express-session (https://github.com/expressjs/session).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-session.
### Additional Details
* ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/express-session/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/express-session/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# Installation
> `npm install --save @types/express`
# Summary
This package contains type definitions for express (http://expressjs.com).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express.
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:36 ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/express/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/express/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# Installation
> `npm install --save @types/http-errors`
# Summary
This package contains type definitions for http-errors (https://github.com/jshttp/http-errors).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-errors.
### Additional Details
* Last update... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/http-errors/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/http-errors/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone buil... |
# Installation
> `npm install --save @types/mime`
# Summary
This package contains type definitions for mime (https://github.com/broofa/node-mime).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime/v1.
### Additional Details
* Last updated: Tue, 07 Nov 2023 ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/mime/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/mime/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# Installation
> `npm install --save @types/node`
# Summary
This package contains type definitions for node (https://nodejs.org/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20.
### Additional Details
* Last updated: Mon, 07 Oct 2024 22:07:58 GMT
*... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/node/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/node/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# Installation
> `npm install --save @types/passport-local`
# Summary
This package contains type definitions for passport-local (https://github.com/jaredhanson/passport-local).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-local.
## [index.d.ts](https... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/passport-local/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/passport-local/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clon... |
# Installation
> `npm install --save @types/passport-strategy`
# Summary
This package contains type definitions for passport-strategy (https://github.com/jaredhanson/passport-strategy).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport-strategy.
### Addi... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/passport-strategy/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/passport-strategy/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engin... |
# Installation
> `npm install --save @types/passport`
# Summary
This package contains type definitions for passport (http://passportjs.org).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/passport.
### Additional Details
* Last updated: Mon, 28 Oct 2024 20:34... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/passport/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/passport/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# Installation
> `npm install --save @types/pg`
# Summary
This package contains type definitions for pg (https://github.com/brianc/node-postgres).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg.
### Additional Details
* Last updated: Sat, 04 May 2024 09:35... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/pg/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/pg/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
# Installation
> `npm install --save @types/prop-types`
# Summary
This package contains type definitions for prop-types (https://github.com/facebook/prop-types).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types.
### Additional Details
* Last updated:... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/prop-types/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/prop-types/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built ... |
# Installation
> `npm install --save @types/qs`
# Summary
This package contains type definitions for qs (https://github.com/ljharb/qs).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs.
### Additional Details
* Last updated: Sat, 14 Sep 2024 02:47:27 GMT
* ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/qs/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/qs/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
# Installation
> `npm install --save @types/range-parser`
# Summary
This package contains type definitions for range-parser (https://github.com/jshttp/range-parser).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-parser.
## [index.d.ts](https://github.com... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/range-parser/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/range-parser/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone bu... |
# Installation
> `npm install --save @types/react-dom`
# Summary
This package contains type definitions for react-dom (https://reactjs.org).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom.
### Additional Details
* Last updated: Fri, 11 Oct 2024 14:3... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/react-dom/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/react-dom/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built wi... |
# Installation
> `npm install --save @types/react`
# Summary
This package contains type definitions for react (https://react.dev/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
### Additional Details
* Last updated: Wed, 23 Oct 2024 03:36:41 GMT
* D... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/react/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/react/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemin... |
# Installation
> `npm install --save @types/send`
# Summary
This package contains type definitions for send (https://github.com/pillarjs/send).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/send.
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/send/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/send/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# Installation
> `npm install --save @types/serve-static`
# Summary
This package contains type definitions for serve-static (https://github.com/expressjs/serve-static).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-static.
### Additional Details
* Last... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/serve-static/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/serve-static/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone bu... |
# Installation
> `npm install --save @types/ws`
# Summary
This package contains type definitions for ws (https://github.com/websockets/ws).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws.
### Additional Details
* Last updated: Sat, 02 Nov 2024 09:02:36 GMT... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@types/ws/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@types/ws/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
# @vitejs/plugin-react [](https://npmjs.com/package/@vitejs/plugin-react)
The default Vite plugin for React projects.
- enable [Fast Refresh](https://www.npmjs.com/package/react-refresh) in development (requires react >= 16.9)
- use the [automatic JSX runti... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/@vitejs/plugin-react/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/@vitejs/plugin-react/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone ... |
# CDN
Starting with v3.6.0, the CDN versions of date-fns are available on [jsDelivr](https://www.jsdelivr.com/package/npm/date-fns) and other CDNs. They expose the date-fns functionality via the `window.dateFns` global variable.
Unlike the npm package, the CDN is transpiled to be compatible with IE11, so it supports ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/date-fns/docs/cdn.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/date-fns/docs/cdn.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.