{ "_args": [ [ "hyphenate-style-name@1.0.3", "/home/riddhi/frontend" ] ], "_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": "version", "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", "_spec": "1.0.3", "_where": "/home/riddhi/frontend", "author": { "name": "Espen Hovlandsdal", "email": "espen@hovlandsdal.com" }, "bugs": { "url": "https://github.com/rexxars/hyphenate-style-name/issues" }, "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" }