licenses.dev

private-library-chetan v1.0.3

Creating reusable component

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT153
PackageRelationDependenciesPublished
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@parcel/watcher-android-arm64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-darwin-arm64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-darwin-x64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-freebsd-x64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm-glibc • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm-musl • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm64-glibc • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm64-musl • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-x64-glibc • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-x64-musl • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-arm64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-ia32 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-x64 • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher • 2.5.0A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT23
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
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.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
caniuse-api • 3.0.0request the caniuse data to check browsers compatibilitiesINDIRECT9
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chokidar • 4.0.3Minimal and efficient cross-platform file watching libraryINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colord • 2.9.3👑 A tiny yet powerful tool for high-performance color manipulations and conversionsINDIRECT0
commander • 7.2.0the complete solution for node.js command-line programsINDIRECT0
css-tree • 1.1.3A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementationsINDIRECT2
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
cssnano-preset-default • 5.2.14Safe defaults for cssnano which require minimal configuration.INDIRECT63
cssnano-utils • 3.1.0Utility methods and plugin for cssnano projectsINDIRECT0
cssnano • 5.1.15A modular minifier, built on top of the PostCSS ecosystem.INDIRECT66
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
dom-helpers • 5.2.1tiny modular DOM lib for ie9+INDIRECT3
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
estree-walker • 0.6.1Traverse an ESTree-compliant ASTINDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
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
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generic-names • 4.0.0Helper for building generic names, similar to webpackINDIRECT1
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
html-parse-stringify • 3.0.1Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.INDIRECT1
i18next • 23.16.8i18next internationalization frameworkDIRECT2
immutable • 5.0.3Immutable Data CollectionsINDIRECT0
import-cwd • 3.0.0Import a module like with `require()` but from the current working directoryINDIRECT2
import-from • 3.0.0Import a module like with `require()` but from a given pathINDIRECT1
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsonwebtoken • 9.0.2JSON Web Token implementation (symmetric and asymmetric)INDIRECT14
jwa • 1.4.1JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.2Implementation of JSON Web SignaturesINDIRECT4
lilconfig • 2.1.0A zero-dependency alternative to cosmiconfigINDIRECT0
loader-utils • 3.3.1utils for webpack loadersINDIRECT0
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module.INDIRECT0
lodash.includes • 4.3.0The lodash method `_.includes` exported as a module.INDIRECT0
lodash.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module.INDIRECT0
lodash.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
moment • 2.30.1Parse, validate, manipulate, and display datesDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.3.8A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
node-addon-api • 7.1.1Node.js API (Node-API)INDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
normalize-url • 6.1.0Normalize a URLINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
orderedmap • 2.1.1Persistent ordered mapping from stringsINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-queue • 6.6.2Promise queue with concurrency controlINDIRECT3
p-timeout • 3.2.0Timeout a promise after a specified amount of timeINDIRECT1
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
pify • 5.0.0Promisify a callback-style functionINDIRECT0
postcss-calc • 8.2.4PostCSS plugin to reduce calc()INDIRECT4
postcss-colormin • 5.3.1Minify colors in your CSS files with PostCSS.INDIRECT12
postcss-convert-values • 5.1.3Convert values with PostCSS (e.g. ms -> s)INDIRECT8
postcss-discard-comments • 5.1.2Discard comments in your CSS files with PostCSS.INDIRECT0
postcss-discard-duplicates • 5.1.0Discard duplicate rules in your CSS files with PostCSS.INDIRECT0
postcss-discard-empty • 5.1.1Discard empty rules and values with PostCSS.INDIRECT0
postcss-discard-overridden • 5.1.0PostCSS plugin to discard overridden @keyframes or @counter-style.INDIRECT0
postcss-load-config • 3.1.4Autoload Config for PostCSSINDIRECT2
postcss-merge-longhand • 5.1.7Merge longhand properties into shorthand with PostCSS.INDIRECT12
postcss-merge-rules • 5.1.4Merge CSS rules with PostCSS.INDIRECT14
postcss-minify-font-values • 5.1.0Minify font declarations with PostCSSINDIRECT1
postcss-minify-gradients • 5.1.1Minify gradient parameters with PostCSS.INDIRECT3
postcss-minify-params • 5.1.4Minify at-rule params with PostCSSINDIRECT9
postcss-minify-selectors • 5.2.1Minify selectors with PostCSS.INDIRECT3
postcss-modules-local-by-default • 4.2.0A CSS Modules transform to make local scope the defaultINDIRECT5
postcss-modules • 4.3.1PostCSS plugin to use CSS Modules everywhereINDIRECT14
postcss-normalize-charset • 5.1.0Add necessary or remove extra charset with PostCSSINDIRECT0
postcss-normalize-display-values • 5.1.0Normalize multiple value display syntaxes into single values.INDIRECT1
postcss-normalize-positions • 5.1.1Normalize keyword values for position into length values.INDIRECT1
postcss-normalize-repeat-style • 5.1.1Convert two value syntax for repeat-style into one value.INDIRECT1
postcss-normalize-string • 5.1.0Normalize wrapping quotes for CSS string literals.INDIRECT1
postcss-normalize-timing-functions • 5.1.0Normalize CSS animation/transition timing functions.INDIRECT1
postcss-normalize-unicode • 5.1.1Normalize unicode-range descriptors, and can convert to wildcard ranges.INDIRECT8
postcss-normalize-url • 5.1.0Normalize URLs with PostCSSINDIRECT2
postcss-normalize-whitespace • 5.1.1Trim whitespace inside and around CSS rules & declarations.INDIRECT1
postcss-ordered-values • 5.1.3Ensure values are ordered consistently in your CSS.INDIRECT2
postcss-reduce-initial • 5.1.2Reduce initial definitions to the actual initial value, where possible.INDIRECT10
postcss-reduce-transforms • 5.1.0Reduce transform functions with PostCSS.INDIRECT1
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-selector-parser • 7.0.0> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-svgo • 5.1.0Optimise inline SVG with PostCSS.INDIRECT19
postcss-unique-selectors • 5.1.1Ensure CSS selectors are unique.INDIRECT3
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 8.5.1Tool for transforming styles with JS pluginsDIRECT3
promise.series • 0.2.0Run Promise in series.INDIRECT0
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
prosemirror-commands • 1.5.2Editing commands for ProseMirrorINDIRECT5
prosemirror-dropcursor • 1.8.1Drop cursor plugin for ProseMirrorINDIRECT5
prosemirror-gapcursor • 1.3.2ProseMirror plugin for cursors at normally impossible-to-reach positionsINDIRECT7
prosemirror-history • 1.3.2Undo history for ProseMirrorINDIRECT6
prosemirror-inputrules • 1.2.1Automatic transforms on text input for ProseMirrorINDIRECT5
prosemirror-keymap • 1.2.2Keymap plugin for ProseMirrorINDIRECT6
prosemirror-model • 1.19.3ProseMirror's document modelINDIRECT1
prosemirror-schema-list • 1.3.0List-related schema elements and commands for ProseMirrorINDIRECT5
prosemirror-state • 1.4.3ProseMirror editor stateINDIRECT4
prosemirror-tables • 1.3.4ProseMirror's rowspan/colspan tables componentINDIRECT7
prosemirror-transform • 1.7.5ProseMirror document transformationsINDIRECT2
prosemirror-view • 1.31.8ProseMirror's view componentINDIRECT4
react-i18next • 13.5.0Internationalization for react done right. Using the i18next i18n ecosystem.DIRECT4
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
readdirp • 4.1.1Recursive version of fs.readdir with small RAM & CPU footprint.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
rollup-plugin-postcss • 4.0.2Seamless integration between Rollup and PostCSSDIRECT106
rollup-pluginutils • 2.8.2Functionality commonly needed by Rollup pluginsINDIRECT1
rope-sequence • 1.3.4Rope-based persistent sequence typeINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
sass • 1.83.4A pure JavaScript implementation of Sass.DIRECT28
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
style-inject • 0.3.0Inject style tag to document head.INDIRECT0
stylehacks • 5.1.1Detect/remove browser hacks from CSS files.INDIRECT10
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
svgo • 2.8.0Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT17
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
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
void-elements • 3.1.0Array of "void elements" defined by the HTML specification.INDIRECT0
w3c-keyname • 2.2.8Get a KeyboardEvent.key-style string from an eventINDIRECT0
non-standard20
PackageRelationDependenciesPublished
@progress/kendo-common • 1.0.2Kendo UI TypeScript package for common functionsINDIRECT1
@progress/kendo-draggable-common • 0.2.3Kendo UI TypeScript package starter templateINDIRECT1
@progress/kendo-drawing • 1.21.2Kendo UI DrawingDIRECT3
@progress/kendo-editor-common • 1.10.3Kendo UI TypeScript package exporting functions for Editor componentINDIRECT16
@progress/kendo-inputs-common • 3.1.1Kendo UI Inputs common packageINDIRECT1
@progress/kendo-licensing • 1.3.5Kendo UI License ManagerDIRECT15
@progress/kendo-react-animation • 6.1.1React Animation component assists with animating HTML elements. KendoReact Animation packageINDIRECT13
@progress/kendo-react-buttons • 6.1.1All you need in React Button in one package: disabled/enabled states, built-in styles and more. KendoReact Buttons packageDIRECT10
@progress/kendo-react-common • 6.1.1React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities packageINDIRECT7
@progress/kendo-react-dialogs • 6.1.1React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs packageDIRECT8
@progress/kendo-react-dropdowns • 6.1.1React DropDowns offer an interface for users to select different items from a list and more. KendoReact Dropdowns packageDIRECT23
@progress/kendo-react-editor • 6.1.1React Editor enables users to create rich text content through a WYSIWYG interface. KendoReact Editor packageDIRECT25
@progress/kendo-react-inputs • 6.1.1React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input packageDIRECT15
@progress/kendo-react-intl • 6.1.1React Internationalization package provides services for parsing and formatting of dates and numbers. KendoReact Internationalization packageDIRECT6
@progress/kendo-react-labels • 6.1.1React Labels package provides components for labelling form editors. KendoReact Labels packageINDIRECT8
@progress/kendo-react-layout • 6.1.1React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout packageDIRECT16
@progress/kendo-react-pdf • 6.1.1React PDF Processing enables you to export single- and multi-page content in PDF. KendoReact PDF Processing packageDIRECT1
@progress/kendo-react-popup • 6.1.1React Popup positions a piece of content next to a specific anchor component. KendoReact Popup packageDIRECT9
@progress/kendo-react-progressbars • 6.1.1React ProgressBars offer a customizable interface for users to track and display the progress of a task. KendoReact ProgressBars packageDIRECT8
@progress/pako-esm • 1.0.1Pako fork with bundler-friendly packagingINDIRECT0
ISC14
PackageRelationDependenciesPublished
@trysound/sax • 0.2.0An evented streaming XML parser in JavaScriptINDIRECT0
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
concat-with-sourcemaps • 1.1.0Concatenate file contents with a custom separator and generate a source mapINDIRECT1
css-declaration-sorter • 6.4.1Sorts CSS declarations fast and automatically in a certain order.INDIRECT0
electron-to-chromium • 1.5.80Provides a list of electron-to-chromium version mappingsINDIRECT0
icss-replace-symbols • 1.1.0Replacing symbols during the linking phase of ICSSINDIRECT0
icss-utils • 5.1.0ICSS utils for postcss astINDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
postcss-modules-extract-imports • 3.1.0A CSS Modules transform to extract local aliases for inline importsINDIRECT0
postcss-modules-scope • 3.2.1A CSS Modules transform to extract export statements from local-scope classesINDIRECT3
postcss-modules-values • 4.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module filesINDIRECT1
safe-identifier • 0.4.2Sanitize strings for use as JavaScript identifiers & property namesINDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
BSD-2-Clause7
PackageRelationDependenciesPublished
css-select • 4.3.0a CSS selector compiler/engineINDIRECT8
css-what • 6.1.0a CSS selector parserINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
Apache-2.06
PackageRelationDependenciesPublished
@progress/kendo-file-saver • 1.1.2Kendo UI File Saving HelperINDIRECT0
@progress/kendo-intl • 3.1.2A package exporting functions for date and number parsing and formattingINDIRECT0
@progress/kendo-popup-common • 1.9.2Kendo UI Popup common packageINDIRECT0
@progress/kendo-svg-icons • 2.3.0This package contains the Kendo UI SVG icons definitions and metadata.DIRECT0
detect-libc • 1.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
BSD-3-Clause4
PackageRelationDependenciesPublished
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
react-transition-group • 4.4.2A react component toolset for managing animationsINDIRECT9
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
CC0-1.02
PackageRelationDependenciesPublished
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
string-hash • 1.1.3fast string hashing functionINDIRECT0
0BSD2
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.3 version:

[![licenses](https://licenses.dev/b/npm/private-library-chetan/1.0.3)](https://licenses.dev/npm/private-library-chetan/1.0.3)
<a href="https://licenses.dev/npm/private-library-chetan/1.0.3">
  <img src="https://licenses.dev/b/npm/private-library-chetan/1.0.3" alt="licenses" />
</a>
GitHub