@dr.pogodin/postcss-modules-parser
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -22,3 +22,3 @@ "use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -25,0 +25,0 @@ var importRegexp = /^:import\((.+)\)$/; |
{ | ||
"name": "@dr.pogodin/postcss-modules-parser", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "A CSS Modules parser to extract tokens from the css file", | ||
@@ -33,8 +33,8 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.15.7", | ||
"@babel/core": "^7.15.8", | ||
"@babel/preset-env": "^7.15.8", | ||
"@babel/register": "^7.15.3", | ||
"mocha": "^9.1.2", | ||
"postcss": "^8.3.9" | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.5", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/register": "^7.17.0", | ||
"mocha": "^9.2.1", | ||
"postcss": "^8.4.6" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
@@ -1,3 +0,5 @@ | ||
_A fork of [`postcss-icss` Git repository](https://github.com/css-modules/postcss-icss), updated to use the latest dependency versions. The Git repo hosts codebases of both **postcss-modules-parser** (older), and **postcss-icss** (newer) NPM packages. The present fork updates and releases **postcss-modules-parser** only._ | ||
# PostCSS Modules Parser | ||
_A fork of [`postcss-icss` Git repository](https://github.com/css-modules/postcss-icss), updated to use the latest dependency versions. The Git repo hosts codebases of both [postcss-modules-parser] (older), and **postcss-icss** (newer) NPM packages. The present fork updates and releases [postcss-modules-parser] only._ | ||
A CSS Modules parser to extract tokens from the css file. Provides opportunity to process multiple files. Supports both synchronous and asynchronous file loaders. | ||
@@ -28,1 +30,4 @@ | ||
- synchronous loader: [test/helper/sync-loader.js](https://github.com/css-modules/postcss-modules-parser/blob/master/test/helper/sync-loader.js) | ||
<!-- Links --> | ||
[postcss-modules-parser]: https://www.npmjs.com/package/@dr.pogodin/postcss-modules-parser |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8108
33