licenses.dev

pharmasoft-core-vue v1.0.13

## Project setup ``` npm install ```

Published on

Licenses

Learn more about license information.

Package Licenses

unknown

Dependency Licenses

MIT102
PackageRelationDependenciesPublished
@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/runtime • 7.28.2babel's modular runtime helpersINDIRECT0
@babel/types • 7.28.2Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@isaacs/balanced-match • 4.0.1Match balanced character pairs, like "{" and "}"INDIRECT0
@isaacs/brace-expansion • 5.0.0Brace expansion as known from sh/bashINDIRECT1
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@types/fs-extra • 8.1.5TypeScript definitions for fs-extraINDIRECT2
@types/glob • 7.2.0TypeScript definitions for GlobINDIRECT6
@types/minimatch • 6.0.0Stub TypeScript definitions entry for minimatch, which provides its own types definitionsINDIRECT3
@types/node • 24.1.0TypeScript definitions for nodeINDIRECT1
@vue/compiler-sfc • 2.7.16compiler-sfc for Vue 2INDIRECT10
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.12Brace expansion as known from sh/bashINDIRECT2
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
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colorette • 1.4.0Easily set the text color and style in the terminal.INDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-js • 3.44.0Standard libraryDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
devextreme-vue • 21.2.4DevExtreme Vue UI and Visualization ComponentsDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
es6-object-assign • 1.1.0ECMAScript 2015 (ES6) Object.assign polyfill and ponyfillINDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
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
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
globby • 10.0.1Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT41
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
immediate • 3.0.6A cross browser microtask libraryINDIRECT0
inferno-clone-vnode • 7.4.11provides helper function to clone Inferno's vNodesINDIRECT4
inferno-compat • 7.4.11Provides a compatibility with React codebasesINDIRECT8
inferno-create-class • 7.4.11Provides a helper to create Inferno Components without needing ES2015INDIRECT4
inferno-create-element • 7.4.11Provides methods to create Inferno VNodesINDIRECT4
inferno-extras • 7.4.11Collection of utilities for InfernoJSINDIRECT4
inferno-hydrate • 7.4.11Hydrate plugin to inferno. This package can be used to reuse server side rendered htmlINDIRECT4
inferno-shared • 7.4.11Helpers functions for InfernoINDIRECT0
inferno-vnode-flags • 7.4.11Provides an enum of all possible VNode Flags used when calling Inferno.createVNodeINDIRECT0
inferno • 7.4.11An extremely fast, React-like JavaScript library for building modern user interfacesINDIRECT3
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-plain-object • 3.0.1Returns true if an object was created by the `Object` constructor.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
lie • 3.3.0A basic but performant promise implementationINDIRECT1
lodash-es • 4.17.21Lodash exported as ES modules.DIRECT0
lodash.clonedeep • 4.5.0The lodash method `_.cloneDeep` exported as a module.INDIRECT0
lodash.isequal • 4.5.0The Lodash method `_.isEqual` exported as a module.INDIRECT0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.INDIRECT0
luxon • 1.28.1Immutable date wrapperINDIRECT0
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.11A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
opencollective-postinstall • 2.0.3Lightweight npm postinstall message to invite people to donate to your collectiveINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
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
postcss • 8.5.6Tool for transforming styles with JS pluginsINDIRECT3
prettier • 2.8.8Prettier is an opinionated code formatterINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
quill-delta • 4.2.2Format for representing rich text documents and changes.INDIRECT3
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
rollup-plugin-copy • 3.5.0Copy files and folders using RollupDIRECT49
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
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
turndown • 7.0.0A library that converts HTML to MarkdownINDIRECT1
undici-types • 7.8.0A stand-alone types package for UndiciINDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vue-class-component • 6.3.2ES201X/TypeScript class decorator for Vue componentsINDIRECT0
vue-class-component • 7.2.6ES201X/TypeScript class decorator for Vue componentsDIRECT0
vue-error-boundary • 1.0.3A reusable error boundary component for catching JavaScript errors and displaying fallback UIs.DIRECT0
vue-property-decorator • 6.1.0property decorators for Vue ComponentINDIRECT2
vue-property-decorator • 9.1.2property decorators for Vue ComponentDIRECT0
vue-router • 3.6.5Official router for Vue.js 2DIRECT0
vue • 2.7.16Reactive, component-oriented view layer for modern web interfaces.DIRECT12
vuelidate-property-decorators • 1.0.28A thin wrapper of vuelidate library to simplify its usage with vue-class-component.DIRECT2
vuelidate • 0.7.7Simple, lightweight model-based validation for Vue.jsDIRECT0
vuex • 3.6.2state management for Vue.jsDIRECT0
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 17.7.2yargs the modern, pirate-themed, successor to optimist.INDIRECT15
ISC17
PackageRelationDependenciesPublished
cliui • 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
fastq • 1.19.1Fast, in memory work queueINDIRECT1
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 • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimatch • 10.0.3a glob matcher in javascriptINDIRECT2
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
vue-loading-template • 1.3.2vue-loadingDIRECT16
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 21.1.1the mighty option parser used by yargsINDIRECT0
non-standard6
PackageRelationDependenciesPublished
@devexpress/utils • 1.3.13DevExpress utilsINDIRECT1
@devexpress/utils • 1.3.2DevExpress utilsINDIRECT1
@devextreme/runtime • 2.3.13DevExtreme virtual DOM common componentsINDIRECT10
devexpress-diagram • 2.1.40DevExpress Diagram ControlINDIRECT3
devexpress-gantt • 4.0.0DevExpress Gantt ControlINDIRECT3
devextreme • 21.2.4HTML5 JavaScript Component Suite for Responsive Web DevelopmentDIRECT63
BSD-3-Clause6
PackageRelationDependenciesPublished
devextreme-quill • 1.5.20Core of the DevExtreme HtmlEditorINDIRECT8
devextreme-showdown • 1.0.1A Markdown to HTML converter written in JavascriptINDIRECT16
parchment • 2.0.0-dev.2A document model for rich text editorsINDIRECT0
rrule • 2.6.6JavaScript library for working with recurrence rules for calendar dates.INDIRECT2
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
@mdi/js • 6.9.96Dist for Material Design Icons for JS/TypeScriptDIRECT0
fast-diff • 1.2.0Fast Javascript text diffINDIRECT0
reflect-metadata • 0.1.14Polyfill for Metadata Reflection APIDIRECT0
0BSD3
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.0.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.3.1Runtime library for TypeScript helper functionsINDIRECT0
GPL-3.0-or-later OR MIT1
PackageRelationDependenciesPublished
jszip • 3.10.1Create, read and edit .zip files with JavaScript http://stuartk.com/jszipINDIRECT12
BSD-2-Clause1
PackageRelationDependenciesPublished
domino • 2.1.6Server-side DOM implementation based on Mozilla's dom.jsINDIRECT0
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.13 version:

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