package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "postcss@^7.0.23",
  3. "_id": "postcss@7.0.27",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WuQETPMcW9Uf1/22HWUWP9lgsIC+KEHg2kozMflKjbeUtw9ujvFX6QmIfozaErDkmLWS9WEnEdEe6Uo9/BNTdQ==",
  6. "_location": "/postcss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss@^7.0.23",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^7.0.23",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.23"
  17. },
  18. "_requiredBy": [
  19. "/css-loader",
  20. "/icss-utils",
  21. "/postcss-modules-extract-imports",
  22. "/postcss-modules-local-by-default",
  23. "/postcss-modules-scope",
  24. "/postcss-modules-values"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.27.tgz",
  27. "_shasum": "cc67cdc6b0daa375105b7c424a85567345fc54d9",
  28. "_spec": "postcss@^7.0.23",
  29. "_where": "G:\\micro\\react\\cld2\\node_modules\\css-loader",
  30. "author": {
  31. "name": "Andrey Sitnik",
  32. "email": "andrey@sitnik.ru"
  33. },
  34. "browser": {
  35. "./lib/terminal-highlight": false,
  36. "supports-color": false,
  37. "chalk": false,
  38. "fs": false
  39. },
  40. "browserslist": [
  41. "last 2 version",
  42. "not dead",
  43. "not Explorer 11",
  44. "not ExplorerMobile 11",
  45. "node 6"
  46. ],
  47. "bugs": {
  48. "url": "https://github.com/postcss/postcss/issues"
  49. },
  50. "bundleDependencies": false,
  51. "dependencies": {
  52. "chalk": "^2.4.2",
  53. "source-map": "^0.6.1",
  54. "supports-color": "^6.1.0"
  55. },
  56. "deprecated": false,
  57. "description": "Tool for transforming styles with JS plugins",
  58. "engines": {
  59. "node": ">=6.0.0"
  60. },
  61. "funding": {
  62. "type": "tidelift",
  63. "url": "https://tidelift.com/funding/github/npm/postcss"
  64. },
  65. "homepage": "https://postcss.org/",
  66. "husky": {
  67. "hooks": {
  68. "pre-commit": "lint-staged"
  69. }
  70. },
  71. "keywords": [
  72. "css",
  73. "postcss",
  74. "rework",
  75. "preprocessor",
  76. "parser",
  77. "source map",
  78. "transform",
  79. "manipulation",
  80. "transpiler"
  81. ],
  82. "license": "MIT",
  83. "main": "lib/postcss",
  84. "name": "postcss",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/postcss/postcss.git"
  88. },
  89. "types": "lib/postcss.d.ts",
  90. "version": "7.0.27"
  91. }