package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "raw-loader@4.0.1",
  3. "_id": "raw-loader@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A==",
  6. "_location": "/raw-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "raw-loader@4.0.1",
  12. "name": "raw-loader",
  13. "escapedName": "raw-loader",
  14. "rawSpec": "4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "4.0.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-4.0.1.tgz",
  22. "_shasum": "14e1f726a359b68437e183d5a5b7d33a3eba6933",
  23. "_spec": "raw-loader@4.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack-contrib/raw-loader/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "loader-utils": "^2.0.0",
  34. "schema-utils": "^2.6.5"
  35. },
  36. "deprecated": false,
  37. "description": "A loader for webpack that allows importing files as a String",
  38. "devDependencies": {
  39. "@babel/cli": "^7.8.4",
  40. "@babel/core": "^7.9.0",
  41. "@babel/preset-env": "^7.9.5",
  42. "@commitlint/cli": "^8.3.5",
  43. "@commitlint/config-conventional": "^8.3.4",
  44. "@webpack-contrib/defaults": "^6.3.0",
  45. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  46. "babel-jest": "^25.3.0",
  47. "commitlint-azure-pipelines-cli": "^1.0.3",
  48. "cross-env": "^7.0.2",
  49. "del": "^5.1.0",
  50. "del-cli": "^3.0.0",
  51. "eslint": "^6.8.0",
  52. "eslint-config-prettier": "^6.10.1",
  53. "eslint-plugin-import": "^2.20.2",
  54. "eslint-plugin-prettier": "^3.1.3",
  55. "husky": "^4.2.5",
  56. "jest": "^25.3.0",
  57. "jest-junit": "^10.0.0",
  58. "lint-staged": "^10.1.3",
  59. "memfs": "^3.1.2",
  60. "npm-run-all": "^4.1.5",
  61. "prettier": "^2.0.4",
  62. "standard-version": "^7.1.0",
  63. "webpack": "^4.42.1"
  64. },
  65. "engines": {
  66. "node": ">= 10.13.0"
  67. },
  68. "files": [
  69. "dist"
  70. ],
  71. "funding": {
  72. "type": "opencollective",
  73. "url": "https://opencollective.com/webpack"
  74. },
  75. "homepage": "https://github.com/webpack-contrib/raw-loader",
  76. "keywords": [
  77. "webpack"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/cjs.js",
  81. "name": "raw-loader",
  82. "peerDependencies": {
  83. "webpack": "^4.0.0 || ^5.0.0"
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/webpack-contrib/raw-loader.git"
  88. },
  89. "scripts": {
  90. "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  91. "clean": "del-cli dist",
  92. "commitlint": "commitlint --from=master",
  93. "defaults": "webpack-defaults",
  94. "lint": "npm-run-all -l -p \"lint:**\"",
  95. "lint:js": "eslint --cache .",
  96. "lint:prettier": "prettier --list-different .",
  97. "prebuild": "npm run clean",
  98. "prepare": "npm run build",
  99. "pretest": "npm run lint",
  100. "release": "standard-version",
  101. "security": "npm audit",
  102. "start": "npm run build -- -w",
  103. "test": "npm run test:coverage",
  104. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  105. "test:only": "cross-env NODE_ENV=test jest",
  106. "test:watch": "npm run test:only -- --watch"
  107. },
  108. "version": "4.0.1"
  109. }