{
  "_from": "style-to-js@1.1.3",
  "_id": "style-to-js@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-zKI5gN/zb7LS/Vm0eUwjmjrXWw8IMtyA8aPBJZdYiQTXj4+wQ3IucOLIOnF7zCHxvW8UhIGh/uZh/t9zEHXNTQ==",
  "_location": "/style-to-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "style-to-js@1.1.3",
    "name": "style-to-js",
    "escapedName": "style-to-js",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/html-react-parser"
  ],
  "_resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.3.tgz",
  "_shasum": "2012d75dc89bf400edc29c545ed61c8626b00184",
  "_spec": "style-to-js@1.1.3",
  "_where": "/var/www/justnowapp/node_modules/html-react-parser",
  "author": {
    "name": "Mark",
    "email": "mark@remarkablemark.org"
  },
  "bugs": {
    "url": "https://github.com/remarkablemark/style-to-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "style-to-object": "0.4.1"
  },
  "deprecated": false,
  "description": "Parses CSS inline style to JavaScript object (camelCased).",
  "devDependencies": {
    "@commitlint/cli": "17.4.2",
    "@commitlint/config-conventional": "17.4.2",
    "@rollup/plugin-commonjs": "24.0.0",
    "@rollup/plugin-node-resolve": "15.0.1",
    "@rollup/plugin-typescript": "11.0.0",
    "@types/jest": "29.2.5",
    "@typescript-eslint/eslint-plugin": "5.48.1",
    "@typescript-eslint/parser": "5.48.1",
    "eslint": "8.32.0",
    "eslint-plugin-prettier": "4.2.1",
    "husky": "8.0.3",
    "jest": "29.3.1",
    "lint-staged": "13.1.0",
    "pinst": "3.0.0",
    "prettier": "2.8.3",
    "rollup": "2.79.1",
    "rollup-plugin-terser": "7.0.2",
    "ts-jest": "29.0.5",
    "typescript": "4.9.4"
  },
  "files": [
    "cjs/",
    "umd/"
  ],
  "homepage": "https://github.com/remarkablemark/style-to-js#readme",
  "keywords": [
    "style-to-js",
    "css",
    "style",
    "javascript",
    "object",
    "pojo"
  ],
  "license": "MIT",
  "main": "cjs/index.js",
  "name": "style-to-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remarkablemark/style-to-js.git"
  },
  "scripts": {
    "_postinstall": "husky install",
    "build": "npm run build:cjs && npm run build:umd",
    "build:cjs": "tsc --declaration --outDir cjs",
    "build:umd": "rollup --config --failAfterWarnings",
    "clean": "rm -rf cjs umd",
    "lint": "npm run lint:js && npm run lint:ts && npm run lint:tsc",
    "lint:fix": "npm run lint:js -- --fix && npm run lint:ts -- --fix",
    "lint:js": "eslint --ignore-path .gitignore .",
    "lint:ts": "npm run lint:js -- --ext .ts",
    "lint:tsc": "tsc --noEmit",
    "postpublish": "pinst --enable",
    "prepublishOnly": "pinst --disable && npm run lint && npm test && npm run clean && npm run build",
    "test": "jest --coverage --colors",
    "test:watch": "jest --watch"
  },
  "version": "1.1.3"
}
