package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "postcss-flexbugs-fixes@4.2.1",
  3. "_id": "postcss-flexbugs-fixes@4.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==",
  6. "_location": "/postcss-flexbugs-fixes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "postcss-flexbugs-fixes@4.2.1",
  12. "name": "postcss-flexbugs-fixes",
  13. "escapedName": "postcss-flexbugs-fixes",
  14. "rawSpec": "4.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "4.2.1"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz",
  22. "_shasum": "9218a65249f30897deab1033aced8578562a6690",
  23. "_spec": "postcss-flexbugs-fixes@4.2.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "author": {
  26. "name": "Luis Rudge",
  27. "email": "luis@luisrudge.net"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/luisrudge/postcss-flexbugs-fixes/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.26"
  35. },
  36. "deprecated": false,
  37. "description": "PostCSS plugin This project tries to fix all of flexbug's issues",
  38. "devDependencies": {
  39. "chai": "^4.2.0",
  40. "gulp": "^4.0.2",
  41. "gulp-eslint": "^6.0.0",
  42. "gulp-mocha": "^7.0.2"
  43. },
  44. "files": [
  45. "bugs",
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/luisrudge/postcss-flexbugs-fixes#readme",
  49. "keywords": [
  50. "postcss",
  51. "css",
  52. "postcss-plugin",
  53. "flexbugs",
  54. "flexbox",
  55. "flex"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "postcss-flexbugs-fixes",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/luisrudge/postcss-flexbugs-fixes.git"
  63. },
  64. "scripts": {
  65. "test": "gulp"
  66. },
  67. "version": "4.2.1"
  68. }