licenses.dev

gatsby-plugin-offline v3.10.2

Gatsby plugin which sets up a site to be able to run offline

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT68
PackageRelationDependenciesPublished
@babel/runtime • 7.25.6babel's modular runtime helpersDIRECT1
babel-extract-comments • 1.0.0Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.INDIRECT1
babel-plugin-syntax-object-rest-spread • 6.13.0Allow parsing of object rest/spreadINDIRECT0
babel-plugin-transform-object-rest-spread • 6.26.0Compile object rest and spread to ES5INDIRECT4
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
babylon • 6.18.0A JavaScript parserINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
cheerio • 1.0.0The fast, flexible & elegant library for parsing and manipulating HTML and XML.DIRECT20
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
common-tags • 1.8.2a few common utility template tags for ES2015INDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
crypto-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
dom-serializer • 2.0.0render domhandler DOM nodes to a stringINDIRECT3
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
encoding-sniffer • 0.2.0Implementation of the HTML encoding sniffer algo, with stream supportINDIRECT3
fs-extra • 4.0.3fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
gatsby-core-utils • 1.10.1A collection of gatsby utils used in different gatsby packagesDIRECT22
htmlparser2 • 9.1.0Fast & forgiving HTML/XML parserINDIRECT5
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
is-obj • 1.0.1Check if a value is an objectINDIRECT0
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-regexp • 1.0.0Check whether a variable is a regular expressionINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
lodash._reinterpolate • 3.0.0The modern build of lodash’s internal `reInterpolate` as a module.INDIRECT0
lodash.template • 4.5.0The Lodash method `_.template` exported as a module.INDIRECT2
lodash.templatesettings • 4.2.0The Lodash method `_.templateSettings` exported as a module.INDIRECT1
lodash • 4.17.21Lodash modular utilities.DIRECT0
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
node-object-hash • 2.3.10Node.js object hash library with properties/arrays sorting to provide constant hashesINDIRECT0
parse5-htmlparser2-tree-adapter • 7.0.0htmlparser2 tree adapter for parse5.INDIRECT4
parse5-parser-stream • 7.1.2Streaming HTML parser with scripting support.INDIRECT2
parse5 • 7.1.2HTML parser and serializer.INDIRECT1
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pretty-bytes • 5.6.0Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT0
proper-lockfile • 4.1.2A inter-process and inter-machine lockfile utility that works on a local or network file systemINDIRECT3
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
strip-comments • 1.0.2Strip comments from code. Removes line comments, block comments, the first comment only, or all comments. Optionally leave protected comments unharmed.INDIRECT7
tmp • 0.2.3Temporary file and directory creatorINDIRECT0
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
undici • 6.19.8An HTTP/1.1 client, written from scratch for Node.jsINDIRECT0
unique-string • 2.0.0Generate a unique random stringINDIRECT1
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
whatwg-encoding • 3.1.1Decode strings according to the WHATWG Encoding StandardINDIRECT2
whatwg-mimetype • 4.0.0Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing StandardINDIRECT0
workbox-background-sync • 4.3.1Queues failed requests and uses the Background Sync API to replay them when the network is availableINDIRECT1
workbox-broadcast-update • 4.3.1A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updatedINDIRECT1
workbox-build • 4.3.1A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.DIRECT53
workbox-cacheable-response • 4.3.1This library takes a Response object and determines whether it's cacheable based on a specific configuration.INDIRECT1
workbox-core • 4.3.1This module is used by a number of the other Workbox modules to share common code.INDIRECT0
workbox-expiration • 4.3.1A service worker helper library that expires cached responses based on age or maximum number of entries.INDIRECT1
workbox-google-analytics • 4.3.1Queues failed requests and uses the Background Sync API to replay them when the network is availableINDIRECT4
workbox-navigation-preload • 4.3.1This library allows developers to opt-in to using Navigation Preload in their service worker.INDIRECT1
workbox-precaching • 4.3.1This module efficiently precaches assets.INDIRECT1
workbox-range-requests • 4.3.1This library creates a new Response, given a source Response and a Range header value.INDIRECT1
workbox-routing • 4.3.1A service worker helper library to route request URLs to handlers.INDIRECT1
workbox-strategies • 4.3.1A service worker helper library implementing common caching strategies.INDIRECT1
workbox-streams • 4.3.1A library that makes it easier to work with Streams in the browser.INDIRECT1
workbox-sw • 4.3.1This module makes it easy to get started with the Workbox service worker libraries.INDIRECT0
workbox-window • 4.3.1Simplifies communications with Workbox packages running in the service workerINDIRECT1
xdg-basedir • 4.0.0Get XDG Base Directory pathsINDIRECT0
ISC13
PackageRelationDependenciesPublished
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-own-enumerable-property-symbols • 3.0.2Returns an array of all enumerable symbol properties found directly upon a given objectINDIRECT0
glob • 7.2.3a little globberDIRECT10
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.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
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
BSD-2-Clause10
PackageRelationDependenciesPublished
cheerio-select • 2.1.0CSS selector engine supporting jQuery selectorsINDIRECT9
configstore • 5.0.1Easily load and save config without having to think about where and howINDIRECT13
css-select • 5.1.0a CSS selector compiler/engineINDIRECT8
css-what • 6.1.0a CSS selector parserINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 5.0.3Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 3.1.0Utilities for working with htmlparser2's domINDIRECT4
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
stringify-object • 3.3.0Stringify an object/array like JSON.stringify just without all the double-quotesINDIRECT3
BSD-3-Clause5
PackageRelationDependenciesPublished
@hapi/address • 2.1.4Email address and domain validationINDIRECT0
@hapi/bourne • 1.3.2JSON parse with prototype poisoning protectionINDIRECT0
@hapi/hoek • 8.5.1General purpose node utilitiesINDIRECT0
@hapi/joi • 15.1.1Object schema validationINDIRECT4
@hapi/topo • 3.1.6Topological sorting with grouping supportINDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
idb-keyval • 3.2.0A super-simple-small keyval store built on top of IndexedDBDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.10.2 version:

[![licenses](https://licenses.dev/b/npm/gatsby-plugin-offline/3.10.2)](https://licenses.dev/npm/gatsby-plugin-offline/3.10.2)
<a href="https://licenses.dev/npm/gatsby-plugin-offline/3.10.2">
  <img src="https://licenses.dev/b/npm/gatsby-plugin-offline/3.10.2" alt="licenses" />
</a>
GitHub