licenses.dev

@salesforce/core v3.6.1

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

MIT120
PackageRelationDependenciesPublished
@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/jsforce • 1.11.5TypeScript definitions for jsforceDIRECT2
@types/mkdirp • 1.0.2TypeScript definitions for mkdirpDIRECT2
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
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
change-case • 4.1.2Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and othersDIRECT15
co-prompt • 1.0.0simple terminal user input 'co'INDIRECT1
coffeescript • 1.12.7Unfancy JavaScriptINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.20.3the 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-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
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
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
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
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dot-case • 3.0.4Transform into a lower case string with a period between wordsINDIRECT3
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
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
faye-websocket • 0.9.4Standards-compliant WebSocket server and clientINDIRECT4
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
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
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
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-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
jsen • 0.6.6JSON-Schema validator built for speedDIRECT0
jsforce • 1.11.1Salesforce API Library for JavaScriptDIRECT82
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonwebtoken • 8.5.0JSON Web Token implementation (symmetric and asymmetric)DIRECT14
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
keypress • 0.2.1Make any Node ReadableStream emit "keypress" eventsINDIRECT0
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
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
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
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 • 2.1.1A stream that emits multiple other streams one after another (streams2)INDIRECT8
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
ncp • 2.0.0Asynchronous recursive file copy utility.INDIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
opn • 5.5.0A better node-open. Opens stuff like websites, files, executables. Cross-platform.INDIRECT1
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-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
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
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
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
sfdx-faye • 1.0.9Simple pub/sub messaging for the webDIRECT13
shx • 0.3.4Portable Shell Commands for NodeINDIRECT21
snake-case • 3.0.4Transform into a lower case string with underscores between wordsINDIRECT4
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
tldts-core • 6.1.71tldts core primitives (internal module)INDIRECT0
tldts • 6.1.71Library to work against complex domain names, subdomains and URIs.INDIRECT1
ts-retry-promise • 0.6.2retry for functions returning a promiseDIRECT0
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
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
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
xml2js • 0.5.0Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
ISC16
PackageRelationDependenciesPublished
@salesforce/schemas • 1.9.0This repository contains the spec and schema for the Scratch Org Definition Configuration file and `sfdx-project.json` file.DIRECT0
base64-url • 2.3.3Base64 encode, decode, escape and unescape for URL applicationsINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
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
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)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
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
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
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Apache-2.011
PackageRelationDependenciesPublished
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
faye-websocket • 0.11.4Standards-compliant WebSocket server and clientINDIRECT4
faye • 1.4.0Simple pub/sub messaging for the webINDIRECT12
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT46
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-Clause10
PackageRelationDependenciesPublished
@salesforce/kit • 1.9.2Commonly needed utilities for TypeScript and JavaScriptDIRECT24
@salesforce/ts-types • 1.7.3Types and related utilities for TypeScriptDIRECT1
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
csv-stringify • 1.1.2CSV stringifier implementing the Node.js `stream.Transform` APIINDIRECT1
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
shelljs • 0.8.5Portable Unix shell commands for Node.jsINDIRECT19
tough-cookie • 2.4.3RFC6265 Cookies and Cookie Jar for node.jsINDIRECT3
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
tough-cookie • 5.1.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
BSD-2-Clause2
PackageRelationDependenciesPublished
dtrace-provider • 0.6.0Native DTrace providers for node.js applicationsINDIRECT1
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
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.6.1 version:

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