package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "file-loader@6.1.1",
  3. "_id": "file-loader@6.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw==",
  6. "_location": "/file-loader",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.7",
  9. "ajv": "6.12.6",
  10. "ajv-keywords": "3.5.2"
  11. },
  12. "_requested": {
  13. "type": "version",
  14. "registry": true,
  15. "raw": "file-loader@6.1.1",
  16. "name": "file-loader",
  17. "escapedName": "file-loader",
  18. "rawSpec": "6.1.1",
  19. "saveSpec": null,
  20. "fetchSpec": "6.1.1"
  21. },
  22. "_requiredBy": [
  23. "/react-scripts"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.1.1.tgz",
  26. "_shasum": "a6f29dfb3f5933a1c350b2dbaa20ac5be0539baa",
  27. "_spec": "file-loader@6.1.1",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack-contrib/file-loader/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "loader-utils": "^2.0.0",
  38. "schema-utils": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "A file loader module for webpack",
  42. "devDependencies": {
  43. "@babel/cli": "^7.11.6",
  44. "@babel/core": "^7.11.6",
  45. "@babel/preset-env": "^7.11.5",
  46. "@commitlint/cli": "^11.0.0",
  47. "@commitlint/config-conventional": "^11.0.0",
  48. "@webpack-contrib/defaults": "^6.3.0",
  49. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  50. "babel-jest": "^26.5.2",
  51. "cross-env": "^7.0.2",
  52. "del": "^6.0.0",
  53. "del-cli": "^3.0.1",
  54. "eslint": "^7.10.0",
  55. "eslint-config-prettier": "^6.12.0",
  56. "eslint-plugin-import": "^2.22.1",
  57. "husky": "^4.3.0",
  58. "jest": "^26.5.2",
  59. "lint-staged": "^10.4.0",
  60. "memfs": "^3.2.0",
  61. "npm-run-all": "^4.1.5",
  62. "prettier": "^2.1.2",
  63. "standard-version": "^9.0.0",
  64. "url-loader": "^4.1.0",
  65. "webpack": "^4.44.2"
  66. },
  67. "engines": {
  68. "node": ">= 10.13.0"
  69. },
  70. "files": [
  71. "dist"
  72. ],
  73. "funding": {
  74. "type": "opencollective",
  75. "url": "https://opencollective.com/webpack"
  76. },
  77. "homepage": "https://github.com/webpack-contrib/file-loader",
  78. "keywords": [
  79. "webpack"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/cjs.js",
  83. "name": "file-loader",
  84. "peerDependencies": {
  85. "webpack": "^4.0.0 || ^5.0.0"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/webpack-contrib/file-loader.git"
  90. },
  91. "scripts": {
  92. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  93. "clean": "del-cli dist",
  94. "commitlint": "commitlint --from=master",
  95. "defaults": "webpack-defaults",
  96. "lint": "npm-run-all -l -p \"lint:**\"",
  97. "lint:js": "eslint --cache .",
  98. "lint:prettier": "prettier --list-different .",
  99. "prebuild": "npm run clean",
  100. "prepare": "npm run build",
  101. "pretest": "npm run lint",
  102. "release": "standard-version",
  103. "security": "npm audit",
  104. "start": "npm run build -- -w",
  105. "test": "npm run test:coverage",
  106. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  107. "test:only": "cross-env NODE_ENV=test jest",
  108. "test:watch": "npm run test:only -- --watch"
  109. },
  110. "version": "6.1.1"
  111. }