Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

3 роки тому
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "postcss-merge-longhand@4.0.11",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-merge-longhand@4.0.11",
  9. "_id": "postcss-merge-longhand@4.0.11",
  10. "_inBundle": false,
  11. "_integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==",
  12. "_location": "/postcss-merge-longhand",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-merge-longhand@4.0.11",
  22. "name": "postcss-merge-longhand",
  23. "escapedName": "postcss-merge-longhand",
  24. "rawSpec": "4.0.11",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.11"
  27. },
  28. "_requiredBy": [
  29. "/cssnano-preset-default"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz",
  32. "_spec": "4.0.11",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Ben Briggs",
  36. "email": "beneb.info@gmail.com",
  37. "url": "http://beneb.info"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/cssnano/cssnano/issues"
  41. },
  42. "dependencies": {
  43. "css-color-names": "0.0.4",
  44. "postcss": "^7.0.0",
  45. "postcss-value-parser": "^3.0.0",
  46. "stylehacks": "^4.0.0"
  47. },
  48. "description": "Merge longhand properties into shorthand with PostCSS.",
  49. "devDependencies": {
  50. "babel-cli": "^6.0.0",
  51. "cross-env": "^5.0.0"
  52. },
  53. "engines": {
  54. "node": ">=6.9.0"
  55. },
  56. "files": [
  57. "LICENSE-MIT",
  58. "dist"
  59. ],
  60. "homepage": "https://github.com/cssnano/cssnano",
  61. "keywords": [
  62. "css",
  63. "minify",
  64. "optimise",
  65. "postcss",
  66. "postcss-plugin"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/index.js",
  70. "name": "postcss-merge-longhand",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/cssnano/cssnano.git"
  74. },
  75. "scripts": {
  76. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  77. },
  78. "version": "4.0.11"
  79. }