package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "resolve-url-loader@^3.1.2",
  3. "_id": "resolve-url-loader@3.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WbDSNFiKPPLem1ln+EVTE+bFUBdTTytfQZWbmghroaFNFaAVmGq0Saqw6F/306CwgPXsGwXVxbODE+3xAo/YbA==",
  6. "_location": "/resolve-url-loader",
  7. "_phantomChildren": {
  8. "big.js": "5.2.2",
  9. "chalk": "2.4.2",
  10. "has-flag": "3.0.0",
  11. "minimist": "1.2.5"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "resolve-url-loader@^3.1.2",
  17. "name": "resolve-url-loader",
  18. "escapedName": "resolve-url-loader",
  19. "rawSpec": "^3.1.2",
  20. "saveSpec": null,
  21. "fetchSpec": "^3.1.2"
  22. },
  23. "_requiredBy": [
  24. "/react-scripts"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-3.1.3.tgz",
  27. "_shasum": "49ec68340f67d8d2ab6b401948d5def3ab2d0367",
  28. "_spec": "resolve-url-loader@^3.1.2",
  29. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  30. "author": {
  31. "name": "bholloway"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/bholloway/resolve-url-loader/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "adjust-sourcemap-loader": "3.0.0",
  39. "camelcase": "5.3.1",
  40. "compose-function": "3.0.3",
  41. "convert-source-map": "1.7.0",
  42. "es6-iterator": "2.0.3",
  43. "loader-utils": "1.2.3",
  44. "postcss": "7.0.21",
  45. "rework": "1.0.1",
  46. "rework-visit": "1.0.0",
  47. "source-map": "0.6.1"
  48. },
  49. "deprecated": false,
  50. "description": "Webpack loader that resolves relative paths in url() statements based on the original source file",
  51. "engines": {
  52. "node": ">=6.0.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "lib/**/+([a-z-]).js"
  57. ],
  58. "homepage": "https://github.com/bholloway/resolve-url-loader/tree/v3-maintenance/packages/resolve-url-loader",
  59. "keywords": [
  60. "webpack",
  61. "loader",
  62. "css",
  63. "normalize",
  64. "rewrite",
  65. "resolve",
  66. "url",
  67. "sass",
  68. "relative",
  69. "file"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "resolve-url-loader",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/bholloway/resolve-url-loader.git",
  77. "directory": "packages/resolve-url-loader"
  78. },
  79. "scripts": {
  80. "lint": "jshint --exclude **/node_modules index.js lib"
  81. },
  82. "version": "3.1.3"
  83. }