licenses.dev

@rockset/core v0.5.0

JS Rock Cli for Lambdas

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT147
PackageRelationDependenciesPublished
@rockset/client • 0.5.0Client for querying Rockset and interacting with the Rockset API.DIRECT41
@rockset/eslint-config • 0.5.0Rockset eslint configDIRECT8
@types/fs-extra • 9.0.13TypeScript definitions for fs-extraDIRECT2
@types/node-fetch • 2.6.12TypeScript definitions for node-fetchINDIRECT8
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@types/prompts • 2.4.9TypeScript definitions for promptsINDIRECT3
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
ansi-yellow • 0.1.1The color yellow, in ansi.INDIRECT1
arr-diff • 2.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT1
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
array-unique • 0.2.1Return an array free of duplicate values. Fastest ES5 implementation.INDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
bluebird • 2.11.0Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
braces • 1.8.5Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.INDIRECT14
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
component-emitter • 1.3.1Event emitterINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
detect-file • 0.1.0Detect if a filepath exists and resolves the full filepath.INDIRECT1
dotdir-regex • 0.1.0Regex for matching dot-directories, like `.git/`INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
ends-with • 0.2.0Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.INDIRECT0
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.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
eslint-config-prettier • 6.15.0Turns off all rules that are unnecessary or might conflict with Prettier.INDIRECT1
expand-brackets • 0.1.5Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT1
expand-range • 1.8.2Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.INDIRECT12
expand-tilde • 1.2.2Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.INDIRECT1
export-files • 2.1.1node.js utility for exporting a directory of files as modules.INDIRECT1
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extglob • 0.3.2Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.INDIRECT1
filename-regex • 2.0.1Regular expression for matching file names, with or without extension.INDIRECT0
fill-range • 2.2.4Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.INDIRECT11
findup-sync • 1.0.0Find the first file matching a given pattern in the current directory or the nearest ancestor directory.INDIRECT51
for-in • 0.1.8Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-own • 0.1.5Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.INDIRECT1
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.INDIRECT5
fp-ts • 2.16.9Functional programming in TypeScriptDIRECT0
fs-exists-sync • 0.1.0Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.INDIRECT0
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.DIRECT4
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
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
get-stdin • 6.0.0Get stdin as a string or bufferINDIRECT0
get-value • 1.3.1Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT4
glob-base • 0.3.0Returns an object with the (non-glob) base path and the actual pattern.INDIRECT3
glob-fs-dotfiles • 0.1.6glob-fs middleware for automatically ignoring dotfiles.INDIRECT0
glob-fs-gitignore • 0.1.6glob-fs middleware for automatically ignoring files specified in `.gitignore`INDIRECT55
glob-fs • 0.1.7file globbing for node.js. speedy and powerful alternative to node-glob.DIRECT97
global-modules • 0.2.3The directory used by npm for globally installed npm modules.INDIRECT7
global-prefix • 0.1.5Get the npm global path prefix.INDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
io-ts-types • 0.5.19A collection of codecs and combinators for use with io-tsDIRECT0
io-ts • 2.2.22TypeScript runtime type system for IO decoding/encodingDIRECT0
is-absolute • 0.2.6Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.INDIRECT4
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-dotdir • 0.1.0Returns true if a path is a dot-directory.INDIRECT1
is-dotfile • 1.0.3Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.INDIRECT0
is-equal-shallow • 0.1.3Does a shallow comparison of two objects, returning false if the keys or values differ.INDIRECT1
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extglob • 1.0.0Returns true if a string has an extglob.INDIRECT0
is-glob • 2.0.1Returns `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 • 2.1.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.INDIRECT0
is-posix-bracket • 0.1.1Returns true if the given string is a POSIX bracket expression (POSIX character class).INDIRECT0
is-primitive • 2.0.0Returns `true` if the value is a primitive. INDIRECT0
is-relative • 0.2.1Returns `true` if the path appears to be relative.INDIRECT2
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-unc-path • 0.1.2Returns true if a filepath is a windows UNC file path.INDIRECT1
is-windows • 0.1.1Returns true if the platform is windwows.INDIRECT0
is-windows • 0.2.0Returns true if the platform is windwows.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 1.0.2Returns true if the value is an object and not an array or null.INDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
kind-of • 2.0.1Get the native type of a value.INDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
lazy-cache • 0.1.0Cache requires to be lazy-loaded when needed.INDIRECT2
lazy-cache • 0.2.7Cache requires to be lazy-loaded when needed.INDIRECT0
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lodash.get • 4.4.2The lodash method `_.get` exported as a module.DIRECT0
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
math-random • 1.0.4math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.INDIRECT0
micromatch • 2.3.11Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT37
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mixin-object • 2.0.1Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.INDIRECT2
newtype-ts • 0.3.5Implementation of newtypes in TypeScriptDIRECT0
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
noncharacters • 1.1.034 non-character code points (labeled <not a character>), that are set aside and guaranteed to never be used for a character. Perfect to use for placeholders or temporary replacements during string transformations.INDIRECT0
normalize-path • 2.1.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.INDIRECT1
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
object-visit • 0.1.0Call the given method on each value in the given object.INDIRECT1
object.omit • 1.1.0Return a copy of an object without the given key, or array of keys.INDIRECT3
object.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.INDIRECT3
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
parse-filepath • 0.6.3Parse a filepath into an object. Falls back on the native node.js `path.parse` method if it exists.INDIRECT6
parse-gitignore • 0.2.0Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.INDIRECT4
parse-glob • 3.0.4Parse a glob pattern into an object of tokens.INDIRECT5
parse-passwd • 1.0.0Parse a passwd file into a list of users.INDIRECT0
portable-fetch • 3.0.0Isomorphic WHATWG Fetch API, for Node, Browserify, Webpack & React-NativeINDIRECT6
preserve • 0.2.0Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.INDIRECT0
prettier • 2.8.8Prettier is an opinionated code formatterDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsDIRECT2
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
randomatic • 3.1.1Generate randomized strings of a specified length using simple character sequences. The original generate-password.INDIRECT3
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
regex-cache • 0.4.4Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.INDIRECT2
relative • 3.0.2Get the relative filepath from path A to path B. Calculates from file-to-directory, file-to-file, directory-to-file, and directory-to-directory.INDIRECT2
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
resolve-dir • 0.1.1Resolve a directory that is either local, global or in the user's home directory.INDIRECT10
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
set-value • 0.2.0Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT2
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
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
starts-with • 1.0.2Returns `true` if the given string or array starts with prefix using strict equality for comparisons. Using fastest implementation.INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT20
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
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
xtend • 4.0.2extend like a bossINDIRECT0
ISC10
PackageRelationDependenciesPublished
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
glob-parent • 1.3.0Strips glob magic from a string to provide the parent pathINDIRECT2
glob-parent • 2.0.0Strips glob magic from a string to provide the parent pathINDIRECT2
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
yaml • 1.10.2JavaScript parser and stringifier for YAMLDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
BSD-2-Clause1
PackageRelationDependenciesPublished
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.0 version:

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