licenses.dev

create-sq-app v1.6.1

Provide some she-qu project templates.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT97
PackageRelationDependenciesPublished
@esbuild/android-arm • 0.16.17A WebAssembly shim for esbuild on Android ARM.INDIRECT0
@esbuild/android-arm64 • 0.16.17The Android ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/android-x64 • 0.16.17A WebAssembly shim for esbuild on Android x64.INDIRECT0
@esbuild/darwin-arm64 • 0.16.17The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/darwin-x64 • 0.16.17The macOS 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/freebsd-arm64 • 0.16.17The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/freebsd-x64 • 0.16.17The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-arm • 0.16.17The Linux ARM binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-arm64 • 0.16.17The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-ia32 • 0.16.17The Linux 32-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-loong64 • 0.16.17The Linux LoongArch 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-mips64el • 0.16.17The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-ppc64 • 0.16.17The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-riscv64 • 0.16.17The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-s390x • 0.16.17The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-x64 • 0.16.17The Linux 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/netbsd-x64 • 0.16.17The NetBSD AMD64 binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/openbsd-x64 • 0.16.17The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/sunos-x64 • 0.16.17The illumos 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-arm64 • 0.16.17The Windows ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-ia32 • 0.16.17The Windows 32-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-x64 • 0.16.17The Windows 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@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
@types/fs-extra • 9.0.13TypeScript definitions for fs-extraINDIRECT1
@types/minimist • 1.2.5TypeScript definitions for minimistINDIRECT0
@types/node-fetch • 2.6.13TypeScript definitions for node-fetchINDIRECT24
@types/node • 16.18.126TypeScript definitions for nodeINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
array-union • 3.0.1Create an array of unique values, in order, from the input arraysINDIRECT0
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
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
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
chalk • 4.1.2Terminal string styling done rightINDIRECT5
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
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
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
duplexer • 0.1.2Creates a duplex streamINDIRECT0
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.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT16
esbuild • 0.16.17An extremely fast JavaScript and CSS bundler and minifier.DIRECT22
event-stream • 3.3.4construct pipes of streams of eventsINDIRECT7
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
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.6A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT22
from • 0.1.7Easy way to make a Readable StreamINDIRECT0
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
globby • 12.2.0User-friendly glob matchingINDIRECT23
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
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
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
map-stream • 0.1.0construct pipes of streams of eventsINDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
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
minimist • 1.2.8parse argument optionsDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
pause-stream • 0.0.11a ThroughStream that strictly buffers all readable events when paused.INDIRECT1
picomatch • 2.3.2Blazing 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
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsDIRECT2
ps-tree • 1.2.0Get all children of a pidINDIRECT8
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
slash • 4.0.0Convert Windows backslash paths to slash pathsINDIRECT0
split • 0.3.3split a Text Stream into a Line StreamINDIRECT1
stream-combiner • 0.0.4<img src=https://secure.travis-ci.org/dominictarr/stream-combiner.png?branch=master>INDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
through • 2.3.8simplified stream constructionINDIRECT0
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
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
ISC5
PackageRelationDependenciesPublished
fastq • 1.20.1Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
zx • 4.3.0A tool for writing better scriptsDIRECT77
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/create-sq-app)](https://licenses.dev/npm/create-sq-app)
<a href="https://licenses.dev/npm/create-sq-app">
  <img src="https://licenses.dev/b/npm/create-sq-app" alt="licenses" />
</a>

Or the licenses badge code for the 1.6.1 version:

[![licenses](https://licenses.dev/b/npm/create-sq-app/1.6.1)](https://licenses.dev/npm/create-sq-app/1.6.1)
<a href="https://licenses.dev/npm/create-sq-app/1.6.1">
  <img src="https://licenses.dev/b/npm/create-sq-app/1.6.1" alt="licenses" />
</a>
GitHub