Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "file-loader@^2.0.0",
  3. "_id": "file-loader@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YCsBfd1ZGCyonOKLxPiKPdu+8ld9HAaMEvJewzz+b2eTF7uL5Zm/HdBF6FjCrpCMRq25Mi0U1gl4pwn2TlH7hQ==",
  6. "_location": "/file-loader",
  7. "_phantomChildren": {
  8. "ajv": "6.10.2",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.4.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "file-loader@^2.0.0",
  16. "name": "file-loader",
  17. "escapedName": "file-loader",
  18. "rawSpec": "^2.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.0.0"
  21. },
  22. "_requiredBy": [
  23. "/laravel-mix"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/file-loader/-/file-loader-2.0.0.tgz",
  26. "_shasum": "39749c82f020b9e85901dcff98e8004e6401cfde",
  27. "_spec": "file-loader@^2.0.0",
  28. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "bin": "",
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/file-loader/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "loader-utils": "^1.0.2",
  39. "schema-utils": "^1.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "A file loader module for webpack",
  43. "devDependencies": {
  44. "@commitlint/cli": "^6.1.3",
  45. "@commitlint/config-conventional": "^6.1.3",
  46. "@webpack-contrib/eslint-config-webpack": "^2.0.4",
  47. "babel-cli": "^6.0.0",
  48. "babel-jest": "^22.4.3",
  49. "babel-plugin-transform-object-rest-spread": "^6.0.0",
  50. "babel-polyfill": "^6.0.0",
  51. "babel-preset-env": "^1.0.0",
  52. "conventional-github-releaser": "^2.0.2",
  53. "cross-env": "^5.0.0",
  54. "del": "^3.0.0",
  55. "del-cli": "^1.0.0",
  56. "eslint": "^4.0.0",
  57. "eslint-config-webpack": "^1.0.0",
  58. "eslint-plugin-import": "^2.0.0",
  59. "eslint-plugin-prettier": "^2.6.0",
  60. "husky": "^0.14.3",
  61. "jest": "^22.4.3",
  62. "lint-staged": "^7.0.4",
  63. "memory-fs": "^0.4.0",
  64. "nsp": "^3.2.1",
  65. "pre-commit": "^1.0.0",
  66. "prettier": "^1.11.1",
  67. "standard-version": "^4.0.0",
  68. "webpack": "^4.5.0",
  69. "webpack-defaults": "^2.3.0"
  70. },
  71. "engines": {
  72. "node": ">= 6.9.0 < 7.0.0 || >= 8.9.0"
  73. },
  74. "files": [
  75. "dist"
  76. ],
  77. "homepage": "https://github.com/webpack-contrib/file-loader",
  78. "keywords": [
  79. "webpack"
  80. ],
  81. "license": "MIT",
  82. "lint-staged": {
  83. "*.js": [
  84. "eslint --fix",
  85. "git add"
  86. ]
  87. },
  88. "main": "dist/cjs.js",
  89. "name": "file-loader",
  90. "peerDependencies": {
  91. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  92. },
  93. "pre-commit": "lint-staged",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/webpack-contrib/file-loader.git"
  97. },
  98. "scripts": {
  99. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  100. "ci:coverage": "npm run test:coverage -- --runInBand",
  101. "ci:lint": "npm run lint && npm run security",
  102. "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
  103. "ci:test": "npm run test -- --runInBand",
  104. "clean": "del-cli dist",
  105. "commitlint": "commitlint",
  106. "commitmsg": "commitlint -e $GIT_PARAMS",
  107. "defaults": "webpack-defaults",
  108. "lint": "eslint --cache src test",
  109. "lint-staged": "lint-staged",
  110. "prebuild": "npm run clean",
  111. "prepare": "npm run build",
  112. "release": "standard-version",
  113. "release:ci": "conventional-github-releaser -p angular",
  114. "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
  115. "security": "nsp check",
  116. "start": "npm run build -- -w",
  117. "test": "jest --env=node",
  118. "test:coverage": "jest --env=node --collectCoverageFrom='src/**/*.js' --coverage",
  119. "test:watch": "jest --env=node --watch"
  120. },
  121. "version": "2.0.0"
  122. }