licenses.dev

jhg-components v0.1.0

A library of React components created using `create-react-app`.## Installation Run the following command: `npm install jhg-components`

Published on

Licenses

Learn more about license information.

Package Licenses

non-standard

Dependency Licenses

MIT97
PackageRelationDependenciesPublished
@adobe/css-tools • 4.4.3CSS parser / stringifierINDIRECT0
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/generator • 7.28.0Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.27.3Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-create-class-features-plugin • 7.27.1Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-globals • 7.28.0A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 7.27.1Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-optimise-call-expression • 7.27.1Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.27.1General utilities for plugins to useINDIRECT0
@babel/helper-replace-supers • 7.27.1Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.27.1Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.27.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.27.1Validate identifier/keywords nameINDIRECT0
@babel/parser • 7.28.0A JavaScript parserINDIRECT3
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT26
@babel/runtime-corejs3 • 7.28.0babel's modular runtime helpers with core-js@3 polyfillingINDIRECT1
@babel/runtime • 7.27.6babel's modular runtime helpersINDIRECT0
@babel/template • 7.27.2Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.28.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.28.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jest/diff-sequences • 30.0.1Compare items in two sequences to find a longest common subsequenceINDIRECT0
@jest/expect-utils • 30.0.4INDIRECT1
@jest/get-type • 30.0.1A utility function to get the type of a valueINDIRECT0
@jest/pattern • 30.0.1INDIRECT3
@jest/schemas • 30.0.1INDIRECT1
@jest/types • 26.6.2INDIRECT13
@jest/types • 30.0.1INDIRECT17
@jridgewell/gen-mapping • 0.3.12Generate source mapsINDIRECT3
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.4Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.29Trace the original position through a source mapINDIRECT2
@sinclair/typebox • 0.34.37Json Schema Type Builder with Static Type Resolution for TypeScriptINDIRECT0
@testing-library/dom • 7.31.2Simple and complete DOM testing utilities that encourage good testing practices.INDIRECT28
@testing-library/jest-dom • 5.17.0Custom jest matchers to test the state of the DOMDIRECT60
@testing-library/react • 11.2.7Simple and complete React DOM testing utilities that encourage good testing practices.DIRECT29
@testing-library/user-event • 12.8.3Fire events the same way the user doesDIRECT1
@types/aria-query • 4.2.2TypeScript definitions for aria-queryINDIRECT0
@types/istanbul-lib-coverage • 2.0.6TypeScript definitions for istanbul-lib-coverageINDIRECT0
@types/istanbul-lib-report • 3.0.3TypeScript definitions for istanbul-lib-reportINDIRECT1
@types/istanbul-reports • 3.0.4TypeScript definitions for istanbul-reportsINDIRECT2
@types/jest • 30.0.0TypeScript definitions for jestINDIRECT47
@types/node • 24.0.10TypeScript definitions for nodeINDIRECT1
@types/stack-utils • 2.0.3TypeScript definitions for stack-utilsINDIRECT0
@types/testing-library__jest-dom • 5.14.9TypeScript definitions for @testing-library/jest-domINDIRECT48
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 15.0.19TypeScript definitions for yargsINDIRECT1
@types/yargs • 17.0.33TypeScript definitions for yargsINDIRECT1
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 5.2.0ANSI escape codes for styling strings in the terminalINDIRECT0
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
chalk • 3.0.0Terminal string styling done rightINDIRECT5
chalk • 4.1.2Terminal string styling done rightINDIRECT5
ci-info • 4.2.0Get details about the current Continuous Integration environmentINDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
core-js-pure • 3.43.0Standard libraryINDIRECT0
css.escape • 1.5.1A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.INDIRECT0
debug • 4.4.1Lightweight debugging utility for Node.js and the browserINDIRECT1
dom-accessibility-api • 0.5.16Implements https://w3c.github.io/accname/INDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
expect • 30.0.4INDIRECT46
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
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
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
jest-diff • 30.0.4INDIRECT13
jest-matcher-utils • 30.0.4A set of utility functions for expect and related packagesINDIRECT14
jest-message-util • 30.0.2INDIRECT36
jest-mock • 30.0.2INDIRECT22
jest-regex-util • 30.0.1INDIRECT0
jest-util • 30.0.2INDIRECT21
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
lz-string • 1.5.0LZ-based compression algorithmINDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
min-indent • 1.0.1Get the shortest leading whitespace from lines in a stringINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
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
picomatch • 4.0.2Blazing 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
pretty-format • 26.6.2Stringify any JavaScript value.INDIRECT16
pretty-format • 30.0.2Stringify any JavaScript value.INDIRECT4
react-dom • 17.0.2React package for working with the DOM.DIRECT4
react-is • 17.0.2Brand checking of React Elements.INDIRECT0
react-is • 18.3.1Brand checking of React Elements.INDIRECT0
react • 17.0.2React is a JavaScript library for building user interfaces.DIRECT3
redent • 3.0.0Strip redundant indentation and indent the stringINDIRECT3
scheduler • 0.20.2Cooperative scheduler for the browser environment.INDIRECT3
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
stack-utils • 2.0.6Captures and cleans stack tracesINDIRECT1
strip-indent • 3.0.0Strip leading whitespace from each line in a stringINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
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 • 7.8.0A stand-alone types package for UndiciINDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
aria-query • 4.2.2Programmatic access to the ARIA specificationINDIRECT3
aria-query • 5.3.2Programmatic access to the ARIA specificationINDIRECT0
web-vitals • 1.1.2Easily measure performance metrics in JavaScriptDIRECT0
ISC3
PackageRelationDependenciesPublished
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

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