{ "_args": [ [ "hyphenate-style-name@1.0.4", "/home/chinmay/Desktop/HackTJ2020/frontend" ] ], "_from": "hyphenate-style-name@1.0.4", "_id": "hyphenate-style-name@1.0.4", "_inBundle": false, "_integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==", "_location": "/hyphenate-style-name", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "hyphenate-style-name@1.0.4", "name": "hyphenate-style-name", "escapedName": "hyphenate-style-name", "rawSpec": "1.0.4", "saveSpec": null, "fetchSpec": "1.0.4" }, "_requiredBy": [ "/jss-plugin-camel-case" ], "_resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", "_spec": "1.0.4", "_where": "/home/chinmay/Desktop/HackTJ2020/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": "^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" }