Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "css-in-js-utils@2.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "css-in-js-utils@2.0.1",
  9. "_id": "css-in-js-utils@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA==",
  12. "_location": "/css-in-js-utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "css-in-js-utils@2.0.1",
  18. "name": "css-in-js-utils",
  19. "escapedName": "css-in-js-utils",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/inline-style-prefixer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Robin Frischmann",
  32. "email": "robin@rofrischmann.de"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/rofrischmann/css-in-js-utils/issues"
  36. },
  37. "dependencies": {
  38. "hyphenate-style-name": "^1.0.2",
  39. "isobject": "^3.0.1"
  40. },
  41. "description": "Useful utility functions for CSS in JS solutions",
  42. "devDependencies": {
  43. "babel-cli": "^6.22.1",
  44. "babel-core": "^6.22.1",
  45. "babel-eslint": "^7.1.1",
  46. "babel-jest": "^18.0.0",
  47. "babel-plugin-add-module-exports": "^0.2.1",
  48. "babel-preset-es2015": "^6.22.0",
  49. "babel-preset-react": "^6.22.0",
  50. "babel-preset-stage-0": "^6.22.0",
  51. "codeclimate-test-reporter": "^0.4.0",
  52. "eslint": "^3.14.1",
  53. "eslint-config-airbnb": "^14.0.0",
  54. "eslint-plugin-flowtype": "^2.30.0",
  55. "eslint-plugin-import": "^2.2.0",
  56. "eslint-plugin-jsx-a11y": "^3.0.2",
  57. "eslint-plugin-react": "^6.9.0",
  58. "flow-bin": "^0.38.0",
  59. "jest": "^18.1.0",
  60. "prettier-eslint-cli": "^1.1.0"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "README.md",
  65. "lib/"
  66. ],
  67. "homepage": "https://github.com/rofrischmann/css-in-js-utils#readme",
  68. "jest": {
  69. "rootDir": "modules"
  70. },
  71. "keywords": [
  72. "css",
  73. "cssinjs",
  74. "utils"
  75. ],
  76. "license": "MIT",
  77. "main": "lib/index.js",
  78. "name": "css-in-js-utils",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/rofrischmann/css-in-js-utils.git"
  82. },
  83. "scripts": {
  84. "babel": "babel -d lib modules",
  85. "check": "npm run format && npm run lint && npm run test:coverage && npm run flow",
  86. "flow": "flow",
  87. "format": "prettier-eslint modules",
  88. "lint": "eslint modules",
  89. "release": "npm run check && npm run babel && npm publish",
  90. "test": "jest",
  91. "test:coverage": "jest --coverage"
  92. },
  93. "version": "2.0.1"
  94. }