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

76 строки
2.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-flexbugs-fixes@4.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-flexbugs-fixes@4.1.0",
  9. "_id": "postcss-flexbugs-fixes@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jr1LHxQvStNNAHlgco6PzY308zvLklh7SJVYuWUwyUQncofaAlD2l+P/gxKHOdqWKe7xJSkVLFF/2Tp+JqMSZA==",
  12. "_location": "/postcss-flexbugs-fixes",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-flexbugs-fixes@4.1.0",
  22. "name": "postcss-flexbugs-fixes",
  23. "escapedName": "postcss-flexbugs-fixes",
  24. "rawSpec": "4.1.0",
  25. "saveSpec": null,
  26. "fetchSpec": "4.1.0"
  27. },
  28. "_requiredBy": [
  29. "/react-scripts"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.1.0.tgz",
  32. "_spec": "4.1.0",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Luis Rudge",
  36. "email": "luis@luisrudge.net"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/luisrudge/postcss-flexbugs-fixes/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.0"
  43. },
  44. "description": "PostCSS plugin This project tries to fix all of flexbug's issues",
  45. "devDependencies": {
  46. "chai": "^2.3.0",
  47. "gulp": "^3.8.11",
  48. "gulp-eslint": "^0.12.0",
  49. "gulp-mocha": "^2.0.1"
  50. },
  51. "files": [
  52. "bugs",
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/luisrudge/postcss-flexbugs-fixes#readme",
  56. "keywords": [
  57. "postcss",
  58. "css",
  59. "postcss-plugin",
  60. "flexbugs",
  61. "flexbox",
  62. "flex"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "postcss-flexbugs-fixes",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/luisrudge/postcss-flexbugs-fixes.git"
  70. },
  71. "scripts": {
  72. "test": "gulp"
  73. },
  74. "version": "4.1.0"
  75. }