package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "postcss@^6.0.14",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
  6. "_location": "/rtlcss/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@^6.0.14",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^6.0.14",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.14"
  17. },
  18. "_requiredBy": [
  19. "/rtlcss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
  22. "_shasum": "61c82cc328ac60e677645f979054eb98bc0e3324",
  23. "_spec": "postcss@^6.0.14",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\rtlcss",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "[email protected]"
  28. },
  29. "browser": {
  30. "supports-color": false,
  31. "chalk": false,
  32. "fs": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/postcss/postcss/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "chalk": "^2.4.1",
  40. "source-map": "^0.6.1",
  41. "supports-color": "^5.4.0"
  42. },
  43. "deprecated": false,
  44. "description": "Tool for transforming styles with JS plugins",
  45. "engines": {
  46. "node": ">=4.0.0"
  47. },
  48. "homepage": "https://postcss.org/",
  49. "keywords": [
  50. "css",
  51. "postcss",
  52. "rework",
  53. "preprocessor",
  54. "parser",
  55. "source map",
  56. "transform",
  57. "manipulation",
  58. "transpiler"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/postcss",
  62. "name": "postcss",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/postcss/postcss.git"
  66. },
  67. "types": "lib/postcss.d.ts",
  68. "version": "6.0.23"
  69. }