licenses.dev

table-view v0.3.0

array table view

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT121
PackageRelationDependenciesPublished
acorn • 5.7.4ECMAScript parserINDIRECT0
align-text • 0.1.4Align the text in a string.INDIRECT4
alter • 0.2.0alters a string by replacing multiple range fragments in one fast passINDIRECT1
ansi-regex • 0.2.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 1.1.0ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
array-inverse • 0.1.0inverse an arrayDIRECT19
array-tabular • 0.1.0array tabularDIRECT19
ast-traverse • 0.1.1simple but flexible AST traversal with pre and post visitorsINDIRECT0
ast-types • 0.8.12Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
ast-types • 0.9.6Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
ava • 0.0.4WIP - Simple test runnerDIRECT18
babel-core • 5.8.38A compiler for writing next generation JavaScriptDIRECT126
babel-plugin-constant-folding • 1.0.1Compile static constants (ie. code that we can statically determine to be constant at runtime)INDIRECT0
babel-plugin-dead-code-elimination • 1.0.2Eliminate dead codeINDIRECT0
babel-plugin-eval • 1.0.1Compile eval calls with string literalsINDIRECT0
babel-plugin-inline-environment-variables • 1.0.1Inline environment variablesINDIRECT0
babel-plugin-jscript • 1.0.4Babel plugin to fix buggy JScript named function expressionsINDIRECT0
babel-plugin-member-expression-literals • 1.0.1Turn valid member expression property literals into plain identifiersINDIRECT0
babel-plugin-property-literals • 1.0.1Turn valid property key literals to plain identifiersINDIRECT0
babel-plugin-proto-to-assign • 1.0.4Babel plugin for turning __proto__ into a shallow property cloneINDIRECT1
babel-plugin-react-constant-elements • 1.0.3Treat React JSX elements as value types and hoist them to the highest scopeINDIRECT0
babel-plugin-react-display-name • 1.0.3Add displayName to React.createClass callsINDIRECT0
babel-plugin-remove-console • 1.0.1Remove console.* callsINDIRECT0
babel-plugin-remove-debugger • 1.0.1Remove debugger statementsINDIRECT0
babel-plugin-runtime • 1.0.7Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT0
babel-plugin-undeclared-variables-check • 1.0.2Throw a compile-time error on references to undeclared variablesINDIRECT1
babel-plugin-undefined-to-void • 1.1.6Replace references to `undefined` with `void 0`INDIRECT0
babel-runtime • 5.8.38babel selfContained runtimeDIRECT1
babylon • 5.8.38<p align="center"> <img alt="babylon" src="https://raw.githubusercontent.com/babel/logo/master/babylon.png" width="700"> </p>INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bluebird • 2.11.0Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
brace-expansion • 1.1.16Brace expansion as known from sh/bashINDIRECT2
breakable • 1.0.0Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.INDIRECT0
camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
center-align • 0.1.3Center-align the text in a string.INDIRECT6
chalk • 0.5.1Terminal string styling done right. Created because the `colors` module does some really horrible things.INDIRECT6
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commoner • 0.10.8Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modulesINDIRECT25
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js • 1.2.7Standard libraryDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
defs • 1.1.1Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.INDIRECT28
detect-indent • 3.0.1Detect the indentation of codeINDIRECT4
detective • 4.7.1find all require() calls by walking the ASTINDIRECT2
each-async • 1.1.1Async concurrent iterator (async forEach)INDIRECT2
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
fs-readdir-recursive • 0.1.2Recursively read a directoryINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-stdin • 4.0.1Easier stdinINDIRECT0
globals • 6.4.1Global identifiers from different JavaScript environmentsINDIRECT0
has-ansi • 0.1.0Check if a string has ANSI escape codesINDIRECT1
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
home-or-tmp • 1.0.0Get the user home directory with fallback to the system temp directoryINDIRECT2
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
js-tokens • 1.0.1A regex that tokenizes JavaScript.INDIRECT0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
json5 • 0.4.0JSON for the ES5 era.INDIRECT0
kind-of • 3.2.2Get the native type of a value.INDIRECT1
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
leven • 1.0.2Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
lodash • 3.10.1The modern build of lodash modular utilities.INDIRECT0
log-symbols • 1.0.2Colored symbols for various log levels. Example: ✔︎ successINDIRECT7
longest • 1.0.1Get the longest item in an array.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
onetime • 1.1.0Only call a function onceINDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
output-file-sync • 1.1.2Synchronously write a file and create its ancestor directories if neededINDIRECT4
path-exists • 1.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
private • 0.1.8Utility for associating truly private state with any JavaScript objectINDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
recast • 0.10.33JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
recast • 0.11.23JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regexpu • 1.3.0A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5.INDIRECT10
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s ASTINDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
repeating • 1.1.3Repeat a string - fastINDIRECT1
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
right-align • 0.1.3Right-align the text in a string.INDIRECT5
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
set-immediate-shim • 1.0.1Simple setImmediate shimINDIRECT0
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
simple-fmt • 0.1.0maximally minimal string formatting libraryINDIRECT0
simple-is • 0.2.0maximally minimal type-testing libraryINDIRECT0
slash • 1.0.0Convert Windows backslash paths to slash pathsINDIRECT0
source-map-support • 0.2.10Fixes stack traces for files with source mapsINDIRECT2
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
stringmap • 0.2.2fast and robust stringmapINDIRECT0
stringset • 0.2.1fast and robust stringsetINDIRECT0
strip-ansi • 0.3.0Strip ANSI escape codesINDIRECT1
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-color • 0.2.0Detect whether a terminal supports colorINDIRECT0
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
through • 2.3.8simplified stream constructionINDIRECT0
to-fast-properties • 1.0.3Force V8 to use fast properties for an objectINDIRECT0
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the rightINDIRECT0
try-resolve • 1.0.1Try and resolve a filenameINDIRECT0
tryor • 0.1.2return fn() or default value (in case of exception)INDIRECT0
user-home • 1.1.1Get the path to the user home directoryINDIRECT0
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
yargs • 3.27.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT17
ISC9
PackageRelationDependenciesPublished
cliui • 2.1.0easily create complex multi-column command-line-interfacesINDIRECT9
glob • 5.0.15a little globberINDIRECT9
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
minimatch • 2.0.10a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
BSD-2-Clause3
PackageRelationDependenciesPublished
esprima • 2.7.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 3.1.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
non-standard2
PackageRelationDependenciesPublished
regenerator • 0.8.40Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)INDIRECT58
regjsparser • 0.1.5Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map • 0.1.32Generates and consumes source mapsINDIRECT1
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
ISC OR WTFPL1
PackageRelationDependenciesPublished
is-integer • 1.0.7ES2015 (ES6) Number.isInteger polyfillINDIRECT1
unknown1
PackageRelationDependenciesPublished
esprima-fb • 15001.1001.0-dev-harmony-fbFacebook-specific fork of the esprima projectINDIRECT0
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
MIT OR X111
PackageRelationDependenciesPublished
wordwrap • 0.0.2Wrap those words. Show them at what columns to start and stop.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.0 version:

[![licenses](https://licenses.dev/b/npm/table-view/0.3.0)](https://licenses.dev/npm/table-view/0.3.0)
<a href="https://licenses.dev/npm/table-view/0.3.0">
  <img src="https://licenses.dev/b/npm/table-view/0.3.0" alt="licenses" />
</a>
GitHub