package.json 3.5 KB

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