package.json 3.7 KB

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