licenses.dev

@jupyterlab/hdf5 v0.3.0

Open and explore (very large) HDF5 files in Jupyterlab.

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

MIT200
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/generator • 7.26.5Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-plugin-utils • 7.26.5General utilities for plugins to useINDIRECT0
@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.26.5A JavaScript parserINDIRECT3
@babel/plugin-syntax-jsx • 7.25.9Allow parsing of jsxINDIRECT1
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@babel/template • 7.25.9Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.26.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@emotion/is-prop-valid • 0.8.8A function to check whether a prop is valid for HTML and SVG elementsINDIRECT1
@emotion/memoize • 0.7.4emotion's memoize utilityINDIRECT0
@emotion/unitless • 0.7.5An object of css properties that don't accept values with unitsINDIRECT0
@hypnosphi/create-react-context • 0.3.1Polyfill for the proposed React context APIINDIRECT4
@icons/material • 0.2.4> materialdesignicons.comINDIRECT0
@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
@types/circular-json • 0.4.0TypeScript definitions for circular-jsonINDIRECT0
@types/dom4 • 2.0.4TypeScript definitions for dom4INDIRECT0
@types/prop-types • 15.7.14TypeScript definitions for prop-typesINDIRECT0
@types/react • 16.8.25TypeScript definitions for ReactINDIRECT2
@types/stacktrace-js • 0.0.32TypeScript definitions for stacktrace.jsINDIRECT0
ajv • 6.10.2Another JSON Schema ValidatorINDIRECT5
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
babel-plugin-styled-components • 2.1.4Improve the debugging experience and add server-side rendering support to styled-componentsINDIRECT25
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
bintrees • 1.0.2Binary Search TreesINDIRECT0
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
camelize • 1.0.1recursively transform key strings to camel-caseINDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
circular-json • 0.5.9JSON does not handle circular references. This version doesINDIRECT0
classnames • 2.5.1A simple utility for conditionally joining classNames togetherINDIRECT0
codemirror • 5.47.0Full-featured in-browser code editorINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
core-js • 1.2.7Standard libraryINDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
css-to-react-native • 2.3.2Convert CSS text to a React Native stylesheet objectINDIRECT3
csstype • 2.6.21Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
csstype • 3.0.10Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
d3-sankey-circular • 0.25.0D3 sankey with circular linksINDIRECT4
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT27
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 • 0.2.2render dom nodes to stringINDIRECT2
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
error-stack-parser • 2.1.4Extract meaning from JS ErrorsINDIRECT1
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 • 1.0.5Escape RegExp special charactersINDIRECT0
fast-deep-equal • 2.0.1Fast deep equalINDIRECT0
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
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
fbjs • 0.8.18A collection of utility libraries used by other Facebook JS projectsINDIRECT15
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
global • 4.4.0Require global variablesINDIRECT3
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
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-flag • 3.0.0Check if argv has a specific flagINDIRECT0
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 • 3.10.1Fast & forgiving HTML/XML/RSS parserINDIRECT12
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
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-dom • 1.1.0Check if the given object is a dom nodeINDIRECT2
is-object • 1.0.2Checks whether a value is an objectINDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-what • 3.14.1JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.INDIRECT0
is-window • 1.0.2Checks if the given value is a window object.INDIRECT0
isomorphic-fetch • 2.2.1Isomorphic WHATWG Fetch API, for Node & BrowserifyINDIRECT6
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.13.1YAML 1.2 parser and serializerINDIRECT3
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json2csv • 4.5.4Convert JSON to CSVINDIRECT3
json5 • 2.2.3JSON for HumansINDIRECT0
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
loader-utils • 2.0.4utils for webpack loadersINDIRECT3
lodash-es • 4.17.21Lodash exported as ES modules.INDIRECT0
lodash.clonedeep • 4.5.0The lodash method `_.cloneDeep` exported as a module.INDIRECT0
lodash.escape • 4.0.1The lodash method `_.escape` exported as a module.INDIRECT0
lodash.escaperegexp • 4.1.2The lodash method `_.escapeRegExp` exported as a module.INDIRECT0
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.mergewith • 4.6.2The Lodash method `_.mergeWith` exported as a module.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
marked • 0.7.0A markdown parser built for speedINDIRECT0
martinez-polygon-clipping • 0.1.5Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xorINDIRECT2
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
memoize-one • 4.0.0A memoization library which only remembers the latest invocationINDIRECT0
memoize-one • 5.2.1A memoization library which only remembers the latest invocationINDIRECT0
merge-anything • 2.4.4Merge objects & other types recursively. A simple & small integration.INDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-fetch • 1.7.3A light-weight module that brings window.fetch to node.js and io.jsINDIRECT4
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
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
numeral • 2.0.6Format and manipulate numbers.INDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
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
path • 0.12.7Node.JS path moduleINDIRECT3
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
polygon-offset • 0.3.1Polygon offsetting algorithm, aimed for use with leafletINDIRECT3
popper.js • 1.16.1A kickass library to manage your poppersINDIRECT0
postcss-value-parser • 3.3.1Transforms css values and at-rule params into the treeINDIRECT0
postcss • 7.0.39Tool for transforming styles with JS pluginsINDIRECT2
process • 0.11.10process information for node.js and browsersINDIRECT0
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
promise • 8.0.1Bare bones Promises/A+ implementationINDIRECT1
prop-types • 15.6.0Runtime type checking for React props and similar objects.INDIRECT16
prop-types • 15.6.2Runtime type checking for React props and similar objects.INDIRECT3
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
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-color • 2.19.3A Collection of Color Pickers from Sketch, Photoshop, Chrome & moreINDIRECT11
react-dom • 16.8.6React package for working with the DOM.INDIRECT6
react-hot-loader • 4.13.1Tweak React components in real time.INDIRECT18
react-inspector • 3.0.0Power of Browser DevTools inspectors right inside your React appINDIRECT11
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-table-hoc-fixed-columns • 2.1.0ReactTable HOC for fixed columnsINDIRECT2
react-table • 6.8.6A fast, lightweight, opinionated table and datagrid built on ReactINDIRECT1
react • 16.8.4React is a JavaScript library for building user interfaces.INDIRECT6
react • 16.8.6React is a JavaScript library for building user interfaces.INDIRECT6
reactcss • 1.2.3Bringing Classes to Inline StylesINDIRECT1
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
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
regression • 2.0.1Javascript least squares data fitting methodsINDIRECT0
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.INDIRECT0
roughjs-es5 • 0.1.0Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.INDIRECT3
rxjs-spy • 7.5.1A debugging library for RxJSINDIRECT7
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sanitize-html • 1.20.1Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basisINDIRECT32
scheduler • 0.13.6Cooperative 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
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
shallowequal • 1.1.0Like lodash isEqualWith but for shallow equal.INDIRECT0
srcset • 1.0.0Parse and stringify the HTML <img> srcset attributeINDIRECT2
stackframe • 1.3.4JS Object representation of a stack frameINDIRECT0
stacktrace-gps • 3.1.2Turns partial code location into precise code locationINDIRECT2
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
styled-components • 4.3.2Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stressINDIRECT44
stylis-rule-sheet • 0.0.10stylis plugin to extract individual rules to use with insertRule APIINDIRECT0
stylis • 3.5.4light - weight css preprocessorINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
svg-path-bounding-box • 1.0.4SVG path bounding box calculatorINDIRECT1
svgpath • 2.6.0Low level toolkit for SVG paths transformations.INDIRECT0
tinycolor2 • 1.6.0Fast Color Parsing and ManipulationINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
typed-styles • 0.0.7Typed styles for cssinjsINDIRECT0
typestyle • 2.4.0TypeSafe CSSINDIRECT2
ua-parser-js • 0.7.40Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environmentINDIRECT0
uniqid • 5.4.0Unique ID GeneratorINDIRECT0
url-parse • 1.4.7Small footprint URL parser that works seamlessly across Node.js and browser environmentsINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.10.4Node.JS util moduleINDIRECT1
warning • 4.0.3A mirror of Facebook's WarningINDIRECT2
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
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
xtend • 4.0.2extend like a bossINDIRECT0
BSD-3-Clause77
PackageRelationDependenciesPublished
@jupyterlab/application • 1.2.11JupyterLab - ApplicationDIRECT144
@jupyterlab/apputils • 1.2.11JupyterLab - Application UtilitiesDIRECT132
@jupyterlab/attachments • 1.2.11JupyterLab - Notebook Cell AttachmentsINDIRECT141
@jupyterlab/cells • 1.2.12JupyterLab - Notebook CellsINDIRECT146
@jupyterlab/codeeditor • 1.2.0JupyterLab - Abstract Code EditorINDIRECT28
@jupyterlab/codemirror • 1.2.11JupyterLab - CodeMirror Editor ProviderINDIRECT136
@jupyterlab/coreutils • 3.2.0JupyterLab - Core UtilitiesDIRECT21
@jupyterlab/csvviewer • 1.2.11JupyterLab - CSV WidgetINDIRECT143
@jupyterlab/dataregistry-extension • 3.0.0Datasets as first class entities in Juptyerlab.DIRECT315
@jupyterlab/dataregistry • 3.0.0Framework for dealing with datasets in Javascript.DIRECT11
@jupyterlab/docmanager • 1.2.11JupyterLab - Document ManagerDIRECT142
@jupyterlab/docregistry • 1.2.11JupyterLab - Document RegistryDIRECT141
@jupyterlab/filebrowser • 1.2.11JupyterLab - FileBrowser WidgetDIRECT143
@jupyterlab/notebook • 1.2.12JupyterLab - NotebookDIRECT147
@jupyterlab/observables • 2.4.0Data structures which may be observed for changes.INDIRECT6
@jupyterlab/outputarea • 1.2.12JupyterLab - Notebook Output AreaINDIRECT141
@jupyterlab/rendermime-interfaces • 1.5.0JupyterLab - Interfaces for Mime RenderersINDIRECT13
@jupyterlab/rendermime • 1.2.11JupyterLab - RenderMimeINDIRECT140
@jupyterlab/services • 4.2.3Client APIs for the Jupyter services REST APIsDIRECT30
@jupyterlab/statusbar • 1.2.11JupyterLab statusbar package.INDIRECT134
@jupyterlab/ui-components • 1.2.1JupyterLab - UI components written in ReactINDIRECT87
@nteract/data-explorer • 7.0.1Transform for data resource JSONINDIRECT106
@nteract/octicons • 2.0.0octicon react components, styled for use within nteract packagesINDIRECT0
@phosphor/algorithm • 1.2.0PhosphorJS - Algorithms and IteratorsDIRECT0
@phosphor/application • 1.7.3PhosphorJS - Pluggable ApplicationINDIRECT13
@phosphor/collections • 1.2.0PhosphorJS - Generic CollectionsINDIRECT1
@phosphor/commands • 1.7.2PhosphorJS - CommandsINDIRECT6
@phosphor/coreutils • 1.3.1PhosphorJS - Core UtilitiesDIRECT0
@phosphor/datagrid • 0.1.11PhosphorJS - Tabular Data GridINDIRECT13
@phosphor/datagrid • 0.3.1PhosphorJS - Tabular Data GridDIRECT13
@phosphor/disposable • 1.3.1PhosphorJS - DisposableINDIRECT2
@phosphor/domutils • 1.1.4PhosphorJS - DOM UtilitiesINDIRECT0
@phosphor/dragdrop • 1.4.1PhosphorJS - Drag and DropINDIRECT4
@phosphor/keyboard • 1.1.3PhosphorJS - KeyboardINDIRECT0
@phosphor/messaging • 1.3.0PhosphorJS - Message PassingDIRECT2
@phosphor/properties • 1.1.3PhosphorJS - Attached PropertiesINDIRECT0
@phosphor/signaling • 1.3.1PhosphorJS - Signals and SlotsDIRECT1
@phosphor/virtualdom • 1.2.0PhosphorJS - Virtual DOMINDIRECT1
@phosphor/widgets • 1.9.3PhosphorJS - WidgetsDIRECT12
d3-array • 1.2.4Array manipulation, ordering, searching, summarizing, etc.INDIRECT0
d3-array • 2.12.1Array manipulation, ordering, searching, summarizing, etc.INDIRECT1
d3-brush • 1.1.6Select a one- or two-dimensional region using the mouse or touch.INDIRECT8
d3-chord • 1.0.6Visualize relationships or network flow with an aesthetically-pleasing circular layout.INDIRECT2
d3-collection • 1.0.7Handy data structures for elements keyed by string.INDIRECT0
d3-color • 1.4.1Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch).INDIRECT0
d3-color • 2.0.0Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch).INDIRECT0
d3-contour • 1.3.2Compute contour polygons using marching squares.INDIRECT1
d3-dispatch • 1.0.6Register named callbacks and call them with arguments.INDIRECT0
d3-drag • 1.2.5Drag and drop SVG, HTML or Canvas using mouse or touch input.INDIRECT2
d3-ease • 1.0.7Easing functions for smooth animation.INDIRECT0
d3-force • 1.2.1Force-directed graph layout using velocity Verlet integration.INDIRECT4
d3-format • 1.4.5Format numbers for human consumption.INDIRECT0
d3-format • 2.0.0Format numbers for human consumption.INDIRECT0
d3-hexbin • 0.2.2Group two-dimensional points into hexagonal bins.INDIRECT0
d3-hierarchy • 1.1.9Layout algorithms for visualizing hierarchical data.INDIRECT0
d3-interpolate • 1.4.0Interpolate numbers, colors, strings, arrays, objects, whatever!INDIRECT1
d3-interpolate • 2.0.1Interpolate numbers, colors, strings, arrays, objects, whatever!INDIRECT1
d3-path • 1.0.9Serialize Canvas path commands to SVG.INDIRECT0
d3-polygon • 1.0.6Operations for two-dimensional polygons.INDIRECT0
d3-quadtree • 1.0.1Two-dimensional recursive spatial subdivision.INDIRECT0
d3-scale • 1.0.7Encodings that map abstract data to visual representation.INDIRECT7
d3-scale • 3.3.0Encodings that map abstract data to visual representation.INDIRECT8
d3-selection • 1.4.2Data-driven DOM manipulation: select elements and join them to data.INDIRECT0
d3-shape • 1.0.6Graphical primitives for visualization, such as lines and areas.INDIRECT1
d3-shape • 1.3.7Graphical primitives for visualization, such as lines and areas.INDIRECT1
d3-time-format • 2.3.0A JavaScript time formatter and parser inspired by strftime and strptime.INDIRECT1
d3-time • 1.1.0A calculator for humanity’s peculiar conventions of time.INDIRECT0
d3-time • 2.1.1A calculator for humanity’s peculiar conventions of time.INDIRECT2
d3-timer • 1.0.10An efficient queue capable of managing thousands of concurrent animations.INDIRECT0
d3-transition • 1.3.2Animated transitions for D3 selections.INDIRECT6
d3-voronoi • 1.1.4Compute the Voronoi diagram of a set of two-dimensional points.INDIRECT0
hoist-non-react-statics • 3.3.2Copies non-react specific statics from a child component to a parent componentINDIRECT1
react-transition-group • 2.9.0A react component toolset for managing animationsINDIRECT9
source-map • 0.5.6Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
Apache-2.011
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
labella • 1.1.4May the force label you.INDIRECT0
react-annotation • 2.2.1React components for annotating SVG elements INDIRECT7
rxjs • 6.5.2Reactive Extensions for modern JavaScriptINDIRECT1
rxjs • 6.6.7Reactive Extensions for modern JavaScriptDIRECT1
semiotic-mark • 0.3.1Smart data visualization marks for ReactINDIRECT24
semiotic • 1.20.6The semiotic JavaScript data visualization frameworkINDIRECT71
ISC11
PackageRelationDependenciesPublished
@mapbox/polylabel • 1.0.2A JS library for finding optimal label position inside a polygonINDIRECT1
css-color-keywords • 1.0.0A list of all CSS color keywords.INDIRECT0
inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
internmap • 1.0.1Map and Set with automatic key interningINDIRECT0
material-colors • 1.2.6Colors of Google's Material Design made available to codersINDIRECT0
path-posix • 1.0.0posix-specific core path moduleINDIRECT0
picocolors • 0.2.1The tiniest and the fastest coloring library everINDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
tinyqueue • 1.2.3The smallest and simplest JavaScript priority queueINDIRECT0
viz-annotation • 0.0.5Shared drawing logic for handling annotations for data visualization.INDIRECT2
BSD-2-Clause9
PackageRelationDependenciesPublished
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 2.4.2handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 1.7.0utilities for working with htmlparser2's domINDIRECT4
entities • 1.1.2Encode & decode XML/HTML entities with easeINDIRECT0
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
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
0BSD3
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.3.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.5.3Runtime library for TypeScript helper functionsINDIRECT0
unknown3
PackageRelationDependenciesPublished
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
dom4 • 2.1.6a fully tested and covered polyfill for new DOM Level 4 entriesINDIRECT0
min-document • 2.19.0A minimal DOM implementationINDIRECT1
Unlicense2
PackageRelationDependenciesPublished
d3-bboxCollide • 1.0.4A bounding box collision detection constraint for d3 forceSimulation.INDIRECT1
d3-glyphedge • 1.2.0A collection of different generators for complex edges with D3.INDIRECT0
MIT AND OFL-1.11
PackageRelationDependenciesPublished
font-awesome • 4.7.0The iconic font and CSS frameworkINDIRECT0
non-standard1
PackageRelationDependenciesPublished
uri-templates • 0.2.0URI Templates (RFC6570) including de-substitutionINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.0 version:

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