You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

79 rivejä
2.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-media-minmax@4.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-media-minmax@4.0.0",
  9. "_id": "postcss-media-minmax@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==",
  12. "_location": "/postcss-media-minmax",
  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-media-minmax@4.0.0",
  22. "name": "postcss-media-minmax",
  23. "escapedName": "postcss-media-minmax",
  24. "rawSpec": "4.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.0"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz",
  32. "_spec": "4.0.0",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "yisi"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/postcss/postcss-media-minmax/issues"
  39. },
  40. "dependencies": {
  41. "postcss": "^7.0.2"
  42. },
  43. "description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
  44. "devDependencies": {
  45. "npmpub": "^4.1.0",
  46. "tape": "^4.9.1"
  47. },
  48. "engines": {
  49. "node": ">=6.0.0"
  50. },
  51. "files": [
  52. "CHANGELOG.md",
  53. "README.md",
  54. "README-zh.md",
  55. "LICENSE",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/postcss/postcss-media-minmax#readme",
  59. "keywords": [
  60. "css",
  61. "css3",
  62. "postcss",
  63. "postcss-plugin",
  64. "media querie",
  65. "media queries"
  66. ],
  67. "license": "MIT",
  68. "name": "postcss-media-minmax",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/postcss/postcss-media-minmax.git"
  72. },
  73. "scripts": {
  74. "release": "npmpub",
  75. "test": "tape test"
  76. },
  77. "version": "4.0.0"
  78. }