package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "postcss@^6.0.19",
  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.19",
  12. "name": "postcss",
  13. "escapedName": "postcss",
  14. "rawSpec": "^6.0.19",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.19"
  17. },
  18. "_requiredBy": [
  19. "/postcss-px2units"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/postcss/-/postcss-6.0.23.tgz",
  22. "_shasum": "61c82cc328ac60e677645f979054eb98bc0e3324",
  23. "_spec": "postcss@^6.0.19",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/postcss-px2units",
  25. "author": {
  26. "name": "Andrey Sitnik",
  27. "email": "andrey@sitnik.ru"
  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. }