You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

74 lines
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "hyphenate-style-name@1.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "hyphenate-style-name@1.0.3",
  9. "_id": "hyphenate-style-name@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==",
  12. "_location": "/hyphenate-style-name",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hyphenate-style-name@1.0.3",
  18. "name": "hyphenate-style-name",
  19. "escapedName": "hyphenate-style-name",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/css-in-js-utils",
  26. "/jss-camel-case"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Espen Hovlandsdal",
  33. "email": "espen@hovlandsdal.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/rexxars/hyphenate-style-name/issues"
  37. },
  38. "description": "Hyphenates a camelcased CSS property name",
  39. "devDependencies": {
  40. "eslint": "^4.6.0",
  41. "eslint-config-prettier": "^3.3.0",
  42. "eslint-config-sanity": "^0.140.0",
  43. "nyc": "^13.1.0",
  44. "prettier": "^1.15.2",
  45. "rollup": "^1.1.2",
  46. "tape": "^4.6.2"
  47. },
  48. "homepage": "https://github.com/rexxars/hyphenate-style-name#readme",
  49. "keywords": [
  50. "hyphenate",
  51. "style",
  52. "css",
  53. "camelcase"
  54. ],
  55. "license": "BSD-3-Clause",
  56. "main": "index.cjs.js",
  57. "module": "index.js",
  58. "name": "hyphenate-style-name",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/rexxars/hyphenate-style-name.git"
  62. },
  63. "scripts": {
  64. "build": "rollup --input index.js --file index.cjs.js --format cjs",
  65. "coverage": "nyc tape -- test/**/*.test.js",
  66. "lint": "eslint . --ignore-path .gitignore",
  67. "precoverage": "npm run build",
  68. "prepublishOnly": "npm run build",
  69. "pretest": "npm run lint && npm run build",
  70. "test": "tape test/**/*.test.js"
  71. },
  72. "version": "1.0.3"
  73. }