web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.1 KiB

  1. {
  2. "name": "resolve-url-loader",
  3. "version": "3.1.2",
  4. "description": "Webpack loader that resolves relative paths in url() statements based on the original source file",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/bholloway/resolve-url-loader.git"
  9. },
  10. "keywords": [
  11. "webpack",
  12. "loader",
  13. "css",
  14. "normalize",
  15. "rewrite",
  16. "resolve",
  17. "url",
  18. "sass",
  19. "relative",
  20. "file"
  21. ],
  22. "author": "bholloway",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/bholloway/resolve-url-loader/issues"
  26. },
  27. "homepage": "https://github.com/bholloway/resolve-url-loader",
  28. "engines": {
  29. "node": ">=6.0.0"
  30. },
  31. "files": [
  32. "index.js",
  33. "lib/**/+([a-z-]).js"
  34. ],
  35. "scripts": {
  36. "lint": "jshint --exclude **/node_modules index.js lib"
  37. },
  38. "dependencies": {
  39. "adjust-sourcemap-loader": "3.0.0",
  40. "camelcase": "5.3.1",
  41. "compose-function": "3.0.3",
  42. "convert-source-map": "1.7.0",
  43. "es6-iterator": "2.0.3",
  44. "loader-utils": "1.2.3",
  45. "postcss": "7.0.21",
  46. "rework": "1.0.1",
  47. "rework-visit": "1.0.0",
  48. "source-map": "0.6.1"
  49. }
  50. }