{
  "_from": "hyphenate-style-name@^1.0.3",
  "_id": "hyphenate-style-name@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==",
  "_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.3.tgz",
  "_shasum": "097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48",
  "_spec": "hyphenate-style-name@^1.0.3",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/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": "^4.6.0",
    "eslint-config-prettier": "^3.3.0",
    "eslint-config-sanity": "^0.140.0",
    "nyc": "^13.1.0",
    "prettier": "^1.15.2",
    "rollup": "^1.1.2",
    "tape": "^4.6.2"
  },
  "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"
  },
  "version": "1.0.3"
}