package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "file-loader@^3.0.1",
  3. "_id": "file-loader@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==",
  6. "_location": "/file-loader",
  7. "_phantomChildren": {
  8. "ajv": "6.12.6",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.5.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "file-loader@^3.0.1",
  16. "name": "file-loader",
  17. "escapedName": "file-loader",
  18. "rawSpec": "^3.0.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^3.0.1"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-service"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/file-loader/-/file-loader-3.0.1.tgz",
  26. "_shasum": "f8e0ba0b599918b51adfe45d66d1e771ad560faa",
  27. "_spec": "file-loader@^3.0.1",
  28. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "babel": {
  33. "presets": [
  34. [
  35. "@babel/preset-env",
  36. {
  37. "targets": {
  38. "node": "6.9.0"
  39. },
  40. "useBuiltIns": "usage"
  41. }
  42. ]
  43. ]
  44. },
  45. "bugs": {
  46. "url": "https://github.com/webpack-contrib/file-loader/issues"
  47. },
  48. "bundleDependencies": false,
  49. "commitlint": {
  50. "extends": [
  51. "@commitlint/config-conventional"
  52. ]
  53. },
  54. "dependencies": {
  55. "loader-utils": "^1.0.2",
  56. "schema-utils": "^1.0.0"
  57. },
  58. "deprecated": false,
  59. "description": "A file loader module for webpack",
  60. "devDependencies": {
  61. "@babel/cli": "^7.2.0",
  62. "@babel/core": "^7.2.2",
  63. "@babel/polyfill": "^7.0.0",
  64. "@babel/preset-env": "^7.2.0",
  65. "@commitlint/cli": "^7.2.1",
  66. "@commitlint/config-conventional": "^7.1.2",
  67. "@webpack-contrib/defaults": "^3.0.0",
  68. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  69. "babel-core": "^7.0.0-bridge.0",
  70. "babel-jest": "^23.6.0",
  71. "cross-env": "^5.0.0",
  72. "del": "^3.0.0",
  73. "del-cli": "^1.0.0",
  74. "eslint": "^5.10.0",
  75. "eslint-plugin-import": "^2.0.0",
  76. "eslint-plugin-prettier": "^3.0.0",
  77. "husky": "^1.3.0",
  78. "jest": "^23.6.0",
  79. "lint-staged": "^8.1.0",
  80. "memory-fs": "^0.4.0",
  81. "prettier": "^1.11.1",
  82. "standard-version": "^4.0.0",
  83. "url-loader": "^1.1.2",
  84. "webpack": "^4.5.0"
  85. },
  86. "engines": {
  87. "node": ">= 6.9.0"
  88. },
  89. "files": [
  90. "dist"
  91. ],
  92. "homepage": "https://github.com/webpack-contrib/file-loader",
  93. "husky": {
  94. "hooks": {
  95. "pre-commit": "lint-staged"
  96. }
  97. },
  98. "keywords": [
  99. "webpack"
  100. ],
  101. "license": "MIT",
  102. "lint-staged": {
  103. "*.js": [
  104. "eslint --fix",
  105. "git add"
  106. ]
  107. },
  108. "main": "dist/cjs.js",
  109. "name": "file-loader",
  110. "peerDependencies": {
  111. "webpack": "^4.0.0"
  112. },
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/webpack-contrib/file-loader.git"
  116. },
  117. "scripts": {
  118. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  119. "ci:coverage": "npm run test:coverage -- --runInBand",
  120. "ci:lint": "npm run lint && npm run security",
  121. "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
  122. "ci:test": "npm run test -- --runInBand",
  123. "clean": "del-cli dist",
  124. "commitlint": "commitlint",
  125. "commitmsg": "commitlint -e $GIT_PARAMS",
  126. "defaults": "webpack-defaults",
  127. "lint": "eslint --cache src test",
  128. "prebuild": "npm run clean",
  129. "prepublish": "npm run build",
  130. "release": "standard-version",
  131. "security": "npm audit",
  132. "start": "npm run build -- -w",
  133. "test": "jest",
  134. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  135. "test:watch": "jest --watch"
  136. },
  137. "version": "3.0.1"
  138. }