package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "stylehacks@4.0.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stylehacks@4.0.3",
  10. "_id": "stylehacks@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==",
  13. "_location": "/stylehacks",
  14. "_phantomChildren": {
  15. "caniuse-lite": "1.0.30001462",
  16. "dot-prop": "5.3.0",
  17. "electron-to-chromium": "1.4.325",
  18. "indexes-of": "1.0.1",
  19. "node-releases": "2.0.10",
  20. "source-map": "0.6.1",
  21. "uniq": "1.0.1",
  22. "update-browserslist-db": "1.0.10"
  23. },
  24. "_requested": {
  25. "type": "version",
  26. "registry": true,
  27. "raw": "stylehacks@4.0.3",
  28. "name": "stylehacks",
  29. "escapedName": "stylehacks",
  30. "rawSpec": "4.0.3",
  31. "saveSpec": null,
  32. "fetchSpec": "4.0.3"
  33. },
  34. "_requiredBy": [
  35. "/cssnano-preset-default/postcss-merge-longhand"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz",
  38. "_spec": "4.0.3",
  39. "_where": "E:\\2023\\5\\myjadmin",
  40. "author": {
  41. "name": "Ben Briggs",
  42. "email": "beneb.info@gmail.com",
  43. "url": "http://beneb.info"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/cssnano/cssnano/issues"
  47. },
  48. "dependencies": {
  49. "browserslist": "^4.0.0",
  50. "postcss": "^7.0.0",
  51. "postcss-selector-parser": "^3.0.0"
  52. },
  53. "description": "Detect/remove browser hacks from CSS files.",
  54. "devDependencies": {
  55. "babel-cli": "^6.0.0",
  56. "cross-env": "^5.0.0"
  57. },
  58. "engines": {
  59. "node": ">=6.9.0"
  60. },
  61. "files": [
  62. "LICENSE-MIT",
  63. "dist"
  64. ],
  65. "homepage": "https://github.com/cssnano/cssnano",
  66. "keywords": [
  67. "browsers",
  68. "css",
  69. "hack",
  70. "hacks",
  71. "optimise",
  72. "postcss",
  73. "postcss-plugin",
  74. "stylehacks"
  75. ],
  76. "license": "MIT",
  77. "main": "dist/index.js",
  78. "name": "stylehacks",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/cssnano/cssnano.git"
  82. },
  83. "scripts": {
  84. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  85. },
  86. "version": "4.0.3"
  87. }