Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 3.9 KiB

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "url-loader@1.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "url-loader@1.1.1",
  9. "_id": "url-loader@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-vugEeXjyYFBCUOpX+ZuaunbK3QXMKaQ3zUnRfIpRBlGkY7QizCnzyyn2ASfcxsvyU3ef+CJppVywnl3Kgf13Gg==",
  12. "_location": "/url-loader",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "url-loader@1.1.1",
  18. "name": "url-loader",
  19. "escapedName": "url-loader",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/url-loader/-/url-loader-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Tobias Koppers @sokra"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/url-loader/issues"
  35. },
  36. "dependencies": {
  37. "loader-utils": "^1.1.0",
  38. "mime": "^2.0.3",
  39. "schema-utils": "^1.0.0"
  40. },
  41. "description": "A loader for webpack which transforms files into base64 URIs",
  42. "devDependencies": {
  43. "@commitlint/cli": "^5.2.5",
  44. "@commitlint/config-angular": "^5.1.1",
  45. "@commitlint/config-conventional": "^7.0.1",
  46. "@webpack-contrib/defaults": "^2.4.0",
  47. "@webpack-contrib/eslint-config-webpack": "^2.0.2",
  48. "@webpack-contrib/test-utils": "^0.1.2",
  49. "babel-cli": "^6.26.0",
  50. "babel-jest": "^22.0.3",
  51. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  52. "babel-polyfill": "^6.26.0",
  53. "babel-preset-env": "^1.6.1",
  54. "conventional-github-releaser": "^2.0.0",
  55. "cross-env": "^5.1.1",
  56. "del": "^3.0.0",
  57. "del-cli": "^1.1.0",
  58. "eslint": "^4.13.1",
  59. "eslint-plugin-import": "^2.8.0",
  60. "eslint-plugin-prettier": "^2.4.0",
  61. "file-loader": "^1.1.6",
  62. "husky": "^0.14.3",
  63. "jest": "^22.0.3",
  64. "jest-serializer-path": "^0.1.15",
  65. "lint-staged": "^6.0.0",
  66. "memory-fs": "^0.4.1",
  67. "nsp": "^3.1.0",
  68. "pre-commit": "^1.2.2",
  69. "prettier": "^1.9.2",
  70. "standard-version": "^4.2.0",
  71. "webpack": "^4.0.0"
  72. },
  73. "engines": {
  74. "node": ">= 6.9.0 < 7.0.0 || >= 8.9.0"
  75. },
  76. "files": [
  77. "dist"
  78. ],
  79. "homepage": "https://github.com/webpack-contrib/url-loader",
  80. "jest": {
  81. "snapshotSerializers": [
  82. "jest-serializer-path"
  83. ],
  84. "testEnvironment": "node"
  85. },
  86. "keywords": [
  87. "webpack"
  88. ],
  89. "license": "MIT",
  90. "lint-staged": {
  91. "*.js": [
  92. "eslint --fix",
  93. "git add"
  94. ]
  95. },
  96. "main": "dist/cjs.js",
  97. "name": "url-loader",
  98. "peerDependencies": {
  99. "webpack": "^4.0.0"
  100. },
  101. "pre-commit": "lint-staged",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/webpack-contrib/url-loader.git"
  105. },
  106. "scripts": {
  107. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  108. "ci:coverage": "npm run test:coverage -- --runInBand",
  109. "ci:lint": "npm run lint && npm run security",
  110. "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
  111. "ci:test": "npm run test -- --runInBand",
  112. "clean": "del-cli dist",
  113. "commitlint": "commitlint",
  114. "commitmsg": "commitlint -e $GIT_PARAMS",
  115. "defaults": "webpack-defaults",
  116. "lint": "eslint --cache src test",
  117. "lint-staged": "lint-staged",
  118. "prebuild": "npm run clean",
  119. "prepublish": "npm run build",
  120. "release": "standard-version",
  121. "release:ci": "conventional-github-releaser -p angular",
  122. "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
  123. "security": "nsp check",
  124. "start": "npm run build -- -w",
  125. "test": "jest",
  126. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  127. "test:watch": "jest --watch"
  128. },
  129. "version": "1.1.1"
  130. }