licenses.dev

@graphql-tools/code-file-loader v8.1.22

A set of utils for faster development of GraphQL tools

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT64
PackageRelationDependenciesPublished
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.28.4The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.28.4Babel compiler core.INDIRECT38
@babel/generator • 7.28.3Turns an AST into code.INDIRECT9
@babel/helper-compilation-targets • 7.27.2Helper functions on Babel compilation targetsINDIRECT13
@babel/helper-globals • 7.28.0A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-module-imports • 7.27.1Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.28.3Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-plugin-utils • 7.27.1General utilities for plugins to useINDIRECT0
@babel/helper-string-parser • 7.27.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.27.1Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.27.1Validate plugin/preset optionsINDIRECT0
@babel/helpers • 7.28.4Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.28.4A JavaScript parserINDIRECT3
@babel/plugin-syntax-import-assertions • 7.27.1Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/template • 7.27.2Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.28.4The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.28.4Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@graphql-tools/graphql-tag-pluck • 8.3.21Pluck graphql-tag template literalsDIRECT47
@graphql-tools/utils • 10.9.1Common package containing utils and types for GraphQL toolsDIRECT5
@graphql-typed-document-node/core • 3.2.0INDIRECT0
@jridgewell/gen-mapping • 0.3.13Generate source mapsINDIRECT3
@jridgewell/remapping • 2.3.5Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.5Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
@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
@whatwg-node/promise-helpers • 1.3.2Promise helpersINDIRECT1
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
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
browserslist • 4.26.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cross-inspect • 1.0.1Cross platform implementation of Node's util.inspectINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dset • 3.1.4A tiny (194B) utility for safely writing deep Object values~!INDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
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
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
globby • 11.1.0User-friendly glob matchingDIRECT23
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
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
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-releases • 2.0.21Node.js releases dataINDIRECT0
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
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
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
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
unixify • 1.0.0Convert Windows file paths to unix paths.DIRECT2
update-browserslist-db • 1.1.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
ISC8
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.218Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.19.1Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
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
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
baseline-browser-mapping • 2.8.3A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001741A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40graphql-tools%2Fcode-file-loader)](https://licenses.dev/npm/%40graphql-tools%2Fcode-file-loader)
<a href="https://licenses.dev/npm/%40graphql-tools%2Fcode-file-loader">
  <img src="https://licenses.dev/b/npm/%40graphql-tools%2Fcode-file-loader" alt="licenses" />
</a>

Or the licenses badge code for the 8.1.22 version:

[![licenses](https://licenses.dev/b/npm/%40graphql-tools%2Fcode-file-loader/8.1.22)](https://licenses.dev/npm/%40graphql-tools%2Fcode-file-loader/8.1.22)
<a href="https://licenses.dev/npm/%40graphql-tools%2Fcode-file-loader/8.1.22">
  <img src="https://licenses.dev/b/npm/%40graphql-tools%2Fcode-file-loader/8.1.22" alt="licenses" />
</a>
GitHub