licenses.dev

@salesforce/core v3.7.5

Core libraries to interact with SFDX projects, orgs, and APIs.

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

MIT180
PackageRelationDependenciesPublished
@babel/runtime-corejs3 • 7.26.0babel's modular runtime helpers with core-js@3 polyfillingINDIRECT2
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@oclif/core • 1.26.2base library for oclif CLIsDIRECT86
@oclif/screen • 3.0.8get stdout/stderr columnsINDIRECT0
@salesforce/bunyan • 2.0.0a JSON logging library for node.js services (dtrace is disabled)DIRECT20
@types/graceful-fs • 4.1.9TypeScript definitions for graceful-fsDIRECT2
@types/mkdirp • 1.0.2TypeScript definitions for mkdirpDIRECT2
@types/node • 12.20.55TypeScript definitions for Node.jsINDIRECT0
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@types/semver • 7.5.8TypeScript definitions for semverDIRECT0
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansicolors • 0.3.2Functions that surround a string with ansicolor codes so it prints in color.INDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64url • 3.0.1For encoding to/from base64urlsINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
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
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
capital-case • 1.0.4Transform into a space separated string with each word capitalizedINDIRECT4
cardinal • 2.1.1Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.INDIRECT3
chalk • 4.1.2Terminal string styling done rightINDIRECT5
change-case • 4.1.2Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and othersDIRECT15
chardet • 0.7.0Character detectorINDIRECT0
clean-stack • 3.0.1Clean up error stack tracesINDIRECT1
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
cli-progress • 3.12.0easy to use progress-bar for command-line/terminal applicationsINDIRECT5
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 4.1.1the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
constant-case • 3.0.4Transform into upper case string with an underscore between wordsINDIRECT4
core-js-pure • 3.40.0Standard libraryINDIRECT0
core-js • 3.40.0Standard libraryINDIRECT0
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
csprng • 0.1.2Secure random numbers of any size in any baseINDIRECT1
csv-parse • 4.16.3CSV parsing implementing the Node.js `stream.Transform` APIINDIRECT0
csv-stringify • 5.6.5CSV stringifier implementing the Node.js `stream.Transform` APIINDIRECT0
dayjs-plugin-utc • 0.1.2utc plugin for dayjsINDIRECT0
dayjs • 1.11.132KB immutable date time library alternative to Moment.js with the same modern API INDIRECT0
debug • 3.2.7small debugging utilityDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dot-case • 3.0.4Transform into a lower case string with a period between wordsINDIRECT3
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
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
form-data • 4.0.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.DIRECT5
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT4
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-package-type • 0.1.0Determine the `package.json#type` which applies to a locationINDIRECT0
globby • 11.1.0User-friendly glob matchingINDIRECT23
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
header-case • 2.0.4Transform into a dash separated string of capitalized wordsINDIRECT5
http-parser-js • 0.5.9A pure JS HTTP parser for node.INDIRECT0
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
hyperlinker • 1.0.0Write hyperlinks in the terminal.INDIRECT0
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
inquirer • 7.3.3A collection of common interactive command line user interfaces.INDIRECT33
interpret • 1.4.0A dictionary of file extensions and associated module loaders.INDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
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
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsen • 0.6.6JSON-Schema validator built for speedDIRECT0
jsforce • 2.0.0-beta.7Salesforce API Library for JavaScriptDIRECT83
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
jsonwebtoken • 8.5.1JSON Web Token implementation (symmetric and asymmetric)DIRECT14
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
lodash.includes • 4.3.0The lodash method `_.includes` exported as a module.INDIRECT0
lodash.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` 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.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`DIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multistream • 3.1.0A stream that emits multiple other streams one after another (streams3)INDIRECT5
mv • 2.1.1fs.rename but works across devices. same as the unix utility 'mv'INDIRECT14
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibilityINDIRECT0
natural-orderby • 2.0.3Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.INDIRECT0
ncp • 2.0.0Asynchronous recursive file copy utility.INDIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
object-treeify • 1.1.33Stringify Object as tree structureINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
open • 7.4.2Open stuff like URLs, files, executables. Cross-platform.INDIRECT2
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
param-case • 3.0.4Transform into a lower cased string with dashes between wordsINDIRECT4
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
path-case • 3.0.4Transform into a lower case string with slashes between wordsINDIRECT4
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
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
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
redeyed • 2.1.1Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.INDIRECT1
regenerator-runtime • 0.13.11Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-json-stringify • 1.2.0Prevent defined property getters from throwing errorsINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sentence-case • 3.0.4Transform into a lower case with spaces between words, then capitalize the stringINDIRECT4
sequin • 0.1.1Generate uniformly distributed ints in any base from a bit sequenceINDIRECT0
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
shx • 0.3.4Portable Shell Commands for NodeINDIRECT21
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
snake-case • 3.0.4Transform into a lower case string with underscores between wordsINDIRECT4
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
supports-hyperlinks • 2.3.0Detect if your terminal emulator supports hyperlinksINDIRECT2
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
tldts-core • 6.1.71tldts core primitives (internal module)INDIRECT0
tldts • 6.1.71Library to work against complex domain names, subdomains and URIs.INDIRECT1
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
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
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
ts-retry-promise • 0.6.2retry for functions returning a promiseDIRECT0
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
upper-case-first • 2.0.2Transforms the string with the first character in upper casedINDIRECT1
upper-case • 2.0.2Transforms the string to upper caseINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
widest-line • 3.1.0Get the visual width of the widest line in a string - the number of columns required to display itINDIRECT5
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
xml2js • 0.4.23Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
ISC24
PackageRelationDependenciesPublished
@oclif/linewrap • 1.0.0INDIRECT0
@salesforce/schemas • 1.9.0This repository contains the spec and schema for the Scratch Org Definition Configuration file and `sfdx-project.json` file.DIRECT0
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
cli-width • 3.0.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
fastq • 1.18.0Fast, in memory work queueINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 6.0.4a little globberINDIRECT9
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.DIRECT0
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
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 2.4.5A deep deletion module for node (like `rm -rf`)INDIRECT10
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.7.2The 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
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Apache-2.010
PackageRelationDependenciesPublished
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
ejs • 3.1.10Embedded JavaScript templatesINDIRECT15
faye-websocket • 0.11.4Standards-compliant WebSocket server and clientINDIRECT4
faye • 1.4.0Simple pub/sub messaging for the webDIRECT12
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
jake • 10.9.2JavaScript build tool, similar to Make or RakeINDIRECT14
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
websocket-driver • 0.7.4WebSocket protocol handler with pluggable I/OINDIRECT3
websocket-extensions • 0.1.4Generic extension manager for WebSocket connectionsINDIRECT0
BSD-3-Clause6
PackageRelationDependenciesPublished
@salesforce/kit • 1.9.2Commonly needed utilities for TypeScript and JavaScriptDIRECT24
@salesforce/ts-types • 1.7.3Types and related utilities for TypeScriptDIRECT1
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
shelljs • 0.8.5Portable Unix shell commands for Node.jsINDIRECT19
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tough-cookie • 5.1.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
BSD-2-Clause3
PackageRelationDependenciesPublished
dtrace-provider • 0.6.0Native DTrace providers for node.js applicationsINDIRECT1
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
0BSD3
PackageRelationDependenciesPublished
password-prompt • 1.1.3cross-platform masked or hidden promptINDIRECT8
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.7.5 version:

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