licenses.dev

vue-ask v1.0.2

![Logo](https://i.imgur.com/9DNMBWf.png)

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT66
PackageRelationDependenciesPublished
@babel/code-frame • 7.27.1Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/helper-string-parser • 7.27.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.27.1Validate identifier/keywords nameINDIRECT0
@babel/parser • 7.28.0A JavaScript parserINDIRECT3
@babel/types • 7.28.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.3.12Generate source mapsINDIRECT3
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/source-map • 0.3.10Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT4
@jridgewell/sourcemap-codec • 1.5.4Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.29Trace the original position through a source mapINDIRECT2
@rollup/plugin-commonjs • 21.1.0Convert CommonJS modules to ES2015DIRECT26
@rollup/pluginutils • 3.1.0A set of utility functions commonly used by Rollup pluginsINDIRECT3
@types/estree • 0.0.39TypeScript definitions for ESTree AST specificationINDIRECT0
@types/node • 24.0.10TypeScript definitions for nodeINDIRECT1
@vue/compiler-core • 3.5.17@vue/compiler-coreINDIRECT8
@vue/compiler-dom • 3.5.17@vue/compiler-domINDIRECT9
@vue/compiler-sfc • 3.5.17@vue/compiler-sfcINDIRECT16
@vue/compiler-ssr • 3.5.17@vue/compiler-ssrINDIRECT10
@vue/reactivity • 3.5.17@vue/reactivityINDIRECT1
@vue/runtime-core • 3.5.17@vue/runtime-coreINDIRECT2
@vue/runtime-dom • 3.5.17@vue/runtime-domINDIRECT4
@vue/server-renderer • 3.5.17@vue/server-rendererINDIRECT11
@vue/shared • 3.5.17internal utils shared across @vue packagesINDIRECT0
acorn • 8.15.0ECMAScript parserINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.12Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
debug • 4.4.1Lightweight debugging utility for Node.js and the browserINDIRECT1
estree-walker • 0.6.1Traverse an ESTree-compliant ASTINDIRECT0
estree-walker • 1.0.1Traverse an ESTree-compliant ASTINDIRECT0
estree-walker • 2.0.2Traverse an ESTree-compliant ASTINDIRECT0
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hash-sum • 2.0.0Blazing fast unique hash generatorINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-reference • 1.2.1Determine whether an AST node is a referenceINDIRECT1
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
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
magic-string • 0.25.9Modify strings, generate sourcemapsINDIRECT1
magic-string • 0.30.17Modify strings, generate sourcemapsINDIRECT1
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.3.11A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
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
postcss • 8.5.6Tool for transforming styles with JS pluginsINDIRECT3
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
rollup-plugin-terser • 7.0.2Rollup plugin to minify generated es bundleDIRECT24
rollup-plugin-vue • 6.0.0> Roll Vue 3 SFCs with Rollup.DIRECT5
rollup-pluginutils • 2.8.2Functionality commonly needed by Rollup pluginsINDIRECT1
rollup • 2.79.2Next-generation ES module bundlerDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
undici-types • 7.8.0A stand-alone types package for UndiciINDIRECT0
vue • 3.5.17The progressive JavaScript framework for building modern web UI.DIRECT22
ISC8
PackageRelationDependenciesPublished
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause3
PackageRelationDependenciesPublished
serialize-javascript • 4.0.0Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
terser • 5.43.1JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT10
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.2 version:

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