package.json 3.4 KB

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