package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "postcss@6.0.23",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss@6.0.23",
  10. "_id": "postcss@6.0.23",
  11. "_inBundle": false,
  12. "_integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
  13. "_location": "/postcss",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss@6.0.23",
  19. "name": "postcss",
  20. "escapedName": "postcss",
  21. "rawSpec": "6.0.23",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.23"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer",
  27. "/icss-utils",
  28. "/postcss-import",
  29. "/postcss-loader",
  30. "/postcss-modules-extract-imports",
  31. "/postcss-modules-local-by-default",
  32. "/postcss-modules-scope",
  33. "/postcss-modules-values",
  34. "/postcss-url",
  35. "/vue-loader"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
  38. "_spec": "6.0.23",
  39. "_where": "E:\\amr1.0\\AMR",
  40. "author": {
  41. "name": "Andrey Sitnik",
  42. "email": "andrey@sitnik.ru"
  43. },
  44. "browser": {
  45. "supports-color": false,
  46. "chalk": false,
  47. "fs": false
  48. },
  49. "bugs": {
  50. "url": "https://github.com/postcss/postcss/issues"
  51. },
  52. "dependencies": {
  53. "chalk": "^2.4.1",
  54. "source-map": "^0.6.1",
  55. "supports-color": "^5.4.0"
  56. },
  57. "description": "Tool for transforming styles with JS plugins",
  58. "engines": {
  59. "node": ">=4.0.0"
  60. },
  61. "homepage": "https://postcss.org/",
  62. "keywords": [
  63. "css",
  64. "postcss",
  65. "rework",
  66. "preprocessor",
  67. "parser",
  68. "source map",
  69. "transform",
  70. "manipulation",
  71. "transpiler"
  72. ],
  73. "license": "MIT",
  74. "main": "lib/postcss",
  75. "name": "postcss",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/postcss/postcss.git"
  79. },
  80. "types": "lib/postcss.d.ts",
  81. "version": "6.0.23"
  82. }