package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-url@5.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-normalize-url@5.1.0",
  10. "_id": "postcss-normalize-url@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  13. "_location": "/postcss-normalize-url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-normalize-url@5.1.0",
  19. "name": "postcss-normalize-url",
  20. "escapedName": "postcss-normalize-url",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  29. "_spec": "5.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Ben Briggs",
  33. "email": "beneb.info@gmail.com",
  34. "url": "http://beneb.info"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/cssnano/cssnano/issues"
  38. },
  39. "dependencies": {
  40. "normalize-url": "^6.0.1",
  41. "postcss-value-parser": "^4.2.0"
  42. },
  43. "description": "Normalize URLs with PostCSS",
  44. "devDependencies": {
  45. "postcss": "^8.2.15"
  46. },
  47. "engines": {
  48. "node": "^10 || ^12 || >=14.0"
  49. },
  50. "files": [
  51. "src",
  52. "LICENSE-MIT",
  53. "types"
  54. ],
  55. "homepage": "https://github.com/cssnano/cssnano",
  56. "keywords": [
  57. "css",
  58. "normalize",
  59. "optimise",
  60. "optimisation",
  61. "postcss",
  62. "postcss-plugin",
  63. "url"
  64. ],
  65. "license": "MIT",
  66. "main": "src/index.js",
  67. "name": "postcss-normalize-url",
  68. "peerDependencies": {
  69. "postcss": "^8.2.15"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/cssnano/cssnano.git"
  74. },
  75. "types": "types/index.d.ts",
  76. "version": "5.1.0"
  77. }