package.json 3.8 KB

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