package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "file-loader@^6.0.0",
  3. "_id": "file-loader@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==",
  6. "_location": "/file-loader",
  7. "_phantomChildren": {
  8. "ajv": "6.12.0",
  9. "ajv-keywords": "3.4.1",
  10. "big.js": "5.2.2",
  11. "emojis-list": "3.0.0",
  12. "minimist": "1.2.5"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "file-loader@^6.0.0",
  18. "name": "file-loader",
  19. "escapedName": "file-loader",
  20. "rawSpec": "^6.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^6.0.0"
  23. },
  24. "_requiredBy": [
  25. "#DEV:/",
  26. "#USER"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.0.0.tgz",
  29. "_shasum": "97bbfaab7a2460c07bcbd72d3a6922407f67649f",
  30. "_spec": "file-loader@^6.0.0",
  31. "_where": "G:\\micro\\react\\cld2_react",
  32. "author": {
  33. "name": "Tobias Koppers @sokra"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack-contrib/file-loader/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "loader-utils": "^2.0.0",
  41. "schema-utils": "^2.6.5"
  42. },
  43. "deprecated": false,
  44. "description": "A file loader module for webpack",
  45. "devDependencies": {
  46. "@babel/cli": "^7.8.4",
  47. "@babel/core": "^7.8.7",
  48. "@babel/preset-env": "^7.8.7",
  49. "@commitlint/cli": "^8.3.5",
  50. "@commitlint/config-conventional": "^8.3.4",
  51. "@webpack-contrib/defaults": "^6.3.0",
  52. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  53. "babel-jest": "^25.1.0",
  54. "commitlint-azure-pipelines-cli": "^1.0.3",
  55. "cross-env": "^7.0.2",
  56. "del": "^5.1.0",
  57. "del-cli": "^3.0.0",
  58. "eslint": "^6.8.0",
  59. "eslint-config-prettier": "^6.10.0",
  60. "eslint-plugin-import": "^2.20.1",
  61. "husky": "^4.2.3",
  62. "jest": "^25.1.0",
  63. "jest-junit": "^10.0.0",
  64. "lint-staged": "^10.0.8",
  65. "memfs": "^3.1.2",
  66. "memory-fs": "^0.5.0",
  67. "npm-run-all": "^4.1.5",
  68. "prettier": "^1.19.1",
  69. "standard-version": "^7.1.0",
  70. "url-loader": "^3.0.0",
  71. "webpack": "^4.42.0"
  72. },
  73. "engines": {
  74. "node": ">= 10.13.0"
  75. },
  76. "files": [
  77. "dist"
  78. ],
  79. "funding": {
  80. "type": "opencollective",
  81. "url": "https://opencollective.com/webpack"
  82. },
  83. "homepage": "https://github.com/webpack-contrib/file-loader",
  84. "keywords": [
  85. "webpack"
  86. ],
  87. "license": "MIT",
  88. "main": "dist/cjs.js",
  89. "name": "file-loader",
  90. "peerDependencies": {
  91. "webpack": "^4.0.0 || ^5.0.0"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/webpack-contrib/file-loader.git"
  96. },
  97. "scripts": {
  98. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  99. "clean": "del-cli dist",
  100. "commitlint": "commitlint --from=master",
  101. "defaults": "webpack-defaults",
  102. "lint": "npm-run-all -l -p \"lint:**\"",
  103. "lint:js": "eslint --cache .",
  104. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
  105. "prebuild": "npm run clean",
  106. "prepare": "npm run build",
  107. "pretest": "npm run lint",
  108. "release": "standard-version",
  109. "security": "npm audit",
  110. "start": "npm run build -- -w",
  111. "test": "npm run test:coverage",
  112. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  113. "test:only": "cross-env NODE_ENV=test jest",
  114. "test:watch": "npm run test:only -- --watch"
  115. },
  116. "version": "6.0.0"
  117. }