licenses.dev

vue-service-bay v0.2.2

Your One-Stop Solution for Vue.js Refactoring

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT70
PackageRelationDependenciesPublished
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/types • 7.23.0Babel Types is a Lodash-esque utility library for AST nodesDIRECT3
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
assert • 2.1.0The assert module from Node.js, for the browser.INDIRECT35
ast-types • 0.16.1Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT1
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
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
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dom-serializer • 2.0.0render domhandler DOM nodes to a stringDIRECT3
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
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.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
for-each • 0.3.3A better forEachINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
globby • 13.2.2User-friendly glob matchingDIRECT22
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
htmlparser2 • 9.0.0Fast & forgiving HTML/XML parserDIRECT5
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-generator-function • 1.1.0Determine if a function is a native generator function.INDIRECT16
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-nan • 1.3.2ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.INDIRECT18
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-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
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.INDIRECT23
magic-string • 0.30.5Modify strings, generate sourcemapsDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
nanoid • 3.3.8A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT19
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
picomatch • 2.3.1Blazing 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
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
postcss-scss • 4.0.9SCSS parser for PostCSSDIRECT0
postcss • 8.4.31Tool for transforming styles with JS pluginsDIRECT3
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
recast • 0.23.4JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorDIRECT40
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
slash • 4.0.0Convert Windows backslash paths to slash pathsINDIRECT0
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
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
util • 0.12.5Node.js's util module for all enginesINDIRECT29
which-typed-array • 1.1.18Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
zimmerframe • 1.0.0A tool for walking ASTsDIRECT0
BSD-2-Clause5
PackageRelationDependenciesPublished
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 5.0.3Handler for htmlparser2 that turns pages into a domDIRECT1
domutils • 3.2.2Utilities for working with htmlparser2's domINDIRECT4
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
ISC4
PackageRelationDependenciesPublished
fastq • 1.18.0Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.2 version:

[![licenses](https://licenses.dev/b/npm/vue-service-bay/0.2.2)](https://licenses.dev/npm/vue-service-bay/0.2.2)
<a href="https://licenses.dev/npm/vue-service-bay/0.2.2">
  <img src="https://licenses.dev/b/npm/vue-service-bay/0.2.2" alt="licenses" />
</a>
GitHub