licenses.dev

@linaria/shaker v3.0.0-beta.23

Blazing fast zero-runtime CSS in JS library

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT166
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/code-frame • 8.0.6Generate errors that contain a code frame that point to source locations.INDIRECT2
@babel/compat-data • 7.29.7The compat-data to determine required Babel pluginsINDIRECT0
@babel/compat-data • 8.0.5The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.29.7Babel compiler core.DIRECT38
@babel/generator • 7.29.8Turns an AST into code.INDIRECT9
@babel/generator • 8.0.6Turns an AST into code.DIRECT10
@babel/helper-annotate-as-pure • 8.0.0Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.29.7Helper functions on Babel compilation targetsINDIRECT13
@babel/helper-compilation-targets • 8.0.6Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 8.0.6Compile class public and private fields, private methods and decorators to ES6INDIRECT23
@babel/helper-create-regexp-features-plugin • 8.0.5Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 1.0.0Babel helper to create your own polyfill providerINDIRECT15
@babel/helper-globals • 7.29.7A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-globals • 8.0.6A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 8.0.5Helper function to replace certain member expressions with function callsINDIRECT17
@babel/helper-module-imports • 7.29.7Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-imports • 8.0.0Babel helper functions for inserting module loadsINDIRECT17
@babel/helper-module-transforms • 7.29.7Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-module-transforms • 8.0.6Babel helper functions for implementing ES6 module transformationsINDIRECT18
@babel/helper-optimise-call-expression • 8.0.0Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.29.7General utilities for plugins to useINDIRECT0
@babel/helper-plugin-utils • 8.0.1General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 8.0.1Helper function to remap async functions to generatorsINDIRECT19
@babel/helper-replace-supers • 8.0.1Helper function to replace supersINDIRECT19
@babel/helper-skip-transparent-expression-wrappers • 8.0.0Helper which skips types and parenthesesINDIRECT17
@babel/helper-string-parser • 7.29.7A utility package to parse stringsINDIRECT0
@babel/helper-string-parser • 8.0.6A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-identifier • 8.0.6Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.29.7Validate plugin/preset optionsINDIRECT0
@babel/helper-validator-option • 8.0.0Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 8.0.0Helper to wrap functions inside a function call.INDIRECT17
@babel/helpers • 7.29.7Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.29.9A JavaScript parserINDIRECT3
@babel/parser • 8.0.6A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 8.0.1Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT1
@babel/plugin-bugfix-safari-class-field-initializer-scope • 8.0.1Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 8.0.1Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 8.0.6Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect resultsINDIRECT19
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 8.0.1Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT20
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 8.0.1Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT1
@babel/plugin-proposal-export-namespace-from • 7.18.9Compile export namespace to ES2015INDIRECT2
@babel/plugin-syntax-dynamic-import • 7.8.3Allow parsing of import()INDIRECT1
@babel/plugin-syntax-export-namespace-from • 7.8.3Allow parsing of export namespace fromINDIRECT1
@babel/plugin-transform-arrow-functions • 8.0.1Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 8.0.6Turn async generator functions into ES2015 generatorsINDIRECT21
@babel/plugin-transform-async-to-generator • 8.0.1Turn async functions into ES2015 generatorsINDIRECT22
@babel/plugin-transform-block-scoped-functions • 8.0.1Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 8.0.5Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 8.0.1This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT25
@babel/plugin-transform-class-static-block • 8.0.5Transform class static blocksINDIRECT25
@babel/plugin-transform-classes • 8.0.5Compile ES2015 classes to ES5INDIRECT35
@babel/plugin-transform-computed-properties • 8.0.1Compile ES2015 computed properties to ES5INDIRECT1
@babel/plugin-transform-destructuring • 8.0.5Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 8.0.1Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 8.0.1Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 8.0.1Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 8.0.1Transform import() expressionsINDIRECT1
@babel/plugin-transform-explicit-resource-management • 8.0.5Compile `using` and `await using` declarations to ES2015INDIRECT2
@babel/plugin-transform-exponentiation-operator • 8.0.1Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 8.0.1Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 8.0.1Compile ES2015 for...of to ES5INDIRECT19
@babel/plugin-transform-function-name • 8.0.1Apply ES2015 function.name semantics to all functionsINDIRECT14
@babel/plugin-transform-json-strings • 8.0.1Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 8.0.1Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 8.0.1Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 8.0.1Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 8.0.1This plugin transforms ES2015 modules to AMDINDIRECT20
@babel/plugin-transform-modules-commonjs • 7.29.7This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-modules-commonjs • 8.0.1This plugin transforms ES2015 modules to CommonJSINDIRECT20
@babel/plugin-transform-modules-systemjs • 8.0.1This plugin transforms ES2015 modules to SystemJSINDIRECT20
@babel/plugin-transform-modules-umd • 8.0.1This plugin transforms ES2015 modules to UMDINDIRECT20
@babel/plugin-transform-named-capturing-groups-regex • 8.0.1Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 8.0.1Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 8.0.1Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 8.0.1Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 8.0.1Compile object rest and spread to ES5INDIRECT16
@babel/plugin-transform-object-super • 8.0.1Compile ES2015 object super to ES5INDIRECT21
@babel/plugin-transform-optional-catch-binding • 8.0.1Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 8.0.5Transform optional chaining operators into a series of nil checksINDIRECT19
@babel/plugin-transform-parameters • 8.0.5Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 8.0.1This plugin transforms private class methodsINDIRECT25
@babel/plugin-transform-private-property-in-object • 8.0.5This plugin transforms checks for a private property in an objectINDIRECT25
@babel/plugin-transform-property-literals • 8.0.1Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 8.0.6Explode async and generator functions into a state machine.INDIRECT1
@babel/plugin-transform-regexp-modifiers • 8.0.1Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 8.0.1Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-runtime • 8.0.6Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsDIRECT19
@babel/plugin-transform-shorthand-properties • 8.0.1Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 8.0.5Compile ES2015 spread to ES5INDIRECT19
@babel/plugin-transform-sticky-regex • 8.0.1Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 8.0.1Compile ES2015 template literals to ES5DIRECT1
@babel/plugin-transform-typeof-symbol • 8.0.1This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 8.0.1Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 8.0.1Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 8.0.1Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 8.0.1Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 8.0.6A Babel preset for each environment.DIRECT114
@babel/preset-modules • 0.2.0A Babel preset that targets modern browsers by fixing engine bugs.INDIRECT20
@babel/template • 7.29.7Generate an AST from a string template.INDIRECT7
@babel/template • 8.0.0Generate an AST from a string template.INDIRECT6
@babel/traverse • 7.29.8The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/traverse • 8.0.6The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT16
@babel/types • 7.29.8Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@babel/types • 8.0.6Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.3.13Generate source mapsINDIRECT3
@jridgewell/gen-mapping • 0.4.0-beta.0Generate 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/sourcemap-codec • 1.6.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
@linaria/babel-preset • 3.0.0-beta.24Blazing fast zero-runtime CSS in JS libraryDIRECT77
@linaria/core • 3.0.0-beta.22Blazing fast zero-runtime CSS in JS libraryINDIRECT5
@linaria/logger • 3.0.0-beta.20Blazing fast zero-runtime CSS in JS libraryDIRECT3
@linaria/preeval • 3.0.0-beta.23Blazing fast zero-runtime CSS in JS libraryDIRECT78
@linaria/utils • 3.0.0-beta.20Blazing fast zero-runtime CSS in JS libraryINDIRECT0
@types/jsesc • 2.5.1TypeScript definitions for jsescINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
babel-plugin-polyfill-corejs3 • 1.0.0A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT17
babel-plugin-transform-react-remove-prop-types • 0.4.24Remove unnecessary React propTypes from the production buildDIRECT0
browserslist • 4.29.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
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
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.50.0core-js compatINDIRECT8
cosmiconfig • 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT14
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
flru • 1.0.2A tiny (215B) and fast Least Recently Used (LRU) cacheINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
import-fresh • 2.0.0Import a module while bypassing the cacheINDIRECT4
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
js-tokens • 10.0.0Tiny JavaScript tokenizer.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.15.2YAML 1.2 parser and serializerINDIRECT3
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
json5 • 2.2.3JSON for HumansINDIRECT0
locate-path • 6.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
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-releases • 2.0.56Node.js releases dataINDIRECT0
obug • 2.2.1A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.INDIRECT0
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
path-exists • 4.0.0Check if a path existsINDIRECT0
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
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
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
stylis • 3.5.4light - weight css preprocessorINDIRECT0
ts-invariant • 0.10.3TypeScript implementation of invariant(condition, message)DIRECT1
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
update-browserslist-db • 1.3.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
verkit • 0.3.2Fast, zero-dependency SemVer for ESM and TypeScript, with functional, tree-shakeable APIs.INDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC5
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.433Provides a list of electron-to-chromium version mappingsINDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause3
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.13.3Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map • 0.7.6Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
baseline-browser-mapping • 2.11.25A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001810A 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/%40linaria%2Fshaker)](https://licenses.dev/npm/%40linaria%2Fshaker)
<a href="https://licenses.dev/npm/%40linaria%2Fshaker">
  <img src="https://licenses.dev/b/npm/%40linaria%2Fshaker" alt="licenses" />
</a>

Or the licenses badge code for the 3.0.0-beta.23 version:

[![licenses](https://licenses.dev/b/npm/%40linaria%2Fshaker/3.0.0-beta.23)](https://licenses.dev/npm/%40linaria%2Fshaker/3.0.0-beta.23)
<a href="https://licenses.dev/npm/%40linaria%2Fshaker/3.0.0-beta.23">
  <img src="https://licenses.dev/b/npm/%40linaria%2Fshaker/3.0.0-beta.23" alt="licenses" />
</a>
GitHub