licenses.dev

@jupyterlab/statusbar v3.6.8

JupyterLab statusbar package.

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

MIT99
PackageRelationDependenciesPublished
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@hypnosphi/create-react-context • 0.3.1Polyfill for the proposed React context APIINDIRECT4
@types/dom4 • 2.0.4TypeScript definitions for dom4INDIRECT0
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/prop-types • 15.7.14TypeScript definitions for prop-typesINDIRECT0
@types/react • 17.0.83TypeScript definitions for reactINDIRECT3
@types/scheduler • 0.16.8TypeScript definitions for schedulerINDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
classnames • 2.5.1A simple utility for conditionally joining classNames togetherINDIRECT0
core-js-pure • 3.40.0Standard libraryINDIRECT0
csstype • 3.0.10Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
csstype • 3.0.11Strict TypeScript and Flow types for style based on MDN dataDIRECT0
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT27
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
dom-helpers • 3.4.0tiny modular DOM lib for ie8+INDIRECT2
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
free-style • 3.1.0Make CSS easier and more maintainable by using JavaScriptINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
gud • 1.0.0Create a 'gud nuff' (not cryptographically secure) globally unique idINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
htmlparser2 • 6.1.0Fast & forgiving HTML/XML parserINDIRECT5
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
isomorphic.js • 0.2.5Isomorphic JavaScript helper functions (performance, crpyto, ..)INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
json-schema-compare • 0.2.2Compare json schemas smarter.INDIRECT1
json-schema-merge-allof • 0.6.0Simplify your schema by combining allOf into the root schema, safely.INDIRECT9
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonpointer • 5.0.1Simple JSON Addressing.INDIRECT0
lib0 • 0.2.99> Monorepo of isomorphic utility functionsINDIRECT1
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
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
nanoid • 3.3.8A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
normalize.css • 8.0.1A modern alternative to CSS resetsINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
parse-srcset • 1.0.2A spec-conformant JavaScript parser for the HTML5 srcset attributeINDIRECT0
path-browserify • 1.0.1the path module from node core for browsersINDIRECT0
popper.js • 1.16.1A kickass library to manage your poppersINDIRECT0
postcss • 8.5.1Tool for transforming styles with JS pluginsINDIRECT3
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
querystringify • 2.2.0Querystringify - Small, simple but powerful query string parser.INDIRECT0
react-dom • 17.0.2React package for working with the DOM.INDIRECT4
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-lifecycles-compat • 3.0.4Backwards compatibility polyfill for React class componentsINDIRECT0
react-popper • 1.3.11React wrapper around Popper.jsINDIRECT40
react • 17.0.2React is a JavaScript library for building user interfaces.DIRECT3
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.INDIRECT0
sanitize-html • 2.7.3Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basisINDIRECT14
scheduler • 0.20.2Cooperative scheduler for the browser environment.INDIRECT3
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
typed-styles • 0.0.7Typed styles for cssinjsINDIRECT0
typestyle • 2.4.0TypeSafe CSSDIRECT2
url-parse • 1.5.10Small footprint URL parser that works seamlessly across Node.js and browser environmentsINDIRECT2
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT20
validate.io-array • 1.0.6Validates if a value is an array.INDIRECT0
warning • 4.0.3A mirror of Facebook's WarningINDIRECT2
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
ws • 7.5.10Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
y-protocols • 1.0.6Yjs encoding protocolsINDIRECT2
yjs • 13.6.22Shared Editing LibraryINDIRECT2
BSD-3-Clause29
PackageRelationDependenciesPublished
@jupyter/ydoc • 0.2.5Jupyter document structures for collaborative editing using YJSINDIRECT10
@jupyterlab/apputils • 3.6.8JupyterLab - Application UtilitiesDIRECT142
@jupyterlab/codeeditor • 3.6.8JupyterLab - Abstract Code EditorDIRECT122
@jupyterlab/coreutils • 5.6.8JupyterLab - Core UtilitiesINDIRECT11
@jupyterlab/nbformat • 3.6.8Notebook format interfacesINDIRECT1
@jupyterlab/observables • 4.6.8Data structures which may be observed for changes.INDIRECT7
@jupyterlab/services • 6.6.8Client APIs for the Jupyter services REST APIsDIRECT35
@jupyterlab/settingregistry • 3.6.8Settings registry for JupyterlabINDIRECT17
@jupyterlab/shared-models • 3.6.8JupyterLab - Shared ModelsINDIRECT11
@jupyterlab/statedb • 3.6.8Package for managing state in JupyterlabINDIRECT9
@jupyterlab/translation • 3.6.8JupyterLab - Translation servicesDIRECT36
@jupyterlab/ui-components • 3.6.8JupyterLab - UI components written in ReactDIRECT115
@lumino/algorithm • 1.9.2Lumino Algorithms and IteratorsDIRECT0
@lumino/collections • 1.9.3Lumino Generic CollectionsINDIRECT1
@lumino/commands • 1.21.1Lumino CommandsINDIRECT8
@lumino/coreutils • 1.12.1Lumino Core UtilitiesDIRECT0
@lumino/disposable • 1.10.4Lumino DisposableDIRECT3
@lumino/domutils • 1.8.2Lumino DOM UtilitiesINDIRECT0
@lumino/dragdrop • 1.14.5Lumino Drag and DropINDIRECT5
@lumino/keyboard • 1.8.2Lumino KeyboardINDIRECT0
@lumino/messaging • 1.10.3Lumino Message PassingDIRECT2
@lumino/polling • 1.11.4Lumino PollingINDIRECT5
@lumino/properties • 1.8.2Lumino Attached PropertiesINDIRECT0
@lumino/signaling • 1.11.1Lumino Signals and SlotsDIRECT2
@lumino/virtualdom • 1.14.3Lumino Virtual DOMINDIRECT1
@lumino/widgets • 1.37.2Lumino WidgetsDIRECT12
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
react-transition-group • 2.9.0A react component toolset for managing animationsINDIRECT9
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
unknown7
PackageRelationDependenciesPublished
compute-gcd • 1.2.1Computes the greatest common divisor (gcd).INDIRECT5
compute-lcm • 1.1.2Computes the least common multiple (lcm).INDIRECT6
dom4 • 2.1.6a fully tested and covered polyfill for new DOM Level 4 entriesINDIRECT0
validate.io-function • 1.0.2Validates if a value is a function.INDIRECT0
validate.io-integer-array • 1.0.0Validates if a value is an integer array.INDIRECT3
validate.io-integer • 1.0.5Validates if a value is an integer.INDIRECT1
validate.io-number • 1.0.3Validates if a value is a number.INDIRECT0
Apache-2.06
PackageRelationDependenciesPublished
@blueprintjs/colors • 4.2.1Blueprint color definitionsINDIRECT1
@blueprintjs/core • 3.54.0Core styles & componentsINDIRECT53
@blueprintjs/icons • 3.33.0Components, fonts, icons, and css files for creating and displaying icons.INDIRECT2
@blueprintjs/select • 3.19.1Components related to selecting items from a listINDIRECT54
@juggle/resize-observer • 3.4.0Polyfills the ResizeObserver API and supports box size options from the latest specINDIRECT0
@rjsf/core • 3.2.1A simple React component capable of building HTML forms out of a JSON schema.INDIRECT25
BSD-2-Clause6
PackageRelationDependenciesPublished
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
0BSD2
PackageRelationDependenciesPublished
tslib • 2.3.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.5.3Runtime library for TypeScript helper functionsINDIRECT0
ISC1
PackageRelationDependenciesPublished
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.6.8 version:

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