package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "stylehacks@^5.1.1",
  3. "_id": "stylehacks@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
  6. "_location": "/stylehacks",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stylehacks@^5.1.1",
  12. "name": "stylehacks",
  13. "escapedName": "stylehacks",
  14. "rawSpec": "^5.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.1"
  17. },
  18. "_requiredBy": [
  19. "/postcss-merge-longhand"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz",
  22. "_shasum": "7934a34eb59d7152149fa69d6e9e56f2fc34bcc9",
  23. "_spec": "stylehacks@^5.1.1",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\postcss-merge-longhand",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "browserslist": "^4.21.4",
  36. "postcss-selector-parser": "^6.0.4"
  37. },
  38. "deprecated": false,
  39. "description": "Detect/remove browser hacks from CSS files.",
  40. "devDependencies": {
  41. "postcss": "^8.2.15"
  42. },
  43. "engines": {
  44. "node": "^10 || ^12 || >=14.0"
  45. },
  46. "files": [
  47. "LICENSE-MIT",
  48. "src",
  49. "types"
  50. ],
  51. "homepage": "https://github.com/cssnano/cssnano",
  52. "keywords": [
  53. "browsers",
  54. "css",
  55. "hack",
  56. "hacks",
  57. "optimise",
  58. "postcss",
  59. "postcss-plugin",
  60. "stylehacks"
  61. ],
  62. "license": "MIT",
  63. "main": "src/index.js",
  64. "name": "stylehacks",
  65. "peerDependencies": {
  66. "postcss": "^8.2.15"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/cssnano/cssnano.git"
  71. },
  72. "types": "types/index.d.ts",
  73. "version": "5.1.1"
  74. }