licenses.dev

gatsby-source-drupal v3.13.1

Gatsby source plugin for building websites using the Drupal CMS as a data source

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT114
PackageRelationDependenciesPublished
@babel/runtime • 7.25.6babel's modular runtime helpersDIRECT1
@sindresorhus/is • 0.14.0Type check values: `is.string('🦄') //=> true`INDIRECT0
@szmarczak/http-timer • 1.1.2Timings for HTTP requestsINDIRECT1
@tokenizer/token • 0.3.0TypeScript definition for strtok3 tokenINDIRECT0
axios • 0.21.4Promise based HTTP client for the browser and node.jsDIRECT1
better-queue-memory • 1.0.4A really fast memory store for better-queueINDIRECT0
better-queue • 3.8.12Better Queue for NodeJSINDIRECT3
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceDIRECT0
body-parser • 1.20.3Node.js body parsing middlewareDIRECT36
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cacheable-request • 6.1.0Wrap native HTTP requests with RFC compliant cache supportINDIRECT14
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
clone-response • 1.0.3Clone a Node.js HTTP response streamINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
crypto-random-string • 2.0.0Generate a cryptographically strong random stringINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
defer-to-connect • 1.1.3The safe way to handle the `connect` socket eventINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
file-type • 16.5.4Detect the file type of a Buffer/Uint8Array/ArrayBufferINDIRECT11
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
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
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gatsby-core-utils • 1.10.1A collection of gatsby utils used in different gatsby packagesINDIRECT22
gatsby-source-filesystem • 2.11.1Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.DIRECT88
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
got • 9.6.0Simplified HTTP requestsINDIRECT25
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
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
json-buffer • 3.0.0JSON parse & stringify that supports binary via bops & base64INDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
keyv • 3.1.0Simple key-value storage with support for multiple backendsINDIRECT1
lodash • 4.17.21Lodash modular utilities.DIRECT0
lowercase-keys • 1.0.1Lowercase the keys of an objectINDIRECT0
lowercase-keys • 2.0.0Lowercase the keys of an objectINDIRECT0
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
md5-file • 5.0.0Get the MD5-sum of a given file, with low memory usage, even on huge files.INDIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
node-eta • 0.9.0Estimated time to arrivalINDIRECT0
node-object-hash • 2.3.10Node.js object hash library with properties/arrays sorting to provide constant hashesINDIRECT0
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
normalize-url • 4.5.1Normalize a URLINDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
p-cancelable • 1.1.0Create a promise that can be canceledINDIRECT0
peek-readable • 4.1.0Read and peek from a readable streamINDIRECT0
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
prepend-http • 2.0.0Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
pretty-bytes • 5.6.0Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT0
progress • 2.0.3Flexible ascii progress barINDIRECT0
proper-lockfile • 4.1.2A inter-process and inter-machine lockfile utility that works on a local or network file systemINDIRECT3
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readable-web-to-node-stream • 3.0.2Converts a Web-API readable-stream into a Node readable-stream.INDIRECT5
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
responselike • 1.0.2A response-like object for mocking a Node.js HTTP response streamINDIRECT1
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
statuses • 2.0.1HTTP status utilityINDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
strtok3 • 6.3.0A promise based streaming tokenizerINDIRECT2
tiny-async-pool • 1.3.0Run multiple promise-returning & async functions with limited concurrency using native ES6/ES7DIRECT1
tmp • 0.2.3Temporary file and directory creatorINDIRECT0
to-readable-stream • 1.0.0Convert a string/Buffer/Uint8Array to a readable streamINDIRECT0
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
token-types • 4.2.1Common token types for decoding and encoding numeric and string valuesINDIRECT2
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
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
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
url-parse-lax • 3.0.0Lax url.parse() with support for protocol-less URLs & IPsINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 9.0.1RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
xdg-basedir • 4.0.0Get XDG Base Directory pathsINDIRECT0
xstate • 4.38.3Finite State Machines and Statecharts for the Modern Web.INDIRECT0
ISC11
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
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-3-Clause3
PackageRelationDependenciesPublished
duplexer3 • 0.1.5Like duplexer but using streams3INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
BSD-2-Clause2
PackageRelationDependenciesPublished
configstore • 5.0.1Easily load and save config without having to think about where and howINDIRECT13
http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
unknown1
PackageRelationDependenciesPublished
valid-url • 1.0.9URI validation functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.13.1 version:

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