style-to-object
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = StyleToObject; | ||
var inline_style_parser_1 = __importDefault(require("inline-style-parser")); | ||
@@ -44,3 +45,2 @@ /** | ||
} | ||
exports.default = StyleToObject; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "style-to-object", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Parse CSS inline style to JavaScript object.", | ||
@@ -18,3 +18,3 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"clean": "rm -rf cjs coverage dist", | ||
"lint": "eslint --ignore-path .gitignore .", | ||
"lint": "eslint .", | ||
"lint:fix": "npm run lint -- --fix", | ||
@@ -49,5 +49,8 @@ "lint:tsc": "tsc --noEmit", | ||
"devDependencies": { | ||
"@commitlint/cli": "19.2.1", | ||
"@commitlint/config-conventional": "19.1.0", | ||
"@rollup/plugin-commonjs": "25.0.7", | ||
"@commitlint/cli": "19.4.1", | ||
"@commitlint/config-conventional": "19.4.1", | ||
"@eslint/compat": "1.1.1", | ||
"@eslint/eslintrc": "3.1.0", | ||
"@eslint/js": "9.9.1", | ||
"@rollup/plugin-commonjs": "26.0.1", | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
@@ -57,14 +60,16 @@ "@rollup/plugin-terser": "0.4.4", | ||
"@types/jest": "29.5.12", | ||
"@typescript-eslint/eslint-plugin": "7.4.0", | ||
"@typescript-eslint/parser": "7.4.0", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"husky": "9.0.11", | ||
"@typescript-eslint/eslint-plugin": "8.3.0", | ||
"@typescript-eslint/parser": "8.3.0", | ||
"eslint": "9.9.1", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint-plugin-simple-import-sort": "12.1.1", | ||
"globals": "15.9.0", | ||
"husky": "9.1.5", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.2", | ||
"lint-staged": "15.2.9", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.2.5", | ||
"rollup": "4.13.0", | ||
"ts-jest": "29.1.2", | ||
"typescript": "5.4.3" | ||
"prettier": "3.3.3", | ||
"rollup": "4.21.1", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.5.4" | ||
}, | ||
@@ -71,0 +76,0 @@ "files": [ |
@@ -0,3 +1,3 @@ | ||
import type { Declaration } from 'inline-style-parser'; | ||
import parse from 'inline-style-parser'; | ||
import type { Declaration } from 'inline-style-parser'; | ||
@@ -4,0 +4,0 @@ export { Declaration }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
42204
24