package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "postcss-merge-longhand@^5.1.7",
  3. "_id": "postcss-merge-longhand@5.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
  6. "_location": "/postcss-merge-longhand",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-merge-longhand@^5.1.7",
  12. "name": "postcss-merge-longhand",
  13. "escapedName": "postcss-merge-longhand",
  14. "rawSpec": "^5.1.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.7"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
  22. "_shasum": "24a1bdf402d9ef0e70f568f39bdc0344d568fb16",
  23. "_spec": "postcss-merge-longhand@^5.1.7",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\cssnano-preset-default",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "postcss-value-parser": "^4.2.0",
  36. "stylehacks": "^5.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Merge longhand properties into shorthand with PostCSS.",
  40. "devDependencies": {
  41. "postcss": "^8.2.15"
  42. },
  43. "engines": {
  44. "node": "^10 || ^12 || >=14.0"
  45. },
  46. "files": [
  47. "LICENSE-MIT",
  48. "src",
  49. "types"
  50. ],
  51. "homepage": "https://github.com/cssnano/cssnano",
  52. "keywords": [
  53. "css",
  54. "minify",
  55. "optimise",
  56. "postcss",
  57. "postcss-plugin"
  58. ],
  59. "license": "MIT",
  60. "main": "src/index.js",
  61. "name": "postcss-merge-longhand",
  62. "peerDependencies": {
  63. "postcss": "^8.2.15"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/cssnano/cssnano.git"
  68. },
  69. "types": "types/index.d.ts",
  70. "version": "5.1.7"
  71. }