licenses.dev

pagespeeder v1.4.0

Measure pagespeed with a simple configuration.

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT106
PackageRelationDependenciesPublished
@colors/colors • 1.5.0get colors in your node.js consoleINDIRECT0
@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
ansi-colors • 4.1.3Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).DIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
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
cli-table3 • 0.6.5Pretty unicode tables for the command line. Based on the original cli-table.DIRECT6
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cookie • 0.4.2HTTP server cookie parsing and serializationINDIRECT0
cross-fetch • 3.1.5Universal WHATWG Fetch API for Node, Browsers and React NativeINDIRECT4
crypto-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
cssom • 0.3.8CSS Object Model implementation and CSS parserINDIRECT0
cssstyle • 1.2.1CSSStyleDeclaration Object Model implementationINDIRECT1
data-uri-to-buffer • 4.0.1Generate a Buffer instance from a Data URI stringINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.3.2small debugging utilityINDIRECT1
debug • 4.3.4Lightweight debugging utility for Node.js and the browserINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserDIRECT1
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsDIRECT0
define-lazy-prop • 2.0.0Define a lazily evaluated property on an objectINDIRECT0
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
enquirer • 2.4.1Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.INDIRECT3
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
fd-slicer • 1.1.0safely create multiple ReadStream or WriteStream objects from the same file descriptorINDIRECT1
fetch-blob • 3.2.0Blob & File implementation in Node.js, originally from node-fetch.INDIRECT2
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
formdata-polyfill • 4.0.10HTML5 `FormData` for Browsers and Node.INDIRECT3
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
http-link-header • 0.8.0Parse & format HTTP link headers according to RFC 5988INDIRECT0
https-proxy-agent • 5.0.0An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT5
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
image-ssim • 0.2.0Image structural similarity (SSIM). In TypeScript/JavaScript. For browser/server.INDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
js-library-detector • 6.7.0Detects the JavaScript libraries running on a pageINDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash • 4.18.1Lodash modular utilities.INDIRECT0
lookup-closest-locale • 6.2.0Lookup the closest locale from among object keysINDIRECT0
lru_map • 0.3.3Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.INDIRECT0
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
metaviewport-parser • 0.2.0Parser for the content attribute of the meta viewportINDIRECT0
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`DIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-domexception • 1.0.0An implementation of the DOMException class from NodeJSINDIRECT0
node-fetch • 2.6.5A light-weight module that brings window.fetch to node.jsINDIRECT3
node-fetch • 2.6.7A light-weight module that brings window.fetch to node.jsINDIRECT3
node-fetch • 3.3.2A light-weight module that brings Fetch API to node.jsDIRECT5
open • 8.4.2Open stuff like URLs, files, executables. Cross-platform.INDIRECT3
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
ps-list • 8.1.1Get running processesINDIRECT0
pump • 3.0.4pipe streams together and close all of them if one of them closesINDIRECT3
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
robots-parser • 3.0.1A specification compliant robots.txt parser with wildcard (*) matching support.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
speedline-core • 1.4.3Get the speed index from chrome dev tool timeline filesINDIRECT4
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
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
third-party-web • 0.17.1Categorized data on third party entities on the web.INDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
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
unique-string • 2.0.0Generate a unique random stringINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
web-streams-polyfill • 3.3.3Web Streams, based on the WHATWG spec reference implementationINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 7.5.13Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
ws • 8.2.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
ws • 8.5.0Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xdg-basedir • 4.0.0Get XDG Base Directory pathsINDIRECT0
yargs • 17.7.3yargs the modern, pirate-themed, successor to optimist.DIRECT15
yauzl • 2.10.0yet another unzip library for nodeINDIRECT3
ISC18
PackageRelationDependenciesPublished
chownr • 1.1.4like `chown -R`INDIRECT0
cliui • 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
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
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 21.1.1the mighty option parser used by yargsINDIRECT0
BSD-3-Clause12
PackageRelationDependenciesPublished
@sentry/core • 6.19.7Base implementation for all Sentry JavaScript SDKsINDIRECT5
@sentry/hub • 6.19.7Sentry hub which handles global state managment.INDIRECT3
@sentry/minimal • 6.19.7Sentry minimal library that can be used in other packagesINDIRECT4
@sentry/node • 6.19.7Official Sentry SDK for Node.jsINDIRECT12
@sentry/types • 6.19.7Types for all Sentry JavaScript SDKsINDIRECT0
@sentry/utils • 6.19.7Utilities for all Sentry JavaScript SDKsINDIRECT2
devtools-protocol • 0.0.937139The Chrome DevTools Protocol JSONINDIRECT0
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
intl-messageformat-parser • 1.8.1Parses ICU Message strings into an AST via JavaScript.INDIRECT0
intl-messageformat • 4.4.0Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.INDIRECT1
jpeg-js • 0.4.4A pure javascript JPEG encoder and decoderINDIRECT0
Apache-2.08
PackageRelationDependenciesPublished
chrome-launcher • 0.15.2Launch latest Chrome with the Devtools Protocol port openINDIRECT9
csp_evaluator • 1.1.1Evaluate Content Security Policies for a wide range of bypasses and weaknessesINDIRECT0
lighthouse-logger • 1.4.2A shared logging utility class for lighthouse and friends.INDIRECT3
lighthouse-stack-packs • 1.8.2Lighthouse Stack PacksINDIRECT0
lighthouse • 9.6.8Automated auditing, performance metrics, and best practices for the web.DIRECT133
marky • 1.3.0Performance timer based on performance.mark() and measure()INDIRECT0
puppeteer-core • 13.7.0A high-level API to control headless Chrome over the DevTools ProtocolINDIRECT60
puppeteer • 12.0.1A high-level API to control headless Chrome over the DevTools ProtocolDIRECT59
BSD-2-Clause3
PackageRelationDependenciesPublished
configstore • 5.0.1Easily load and save config without having to think about where and howINDIRECT13
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
MPL-2.01
PackageRelationDependenciesPublished
axe-core • 4.4.1Accessibility engine for automated Web UI testingINDIRECT0
unknown1
PackageRelationDependenciesPublished
parse-cache-control • 1.0.1Parse Cache-Control headers.INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.4.0 version:

[![licenses](https://licenses.dev/b/npm/pagespeeder/1.4.0)](https://licenses.dev/npm/pagespeeder/1.4.0)
<a href="https://licenses.dev/npm/pagespeeder/1.4.0">
  <img src="https://licenses.dev/b/npm/pagespeeder/1.4.0" alt="licenses" />
</a>
GitHub