Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

85 řádky
2.3 KiB

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