licenses.dev

knex v0.13.0

A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT87
PackageRelationDependenciesPublished
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
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
babel-runtime • 6.26.0babel selfContained runtimeDIRECT2
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceDIRECT0
braces • 1.8.5Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.INDIRECT14
chalk • 1.1.3Terminal string styling done right. Much color.DIRECT6
commander • 2.20.3the complete solution for node.js command-line programsDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
debug • 2.6.9small debugging utilityDIRECT1
detect-file • 0.1.0Detect if a filepath exists and resolves the full filepath.INDIRECT1
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
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
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
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 • 0.4.3Find the first file matching a given pattern in the current directory or the nearest ancestor directory.INDIRECT51
flagged-respawn • 0.3.2A tool for respawning node binaries when special flags are present.INDIRECT0
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
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
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generic-pool • 2.5.4Generic resource pooling for Node.JSDIRECT0
glob-base • 0.3.0Returns an object with the (non-glob) base path and the actual pattern.INDIRECT3
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
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
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
interpret • 0.6.6A dictionary of file extensions and associated module loaders.DIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
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-windows • 0.2.0Returns true if the platform is windwows.INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.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
liftoff • 2.2.5Launch your command line tool with ease.DIRECT61
lodash • 4.17.21Lodash modular utilities.DIRECT0
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
minimist • 1.1.3parse argument optionsDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`DIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
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.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-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
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
pg-connection-string • 0.1.3Functions for dealing with a PostgresSQL connection stringDIRECT0
preserve • 0.2.0Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.INDIRECT0
randomatic • 3.1.1Generate randomized strings of a specified length using simple character sequences. The original generate-password.INDIRECT3
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xDIRECT4
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
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
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
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
safe-buffer • 5.2.1Safer Node.js Buffer APIDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
tildify • 1.0.0Convert an absolute path to a tilde path: /Users/sindresorhus/dev => ~/devDIRECT1
user-home • 1.1.1Get the path to the user home directoryINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsDIRECT0
v8flags • 2.1.1Get available v8 flags.DIRECT1
ISC6
PackageRelationDependenciesPublished
glob-parent • 2.0.0Strips glob magic from a string to provide the parent pathINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()DIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/knex)](https://licenses.dev/npm/knex)
<a href="https://licenses.dev/npm/knex">
  <img src="https://licenses.dev/b/npm/knex" alt="licenses" />
</a>

Or the licenses badge code for the 0.13.0 version:

[![licenses](https://licenses.dev/b/npm/knex/0.13.0)](https://licenses.dev/npm/knex/0.13.0)
<a href="https://licenses.dev/npm/knex/0.13.0">
  <img src="https://licenses.dev/b/npm/knex/0.13.0" alt="licenses" />
</a>
GitHub