licenses.dev

less-plugin-css-modules v0.0.2

A less plugin for css modules

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT57
PackageRelationDependenciesPublished
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
big.js • 3.2.0A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
camelcase • 3.0.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
css-selector-tokenizer • 0.6.0Parses and stringifies CSS selectorsINDIRECT7
cssesc • 0.1.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
emojis-list • 2.1.0Complete list of standard emojis.INDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
fastparse • 1.1.2A very simple and stupid parser, based on a statemachine and regular expressions.INDIRECT0
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generic-names • 1.0.2Helper for building generic names, similar to webpackDIRECT5
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-flag • 1.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
json5 • 0.5.1JSON for the ES5 era.INDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
loader-utils • 0.2.17utils for webpack loadersINDIRECT4
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
path-exists • 2.1.0Check if a path existsINDIRECT2
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
postcss-modules-local-by-default • 1.1.1A CSS Modules transform to make local scope the defaultDIRECT20
postcss • 5.2.10Tool for transforming styles with JS pluginsDIRECT11
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT28
read-pkg • 1.1.0Read a package.json fileINDIRECT25
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regexpu-core • 1.0.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT4
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s ASTINDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 3.2.3Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 6.6.0yargs the modern, pirate-themed, successor to optimist.DIRECT49
ISC11
PackageRelationDependenciesPublished
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
get-caller-file • 1.0.3[![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
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
postcss-modules-scope • 1.0.2A CSS Modules transform to extract export statements from local-scope classesDIRECT20
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
which-module • 1.0.0Find the module object for something that was require()dINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 4.2.1the mighty option parser used by yargsINDIRECT1
BSD-3-Clause2
PackageRelationDependenciesPublished
js-base64 • 2.6.4Yet another Base64 transcoder in pure-JSINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
BSD-2-Clause1
PackageRelationDependenciesPublished
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
non-standard1
PackageRelationDependenciesPublished
regjsparser • 0.1.5Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.20A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/less-plugin-css-modules)](https://licenses.dev/npm/less-plugin-css-modules)
<a href="https://licenses.dev/npm/less-plugin-css-modules">
  <img src="https://licenses.dev/b/npm/less-plugin-css-modules" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.2 version:

[![licenses](https://licenses.dev/b/npm/less-plugin-css-modules/0.0.2)](https://licenses.dev/npm/less-plugin-css-modules/0.0.2)
<a href="https://licenses.dev/npm/less-plugin-css-modules/0.0.2">
  <img src="https://licenses.dev/b/npm/less-plugin-css-modules/0.0.2" alt="licenses" />
</a>
GitHub