text stringlengths 55 456k | metadata dict |
|---|---|
# pause
Pause streams...
## License
(The MIT License)
Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, inclu... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pause/Readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pause/Readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash an... |
# pg-cloudflare
A socket implementation that can run on Cloudflare Workers using native TCP connections.
## install
```
npm i --save-dev pg-cloudflare
```
### license
The MIT License (MIT)
Copyright (c) 2023 Brian M. Carlson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this sof... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pg-cloudflare/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pg-cloudflare/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
pg-connection-string
====================
[](https://nodei.co/npm/pg-connection-string/)
[](https://travis-ci.org/iceddev/pg-connection-string)
[;
readInt8(Buffer.from([0, 1, 2, 3, 4, 5, 6, 7]))
// '283686952306183'
```
[pg]: https://github.com/brianc/node-postgres
[ci]: https://travis-ci.org/charmander/pg... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pg-int8/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pg-int8/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flas... |
## Unreleased
## [1.0.2][] – 2019-11-10
### Fixed
- A negative sign is no longer stripped by mistake for numbers of the form −0.000…00(d) where the number of zeros after the decimal point is 2 mod 4.
[1.0.2]: https://github.com/charmander/pg-numeric/compare/v1.0.1...v1.0.2 | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pg-numeric/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pg-numeric/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
A reader for the PostgreSQL binary format for numeric values, producing a string. Designed for [pg][].
```js
const readNumeric = require('pg-numeric');
readNumeric(Buffer.from('000600020000000a000c0d801ed203db198f0834', 'hex'))
// '1234567890.0987654321'
```
[pg]: https://github.com/brianc/node-postgres | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pg-numeric/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pg-numeric/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
# pg-pool
[](https://travis-ci.org/brianc/node-pg-pool)
A connection pool for node-postgres
## install
```sh
npm i pg-pool pg
```
## use
### create
to use pg-pool you must first create an instance of a pool
```js
var Pool = require('pg-po... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pg-pool/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pg-pool/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flas... |
# pg-protocol
Low level postgres wire protocol parser and serializer written in Typescript. Used by node-postgres. Needs more documentation. :smile: | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pg-protocol/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pg-protocol/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# pg-types
This is the code that turns all the raw text from postgres into JavaScript types for [node-postgres](https://github.com/brianc/node-postgres.git)
## use
This module is consumed and exported from the root `pg` object of node-postgres. To access it, do the following:
```js
var types = require('pg').types
... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pg-types/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pg-types/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Fl... |
# node-postgres
[](http://travis-ci.org/brianc/node-postgres)
<span class="badge-npmversion"><a href="https://npmjs.org/package/pg" title="View this project on NPM"><img src="https://img.shields.io/npm/v/pg.svg" alt="NPM version" /></a... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pg/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pg/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash and Grou... |
# pgpass
[](https://github.com/hoegaarden/pgpass/actions?query=workflow%3ACI+branch%3Amaster)
## Install
```sh
npm install pgpass
```
## Usage
```js
var pgPass = require('pgpass');
var connInfo = {
'host' : 'pgserver' ,
'... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pgpass/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pgpass/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash ... |
# picocolors
The tiniest and the fastest library for terminal output formatting with ANSI colors.
```javascript
import pc from "picocolors"
console.log(
pc.green(`How are ${pc.italic(`you`)} doing?`)
)
```
- **No dependencies.**
- **14 times** smaller and **2 times** faster than chalk.
- Used by popular tools lik... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/picocolors/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/picocolors/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
# Release history
**All notable changes to this project will be documented in this file.**
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
<details>
<summary><strong>Guiding Principles</strong></su... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/picomatch/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/picomatch/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemin... |
<h1 align="center">Picomatch</h1>
<p align="center">
<a href="https://npmjs.org/package/picomatch">
<img src="https://img.shields.io/npm/v/picomatch.svg" alt="version">
</a>
<a href="https://github.com/micromatch/picomatch/actions?workflow=Tests">
<img src="https://github.com/micromatch/picomatch/workflows/Tests/badge... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/picomatch/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/picomatch/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
# pify [](https://travis-ci.org/sindresorhus/pify)
> Promisify a callback-style function
## Install
```
$ npm install --save pify
```
## Usage
```js
const fs = require('fs');
const pify = require('pify');
// promisify a single function
p... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pify/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pify/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash and ... |
# Pirates [![Coverage][codecov-badge]][codecov-link]
### Properly hijack require
[codecov-badge]: https://img.shields.io/codecov/c/github/danez/pirates/master.svg?style=flat "codecov"
[codecov-link]: https://codecov.io/gh/danez/pirates "codecov"
## Why?
Two reasons:
1. Babel and istanbul were breaking each other.
2... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pirates/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pirates/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flas... |
# postcss-import
[](https://travis-ci.org/postcss/postcss-import)
[](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
[ {
width: auto;
... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postcss-nested/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postcss-nested/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# API Documentation
*Please use only this documented API when working with the parser. Methods
not documented here are subject to change at any point.*
## `parser` function
This is the module's main entry point.
```js
const parser = require('postcss-selector-parser');
```
### `parser([transform], [options])`
Crea... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postcss-selector-parser/API.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postcss-selector-parser/API.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone ... |
# 6.1.2
- Fixed: erroneous trailing combinators in pseudos
# 6.1.1
- Fixed: improve typings of constructor helpers (#292)
# 6.1.0
- Feature: add `sourceIndex` to `Selector` nodes (#290)
# 6.0.16
- Fixed: add missing `index` argument to `each`/`walk` callback types (#289)
# 6.0.15
- Fixed: Node#prev and Node#ne... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postcss-selector-parser/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postcss-selector-parser/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search e... |
# postcss-selector-parser [](https://github.com/postcss/postcss-selector-parser/actions/workflows/test.yml)
> Selector parser with built in methods for working with selector strings.
## Install
With [npm](https://npmjs.co... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postcss-selector-parser/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postcss-selector-parser/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine ... |
# postcss-value-parser
[](https://travis-ci.org/TrySound/postcss-value-parser)
Transforms CSS declaration values and at-rule parameters into a tree of nodes, and provides a simple traversal API.
## Usage
```js
var valueParser = require('postcss-va... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postcss-value-parser/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postcss-value-parser/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone ... |
# PostCSS
<img align="right" width="95" height="95"
alt="Philosopher’s stone, logo of PostCSS"
src="https://postcss.org/logo.svg">
PostCSS is a tool for transforming styles with JS plugins.
These plugins can lint your CSS, support variables and mixins,
transpile future CSS syntax, inline images, and more.
... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postcss/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postcss/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flas... |
# postgres-array [](https://github.com/bendrucker/postgres-array/actions?query=workflow%3Atests)
> Parse postgres array columns
## Install
```
npm install --save postgres-array
```
## Usage
```js
const { parse } = require('postgres-a... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postgres-array/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postgres-array/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# postgres-bytea [](https://travis-ci.org/bendrucker/postgres-bytea) [](https://greenkeeper.io/)
> Decode/encode Postgres bytea strings to Buffers
## Inst... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postgres-bytea/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postgres-bytea/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# postgres-date [](https://github.com/bendrucker/postgres-date/actions?query=workflow%3Atests)
> Postgres date output parser
This package parses [date/time outputs](https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-DA... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postgres-date/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postgres-date/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
# postgres-interval [](https://github.com/bendrucker/postgres-interval/actions?query=workflow%3Atests)
> Parse Postgres interval columns
## Install
```sh
npm install --save postgres-interval
```
## Usage
```js
var parse = require(... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postgres-interval/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postgres-interval/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built ... |
# postgres-range [](https://github.com/martianboy/postgres-range/actions?query=workflow%3Atests)
> Parse postgres range columns
## Install
```
npm install --save postgres-range
```
## Usage
```js
const range = require('postgres-range... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/postgres-range/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/postgres-range/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# prop-types [](https://travis-ci.org/facebook/prop-types)
Runtime type checking for React props and similar objects.
You can use prop-types to document the intended types of properties passed to
components. React (and potentially other librari... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/prop-types/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/prop-types/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
2.0.7 / 2021-05-31
==================
* deps: forwarded@0.2.0
- Use `req.socket` over deprecated `req.connection`
2.0.6 / 2020-02-24
==================
* deps: ipaddr.js@1.9.1
2.0.5 / 2019-04-16
==================
* deps: ipaddr.js@1.9.0
2.0.4 / 2018-07-26
==================
* deps: ipaddr.js@1.8.0
... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/proxy-addr/HISTORY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/proxy-addr/HISTORY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# proxy-addr
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][node-image]][node-url]
[![Build Status][ci-image]][ci-url]
[![Test Coverage][coveralls-image]][coveralls-url]
Determine address of proxied request
## Install
This is a [Node.js](https://nod... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/proxy-addr/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/proxy-addr/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
# pseudomap
A thing that is a lot like ES6 `Map`, but without iterators, for use
in environments where `for..of` syntax and `Map` are not available.
If you need iterators, or just in general a more faithful polyfill to
ES6 Maps, check out [es6-map](http://npm.im/es6-map).
If you are in an environment where `Map` is ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/pseudomap/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/pseudomap/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
## **6.13.0**
- [New] `parse`: add `strictDepth` option (#511)
- [Tests] use `npm audit` instead of `aud`
## **6.12.3**
- [Fix] `parse`: properly account for `strictNullHandling` when `allowEmptyArrays`
- [meta] fix changelog indentation
## **6.12.2**
- [Fix] `parse`: parse encoded square brackets (#506)
- [readme] a... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/qs/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/qs/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash an... |
BSD 3-Clause License
Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/qs/LICENSE.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/qs/LICENSE.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash and Gr... |
<p align="center">
<img alt="qs" src="./logos/banner_default.png" width="800" />
</p>
# qs <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/qs/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/qs/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash and Grou... |
# queue-microtask [![ci][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[ci-image]: https://img.shields.io/github/workflow/status/feross/queue-microtask/ci/master
[ci-url]: https://github.com/feross/queue-microtas... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/queue-microtask/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/queue-microtask/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
1.0.0 / 2016-01-17
==================
* Initial release | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/random-bytes/HISTORY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/random-bytes/HISTORY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
# random-bytes
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
Generate strong pseudo-random bytes.
This module is a simple... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/random-bytes/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/random-bytes/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemin... |
1.2.1 / 2019-05-10
==================
* Improve error when `str` is not a string
1.2.0 / 2016-06-01
==================
* Add `combine` option to combine overlapping ranges
1.1.0 / 2016-05-13
==================
* Fix incorrectly returning -1 when there is at least one valid range
* perf: remove internal fun... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/range-parser/HISTORY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/range-parser/HISTORY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
# range-parser
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][node-image]][node-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
Range header field parser.
## Installation
This is a [Node.js](https:... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/range-parser/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/range-parser/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemin... |
2.5.2 / 2023-02-21
==================
* Fix error message for non-stream argument
2.5.1 / 2022-02-28
==================
* Fix error on early async hooks implementations
2.5.0 / 2022-02-21
==================
* Prevent loss of async hooks context
* Prevent hanging when stream is not readable
* deps: http-e... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/raw-body/HISTORY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/raw-body/HISTORY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
# raw-body
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build status][github-actions-ci-image]][github-actions-ci-url]
[![Test coverage][coveralls-image]][coveralls-url]
Gets the entire buffer of a stream either a... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/raw-body/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/raw-body/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Fl... |
# Security Policies and Procedures
## Reporting a Bug
The `raw-body` team and community take all security bugs seriously. Thank you
for improving the security of Express. We appreciate your efforts and
responsible disclosure and will make every effort to acknowledge your
contributions.
Report security bugs by emaili... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/raw-body/SECURITY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/raw-body/SECURITY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
# React DayPicker
[DayPicker](http://react-day-picker.js.org) is a date picker component for [React](https://reactjs.org). Renders a monthly calendar to select days. DayPicker is customizable, works great with input fields and can be styled to match any design.
➡️ **[react-day-picker.js.org](http://react-day-picker.j... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-day-picker/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-day-picker/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built wi... |
# `react-dom`
This package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package, which is shipped as `react` to npm.
## Installation
```sh
npm install react react-dom
```
## Usage
### In the browser
```js
import { createRoot } from 'react-... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-dom/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-dom/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
<div align="center">
<a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation">
<img src="https://raw.githubusercontent.com/react-hook-form/react-hook-form/master/docs/logo.png" alt="React Hook Form Logo - React hook custom hook for form validation" />
</a... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-hook-form/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-hook-form/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
<img src="https://raw.githubusercontent.com/react-icons/react-icons/master/react-icons.svg" width="120" alt="React Icons">
# [React Icons](https://react-icons.github.io/react-icons)
[![npm][npm-image]][npm-url]
[npm-image]: https://img.shields.io/npm/v/react-icons.svg?style=flat-square
[npm-url]: https://www.npmjs.c... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-icons/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-icons/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# `react-is`
This package allows you to test arbitrary values and see if they're a particular React element type.
## Installation
```sh
# Yarn
yarn add react-is
# NPM
npm install react-is
```
## Usage
### Determining if a Component is Valid
```js
import React from "react";
import * as ReactIs from "react-is";
c... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-is/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-is/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Fl... |
# react-refresh
This package implements the wiring necessary to integrate Fast Refresh into bundlers. Fast Refresh is a feature that lets you edit React components in a running application without losing their state. It is similar to an old feature known as "hot reloading", but Fast Refresh is more reliable and offici... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-refresh/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-refresh/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
<h1>react-remove-scroll-bar</h1>
[](https://www.npmjs.com/package/react-remove-scroll-bar)
[](https://bundlephobia.com/result?p=react-remove-scroll-bar)
[
- Edge case check to make sure resize handle hasn'... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-resizable-panels/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-resizable-panels/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search eng... |
# react-resizable-panels
React components for resizable panel groups/layouts
```jsx
import { Panel, PanelGroup, PanelResizeHandle } from "react-resizable-panels";
<PanelGroup autoSaveId="example" direction="horizontal">
<Panel defaultSize={25}>
<SourcesExplorer />
</Panel>
<PanelResizeHandle />
<Panel>
... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-resizable-panels/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-resizable-panels/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
## 3.0.0 / 2023-10-18
### refactor / chore
- upgrade dependencies
# BREAKING CHANGE
Remove some unused/unneeded code which drops support for older browser versions. Results in slightly decreased bundle size.
- remove unneeded polyfill for translateStyle - [browser support since 2017](https://caniuse.com/?search=tr... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-smooth/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-smooth/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# react-smooth
react-smooth is a animation library work on React.
[](https://badge.fury.io/js/react-smooth)
[](https://travis-ci.org/recharts/react-smooth)
[`](https://github.com/reactjs/react-transition-group/tree/v1-stable).
>
> **For a drop-in replacemen... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react-transition-group/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react-transition-group/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# `react`
React is a JavaScript library for creating user interfaces.
The `react` package contains only the functionality necessary to define React components. It is typically used together with a React renderer like `react-dom` for the web, or `react-native` for the native environments.
**Note:** by default, React ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/react/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/react/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash an... |
# read-cache [](https://travis-ci.org/TrySound/read-cache)
Reads and caches the entire contents of a file until it is modified.
## Install
```
$ npm i read-cache
```
## Usage
```js
// foo.js
var readCache = require('read-cache');
readCa... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/read-cache/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/read-cache/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
# readdirp [](https://github.com/paulmillr/readdirp)
Recursive version of [fs.readdir](https://nodejs.org/api/fs.html#fs_fs_readdir_path_options_callback). Exposes a **stream API** and a **promise API**.
```sh
npm install readdirp
```
```javascript
cons... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/readdirp/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/readdirp/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Fl... |
## 0.4.5 (Mar 25, 2021)
### chore
- fix: previous release
## 0.4.4 (Mar 18, 2021)
### chore
- bring up all dev deps (incl. eslint and webpack) to the latest
- move CI to Github actions
- add linting and building to ci pipeline (in addition to unit testing)
## 0.4.0 (Seq 28, 2018)
### feat
- use `decimal.js-ligh... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/recharts-scale/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/recharts-scale/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built ... |
# recharts-scale
[](https://github.com/recharts/recharts-scale/actions)
Scale of Cartesian Coordinates | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/recharts-scale/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/recharts-scale/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
## ⚠️ Next versions change notes are available only on the [GitHub Releases](https://github.com/recharts/recharts/releases) page ⚠️
## 2.2.0 (Dec 8, 2022)
### feat
- Support keyboard navigation in pie chart (#2923)
- Allow reversing the tooltip direction (#3056)
### fix
- fix rounding leading to hairline gaps (#3075)... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/recharts/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/recharts/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# Contributing to Recharts
We'd love for you to contribute to our source code and to make Recharts even better than it is today! Here are the guidelines we'd like you to follow:
- [Issues and Bugs](#issues)
- [Testing](#testing)
- [Pull Requests](#pr)
- [Code Guide](#code)
- [License](#license)
## Ongoing Initiative... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/recharts/CONTRIBUTING.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/recharts/CONTRIBUTING.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with G... |
# Recharts
[](https://release--63da8268a0da9970db6992aa.chromatic.com/)
[](https://github.com/recharts/recharts/actions)
[-compiled generator
and `async` functions.
To import the runtime as a module (recommended), either of the following
import styles will work:
```js
// CommonJS
const regeneratorRuntime = require("regenerator-runtime");
... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/regenerator-runtime/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/regenerator-runtime/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone bu... |
# regexparam [](https://github.com/lukeed/regexparam/actions/workflows/ci.yml)
> A tiny (399B) utility that converts route patterns into RegExp. Limited alternative to [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp) 🙇
With `... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/regexparam/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/regexparam/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
# resolve-pkg-maps
Utils to resolve `package.json` subpath & conditional [`exports`](https://nodejs.org/api/packages.html#exports)/[`imports`](https://nodejs.org/api/packages.html#imports) in resolvers.
Implements the [ESM resolution algorithm](https://nodejs.org/api/esm.html#resolver-algorithm-specification). Tested... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/resolve-pkg-maps/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/resolve-pkg-maps/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built wi... |
# Security
Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/resolve/SECURITY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/resolve/SECURITY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
# reusify
[![npm version][npm-badge]][npm-url]
[![Build Status][travis-badge]][travis-url]
[![Coverage Status][coveralls-badge]][coveralls-url]
Reuse your objects and functions for maximum speed. This technique will
make any function run ~10% faster. You call your functions a
lot, and it adds up quickly in hot code p... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/reusify/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/reusify/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flas... |
# Rollup core license
Rollup is released under the MIT license:
The MIT License (MIT)
Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/contributors)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/rollup/LICENSE.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/rollup/LICENSE.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flas... |
<p align="center">
<a href="https://rollupjs.org/"><img src="https://rollupjs.org/rollup-logo.svg" width="150" /></a>
</p>
<p align="center">
<a href="https://www.npmjs.com/package/rollup">
<img src="https://img.shields.io/npm/v/rollup.svg" alt="npm version" >
</a>
<a href="https://nodejs.org/en/about/previ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/rollup/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/rollup/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash ... |
# run-parallel [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[travis-image]: https://img.shields.io/travis/feross/run-parallel/master.svg
[travis-url]: https://travis-ci.org/feross/run-parallel... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/run-parallel/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/run-parallel/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemin... |
# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[travis-image]: https://img.shields.io/travis/feross/safe-buffer/master.svg
[travis-url]: https://travis-ci.org/feross/safe-buffer
[n... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/safe-buffer/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/safe-buffer/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# Porting to the Buffer.from/Buffer.alloc API
<a id="overview"></a>
## Overview
- [Variant 1: Drop support for Node.js ≤ 4.4.x and 5.0.0 — 5.9.x.](#variant-1) (*recommended*)
- [Variant 2: Use a polyfill](#variant-2)
- [Variant 3: manual detection, with safeguards](#variant-3)
### Finding problematic bits of code us... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/safer-buffer/Porting-Buffer.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/safer-buffer/Porting-Buffer.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone ... |
# safer-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![javascript style guide][standard-image]][standard-url] [![Security Responsible Disclosure][secuirty-image]][secuirty-url]
[travis-image]: https://travis-ci.org/ChALkeR/safer-buffer.svg?branch=master
[travis-url]: https://travis-ci.org... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/safer-buffer/Readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/safer-buffer/Readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemin... |
# `scheduler`
This is a package for cooperative scheduling in a browser environment. It is currently used internally by React, but we plan to make it more generic.
The public API for this package is not yet finalized.
### Thanks
The React team thanks [Anton Podviaznikov](https://podviaznikov.com/) for donating the ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/scheduler/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/scheduler/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
semver(1) -- The semantic versioner for npm
===========================================
## Install
```bash
npm install semver
````
## Usage
As a node module:
```js
const semver = require('semver')
semver.valid('1.2.3') // '1.2.3'
semver.valid('a.b.c') // null
semver.clean(' =v1.2.3 ') // '1.2.3'
semver.satisfi... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/semver/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/semver/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash ... |
0.19.0 / 2024-09-10
===================
* Remove link renderization in html while redirecting
0.18.0 / 2022-03-23
===================
* Fix emitted 416 error missing headers property
* Limit the headers removed for 304 response
* deps: depd@2.0.0
- Replace internal `eval` usage with `Function` constructor
... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/send/HISTORY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/send/HISTORY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash an... |
# send
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Linux Build][github-actions-ci-image]][github-actions-ci-url]
[![Windows Build][appveyor-image]][appveyor-url]
[![Test Coverage][coveralls-image]][coveralls-url]
Send is a library for streaming files from the file ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/send/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/send/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash and ... |
# Security Policies and Procedures
## Reporting a Bug
The `send` team and community take all security bugs seriously. Thank you
for improving the security of Express. We appreciate your efforts and
responsible disclosure and will make every effort to acknowledge your
contributions.
Report security bugs by emailing t... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/send/SECURITY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/send/SECURITY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash ... |
1.16.2 / 2024-09-11
===================
* deps: encodeurl@~2.0.0
1.16.1 / 2024-09-11
===================
* deps: send@0.19.0
1.16.0 / 2024-09-10
===================
* Remove link renderization in html while redirecting
1.15.0 / 2022-03-24
===================
* deps: send@0.18.0
- Fix emitted 416 error mis... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/serve-static/HISTORY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/serve-static/HISTORY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
# serve-static
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Linux Build][github-actions-ci-image]][github-actions-ci-url]
[![Windows Build][appveyor-image]][appveyor-url]
[![Test Coverage][coveralls-image]][coveralls-url]
## Install
This is a [Node.js](https://node... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/serve-static/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/serve-static/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemin... |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.2.2](https://github.com/ljharb/set-function-length/compare/v1... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/set-function-length/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/set-function-length/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine cl... |
# set-function-length <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![npm badge][npm-badge-png]][package-url]
Set a function... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/set-function-length/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/set-function-length/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone bu... |
# Polyfill for `Object.setPrototypeOf`
[](https://npmjs.org/package/setprototypeof)
[](https://npmjs.org/package/setprototypeof)
[](https://travis-ci.org/kevva/shebang-command)
> Get the command from a shebang
## Install
```
$ npm install shebang-command
```
## Usage
```js
const shebangCommand = require('shebang-command');
shebangCommand('#!/u... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/shebang-command/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/shebang-command/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# shebang-regex [](https://travis-ci.org/sindresorhus/shebang-regex)
> Regular expression for matching a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) line
## Install
```
$ npm install shebang-regex
```
## Usage
```js
co... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/shebang-regex/readme.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/shebang-regex/readme.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.6](https://github.com/ljharb/side-channel/compare/v1.0.5...... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/side-channel/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/side-channel/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with... |
# side-channel
Store information about any JS value in a side channel. Uses WeakMap if available. | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/side-channel/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/side-channel/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemin... |
# signal-exit
When you want to fire an event no matter how a process exits:
- reaching the end of execution.
- explicitly having `process.exit(code)` called.
- having `process.kill(pid, sig)` called.
- receiving a fatal signal from outside the process
Use `signal-exit`.
```js
// Hybrid module, either works
import {... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/signal-exit/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/signal-exit/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini ... |
# Source Map JS
[](https://www.npmjs.com/package/source-map-js)
Difference between original [source-map](https://github.com/mozilla/source-map):
> TL,DR: it's fork of original source-map@0.6, but with perfomance optimizations.
This journ... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/source-map-js/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/source-map-js/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
The MIT License (MIT)
Copyright (c) 2014 Evan Wallace
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, pub... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/source-map-support/LICENSE.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/source-map-support/LICENSE.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone bu... |
# Source Map Support
[](https://travis-ci.org/evanw/node-source-map-support)
This module provides source map support for stack traces in node via the [V8 stack trace API](https://github.com/v8/v8/wiki/Stack-Trace-API). It uses the [s... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/source-map-support/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/source-map-support/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone buil... |
# Change Log
## 0.5.6
* Fix for regression when people were using numbers as names in source maps. See
#236.
## 0.5.5
* Fix "regression" of unsupported, implementation behavior that half the world
happens to have come to depend on. See #235.
* Fix regression involving function hoisting in SpiderMonkey. See #23... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/source-map/CHANGELOG.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/source-map/CHANGELOG.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gem... |
# Source Map
[](https://travis-ci.org/mozilla/source-map)
[](https://www.npmjs.com/package/source-map)
This is a library to generate and consume the source map format... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/source-map/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/source-map/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.... |
# Split2(matcher, mapper, options)

Break up a stream and reassemble it so that each line is a chunk.
`split2` is inspired by [@dominictarr](https://github.com/dominictarr) [`split`](https://github.com/dominictarr/split) module,
and it is totally API com... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/split2/README.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/split2/README.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 Flash ... |
2.0.1 / 2021-01-03
==================
* Fix returning values from `Object.prototype`
2.0.0 / 2020-04-19
==================
* Drop support for Node.js 0.6
* Fix messaging casing of `418 I'm a Teapot`
* Remove code 306
* Remove `status[code]` exports; use `status.message[code]`
* Remove `status[msg]` expor... | {
"source": "ammaarreshi/Gemini-Search",
"title": "node_modules/statuses/HISTORY.md",
"url": "https://github.com/ammaarreshi/Gemini-Search/blob/main/node_modules/statuses/HISTORY.md",
"date": "2025-01-04T14:07:19",
"stars": 1910,
"description": "Perplexity style AI Search engine clone built with Gemini 2.0 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.