package.json 1.8 KB

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