package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "url-loader@1.0.1",
  3. "_id": "url-loader@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rAonpHy7231fmweBKUFe0bYnlGDty77E+fm53NZdij7j/YOpyGzc7ttqG1nAXl3aRs0k41o0PC3TvGXQiw2Zvw==",
  6. "_location": "/url-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "url-loader@1.0.1",
  12. "name": "url-loader",
  13. "escapedName": "url-loader",
  14. "rawSpec": "1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/url-loader/-/url-loader-1.0.1.tgz",
  22. "_shasum": "61bc53f1f184d7343da2728a1289ef8722ea45ee",
  23. "_spec": "url-loader@1.0.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack-contrib/url-loader/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "loader-utils": "^1.1.0",
  34. "mime": "^2.0.3",
  35. "schema-utils": "^0.4.3"
  36. },
  37. "deprecated": false,
  38. "description": "URL Loader for webpack",
  39. "devDependencies": {
  40. "@commitlint/cli": "^5.2.5",
  41. "@commitlint/config-angular": "^5.1.1",
  42. "@webpack-contrib/eslint-config-webpack": "^2.0.2",
  43. "@webpack-contrib/test-utils": "^0.1.2",
  44. "babel-cli": "^6.26.0",
  45. "babel-jest": "^22.0.3",
  46. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  47. "babel-polyfill": "^6.26.0",
  48. "babel-preset-env": "^1.6.1",
  49. "conventional-github-releaser": "^2.0.0",
  50. "cross-env": "^5.1.1",
  51. "del": "^3.0.0",
  52. "del-cli": "^1.1.0",
  53. "eslint": "^4.13.1",
  54. "eslint-plugin-import": "^2.8.0",
  55. "eslint-plugin-prettier": "^2.4.0",
  56. "file-loader": "^1.1.6",
  57. "husky": "^0.14.3",
  58. "jest": "^22.0.3",
  59. "lint-staged": "^6.0.0",
  60. "memory-fs": "^0.4.1",
  61. "nsp": "^3.1.0",
  62. "pre-commit": "^1.2.2",
  63. "prettier": "^1.9.2",
  64. "standard-version": "^4.2.0",
  65. "webpack": "^4.0.0",
  66. "webpack-defaults": "^2.0.0-rc.2"
  67. },
  68. "engines": {
  69. "node": ">= 6.9.0 || >= 8.9.0"
  70. },
  71. "files": [
  72. "dist"
  73. ],
  74. "homepage": "https://github.com/webpack-contrib/url-loader",
  75. "license": "MIT",
  76. "lint-staged": {
  77. "*.js": [
  78. "eslint --fix",
  79. "git add"
  80. ]
  81. },
  82. "main": "dist/cjs.js",
  83. "name": "url-loader",
  84. "peerDependencies": {
  85. "webpack": "^3.0.0 || ^4.0.0"
  86. },
  87. "pre-commit": "lint-staged",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/webpack-contrib/url-loader.git"
  91. },
  92. "scripts": {
  93. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  94. "ci:coverage": "npm run test:coverage -- --runInBand",
  95. "ci:lint": "npm run lint && npm run security",
  96. "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
  97. "ci:test": "npm run test -- --runInBand",
  98. "clean": "del-cli dist",
  99. "commitlint": "commitlint",
  100. "commitmsg": "commitlint -e $GIT_PARAMS",
  101. "defaults": "webpack-defaults",
  102. "lint": "eslint --cache src test",
  103. "lint-staged": "lint-staged",
  104. "prebuild": "npm run clean",
  105. "prepare": "npm run build",
  106. "release": "standard-version",
  107. "release:ci": "conventional-github-releaser -p angular",
  108. "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
  109. "security": "nsp check",
  110. "start": "npm run build -- -w",
  111. "test": "jest",
  112. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  113. "test:watch": "jest --watch"
  114. },
  115. "version": "1.0.1"
  116. }