package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "cache-loader@^4.1.0",
  3. "_id": "cache-loader@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mUjK41OuwKH8ser9ojAIFuyFOH4=",
  6. "_location": "/cache-loader",
  7. "_phantomChildren": {
  8. "minimist": "1.2.5"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "cache-loader@^4.1.0",
  14. "name": "cache-loader",
  15. "escapedName": "cache-loader",
  16. "rawSpec": "^4.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.1.0"
  19. },
  20. "_requiredBy": [
  21. "/@vue/cli-plugin-babel",
  22. "/@vue/cli-service"
  23. ],
  24. "_resolved": "https://registry.npm.taobao.org/cache-loader/download/cache-loader-4.1.0.tgz",
  25. "_shasum": "9948cae353aec0a1fcb1eafda2300816ec85387e",
  26. "_spec": "cache-loader@^4.1.0",
  27. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@vue\\cli-plugin-babel",
  28. "author": {
  29. "name": "Tobias Koppers @sokra"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/webpack-contrib/cache-loader/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "buffer-json": "^2.0.0",
  37. "find-cache-dir": "^3.0.0",
  38. "loader-utils": "^1.2.3",
  39. "mkdirp": "^0.5.1",
  40. "neo-async": "^2.6.1",
  41. "schema-utils": "^2.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Caches the result of following loaders on disk.",
  45. "devDependencies": {
  46. "@babel/cli": "^7.5.5",
  47. "@babel/core": "^7.5.5",
  48. "@babel/preset-env": "^7.5.5",
  49. "@commitlint/cli": "^8.1.0",
  50. "@commitlint/config-conventional": "^8.1.0",
  51. "@webpack-contrib/defaults": "^5.0.2",
  52. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  53. "babel-jest": "^24.8.0",
  54. "babel-loader": "^8.0.6",
  55. "commitlint-azure-pipelines-cli": "^1.0.2",
  56. "cross-env": "^5.2.0",
  57. "del": "^5.0.0",
  58. "del-cli": "^2.0.0",
  59. "eslint": "^6.0.1",
  60. "eslint-config-prettier": "^6.0.0",
  61. "eslint-plugin-import": "^2.18.0",
  62. "file-loader": "^4.1.0",
  63. "husky": "^3.0.0",
  64. "jest": "^24.8.0",
  65. "jest-junit": "^6.4.0",
  66. "lint-staged": "^9.2.0",
  67. "memory-fs": "^0.4.1",
  68. "normalize-path": "^3.0.0",
  69. "npm-run-all": "^4.1.5",
  70. "prettier": "^1.18.2",
  71. "standard-version": "^6.0.1",
  72. "uuid": "^3.3.2",
  73. "webpack": "^4.36.1",
  74. "webpack-cli": "^3.3.6"
  75. },
  76. "engines": {
  77. "node": ">= 8.9.0"
  78. },
  79. "files": [
  80. "dist"
  81. ],
  82. "homepage": "https://github.com/webpack-contrib/cache-loader",
  83. "keywords": [
  84. "webpack"
  85. ],
  86. "license": "MIT",
  87. "main": "dist/cjs.js",
  88. "name": "cache-loader",
  89. "peerDependencies": {
  90. "webpack": "^4.0.0"
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/webpack-contrib/cache-loader.git"
  95. },
  96. "scripts": {
  97. "build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files",
  98. "clean": "del-cli dist",
  99. "commitlint": "commitlint --from=master",
  100. "defaults": "webpack-defaults",
  101. "lint": "npm-run-all -l -p \"lint:**\"",
  102. "lint:js": "eslint --cache src test",
  103. "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
  104. "prebuild": "npm run clean",
  105. "prepare": "npm run build",
  106. "pretest": "npm run lint",
  107. "release": "standard-version",
  108. "security": "npm audit",
  109. "start": "npm run build -- -w",
  110. "test": "cross-env NODE_ENV=test npm run test:coverage",
  111. "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage",
  112. "test:only": "cross-env NODE_ENV=test jest",
  113. "test:watch": "cross-env NODE_ENV=test jest --watch"
  114. },
  115. "version": "4.1.0"
  116. }