licenses.dev

spider-stealth v1.1.6

A Node.js scraping framework built on puppeteer-extra (to use a headless Chrome/Chromium browser). Has the ability to solve reCaptcha

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT73
PackageRelationDependenciesPublished
@types/debug • 4.1.13TypeScript definitions for debugINDIRECT1
@types/ms • 2.1.0TypeScript definitions for msINDIRECT0
@types/node • 26.1.1TypeScript definitions for nodeINDIRECT1
@types/yauzl • 2.10.3TypeScript definitions for yauzlINDIRECT2
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
brace-expansion • 1.1.16Brace expansion as known from sh/bashINDIRECT2
buffer-crc32 • 0.2.13A pure javascript CRC32 algorithm that plays nice with binary dataINDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
clone-deep • 0.2.4Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT13
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cross-fetch • 3.1.5Universal WHATWG Fetch API for Node, Browsers and React NativeINDIRECT4
debug • 4.3.4Lightweight debugging utility for Node.js and the browserINDIRECT1
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
fd-slicer • 1.1.0safely create multiple ReadStream or WriteStream objects from the same file descriptorINDIRECT1
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
for-in • 0.1.8Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-own • 0.1.5Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.INDIRECT1
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
kind-of • 2.0.1Get the native type of a value.INDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
lazy-cache • 0.2.7Cache requires to be lazy-loaded when needed.INDIRECT0
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
merge-deep • 3.0.3Recursively merge values in a javascript object.INDIRECT15
mixin-object • 2.0.1Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.INDIRECT2
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
node-fetch • 2.6.7A light-weight module that brings window.fetch to node.jsINDIRECT3
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pend • 1.2.0dead-simple optimistic async helperINDIRECT0
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
progress • 2.0.3Flexible ascii progress barINDIRECT0
proxy-from-env • 1.1.0Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.INDIRECT0
pump • 3.0.4pipe streams together and close all of them if one of them closesINDIRECT3
puppeteer-extra-plugin-recaptcha • 3.6.8A puppeteer-extra plugin to solve reCAPTCHAs and hCaptchas automatically.DIRECT21
puppeteer-extra-plugin-stealth • 2.11.2Stealth mode: Applies various techniques to make detection of headless puppeteer harder.DIRECT40
puppeteer-extra-plugin-user-data-dir • 2.4.1Custom user data directory for puppeteer.INDIRECT37
puppeteer-extra-plugin-user-preferences • 2.4.1Launch puppeteer with arbitrary user preferences.INDIRECT39
puppeteer-extra-plugin • 3.2.3Base class for puppeteer-extra plugins.INDIRECT20
puppeteer-extra • 3.3.6Teach puppeteer new tricks through plugins.DIRECT5
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
shallow-clone • 0.1.2Make a shallow clone of an object, array or primitive.INDIRECT6
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
tar-fs • 2.1.1filesystem bindings for tar-streamINDIRECT17
tar-stream • 2.2.0tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.INDIRECT13
through • 2.3.8simplified stream constructionINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
unbzip2-stream • 1.4.3streaming unbzip2 implementation in pure javascript for node and browsersINDIRECT4
undici-types • 8.3.0A stand-alone types package for UndiciINDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
ws • 8.5.0Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
yauzl • 2.10.0yet another unzip library for nodeINDIRECT3
ISC10
PackageRelationDependenciesPublished
chownr • 1.1.4like `chown -R`INDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
devtools-protocol • 0.0.981744The Chrome DevTools Protocol JSONINDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
extract-zip • 2.0.1unzip a zip file into a directory using 100% javascriptINDIRECT14
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
puppeteer • 13.7.0A high-level API to control headless Chrome over the DevTools ProtocolDIRECT58
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/spider-stealth)](https://licenses.dev/npm/spider-stealth)
<a href="https://licenses.dev/npm/spider-stealth">
  <img src="https://licenses.dev/b/npm/spider-stealth" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.6 version:

[![licenses](https://licenses.dev/b/npm/spider-stealth/1.1.6)](https://licenses.dev/npm/spider-stealth/1.1.6)
<a href="https://licenses.dev/npm/spider-stealth/1.1.6">
  <img src="https://licenses.dev/b/npm/spider-stealth/1.1.6" alt="licenses" />
</a>
GitHub