package.json 1.9 KB

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