package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "postcss-merge-longhand@^4.0.11",
  3. "_id": "postcss-merge-longhand@4.0.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==",
  6. "_location": "/postcss-merge-longhand",
  7. "_phantomChildren": {
  8. "picocolors": "0.2.1",
  9. "source-map": "0.6.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "postcss-merge-longhand@^4.0.11",
  15. "name": "postcss-merge-longhand",
  16. "escapedName": "postcss-merge-longhand",
  17. "rawSpec": "^4.0.11",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.11"
  20. },
  21. "_requiredBy": [
  22. "/cssnano-preset-default"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz",
  25. "_shasum": "62f49a13e4a0ee04e7b98f42bb16062ca2549e24",
  26. "_spec": "postcss-merge-longhand@^4.0.11",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\cssnano-preset-default",
  28. "author": {
  29. "name": "Ben Briggs",
  30. "email": "beneb.info@gmail.com",
  31. "url": "http://beneb.info"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/cssnano/cssnano/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "css-color-names": "0.0.4",
  39. "postcss": "^7.0.0",
  40. "postcss-value-parser": "^3.0.0",
  41. "stylehacks": "^4.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Merge longhand properties into shorthand with PostCSS.",
  45. "devDependencies": {
  46. "babel-cli": "^6.0.0",
  47. "cross-env": "^5.0.0"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "files": [
  53. "LICENSE-MIT",
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/cssnano/cssnano",
  57. "keywords": [
  58. "css",
  59. "minify",
  60. "optimise",
  61. "postcss",
  62. "postcss-plugin"
  63. ],
  64. "license": "MIT",
  65. "main": "dist/index.js",
  66. "name": "postcss-merge-longhand",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/cssnano/cssnano.git"
  70. },
  71. "scripts": {
  72. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  73. },
  74. "version": "4.0.11"
  75. }