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.
 
 
 
 

128 lines
4.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "jss-camel-case@6.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "jss-camel-case@6.1.0",
  9. "_id": "jss-camel-case@6.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-HPF2Q7wmNW1t79mCqSeU2vdd/vFFGpkazwvfHMOhPlMgXrJDzdj9viA2SaHk9ZbD5pfL63a8ylp4++irYbbzMQ==",
  12. "_location": "/jss-camel-case",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jss-camel-case@6.1.0",
  18. "name": "jss-camel-case",
  19. "escapedName": "jss-camel-case",
  20. "rawSpec": "6.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.1.0"
  23. },
  24. "_requiredBy": [
  25. "/@material-ui/core"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/jss-camel-case/-/jss-camel-case-6.1.0.tgz",
  28. "_spec": "6.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Oleg Slobodskoi",
  32. "email": "oleg008@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/cssinjs/jss-camel-case/issues"
  36. },
  37. "dependencies": {
  38. "hyphenate-style-name": "^1.0.2"
  39. },
  40. "description": "JSS plugin that allows to write camel cased rule properties",
  41. "devDependencies": {
  42. "babel-cli": "^6.5.1",
  43. "babel-core": "^6.5.1",
  44. "babel-eslint": "^7.1.0",
  45. "babel-loader": "^6.2.4",
  46. "babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
  47. "babel-plugin-transform-es3-property-literals": "^6.8.0",
  48. "babel-preset-es2015": "^6.9.0",
  49. "babel-preset-stage-0": "^6.5.0",
  50. "common-tags": "^1.4.0",
  51. "cross-env": "^3.1.3",
  52. "es5-shim": "^4.5.9",
  53. "eslint": "^3.9.1",
  54. "eslint-config-airbnb": "^12.0.0",
  55. "eslint-config-jss": "^2.4.0",
  56. "eslint-plugin-import": "^2.1.0",
  57. "eslint-plugin-jsx-a11y": "^2.2.3",
  58. "eslint-plugin-react": "^6.5.0",
  59. "expect.js": "^0.3.1",
  60. "jss": "^9.7.0",
  61. "karma": "^1.1.1",
  62. "karma-benchmark": "^0.6.0",
  63. "karma-benchmark-reporter": "^0.1.1",
  64. "karma-browserstack-launcher": "^1.0.0",
  65. "karma-chrome-launcher": "^2.0.0",
  66. "karma-coverage": "^1.1.1",
  67. "karma-mocha": "^1.1.1",
  68. "karma-mocha-reporter": "^2.2.0",
  69. "karma-sourcemap-loader": "^0.3.7",
  70. "karma-webpack": "^1.8.0",
  71. "lint-staged": "^3.0.3",
  72. "mocha": "^3.0.2",
  73. "pre-commit": "^1.1.3",
  74. "rimraf": "^2.5.4",
  75. "webpack": "^1.13.1"
  76. },
  77. "engines": {},
  78. "files": [
  79. "lib",
  80. "dist",
  81. "tests"
  82. ],
  83. "homepage": "https://github.com/cssinjs/jss-camel-case#readme",
  84. "keywords": [
  85. "cssinjs",
  86. "css-in-js",
  87. "css in js",
  88. "jss",
  89. "plugin",
  90. "camel case"
  91. ],
  92. "license": "MIT",
  93. "lint-staged": {
  94. "./src/*.js": [
  95. "eslint",
  96. "git add"
  97. ]
  98. },
  99. "main": "lib/index.js",
  100. "name": "jss-camel-case",
  101. "peerDependencies": {
  102. "jss": "^9.7.0"
  103. },
  104. "pre-commit": "lint:staged",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+ssh://git@github.com/cssinjs/jss-camel-case.git"
  108. },
  109. "scripts": {
  110. "all": "npm run lint && npm run test && npm run build",
  111. "build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
  112. "build:dist": "npm run build:dist:max && npm run build:dist:min",
  113. "build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-camel-case.js",
  114. "build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-camel-case.min.js",
  115. "build:lib": "babel src --out-dir lib",
  116. "build:tests": "npm run build:tests:lib && npm run build:tests:local",
  117. "build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
  118. "build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
  119. "clean": "rimraf {lib,dist,tests,tmp}/*",
  120. "lint": "eslint ./src",
  121. "lint:staged": "lint-staged",
  122. "prepublishOnly": "npm run all",
  123. "test": "cross-env NODE_ENV=test karma start --single-run ",
  124. "test:watch": "cross-env NODE_ENV=test karma start"
  125. },
  126. "version": "6.1.0"
  127. }