licenses.dev

@graphql-codegen/typescript v4.1.6

GraphQL Code Generator plugin for generating TypeScript types

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT84
PackageRelationDependenciesPublished
@ardatan/relay-compiler • 12.0.3A compiler tool for building GraphQL-driven applications.INDIRECT41
@babel/generator • 7.27.0Turns an AST into code.INDIRECT10
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/parser • 7.27.0A JavaScript parserINDIRECT3
@babel/runtime • 7.27.0babel's modular runtime helpersINDIRECT1
@babel/types • 7.27.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@graphql-codegen/plugin-helpers • 5.1.0GraphQL Code Generator common utils and typesDIRECT31
@graphql-codegen/schema-ast • 4.1.0GraphQL Code Generator plugin for generating a .graphql file from a given schemaDIRECT32
@graphql-codegen/visitor-plugin-common • 5.8.0DIRECT88
@graphql-tools/optimize • 2.0.0A set of utils for faster development of GraphQL toolsINDIRECT1
@graphql-tools/relay-operation-optimizer • 7.0.19Package for optimizing your GraphQL operations relay style.INDIRECT48
@graphql-tools/utils • 10.8.6Common package containing utils and types for GraphQL toolsINDIRECT5
@graphql-typed-document-node/core • 3.2.0INDIRECT0
@jridgewell/gen-mapping • 0.3.8Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@whatwg-node/promise-helpers • 1.3.1Promise helpersINDIRECT1
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
auto-bind • 4.0.0Automatically bind methods to their class instanceDIRECT0
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
capital-case • 1.0.4Transform into a space separated string with each word capitalizedINDIRECT4
chalk • 4.1.2Terminal string styling done rightINDIRECT5
change-case-all • 1.0.15All change-case methods bundled in a single moduleINDIRECT22
change-case • 4.1.2Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and othersINDIRECT15
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
common-tags • 1.8.2a few common utility template tags for ES2015INDIRECT0
constant-case • 3.0.4Transform into upper case string with an underscore between wordsINDIRECT4
cross-fetch • 3.2.0Universal WHATWG Fetch API for Node, Browsers and React NativeINDIRECT4
cross-inspect • 1.0.1Cross platform implementation of Node's util.inspectINDIRECT1
dependency-graph • 0.11.0Simple dependency graph.INDIRECT0
dot-case • 3.0.4Transform into a lower case string with a period between wordsINDIRECT3
dset • 3.1.4A tiny (194B) utility for safely writing deep Object values~!INDIRECT0
fbjs-css-vars • 1.0.2This package exports a few of the CSS variables that we use in Facebook projects. This is not the full list we have internally but focused on making available the minimum set needed by our open source projects.INDIRECT0
fbjs • 3.0.5A collection of utility libraries used by other Facebook JS projectsINDIRECT13
graphql-tag • 2.12.6A JavaScript template literal tag that parses GraphQL queriesINDIRECT1
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
header-case • 2.0.4Transform into a dash separated string of capitalized wordsINDIRECT5
import-from • 4.0.0Import a module like with `require()` but from a given pathINDIRECT0
invariant • 2.2.4invariantINDIRECT2
is-absolute • 1.0.0Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.INDIRECT4
is-lower-case • 2.0.2Returns `true` if the string is lower case onlyINDIRECT1
is-relative • 1.0.0Returns `true` if the path appears to be relative.INDIRECT2
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-upper-case • 2.0.2Returns `true` if the string is upper case only.INDIRECT1
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, 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
lodash • 4.17.21Lodash modular utilities.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
lower-case-first • 2.0.2Transforms the string with only the first character in lower caseINDIRECT1
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-int64 • 0.4.0Support for representing 64-bit integers in JavaScriptINDIRECT0
nullthrows • 1.1.1flow typed nullthrowsINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
param-case • 3.0.4Transform into a lower cased string with dashes between wordsINDIRECT4
parse-filepath • 1.0.2Pollyfill for node.js `path.parse`, parses a filepath into an object.INDIRECT8
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
path-case • 3.0.4Transform into a lower case string with slashes between wordsINDIRECT4
path-root-regex • 0.1.2Regular expression for getting the root of a posix or windows filepath.INDIRECT0
path-root • 0.1.1Get the root of a posix or windows filepath.INDIRECT1
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
relay-runtime • 12.0.0A core runtime for building GraphQL-driven applications.INDIRECT17
sentence-case • 3.0.4Transform into a lower case with spaces between words, then capitalize the stringINDIRECT4
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
snake-case • 3.0.4Transform into a lower case string with underscores between wordsINDIRECT4
sponge-case • 1.0.1Transform into a string with random capitalization appliedINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
swap-case • 2.0.2Transform a string by swapping every character from upper to lower case, or lower to upper caseINDIRECT1
title-case • 3.0.3Transform a string into title case following English rulesINDIRECT1
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
ua-parser-js • 1.0.40Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environmentINDIRECT0
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
upper-case-first • 2.0.2Transforms the string with the first character in upper casedINDIRECT1
upper-case • 2.0.2Transforms the string to upper caseINDIRECT1
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
Apache-2.02
PackageRelationDependenciesPublished
bser • 2.1.1JavaScript implementation of the BSER Binary SerializationINDIRECT1
fb-watchman • 2.0.2Bindings for the Watchman file watching serviceINDIRECT2
BSD-3-Clause2
PackageRelationDependenciesPublished
immutable • 3.7.6Immutable Data CollectionsINDIRECT0
signedsource • 1.0.0This package exports utilities to sign and verify generated files.INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.6.3Runtime library for TypeScript helper functionsDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 4.1.6 version:

[![licenses](https://licenses.dev/b/npm/%40graphql-codegen%2Ftypescript/4.1.6)](https://licenses.dev/npm/%40graphql-codegen%2Ftypescript/4.1.6)
<a href="https://licenses.dev/npm/%40graphql-codegen%2Ftypescript/4.1.6">
  <img src="https://licenses.dev/b/npm/%40graphql-codegen%2Ftypescript/4.1.6" alt="licenses" />
</a>
GitHub