licenses.dev

@ceramicnetwork/observability v1.1.0

Typescript library for instrumenting ceramic networks

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

MIT127
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.5The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.0Babel compiler core.INDIRECT38
@babel/generator • 7.26.5Turns an AST into code.INDIRECT10
@babel/helper-compilation-targets • 7.26.5Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms • 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@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/helper-validator-option • 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helpers • 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.26.5A JavaScript parserINDIRECT3
@babel/plugin-syntax-async-generators • 7.8.4Allow parsing of async generator functionsINDIRECT1
@babel/plugin-syntax-bigint • 7.8.3Allow parsing of BigInt literalsINDIRECT1
@babel/plugin-syntax-class-properties • 7.12.13Allow parsing of class propertiesINDIRECT1
@babel/plugin-syntax-class-static-block • 7.14.5Allow parsing of class static blocksINDIRECT1
@babel/plugin-syntax-import-attributes • 7.26.0Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-meta • 7.10.4Allow parsing of import.metaINDIRECT1
@babel/plugin-syntax-json-strings • 7.8.3Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-syntax-jsx • 7.25.9Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-logical-assignment-operators • 7.10.4Allow parsing of the logical assignment operatorsINDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operatorINDIRECT1
@babel/plugin-syntax-numeric-separator • 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal SeparatorINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindingsINDIRECT1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional propertiesINDIRECT1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checksINDIRECT1
@babel/plugin-syntax-top-level-await • 7.14.5Allow parsing of top-level await in modulesINDIRECT1
@babel/plugin-syntax-typescript • 7.25.9Allow parsing of TypeScript syntaxINDIRECT1
@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
@istanbuljs/schema • 0.1.3Schemas describing various structures used by nyc and istanbuljsINDIRECT0
@jest/environment • 29.7.0INDIRECT42
@jest/expect-utils • 29.7.0This module exports some utils for the `expect` function used in [Jest](https://jestjs.io/).INDIRECT1
@jest/expect • 29.7.0This package extends `expect` library with `jest-snapshot` matchers. It exports `jestExpect` object, which can be used as standalone replacement of `expect`.INDIRECT151
@jest/fake-timers • 29.7.0INDIRECT41
@jest/globals • 29.7.0DIRECT158
@jest/schemas • 29.6.3Experimental and currently incomplete module for JSON schemas for [Jest's](https://jestjs.io/) configuration.INDIRECT1
@jest/transform • 29.7.0INDIRECT116
@jest/types • 29.6.3This package contains shared types of Jest's packages.INDIRECT15
@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
@sinclair/typebox • 0.27.8JSONSchema Type Builder with Static Type Resolution for TypeScriptINDIRECT0
@types/graceful-fs • 4.1.9TypeScript definitions for graceful-fsINDIRECT2
@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/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@types/stack-utils • 2.0.3TypeScript definitions for stack-utilsINDIRECT0
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 17.0.33TypeScript definitions for yargsINDIRECT1
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
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
babel-preset-current-node-syntax • 1.1.0A Babel preset that enables parsing of proposals supported by the current Node.js version.INDIRECT16
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
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
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 4.1.2Terminal string styling done rightINDIRECT5
ci-info • 3.9.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
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
diff-sequences • 29.6.3Compare items in two sequences to find a longest common subsequenceINDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
expect • 29.7.0This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).INDIRECT42
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
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
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-package-type • 0.1.0Determine the `package.json#type` which applies to a locationINDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
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 • 29.7.0Display differences clearly so people can review changes confidently.INDIRECT13
jest-get-type • 29.6.3A utility function to get the type of a valueINDIRECT0
jest-haste-map • 29.7.0INDIRECT39
jest-matcher-utils • 29.7.0A set of utility functions for expect and related packagesINDIRECT14
jest-message-util • 29.7.0INDIRECT34
jest-mock • 29.7.0**Note:** More details on user side API can be found in [Jest documentation](https://jestjs.io/docs/mock-function-api).INDIRECT20
jest-regex-util • 29.6.3INDIRECT0
jest-snapshot • 29.7.0INDIRECT150
jest-util • 29.7.0This packages is a collection of utilities and helper functionsINDIRECT19
jest-worker • 29.7.0Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT22
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.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
json5 • 2.2.3JSON for HumansINDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.INDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
natural-compare • 1.4.0Compare strings containing a mix of letters and numbers in the way a human being would in sort order.INDIRECT0
node-int64 • 0.4.0Support for representing 64-bit integers in JavaScriptINDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() 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
pirates • 4.0.6Properly hijack require, i.e., properly define require hooks and customizationsINDIRECT0
pretty-format • 29.7.0Stringify any JavaScript value.INDIRECT4
react-is • 18.3.1Brand checking of React Elements.INDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
stack-utils • 2.0.6Captures and cleans stack tracesINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect 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
type-detect • 4.0.8Improved typeof detection for node.js and the browser.INDIRECT0
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
Apache-2.019
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@opentelemetry/api • 1.9.0Public API for OpenTelemetryDIRECT0
@opentelemetry/core • 1.30.1OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.INDIRECT1
@opentelemetry/core • 1.8.0OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.INDIRECT1
@opentelemetry/exporter-metrics-otlp-http • 0.34.0OpenTelemetry Collector Metrics Exporter allows user to send collected metrics to the OpenTelemetry CollectorDIRECT8
@opentelemetry/exporter-trace-otlp-http • 0.34.0OpenTelemetry Collector Trace Exporter allows user to send collected traces to the OpenTelemetry CollectorDIRECT8
@opentelemetry/otlp-exporter-base • 0.34.0OpenTelemetry OTLP Exporter base (for internal use only)INDIRECT2
@opentelemetry/otlp-transformer • 0.34.0Transform OpenTelemetry SDK data into OTLPINDIRECT6
@opentelemetry/resources • 1.30.1OpenTelemetry SDK resourcesDIRECT2
@opentelemetry/resources • 1.8.0OpenTelemetry SDK resourcesINDIRECT2
@opentelemetry/sdk-metrics • 1.30.1OpenTelemetry metrics SDKDIRECT3
@opentelemetry/sdk-metrics • 1.8.0Work in progress OpenTelemetry metrics SDKINDIRECT4
@opentelemetry/sdk-trace-base • 1.30.1OpenTelemetry TracingDIRECT3
@opentelemetry/sdk-trace-base • 1.8.0OpenTelemetry TracingINDIRECT3
@opentelemetry/semantic-conventions • 1.28.0OpenTelemetry semantic conventionsDIRECT0
@opentelemetry/semantic-conventions • 1.8.0OpenTelemetry semantic conventionsINDIRECT0
bser • 2.1.1JavaScript implementation of the BSER Binary SerializationINDIRECT1
fb-watchman • 2.0.2Bindings for the Watchman file watching serviceINDIRECT2
walker • 1.0.8A simple directory tree walker.INDIRECT2
ISC19
PackageRelationDependenciesPublished
@istanbuljs/load-nyc-config • 1.1.0Utility function to load nyc configurationINDIRECT13
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
electron-to-chromium • 1.5.80Provides a list of electron-to-chromium version mappingsINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
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
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
test-exclude • 6.0.0test for inclusion or exclusion of paths using globsINDIRECT12
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 4.0.2Write files in an atomic fashion w/configurable ownershipINDIRECT2
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-3-Clause8
PackageRelationDependenciesPublished
@sinonjs/commons • 3.0.1Simple functions shared among the sinon end user librariesINDIRECT1
@sinonjs/fake-timers • 10.3.0Fake JavaScript timersINDIRECT2
babel-plugin-istanbul • 6.1.1A babel plugin that adds istanbul instrumentation to ES6 codeINDIRECT69
istanbul-lib-coverage • 3.2.2Data library for istanbul coverage objectsINDIRECT0
istanbul-lib-instrument • 5.2.1Core istanbul API for JS code coverageINDIRECT41
makeerror • 1.0.12A library to make errors.INDIRECT1
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tmpl • 1.0.5JavaScript micro templates.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.0 version:

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