package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "postcss-url@7.3.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-url@7.3.2",
  10. "_id": "postcss-url@7.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QMV5mA+pCYZQcUEPQkmor9vcPQ2MT+Ipuu8qdi1gVxbNiIiErEGft+eny1ak19qALoBkccS5AHaCaCDzh7b9MA==",
  13. "_location": "/postcss-url",
  14. "_phantomChildren": {
  15. "chalk": "2.4.2",
  16. "source-map": "0.6.1",
  17. "supports-color": "5.5.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "postcss-url@7.3.2",
  23. "name": "postcss-url",
  24. "escapedName": "postcss-url",
  25. "rawSpec": "7.3.2",
  26. "saveSpec": null,
  27. "fetchSpec": "7.3.2"
  28. },
  29. "_requiredBy": [
  30. "#DEV:/"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-7.3.2.tgz",
  33. "_spec": "7.3.2",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Maxime Thirouin"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/postcss/postcss-url/issues"
  40. },
  41. "dependencies": {
  42. "mime": "^1.4.1",
  43. "minimatch": "^3.0.4",
  44. "mkdirp": "^0.5.0",
  45. "postcss": "^6.0.1",
  46. "xxhashjs": "^0.2.1"
  47. },
  48. "description": "PostCSS plugin to rebase or inline on url().",
  49. "devDependencies": {
  50. "chai": "^3.5.0",
  51. "eslint": "^3.16.1",
  52. "mocha": "^3.2.0",
  53. "npmpub": "^3.0.1",
  54. "postcss-import": "^10.0.0"
  55. },
  56. "files": [
  57. "src"
  58. ],
  59. "homepage": "https://github.com/postcss/postcss-url#readme",
  60. "keywords": [
  61. "css",
  62. "postcss",
  63. "postcss-plugin",
  64. "url",
  65. "rebase",
  66. "inline",
  67. "base64",
  68. "assets"
  69. ],
  70. "license": "MIT",
  71. "main": "src/index.js",
  72. "name": "postcss-url",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/postcss/postcss-url.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint --fix .",
  79. "release": "npmpub",
  80. "test": "npm run lint && npm run tests",
  81. "tests": "mocha"
  82. },
  83. "version": "7.3.2"
  84. }