licenses.dev

graphql-config v5.1.4

The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT93
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@envelop/core • 5.2.3This is the core package for Envelop. You can find a complete documentation here: https://github.com/n1ru4l/envelopINDIRECT4
@envelop/instrumentation • 1.0.0This package contains utility functions and types to ease the use of instrumentation accross Envelop, Yoga, whatwg-node and Hive Gateway plugins.INDIRECT2
@envelop/types • 5.2.1INDIRECT2
@fastify/busboy • 3.1.1A streaming parser for HTML form data for node.jsINDIRECT0
@graphql-hive/signal • 1.0.0INDIRECT0
@graphql-tools/batch-execute • 9.0.15A set of utils for faster development of GraphQL toolsINDIRECT7
@graphql-tools/delegate • 10.2.17A set of utils for faster development of GraphQL toolsINDIRECT13
@graphql-tools/executor-common • 0.0.4A set of utils for faster development of GraphQL toolsINDIRECT9
@graphql-tools/executor-graphql-ws • 2.0.5A set of utils for faster development of GraphQL toolsINDIRECT14
@graphql-tools/executor-http • 1.3.3A set of utils for faster development of GraphQL toolsINDIRECT18
@graphql-tools/executor-legacy-ws • 1.1.17A set of utils for faster development of GraphQL toolsINDIRECT11
@graphql-tools/executor • 1.4.7Fork of GraphQL.js' execute functionINDIRECT8
@graphql-tools/graphql-file-loader • 8.0.19A set of utils for faster development of GraphQL toolsDIRECT35
@graphql-tools/import • 7.0.18A set of utils for faster development of GraphQL toolsINDIRECT7
@graphql-tools/json-file-loader • 8.0.18A set of utils for faster development of GraphQL toolsDIRECT33
@graphql-tools/load • 8.1.0A set of utils for faster development of GraphQL toolsDIRECT10
@graphql-tools/merge • 9.0.24A set of utils for faster development of GraphQL toolsDIRECT6
@graphql-tools/schema • 10.0.23A set of utils for faster development of GraphQL toolsINDIRECT7
@graphql-tools/url-loader • 8.0.31A set of utils for faster development of GraphQL toolsDIRECT43
@graphql-tools/utils • 10.8.6Common package containing utils and types for GraphQL toolsDIRECT5
@graphql-tools/wrap • 10.0.35A set of utils for faster development of GraphQL toolsINDIRECT14
@graphql-typed-document-node/core • 3.2.0INDIRECT0
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@repeaterjs/repeater • 3.0.6The missing constructor function for creating safe async iteratorsINDIRECT0
@types/node • 22.15.3TypeScript definitions for nodeINDIRECT1
@types/ws • 8.18.1TypeScript definitions for wsINDIRECT2
@whatwg-node/disposablestack • 0.0.6Cross Platform Smart DisposableStack API PonyfillINDIRECT2
@whatwg-node/fetch • 0.10.6Cross Platform Smart Fetch PonyfillINDIRECT6
@whatwg-node/node-fetch • 0.7.18Fetch API implementation for NodeINDIRECT4
@whatwg-node/promise-helpers • 1.3.1Promise helpersINDIRECT1
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
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
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
cosmiconfig • 9.0.0Find and load configuration from a package.json property, rc file, TypeScript module, and more!DIRECT16
cross-inspect • 1.0.1Cross platform implementation of Node's util.inspectINDIRECT1
data-uri-to-buffer • 4.0.1Generate a Buffer instance from a Data URI stringINDIRECT0
dataloader • 2.2.3A data loading utility to reduce requests to a backend via batching and caching.INDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dset • 3.1.4A tiny (194B) utility for safely writing deep Object values~!INDIRECT0
env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fetch-blob • 3.2.0Blob & File implementation in Node.js, originally from node-fetch.INDIRECT2
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
formdata-polyfill • 4.0.10HTML5 `FormData` for Browsers and Node.INDIRECT3
globby • 11.1.0User-friendly glob matchingINDIRECT23
graphql-ws • 6.0.4Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and clientINDIRECT0
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
import-fresh • 3.3.1Import a module while bypassing the cacheINDIRECT3
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
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
isomorphic-ws • 5.0.0Isomorphic implementation of WebSocketINDIRECT0
jiti • 2.4.2Runtime typescript and ESM support for Node.jsDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 4.1.0YAML 1.2 parser and serializerINDIRECT1
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
meros • 1.3.0A fast 642B utility that makes reading multipart responses simpleINDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
node-domexception • 1.0.0An implementation of the DOMException class from NodeJSINDIRECT0
node-fetch • 3.3.2A light-weight module that brings Fetch API to node.jsINDIRECT5
normalize-path • 2.1.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.INDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
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
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
string-env-interpolation • 1.0.1Use Environment Variables in StringDIRECT0
sync-fetch • 0.6.0-2Synchronous version of the Fetch APIINDIRECT8
timeout-signal • 2.0.0Create an AbortSignal that aborts after a delayINDIRECT0
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
undici-types • 6.21.0A stand-alone types package for UndiciINDIRECT0
unixify • 1.0.0Convert Windows file paths to unix paths.INDIRECT2
urlpattern-polyfill • 10.0.0Polyfill for the URLPattern APIINDIRECT0
web-streams-polyfill • 3.3.3Web Streams, based on the WHATWG spec reference implementationINDIRECT0
whatwg-mimetype • 4.0.0Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing StandardINDIRECT0
ws • 8.18.1Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC5
PackageRelationDependenciesPublished
fastq • 1.19.1Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
minimatch • 10.0.1a glob matcher in javascriptDIRECT2
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsDIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 5.1.4 version:

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