licenses.dev

@meve/cli v0.0.3

cli of meve

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT841
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.29.7The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.29.7Babel compiler core.DIRECT38
@babel/generator • 7.29.7Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.29.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.29.7Helper functions on Babel compilation targetsINDIRECT13
@babel/helper-create-class-features-plugin • 7.29.7Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-create-regexp-features-plugin • 7.29.7Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.8Babel helper to create your own polyfill providerINDIRECT25
@babel/helper-globals • 7.29.7A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 7.29.7Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-module-imports • 7.29.7Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.29.7Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.29.7Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.29.7General utilities for plugins to useDIRECT0
@babel/helper-remap-async-to-generator • 7.29.7Helper function to remap async functions to generatorsINDIRECT20
@babel/helper-replace-supers • 7.29.7Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.29.7Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.29.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.29.7Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.29.7Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.29.7Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.29.7A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.29.7Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT19
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.29.7Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.29.7Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 7.29.7Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect resultsINDIRECT20
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.29.7Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT21
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.29.7Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT19
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-proposal-decorators • 7.29.7Compile class and object decorators to ES5INDIRECT27
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-async-generators • 7.8.4Allow parsing of async generator functionsINDIRECT1
@babel/plugin-syntax-bigint • 7.8.3Allow parsing of BigInt literalsINDIRECT1
@babel/plugin-syntax-class-properties • 7.12.13Allow parsing of class propertiesINDIRECT1
@babel/plugin-syntax-class-static-block • 7.14.5Allow parsing of class static blocksINDIRECT1
@babel/plugin-syntax-decorators • 7.29.7Allow parsing of decoratorsINDIRECT1
@babel/plugin-syntax-import-assertions • 7.29.7Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.29.7Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-meta • 7.10.4Allow parsing of import.metaINDIRECT1
@babel/plugin-syntax-json-strings • 7.8.3Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-syntax-jsx • 7.29.7Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-logical-assignment-operators • 7.10.4Allow parsing of the logical assignment operatorsINDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operatorINDIRECT1
@babel/plugin-syntax-numeric-separator • 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal SeparatorINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindingsINDIRECT1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional propertiesINDIRECT1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checksINDIRECT1
@babel/plugin-syntax-top-level-await • 7.14.5Allow parsing of top-level await in modulesINDIRECT1
@babel/plugin-syntax-typescript • 7.29.7Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.29.7Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.29.7Turn async generator functions into ES2015 generatorsINDIRECT22
@babel/plugin-transform-async-to-generator • 7.29.7Turn async functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-block-scoped-functions • 7.29.7Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.29.7Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.29.7This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-transform-class-static-block • 7.29.7Transform class static blocksINDIRECT26
@babel/plugin-transform-classes • 7.29.7Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.29.7Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.29.7Compile ES2015 destructuring to ES5INDIRECT19
@babel/plugin-transform-dotall-regex • 7.29.7Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.29.7Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.7Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.29.7Transform import() expressionsINDIRECT1
@babel/plugin-transform-explicit-resource-management • 7.29.7Compile `using` and `await using` declarations to ES2015INDIRECT20
@babel/plugin-transform-exponentiation-operator • 7.29.7Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.29.7Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.29.7Compile ES2015 for...of to ES5INDIRECT20
@babel/plugin-transform-function-name • 7.29.7Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.29.7Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.29.7Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.29.7Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.29.7Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.29.7This plugin transforms ES2015 modules to AMDINDIRECT21
@babel/plugin-transform-modules-commonjs • 7.29.7This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-modules-systemjs • 7.29.7This plugin transforms ES2015 modules to SystemJSINDIRECT21
@babel/plugin-transform-modules-umd • 7.29.7This plugin transforms ES2015 modules to UMDINDIRECT21
@babel/plugin-transform-named-capturing-groups-regex • 7.29.7Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.29.7Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.29.7Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.29.7Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.29.7Compile object rest and spread to ES5INDIRECT34
@babel/plugin-transform-object-super • 7.29.7Compile ES2015 object super to ES5INDIRECT22
@babel/plugin-transform-optional-catch-binding • 7.29.7Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.29.7Transform optional chaining operators into a series of nil checksINDIRECT20
@babel/plugin-transform-parameters • 7.29.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.29.7This plugin transforms private class methodsINDIRECT26
@babel/plugin-transform-private-property-in-object • 7.29.7This plugin transforms checks for a private property in an objectINDIRECT26
@babel/plugin-transform-property-literals • 7.29.7Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 7.29.7Explode async and generator functions into a state machine.INDIRECT1
@babel/plugin-transform-regexp-modifiers • 7.29.7Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.29.7Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-runtime • 7.29.7Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsDIRECT46
@babel/plugin-transform-shorthand-properties • 7.29.7Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.29.7Compile ES2015 spread to ES5INDIRECT20
@babel/plugin-transform-sticky-regex • 7.29.7Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.29.7Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.29.7This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-typescript • 7.29.7Transform TypeScript into ES.nextDIRECT27
@babel/plugin-transform-unicode-escapes • 7.29.7Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.29.7Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.29.7Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.29.7Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.29.7A Babel preset for each environment.DIRECT128
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/preset-typescript • 7.29.7Babel preset for TypeScript.DIRECT33
@babel/runtime • 7.29.7babel's modular runtime helpersINDIRECT0
@babel/template • 7.29.7Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.29.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.29.7Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@bcoe/v8-coverage • 0.2.3Helper functions for V8 coverage files.INDIRECT0
@esbuild/linux-loong64 • 0.14.54The Linux LoongArch 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@inquirer/external-editor • 1.0.3Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT3
@istanbuljs/schema • 0.1.6Schemas describing various structures used by nyc and istanbuljsINDIRECT0
@jest/console • 26.6.2INDIRECT36
@jest/core • 26.6.3Delightful JavaScript Testing.INDIRECT447
@jest/environment • 26.6.2INDIRECT41
@jest/fake-timers • 26.6.2INDIRECT40
@jest/globals • 26.6.2INDIRECT48
@jest/reporters • 26.6.2Jest's reportersINDIRECT285
@jest/source-map • 26.6.2INDIRECT3
@jest/test-result • 26.6.2INDIRECT38
@jest/test-sequencer • 26.6.3INDIRECT406
@jest/transform • 26.6.2INDIRECT225
@jest/types • 26.6.2INDIRECT13
@jridgewell/gen-mapping • 0.3.13Generate source mapsINDIRECT3
@jridgewell/remapping • 2.3.5Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/source-map • 0.3.11Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT4
@jridgewell/sourcemap-codec • 1.5.5Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
@meve/icons • 0.0.3Icons of meveDIRECT312
@meve/markdown-vite-plugin • 0.0.3markdown vite plugin of meveDIRECT7
@meve/touch-emulator • 0.0.3touch-emulatorDIRECT0
@meve/ui • 0.0.3Argon design system components libraryDIRECT2
@mrmlnc/readdir-enhanced • 2.2.1fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.INDIRECT2
@nodelib/fs.stat • 1.1.3Get the status of a file with some featuresINDIRECT0
@one-ini/wasm • 0.1.1Parse EditorConfig-INI file contents into ASTINDIRECT0
@pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()`INDIRECT0
@rollup/pluginutils • 4.2.1A set of utility functions commonly used by Rollup pluginsINDIRECT2
@tootallnate/once • 1.1.2Creates a Promise that waits for a single eventINDIRECT0
@types/babel__core • 7.20.5TypeScript definitions for @babel/coreINDIRECT7
@types/babel__generator • 7.27.0TypeScript definitions for @babel/generatorINDIRECT3
@types/babel__template • 7.4.4TypeScript definitions for @babel/templateINDIRECT4
@types/babel__traverse • 7.28.0TypeScript definitions for @babel/traverseINDIRECT3
@types/glob • 7.2.0TypeScript definitions for GlobINDIRECT6
@types/graceful-fs • 4.1.9TypeScript definitions for graceful-fsINDIRECT2
@types/istanbul-lib-coverage • 2.0.6TypeScript definitions for istanbul-lib-coverageINDIRECT0
@types/istanbul-lib-report • 3.0.3TypeScript definitions for istanbul-lib-reportINDIRECT1
@types/istanbul-reports • 3.0.4TypeScript definitions for istanbul-reportsINDIRECT2
@types/minimatch • 6.0.0Stub TypeScript definitions entry for minimatch, which provides its own types definitionsINDIRECT3
@types/minimist • 1.2.5TypeScript definitions for minimistINDIRECT0
@types/node • 25.9.2TypeScript definitions for nodeINDIRECT1
@types/normalize-package-data • 2.4.4TypeScript definitions for normalize-package-dataINDIRECT0
@types/prettier • 2.7.3TypeScript definitions for prettierINDIRECT0
@types/stack-utils • 2.0.3TypeScript definitions for stack-utilsINDIRECT0
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 15.0.20TypeScript definitions for yargsINDIRECT1
@vue/babel-helper-vue-jsx-merge-props • 1.4.0Babel helper for Vue JSX spreadDIRECT0
@vue/babel-plugin-transform-vue-jsx • 1.4.0Babel plugin for Vue 2.0 JSXINDIRECT25
@vue/babel-preset-jsx • 1.4.0Babel preset for Vue JSXDIRECT33
@vue/babel-sugar-composition-api-inject-h • 1.4.0Babel syntactic sugar for h automatic injection for Vue JSX with @vue/composition-apiINDIRECT2
@vue/babel-sugar-composition-api-render-instance • 1.4.0Babel syntactic sugar for replaceing `this` with `getCurrentInstance()` in Vue JSX with @vue/composition-apiINDIRECT2
@vue/babel-sugar-functional-vue • 1.4.0Babel syntactic sugar for functional componentsINDIRECT2
@vue/babel-sugar-inject-h • 1.4.0Babel syntactic sugar for h automatic injection for Vue JSXINDIRECT2
@vue/babel-sugar-v-model • 1.4.0Babel syntactic sugar for v-model support in Vue JSXINDIRECT27
@vue/babel-sugar-v-on • 1.4.0Babel syntactic sugar for v-model support in Vue JSXINDIRECT27
@vue/component-compiler-utils • 3.3.0Lower level utilities for compiling Vue single file componentsDIRECT15
@vue/test-utils • 1.3.6Utilities for testing Vue components.DIRECT55
a-sync-waterfall • 1.0.1Runs a list of async tasks, passing the results of each into the next oneINDIRECT0
acorn-globals • 6.0.0Detect global variables in JavaScript using acornINDIRECT2
acorn-walk • 7.2.0ECMAScript (ESTree) AST walkerINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
acorn • 8.16.0ECMAScript parserINDIRECT0
add-stream • 1.0.0Append the contents of one stream onto another.INDIRECT0
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 6.2.2Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 6.2.3ANSI escape codes for styling strings in the terminalINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 4.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.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT21
array-find-index • 1.0.2ES2015 `Array#findIndex()` ponyfillINDIRECT0
array-ify • 1.0.0Turn anything into an arrayINDIRECT0
array-union • 1.0.2Create an array of unique values, in order, from the input arraysINDIRECT1
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
array.prototype.flatmap • 1.2.4An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.INDIRECT90
arraybuffer.prototype.slice • 1.0.4ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT89
arrify • 1.0.1Convert a value to an arrayINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
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
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
babel-jest • 26.6.3Jest plugin to use babel for transformation.DIRECT248
babel-plugin-jest-hoist • 26.6.2Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jesINDIRECT12
babel-plugin-jsx-event-modifiers • 2.0.5JSX Syntactic Sugar Plugin for Event ModifiersDIRECT0
babel-plugin-jsx-v-model • 2.0.3JSX v-model transformDIRECT3
babel-plugin-polyfill-corejs2 • 0.4.17A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT26
babel-plugin-polyfill-corejs3 • 0.13.0A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT27
babel-plugin-polyfill-corejs3 • 0.14.2A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT27
babel-plugin-polyfill-regenerator • 0.6.8A Babel plugin to inject imports to regenerator-runtimeINDIRECT26
babel-plugin-syntax-jsx • 6.18.0Allow parsing of jsxINDIRECT0
babel-preset-current-node-syntax • 1.2.0A Babel preset that enables parsing of proposals supported by the current Node.js version.INDIRECT16
babel-preset-jest • 26.6.2> Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest).INDIRECT30
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
balanced-match • 4.0.4Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
brace-expansion • 1.1.15Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.1.1Brace expansion as known from sh/bashINDIRECT1
brace-expansion • 5.0.6Brace expansion as known from sh/bashINDIRECT1
braces • 2.3.2Bash-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.INDIRECT70
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
browserslist • 4.28.2Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
bs-logger • 0.2.6Bare simple logger for NodeJSINDIRECT1
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionINDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
call-me-maybe • 1.0.2Let your JS API users either give you a callback or receive a promiseINDIRECT0
caller-callsite • 2.0.0Get the callsite of the caller functionINDIRECT1
caller-path • 2.0.0Get the path of the caller functionINDIRECT2
callsites • 2.0.0Get callsites from the V8 stack trace APIINDIRECT0
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
camelcase-keys • 4.2.0Convert object keys to camelCaseINDIRECT3
camelcase-keys • 6.2.2Convert object keys to camel caseINDIRECT3
camelcase • 4.1.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 4.1.2Terminal string styling done rightDIRECT5
char-regex • 1.0.2A regex to match any full character, considering weird character ranges.INDIRECT0
chardet • 2.1.1Character encoding detectorINDIRECT0
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryDIRECT14
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
cjs-module-lexer • 0.6.0Lexes CommonJS modules, returning their named exports metadataINDIRECT0
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clean-css • 5.3.3A well-tested CSS minifierINDIRECT1
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
co • 4.6.0generator async control flow goodnessINDIRECT0
collect-v8-coverage • 1.0.3Use this module to start and stop the V8 inspector manually and collect precise coverage.INDIRECT0
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
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
commander • 10.0.1the complete solution for node.js command-line programsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 4.1.1the complete solution for node.js command-line programsINDIRECT0
commander • 5.1.0the complete solution for node.js command-line programsINDIRECT0
commander • 8.3.0the complete solution for node.js command-line programsDIRECT0
compare-func • 2.0.0Get a compare function for array to sortINDIRECT3
component-emitter • 1.3.1Event emitterINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
condense-newlines • 0.2.1Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.INDIRECT5
config-chain • 1.1.13HANDLE CONFIGURATION ONCE AND FOR ALLINDIRECT2
consolidate • 0.15.1Template engine consolidation libraryINDIRECT1
consolidate • 0.16.0Template engine consolidation libraryINDIRECT1
conventional-changelog-core • 4.2.4conventional-changelog coreINDIRECT138
conventional-changelog-preset-loader • 2.3.4Configuration preset loader for `conventional-changelog`.INDIRECT0
conventional-changelog-writer • 5.0.1Write logs based on conventional commits and templatesINDIRECT82
conventional-changelog • 3.1.25Generate a changelog from git metadataDIRECT153
conventional-commits-filter • 2.0.7Filter out reverted commits parsed by conventional-commits-parserINDIRECT2
conventional-commits-parser • 3.2.4Parse raw conventional commitsINDIRECT74
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
copy-anything • 3.0.5An optimised way to copy'ing an object. A small and simple integrationINDIRECT1
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
core-js-compat • 3.49.0core-js compatINDIRECT8
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cosmiconfig • 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT14
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
css • 2.2.4CSS parser / stringifierINDIRECT8
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
cssom • 0.3.8CSS Object Model implementation and CSS parserINDIRECT0
cssom • 0.4.4CSS Object Model implementation and CSS parserINDIRECT0
cssstyle • 2.3.0CSSStyleDeclaration Object Model implementationINDIRECT1
cubic2quad • 1.2.1Approximate cubic Bezier curve with a number of quadratic onesINDIRECT0
currently-unhandled • 0.4.1Track the list of currently unhandled promise rejections.INDIRECT1
dargs • 7.0.0Reverse minimist. Convert an object of options into an array of command-line arguments.INDIRECT0
data-urls • 2.0.0Parses data: URLsINDIRECT7
data-view-buffer • 1.0.2Get the ArrayBuffer out of a DataView, robustly.INDIRECT28
data-view-byte-length • 1.0.2Get the byteLength out of a DataView, robustly.INDIRECT28
data-view-byte-offset • 1.0.1Get the byteOffset out of a DataView, robustly.INDIRECT28
dateformat • 3.0.3A node.js package for Steven Levithan's excellent dateFormat() function.INDIRECT0
de-indent • 1.0.2remove extra indent from a block of codeINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize-keys • 1.1.1Convert object keys from camelCase to lowercase with a custom separatorINDIRECT2
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decimal.js • 10.6.0An arbitrary-precision Decimal type for JavaScript.INDIRECT0
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
deepmerge • 3.3.0A library for deep (recursive) merging of Javascript objectsINDIRECT0
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
detect-newline • 3.1.0Detect the dominant newline character of a stringINDIRECT0
diff-sequences • 26.6.2Compare items in two sequences to find a longest common subsequenceINDIRECT0
dir-glob • 2.2.2Convert directories to glob compatible stringsINDIRECT2
dom-event-types • 1.1.0DOM events data scraped from MDNINDIRECT0
domexception • 2.0.1An implementation of the DOMException class from browsersINDIRECT1
dot-case • 3.0.4Transform into a lower case string with a period between wordsINDIRECT3
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
eastasianwidth • 0.2.0Get East Asian Width from a character.INDIRECT0
editorconfig • 1.0.7EditorConfig File Locator and Interpreter for Node.jsINDIRECT6
emittery • 0.7.2Simple and modern async event emitterINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
es-abstract • 1.24.2ECMAScript spec abstract operations.INDIRECT89
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
es-to-primitive • 1.3.0ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT22
esbuild-android-64 • 0.14.54A WebAssembly shim for esbuild on Android x64.INDIRECT0
esbuild-android-arm64 • 0.14.54The Android ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-darwin-64 • 0.14.54The macOS 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-darwin-arm64 • 0.14.54The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-freebsd-64 • 0.14.54The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-freebsd-arm64 • 0.14.54The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-linux-32 • 0.14.54The Linux 32-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-linux-64 • 0.14.54The Linux 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-linux-arm • 0.14.54The Linux ARM binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-linux-arm64 • 0.14.54The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-linux-mips64le • 0.14.54The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-linux-ppc64le • 0.14.54The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-linux-riscv64 • 0.14.54The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-linux-s390x • 0.14.54The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-netbsd-64 • 0.14.54The NetBSD AMD64 binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-openbsd-64 • 0.14.54The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-sunos-64 • 0.14.54The illumos 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-windows-32 • 0.14.54The Windows 32-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-windows-64 • 0.14.54The Windows 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild-windows-arm64 • 0.14.54The Windows ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
esbuild • 0.14.54An extremely fast JavaScript and CSS bundler and minifier.INDIRECT21
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
estree-walker • 2.0.2Traverse an ESTree-compliant ASTINDIRECT0
exec-sh • 0.3.6Execute shell command forwarding all stdio.INDIRECT0
execa • 1.0.0A better `child_process`INDIRECT18
execa • 4.1.0Process execution for humansINDIRECT19
execa • 5.1.1Process execution for humansDIRECT15
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
expect • 26.6.2This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).INDIRECT38
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
extract-from-css • 0.4.4Extract information from CSS codeINDIRECT9
fast-glob • 2.2.7Is a faster `node-glob` alternativeINDIRECT91
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
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
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
for-each • 0.3.5A better forEachINDIRECT1
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
form-data • 3.0.4A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT22
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
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.DIRECT3
fs-extra • 7.0.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
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.INDIRECT4
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.8An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT24
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
geometry-interfaces • 1.1.4The W3C Geometry Interfaces implemented in JavaScript and polyfilled.INDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-package-type • 0.1.0Determine the `package.json#type` which applies to a locationINDIRECT0
get-pkg-repo • 4.2.1Get repository user and project information from package.json file contents.INDIRECT30
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
get-symbol-description • 1.1.0Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT16
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
git-raw-commits • 2.0.11Get raw git commits out of your repository using git-log(1)INDIRECT70
git-remote-origin-url • 2.0.0Get the remote origin url of a git repositoryINDIRECT3
git-semver-tags • 4.1.1Get all git semver tags of your repository in reverse chronological orderINDIRECT62
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
globby • 9.2.0Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT118
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
growly • 1.3.0Simple zero-dependency Growl notifications using GNTP.INDIRECT0
handlebars • 4.7.9Handlebars provides the power necessary to let you build semantic templates effectively with no frustrationINDIRECT5
hard-rejection • 2.1.0Make unhandled promise rejections fail hard right away instead of the default silent failINDIRECT0
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-proto • 1.2.0Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT5
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
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
hash-sum • 1.0.2Blazing fast unique hash generatorINDIRECT0
hash-sum • 2.0.0Blazing fast unique hash generatorDIRECT0
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
html-encoding-sniffer • 2.0.1Sniff the encoding from a HTML byte streamINDIRECT3
html-escaper • 2.0.2fast and safe way to escape and unescape &<>'" charsINDIRECT0
html-minifier-terser • 6.1.0Highly configurable, well-tested, JavaScript-based HTML minifier.INDIRECT22
html-tags • 2.0.0List of standard HTML tagsINDIRECT0
http-proxy-agent • 4.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT4
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.7.2Convert character encodings in pure javascript.INDIRECT1
ignore • 4.0.6Ignore is a manager and filter for .gitignore rules.INDIRECT0
image-size • 0.5.5get dimensions of any image fileINDIRECT0
import-fresh • 2.0.0Import a module while bypassing the cacheINDIRECT4
import-local • 3.2.0Let a globally installed package use a locally installed version of itself if availableINDIRECT9
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 3.2.0Indent each line in a stringINDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
inquirer • 8.2.7A collection of common interactive command line user interfaces.DIRECT49
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT21
is-accessor-descriptor • 1.0.2Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-array-buffer • 3.0.5Is this value a JS ArrayBuffer?INDIRECT20
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-async-function • 2.1.1Determine if a function is a native async function.INDIRECT19
is-bigint • 1.1.0Is this value an ES BigInt?INDIRECT1
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-boolean-object • 1.2.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT17
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-ci • 2.0.0Detect if the current environment is a CI serverINDIRECT1
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT27
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT17
is-descriptor • 0.1.8Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.4Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
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-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-finalizationregistry • 1.1.1Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT16
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-generator-fn • 2.1.0Check if something is a generator functionINDIRECT0
is-generator-function • 1.1.2Determine if a function is a native generator function.INDIRECT19
is-glob • 3.1.0Returns `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-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-interactive • 1.0.0Check if stdout or stderr is interactiveINDIRECT0
is-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-negative-zero • 2.0.3Is this value negative zero? === will lie to youINDIRECT0
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT17
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
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
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-potential-custom-element-name • 1.0.1Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.INDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT17
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-shared-array-buffer • 1.0.4Is this value a JS SharedArrayBuffer?INDIRECT16
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT17
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT19
is-text-path • 1.0.1Check if a filepath is a text fileINDIRECT1
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT26
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-unicode-supported • 0.1.0Detect whether the terminal supports UnicodeINDIRECT0
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakref • 1.1.1Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT16
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT16
is-what • 4.1.16JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.INDIRECT0
is-whitespace • 0.3.0Returns true if the value passed is all whitespace.INDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
jest-changed-files • 26.6.2A module used internally by Jest to check which files have changed since you last committed in git or hg.INDIRECT35
jest-cli • 26.6.3Delightful JavaScript Testing.INDIRECT454
jest-config • 26.6.3INDIRECT406
jest-diff • 26.6.2Display differences clearly so people can review changes confidently.INDIRECT19
jest-docblock • 26.0.0`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.INDIRECT1
jest-each • 26.6.2Parameterised tests for JestINDIRECT28
jest-environment-jsdom • 26.6.2INDIRECT116
jest-environment-node • 26.6.2INDIRECT42
jest-get-type • 26.3.0A utility function to get the type of a valueINDIRECT0
jest-haste-map • 26.6.2INDIRECT147
jest-jasmine2 • 26.6.3INDIRECT406
jest-leak-detector • 26.6.2Module for verifying whether an object has been garbage collected or not.INDIRECT18
jest-matcher-utils • 26.6.2A set of utility functions for expect and related packagesINDIRECT20
jest-message-util • 26.6.2INDIRECT32
jest-mock • 26.6.2## APIINDIRECT14
jest-pnp-resolver • 1.2.3plug'n'play resolver for WebpackINDIRECT0
jest-regex-util • 26.0.0INDIRECT0
jest-resolve-dependencies • 26.6.3INDIRECT202
jest-resolve • 26.6.2INDIRECT61
jest-runner • 26.6.3INDIRECT406
jest-runtime • 26.6.3INDIRECT406
jest-serializer • 26.6.2Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `unINDIRECT3
jest-snapshot • 26.6.2INDIRECT201
jest-util • 26.6.2INDIRECT23
jest-validate • 26.6.2Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.INDIRECT20
jest-watcher • 26.6.2Delightful JavaScript Testing.INDIRECT44
jest-worker • 26.6.2Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT5
jest • 26.6.3Delightful JavaScript Testing.DIRECT455
js-beautify • 1.15.4beautifier.io for nodeINDIRECT45
js-cookie • 3.0.8A simple, lightweight JavaScript API for handling cookiesINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.2YAML 1.2 parser and serializerINDIRECT3
jsdom • 16.7.0A JavaScript implementation of many web standardsINDIRECT73
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get 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
leven • 3.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
linkify-it • 3.0.3Links recognition library with FULL unicode supportINDIRECT1
load-json-file • 4.0.0Read and parse a JSON fileINDIRECT7
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.ismatch • 4.4.0The lodash method `_.isMatch` exported as a module.INDIRECT0
lodash.kebabcase • 4.1.1The lodash method `_.kebabCase` exported as a module.INDIRECT0
lodash • 4.18.1Lodash modular utilities.DIRECT0
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT7
loud-rejection • 1.6.0Make unhandled promise rejections fail loudly instead of the default silent failINDIRECT3
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
magic-string • 0.25.9Modify strings, generate sourcemapsINDIRECT1
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
make-dir • 4.0.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-obj • 1.0.1Map object keys and values into a new objectINDIRECT0
map-obj • 2.0.0Map object keys and values into a new objectINDIRECT0
map-obj • 4.3.0Map object keys and values into a new objectINDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
markdown-it • 12.3.2Markdown-it - modern pluggable markdown parser.INDIRECT5
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mdurl • 1.0.1URL utilities for markdown-itINDIRECT0
meow • 5.0.0CLI app helperINDIRECT51
meow • 8.1.2CLI app helperINDIRECT60
merge-source-map • 1.1.0Merge old source map and new source map in multi-transform flowINDIRECT1
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
microbuffer • 1.0.0Light implementation of binary buffer with helpers for easy access.INDIRECT0
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
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
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
min-indent • 1.0.1Get the shortest leading whitespace from lines in a stringINDIRECT0
minimist-options • 3.0.2Pretty options for minimistINDIRECT2
minimist-options • 4.1.0Pretty options for minimistINDIRECT3
minimist • 1.2.8parse argument optionsINDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
modify-values • 1.0.1Modify the values of an objectINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.3.12A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
natural-compare • 1.4.0Compare strings containing a mix of letters and numbers in the way a human being would in sort order.INDIRECT0
neatequal • 1.0.0Neat deep equal.INDIRECT6
needle • 3.5.0The leanest and most handsome HTTP client in the Nodelands.INDIRECT3
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
node-int64 • 0.4.0Support for representing 64-bit integers in JavaScriptINDIRECT0
node-notifier • 8.0.2A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)INDIRECT8
node-releases • 2.0.47Node.js releases dataINDIRECT0
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
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
nwsapi • 2.2.24Fast CSS Selectors API EngineINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT22
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
ora • 5.4.1Elegant terminal spinnerDIRECT29
own-keys • 1.0.1Robustly get an object's own property keys (strings and symbols), including non-enumerables when possibleINDIRECT18
p-each-series • 2.2.0Iterate over promises seriallyINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
p-try • 2.2.0`Start a promise chainINDIRECT0
param-case • 3.0.4Transform into a lower cased string with dashes between wordsINDIRECT4
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
parse-node-version • 1.0.1Turn node's process.version into something useful.INDIRECT0
parse5 • 6.0.1HTML parser and serializer.INDIRECT0
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 3.0.0Check if a path is a file, directory, or symlinkINDIRECT1
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
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pirates • 4.0.7Properly hijack require, i.e., properly define require hooks and customizationsINDIRECT0
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss • 7.0.39Tool for transforming styles with JS pluginsINDIRECT2
postcss • 8.5.15Tool for transforming styles with JS pluginsINDIRECT3
prettier • 2.8.8Prettier is an opinionated code formatterINDIRECT0
pretty-format • 26.6.2Stringify any JavaScript value.INDIRECT16
pretty • 2.0.0Some tweaks for beautifying HTML with js-beautify according to my preferences.INDIRECT52
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsINDIRECT2
prr • 1.0.1A better Object.defineProperty()INDIRECT0
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
pump • 3.0.4pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
querystring • 0.2.1Node's querystring module for all engines.INDIRECT0
querystringify • 2.2.0Querystringify - Small, simple but powerful query string parser.INDIRECT0
quick-lru • 1.1.0Simple "Least Recently Used" (LRU) cacheINDIRECT0
quick-lru • 4.0.1Simple "Least Recently Used" (LRU) cacheINDIRECT0
react-is • 17.0.2Brand checking of React Elements.INDIRECT0
read-pkg-up • 3.0.0Read the closest package.json fileINDIRECT31
read-pkg-up • 7.0.1Read the closest package.json fileINDIRECT34
read-pkg • 3.0.0Read a package.json fileINDIRECT24
read-pkg • 5.2.0Read a package.json fileINDIRECT26
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
redent • 2.0.0Strip redundant indentation and indent the stringINDIRECT2
redent • 3.0.0Strip redundant indentation and indent the stringINDIRECT3
reflect.getprototypeof • 1.0.10An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT89
regenerate-unicode-properties • 10.2.2Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT23
regexpu-core • 6.4.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
relateurl • 0.2.7Minify URLs by converting them from absolute to relative.INDIRECT0
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
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.INDIRECT0
resolve-cwd • 3.0.0Resolve the path of a module like `require.resolve()` but from the current working directoryINDIRECT1
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
rollup • 2.80.0Next-generation ES module bundlerINDIRECT1
rsvp • 4.8.5A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-array-concat • 1.1.4`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT21
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-push-apply • 1.0.0Push an array of items into an array, while being robust against prototype modificationINDIRECT2
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT18
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sane • 4.1.0Sane aims to be fast, small, and reliable file system watcher.INDIRECT114
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
set-proto • 1.0.0Robustly set the [[Prototype]] of an objectINDIRECT6
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
shellwords • 0.1.1Manipulate strings according to the word parsing rules of the UNIX Bourne shell.INDIRECT0
side-channel-list • 1.0.1Store 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 MapINDIRECT17
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT18
side-channel • 1.1.1Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
slash • 2.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsDIRECT0
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
split • 1.0.1split a Text Stream into a Line StreamINDIRECT1
stack-utils • 2.0.6Captures and cleans stack tracesINDIRECT1
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
stop-iteration-iterator • 1.1.0Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.INDIRECT22
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-length • 4.0.2Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codesINDIRECT3
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 5.1.2Get the visual width of a string - the number of columns required to display itINDIRECT4
string.fromcodepoint • 0.2.1A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.INDIRECT0
string.prototype.codepointat • 0.2.1A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.INDIRECT0
string.prototype.trim • 1.2.11ES5 spec-compliant shim for String.prototype.trimINDIRECT89
string.prototype.trimend • 1.0.10ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT22
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT21
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 7.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-bom • 3.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
strip-bom • 4.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
strip-indent • 2.0.0Strip leading whitespace from each line in a stringINDIRECT0
strip-indent • 3.0.0Strip leading whitespace from each line in a stringINDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-hyperlinks • 2.3.0Detect if your terminal emulator supports hyperlinksINDIRECT2
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
svg-pathdata • 5.0.5Manipulate SVG path data (path[d] attribute content) simply and efficiently.INDIRECT0
svg2ttf • 4.3.0Converts SVG font to TTF fontINDIRECT7
svgicons2svgfont • 9.2.0Read a set of SVG icons and ouput a SVG fontINDIRECT118
svgpath • 2.6.0Low level toolkit for SVG paths transformations.INDIRECT0
symbol-tree • 3.2.4Turn any collection of objects into its own efficient tree or linked list using SymbolINDIRECT0
terminal-link • 2.1.1Create clickable links in the terminalINDIRECT5
text-extensions • 1.9.0List of text file extensionsINDIRECT0
throat • 5.0.0Throttle the parallelism of an asynchronous (promise returning) function / functionsINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
through2 • 4.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT5
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
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
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
tr46 • 2.1.0An implementation of the Unicode UTS #46: Unicode IDNA Compatibility ProcessingINDIRECT1
trim-newlines • 2.0.0Trim newlines from the start and/or end of a stringINDIRECT0
trim-newlines • 3.0.1Trim newlines from the start and/or end of a stringINDIRECT0
ts-jest • 26.5.6A preprocessor with source maps support to help use TypeScript with JestINDIRECT33
ttf2eot • 2.0.0Convert TTF font to EOTINDIRECT3
ttf2woff • 2.0.2Convert TTF font to WOFFINDIRECT4
type-detect • 4.0.8Improved typeof detection for node.js and the browser.INDIRECT0
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT27
typed-array-byte-length • 1.0.3Robustly get the byte length of a Typed ArrayINDIRECT28
typed-array-byte-offset • 1.0.4Robustly get the byte offset of a Typed ArrayINDIRECT89
typed-array-length • 1.0.8Robustly get the length of a Typed ArrayINDIRECT89
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
uc.micro • 1.0.6Micro subset of unicode data files for markdown-it projects.INDIRECT0
unbox-primitive • 1.1.0Unbox a boxed JS primitive value.INDIRECT26
undici-types • 7.24.6A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.1Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.2.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
universalify • 0.2.0Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
update-browserslist-db • 1.2.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
url-parse • 1.5.10Small footprint URL parser that works seamlessly across Node.js and browser environmentsINDIRECT2
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vite-plugin-html • 2.1.2A plugin for vite to Minimize index.html and use lodash.template template syntax in index.htmlDIRECT40
vite-plugin-vue2 • 1.9.3Vite plugin for Vue2DIRECT98
vite • 2.8.1Native-ESM powered web dev build toolDIRECT35
vue-jest • 4.0.0-rc.0Jest Vue transformDIRECT89
vue-template-compiler • 2.7.16template compiler for Vue 2.0DIRECT2
vue-template-es2015-compiler • 1.9.1Post compiler for Vue template render functions to support ES2015+ featuresINDIRECT0
w3c-hr-time • 1.0.2An implementation of the W3C High Resolution Time Level 2 specification.INDIRECT1
w3c-xmlserializer • 2.0.0A per-spec XML serializer implementationINDIRECT1
wawoff2 • 1.0.2Convert TTF font to WOFF2INDIRECT2
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
webfont • 9.0.0Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2INDIRECT306
whatwg-encoding • 1.0.5Decode strings according to the WHATWG Encoding StandardINDIRECT2
whatwg-mimetype • 2.3.0Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing StandardINDIRECT0
whatwg-url • 8.7.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT4
which-boxed-primitive • 1.1.1Which kind of boxed JS primitive is this?INDIRECT25
which-builtin-type • 1.2.1What is the type of this builtin JS value?INDIRECT50
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT20
which-typed-array • 1.1.22Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT25
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop.INDIRECT0
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codesINDIRECT6
ws • 7.5.11Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xml2js • 0.4.23Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
xmlchars • 2.2.0Utilities for determining if characters belong to character classes defined by the XML specs.INDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
yargs • 16.2.0yargs the modern, pirate-themed, successor to optimist.INDIRECT15
ISC76
PackageRelationDependenciesPublished
@isaacs/cliui • 8.0.2easily create complex multi-column command-line-interfacesINDIRECT16
@istanbuljs/load-nyc-config • 1.1.0Utility function to load nyc configurationINDIRECT13
abbrev • 2.0.0Like ruby's abbrev module, but in jsINDIRECT0
anymatch • 2.0.0Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT83
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
capture-exit • 2.0.0safely cleanup in signal handlersINDIRECT1
cli-width • 3.0.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 7.0.4easily create complex multi-column command-line-interfacesINDIRECT9
conventional-changelog-angular • 5.0.13conventional-changelog angular presetINDIRECT5
conventional-changelog-atom • 2.0.8conventional-changelog atom presetINDIRECT1
conventional-changelog-codemirror • 2.0.8conventional-changelog CodeMirror presetINDIRECT1
conventional-changelog-conventionalcommits • 4.6.3conventional-changelog conventionalcommits.org presetINDIRECT6
conventional-changelog-ember • 2.0.9conventional-changelog ember presetINDIRECT1
conventional-changelog-eslint • 3.0.9conventional-changelog eslint presetINDIRECT1
conventional-changelog-express • 2.0.6conventional-changelog express presetINDIRECT1
conventional-changelog-jquery • 3.0.11conventional-changelog jquery presetINDIRECT1
conventional-changelog-jshint • 2.0.9conventional-changelog jshint presetINDIRECT5
electron-to-chromium • 1.5.371Provides a list of electron-to-chromium version mappingsINDIRECT0
foreground-child • 3.3.1Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob-parent • 3.1.0Strips glob magic from a string to provide the parent directory pathINDIRECT3
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 10.5.0the most correct and second fastest glob implementation in JavaScriptINDIRECT34
glob • 7.2.3a little globberDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
hosted-git-info • 4.1.0Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT2
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
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
lru-cache • 10.4.3A cache object that deletes the least-recently-used items.INDIRECT0
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
make-error • 1.3.6Make your own error types!INDIRECT0
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
minimatch • 5.1.9a glob matcher in javascriptINDIRECT2
minimatch • 9.0.9a glob matcher in javascriptINDIRECT2
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
nopt • 7.2.1Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 0.2.1The tiniest and the fastest coloring library everINDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
proto-list • 1.2.4A utility for managing a prototype chainINDIRECT0
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
saxes • 5.0.1An evented streaming XML parser in JavaScriptINDIRECT1
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.8.4The semantic version parser used by npm.DIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
split2 • 3.2.2split a Text Stream into a Line Stream, using Stream 3INDIRECT5
test-exclude • 6.0.0test for inclusion or exclusion of paths using globsINDIRECT12
v8-to-istanbul • 7.1.2convert from v8 coverage format to istanbul's formatINDIRECT3
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
yargs-parser • 10.1.0the mighty option parser used by yargsINDIRECT1
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
BSD-3-Clause21
PackageRelationDependenciesPublished
@sinonjs/commons • 1.8.6Simple functions shared among the sinon end user librariesINDIRECT1
@sinonjs/fake-timers • 6.0.1Fake JavaScript timersINDIRECT2
abab • 2.0.6WHATWG spec-compliant implementations of window.atob and window.btoa.INDIRECT0
babel-plugin-istanbul • 6.1.1A babel plugin that adds istanbul instrumentation to ES6 codeINDIRECT69
highlight.js • 10.7.3Syntax highlighting with language autodetection.INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
istanbul-lib-coverage • 3.2.2Data library for istanbul coverage objectsINDIRECT0
istanbul-lib-instrument • 4.0.3Core istanbul API for JS code coverageINDIRECT41
istanbul-lib-instrument • 5.2.1Core istanbul API for JS code coverageINDIRECT41
istanbul-lib-report • 3.0.1Base reporting library for istanbulINDIRECT5
istanbul-lib-source-maps • 4.0.1Source maps support for istanbulINDIRECT4
istanbul-reports • 3.2.0istanbul reportsINDIRECT7
makeerror • 1.0.12A library to make errors.INDIRECT1
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.5.6Generates and consumes source mapsINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.6Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tmpl • 1.0.5JavaScript micro templates.INDIRECT0
tough-cookie • 4.1.4RFC6265 Cookies and Cookie Jar for node.jsINDIRECT6
Apache-2.017
PackageRelationDependenciesPublished
@cnakazawa/watch • 1.0.4Utilities for watching file trees.INDIRECT2
@hutson/parse-repository-url • 3.0.2Parse repository URLs to extract, SCM platform, domain, user, and project information.INDIRECT0
baseline-browser-mapping • 2.10.35A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
bser • 2.1.1JavaScript implementation of the BSER Binary SerializationINDIRECT1
ejs • 3.1.10Embedded JavaScript templatesINDIRECT7
fb-watchman • 2.0.2Bindings for the Watchman file watching serviceINDIRECT2
filelist • 1.0.6Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
human-signals • 1.1.1Human-friendly process signalsINDIRECT0
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
jake • 10.9.4JavaScript build tool, similar to Make or RakeINDIRECT6
less • 4.6.4Leaner CSSDIRECT16
rxjs • 7.8.2Reactive Extensions for modern JavaScriptINDIRECT1
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
typescript • 4.9.5TypeScript is a language for application scale JavaScript developmentDIRECT0
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
walker • 1.0.8A simple directory tree walker.INDIRECT2
xml-name-validator • 3.0.0Validates whether a string matches the production for an XML name or qualified nameINDIRECT0
BSD-2-Clause16
PackageRelationDependenciesPublished
browser-process-hrtime • 1.0.0Shim for process.hrtime in the browserINDIRECT0
dotenv-expand • 5.1.0Expand environment variables using dotenvINDIRECT0
dotenv • 10.0.0Loads environment variables from .env fileINDIRECT0
entities • 2.1.0Encode & decode XML and HTML entities with easeINDIRECT0
escodegen • 2.1.0ECMAScript code generatorINDIRECT4
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT14
normalize-package-data • 3.0.3Normalizes data that can be found in package.json files.INDIRECT12
nunjucks • 3.2.4A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)INDIRECT3
regjsparser • 0.13.1Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
terser • 5.48.0JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT10
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
webidl-conversions • 5.0.0Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
webidl-conversions • 6.1.0Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
BlueOak-1.0.06
PackageRelationDependenciesPublished
jackspeak • 3.4.3A very strict and proper argument parser.INDIRECT18
minimatch • 10.2.5a glob matcher in javascriptINDIRECT2
minipass • 7.1.3minimal implementation of a PassThrough streamINDIRECT0
package-json-from-dist • 1.0.1Load the local package.json from either src or dist folderINDIRECT0
path-scurry • 1.11.1walk paths fast and efficientlyINDIRECT2
sax • 1.6.0An evented streaming XML parser in JavaScriptINDIRECT0
CC0-1.0 OR MIT4
PackageRelationDependenciesPublished
type-fest • 0.18.1A collection of essential TypeScript typesINDIRECT0
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
type-fest • 0.6.0A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
unknown3
PackageRelationDependenciesPublished
exit • 0.1.2A replacement for process.exit that ensures stdio are fully drained before exiting.INDIRECT0
svg-tags • 1.0.0List of standard SVG tags.INDIRECT0
varstream • 0.3.2Stream variables beetween 2 JavaScript threads (client/server, ipc, worker/main thread).INDIRECT5
Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
non-standard2
PackageRelationDependenciesPublished
gitconfiglocal • 1.0.0parse the .git/config file into a useful data structureINDIRECT1
glob-to-regexp • 0.3.0Convert globs to regular expressionsINDIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001797A smaller version of caniuse-db, with only the essentials!INDIRECT0
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
LGPL-2.0 OR MIT1
PackageRelationDependenciesPublished
xmldom • 0.1.31A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.23A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.3 version:

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