{
  "manifest": {
    "name": "camelcase-css",
    "description": "Convert a kebab-cased CSS property into a camelCased DOM property.",
    "version": "2.0.1",
    "license": "MIT",
    "author": {
      "name": "Steven Vachon",
      "email": "contact@svachon.com",
      "url": "https://www.svachon.com/"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/stevenvachon/camelcase-css.git"
    },
    "browser": "index-es5.js",
    "devDependencies": {
      "babel-cli": "^6.26.0",
      "babel-core": "^6.26.3",
      "babel-plugin-optimize-starts-with": "^1.0.1",
      "babel-preset-env": "^1.7.0",
      "chai": "^4.1.2",
      "mocha": "^5.2.0"
    },
    "engines": {
      "node": ">= 6"
    },
    "scripts": {
      "pretest": "babel index.js --out-file=index-es5.js --presets=env --plugins=optimize-starts-with",
      "test": "mocha test.js --check-leaks --bail"
    },
    "files": [
      "index.js",
      "index-es5.js"
    ],
    "keywords": [
      "camelcase",
      "case",
      "css",
      "dom"
    ],
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-camelcase-css-2.0.1-ee978f6947914cc30c6b44741b6ed1df7f043fd5-integrity/node_modules/camelcase-css/package.json",
    "readmeFilename": "README.md",
    "readme": "# camelcase-css [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]\n\n> Convert a kebab-cased CSS property into a camelCased DOM property.\n\n\n## Installation\n[Node.js](http://nodejs.org/) `>= 6` is required. Type this at the command line:\n```shell\nnpm install camelcase-css\n```\n\n\n## Usage\n```js\nconst camelCaseCSS = require('camelcase-css');\n\ncamelCaseCSS('-webkit-border-radius');  //-> WebkitBorderRadius\ncamelCaseCSS('-moz-border-radius');     //-> MozBorderRadius\ncamelCaseCSS('-ms-border-radius');      //-> msBorderRadius\ncamelCaseCSS('border-radius');          //-> borderRadius\n```\n\n\n[npm-image]: https://img.shields.io/npm/v/camelcase-css.svg\n[npm-url]: https://npmjs.org/package/camelcase-css\n[travis-image]: https://img.shields.io/travis/stevenvachon/camelcase-css.svg\n[travis-url]: https://travis-ci.org/stevenvachon/camelcase-css\n",
    "licenseText": "The MIT License (MIT)\n\nCopyright (c) Steven Vachon <contact@svachon.com> (svachon.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz",
    "hash": "ee978f6947914cc30c6b44741b6ed1df7f043fd5",
    "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
    "registry": "npm",
    "packageName": "camelcase-css",
    "cacheIntegrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== sha1-7pePaUeRTMMMa0R0G27R338EP9U="
  },
  "registry": "npm",
  "hash": "ee978f6947914cc30c6b44741b6ed1df7f043fd5"
}