package.json 1.8 KB

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