{
  "_from": "hyphenate-style-name@^1.0.3",
  "_id": "hyphenate-style-name@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==",
  "_location": "/hyphenate-style-name",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hyphenate-style-name@^1.0.3",
    "name": "hyphenate-style-name",
    "escapedName": "hyphenate-style-name",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/jss-plugin-camel-case"
  ],
  "_resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",
  "_shasum": "691879af8e220aea5750e8827db4ef62a54e361d",
  "_spec": "hyphenate-style-name@^1.0.3",
  "_where": "/var/www/html/iqecommerce/node_modules/jss-plugin-camel-case",
  "author": {
    "name": "Espen Hovlandsdal",
    "email": "espen@hovlandsdal.com"
  },
  "bugs": {
    "url": "https://github.com/rexxars/hyphenate-style-name/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Hyphenates a camelcased CSS property name",
  "devDependencies": {
    "eslint": "^7.4.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-sanity": "^1.149.16",
    "nyc": "^15.1.0",
    "prettier": "^2.0.5",
    "rollup": "^2.21.0",
    "tape": "^5.0.1"
  },
  "homepage": "https://github.com/rexxars/hyphenate-style-name#readme",
  "keywords": [
    "hyphenate",
    "style",
    "css",
    "camelcase"
  ],
  "license": "BSD-3-Clause",
  "main": "index.cjs.js",
  "module": "index.js",
  "name": "hyphenate-style-name",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rexxars/hyphenate-style-name.git"
  },
  "scripts": {
    "build": "rollup --input index.js --file index.cjs.js --format cjs",
    "coverage": "nyc tape -- test/**/*.test.js",
    "lint": "eslint . --ignore-path .gitignore",
    "precoverage": "npm run build",
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint && npm run build",
    "test": "tape test/**/*.test.js"
  },
  "sideEffects": false,
  "version": "1.0.4"
}
