licenses.dev

@atlaskit/checkbox v17.1.6

A checkbox is an input control that allows a user to select one or more options from a number of choices.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT47
PackageRelationDependenciesPublished
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/generator • 7.27.5Turns an AST into code.INDIRECT9
@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.27.7A JavaScript parserINDIRECT3
@babel/register • 7.27.1babel require hookINDIRECT21
@babel/runtime • 7.27.6babel's modular runtime helpersDIRECT0
@babel/template • 7.27.2Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.27.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.27.7Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@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
bind-event-listener • 3.0.0Making binding and unbinding DOM events easierINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT4
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
debug • 4.4.1Lightweight debugging utility for Node.js and the browserINDIRECT1
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
find-cache-dir • 2.1.0Finds the common standard cache directoryINDIRECT11
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.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
kind-of • 6.0.3Get the native type of a value.INDIRECT0
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pirates • 4.0.7Properly hijack require, i.e., properly define require hooks and customizationsINDIRECT0
pkg-dir • 3.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-uid • 2.4.0Render-less container for ID generationINDIRECT1
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
use-memo-one • 1.1.3useMemo and useCallback but with a stable cacheINDIRECT0
Apache-2.012
PackageRelationDependenciesPublished
@atlaskit/analytics-next-stable-react-context • 1.0.1Single source of truth analytics-next React context. This package should NEVER be updated.INDIRECT1
@atlaskit/analytics-next • 11.1.0React components, HOCs and hooks to assist with tracking user activity with React componentsDIRECT15
@atlaskit/atlassian-context • 0.3.1Provides perimeter-specific URL resolution and helps identify which environment a product is running in.INDIRECT1
@atlaskit/codemod-utils • 4.2.5 jscodeshift-compatible codemod utilitiesINDIRECT1
@atlaskit/css • 0.12.0Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.DIRECT32
@atlaskit/ds-lib • 4.0.1Reusable utilities and hooks specific to design system.DIRECT10
@atlaskit/feature-gate-js-client • 5.5.0Atlassians wrapper for the Statsig js-lite client.INDIRECT5
@atlaskit/icon • 27.2.1An icon is a symbol representing a command, device, directory, or common action.DIRECT54
@atlaskit/platform-feature-flags • 1.1.1Platform Feature FlagsDIRECT6
@atlaskit/theme • 18.0.3Theme contains solutions for global theming, colors, and other useful mixins.DIRECT31
@atlaskit/tokens • 5.4.1Design tokens are the single source of truth to name and store design decisions.DIRECT29
@compiled/react • 0.18.6A familiar and performant compile time CSS-in-JS library for React.DIRECT1
ISC4
PackageRelationDependenciesPublished
@statsig/client-core • 3.18.1INDIRECT0
@statsig/js-client • 3.18.1Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and creINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 17.1.6 version:

[![licenses](https://licenses.dev/b/npm/%40atlaskit%2Fcheckbox/17.1.6)](https://licenses.dev/npm/%40atlaskit%2Fcheckbox/17.1.6)
<a href="https://licenses.dev/npm/%40atlaskit%2Fcheckbox/17.1.6">
  <img src="https://licenses.dev/b/npm/%40atlaskit%2Fcheckbox/17.1.6" alt="licenses" />
</a>
GitHub