package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "cache-loader@^4.1.0",
  3. "_id": "cache-loader@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ftOayxve0PwKzBF/GLsZNC9fJBXl8lkZE3TOsjkboHfVHVkL39iUEs1FO07A33mizmci5Dudt38UZrrYXDtbhw==",
  6. "_location": "/cache-loader",
  7. "_phantomChildren": {
  8. "big.js": "5.2.2",
  9. "emojis-list": "3.0.0",
  10. "minimist": "1.2.6"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "cache-loader@^4.1.0",
  16. "name": "cache-loader",
  17. "escapedName": "cache-loader",
  18. "rawSpec": "^4.1.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^4.1.0"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-plugin-babel",
  24. "/@vue/cli-service"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/cache-loader/-/cache-loader-4.1.0.tgz",
  27. "_shasum": "9948cae353aec0a1fcb1eafda2300816ec85387e",
  28. "_spec": "cache-loader@^4.1.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-plugin-babel",
  30. "author": {
  31. "name": "Tobias Koppers @sokra"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/cache-loader/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "buffer-json": "^2.0.0",
  39. "find-cache-dir": "^3.0.0",
  40. "loader-utils": "^1.2.3",
  41. "mkdirp": "^0.5.1",
  42. "neo-async": "^2.6.1",
  43. "schema-utils": "^2.0.0"
  44. },
  45. "deprecated": false,
  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. }