package.json 1.8 KB

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