package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "postcss-normalize-url@^5.1.0",
  3. "_id": "postcss-normalize-url@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  6. "_location": "/postcss-normalize-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-normalize-url@^5.1.0",
  12. "name": "postcss-normalize-url",
  13. "escapedName": "postcss-normalize-url",
  14. "rawSpec": "^5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  22. "_shasum": "ed9d88ca82e21abef99f743457d3729a042adcdc",
  23. "_spec": "postcss-normalize-url@^5.1.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\cssnano-preset-default",
  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. "normalize-url": "^6.0.1",
  36. "postcss-value-parser": "^4.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "Normalize URLs with PostCSS",
  40. "devDependencies": {
  41. "postcss": "^8.2.15"
  42. },
  43. "engines": {
  44. "node": "^10 || ^12 || >=14.0"
  45. },
  46. "files": [
  47. "src",
  48. "LICENSE-MIT",
  49. "types"
  50. ],
  51. "homepage": "https://github.com/cssnano/cssnano",
  52. "keywords": [
  53. "css",
  54. "normalize",
  55. "optimise",
  56. "optimisation",
  57. "postcss",
  58. "postcss-plugin",
  59. "url"
  60. ],
  61. "license": "MIT",
  62. "main": "src/index.js",
  63. "name": "postcss-normalize-url",
  64. "peerDependencies": {
  65. "postcss": "^8.2.15"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/cssnano/cssnano.git"
  70. },
  71. "types": "types/index.d.ts",
  72. "version": "5.1.0"
  73. }