package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_from": "cache-loader@^2.0.1",
  3. "_id": "cache-loader@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V99T3FOynmGx26Zom+JrVBytLBsmUCzVG2/4NnUKgvXN4bEV42R1ERl1IyiH/cvFIDA1Ytq2lPZ9tXDSahcQpQ==",
  6. "_location": "/cache-loader",
  7. "_phantomChildren": {
  8. "ajv": "6.12.6",
  9. "ajv-errors": "1.0.1",
  10. "ajv-keywords": "3.5.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "cache-loader@^2.0.1",
  16. "name": "cache-loader",
  17. "escapedName": "cache-loader",
  18. "rawSpec": "^2.0.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.0.1"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-service"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/cache-loader/-/cache-loader-2.0.1.tgz",
  26. "_shasum": "5758f41a62d7c23941e3c3c7016e6faeb03acb07",
  27. "_spec": "cache-loader@^2.0.1",
  28. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "babel": {
  33. "presets": [
  34. [
  35. "@babel/preset-env",
  36. {
  37. "targets": {
  38. "node": "6.9.0"
  39. },
  40. "useBuiltIns": "usage"
  41. }
  42. ]
  43. ]
  44. },
  45. "bugs": {
  46. "url": "https://github.com/webpack-contrib/cache-loader/issues"
  47. },
  48. "bundleDependencies": false,
  49. "commitlint": {
  50. "extends": [
  51. "@commitlint/config-conventional"
  52. ]
  53. },
  54. "dependencies": {
  55. "loader-utils": "^1.1.0",
  56. "mkdirp": "^0.5.1",
  57. "neo-async": "^2.6.0",
  58. "normalize-path": "^3.0.0",
  59. "schema-utils": "^1.0.0"
  60. },
  61. "deprecated": false,
  62. "description": "Caches the result of following loaders on disk.",
  63. "devDependencies": {
  64. "@babel/cli": "^7.2.3",
  65. "@babel/core": "^7.2.2",
  66. "@babel/polyfill": "^7.2.3",
  67. "@babel/preset-env": "^7.2.3",
  68. "@commitlint/cli": "^7.2.1",
  69. "@commitlint/config-conventional": "^7.1.2",
  70. "@webpack-contrib/defaults": "^3.0.5",
  71. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  72. "babel-core": "^7.0.0-bridge.0",
  73. "babel-jest": "^23.6.0",
  74. "babel-loader": "^8.0.4",
  75. "cross-env": "^5.0.0",
  76. "del": "^3.0.0",
  77. "del-cli": "^1.0.0",
  78. "eslint": "^5.10.0",
  79. "eslint-config-webpack": "^1.0.0",
  80. "eslint-plugin-import": "^2.0.0",
  81. "eslint-plugin-prettier": "^3.0.0",
  82. "husky": "^1.2.1",
  83. "jest": "^23.6.0",
  84. "lint-staged": "^8.1.0",
  85. "memory-fs": "^0.4.1",
  86. "pre-commit": "^1.0.0",
  87. "prettier": "^1.15.2",
  88. "standard-version": "^4.0.0",
  89. "webpack": "^4.27.1",
  90. "webpack-cli": "^3.1.2"
  91. },
  92. "engines": {
  93. "node": ">= 6.9.0"
  94. },
  95. "files": [
  96. "dist"
  97. ],
  98. "homepage": "https://github.com/webpack-contrib/cache-loader",
  99. "husky": {
  100. "hooks": {
  101. "pre-commit": "lint-staged"
  102. }
  103. },
  104. "keywords": [
  105. "webpack"
  106. ],
  107. "license": "MIT",
  108. "lint-staged": {
  109. "*.js": [
  110. "eslint --fix",
  111. "git add"
  112. ]
  113. },
  114. "main": "dist/cjs.js",
  115. "name": "cache-loader",
  116. "peerDependencies": {
  117. "webpack": "^4.0.0"
  118. },
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/webpack-contrib/cache-loader.git"
  122. },
  123. "scripts": {
  124. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  125. "ci:coverage": "npm run test:coverage -- --runInBand",
  126. "ci:lint": "npm run lint && npm run security",
  127. "ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
  128. "ci:test": "npm run test -- --runInBand",
  129. "clean": "del-cli dist",
  130. "commitlint": "commitlint",
  131. "commitmsg": "commitlint -e $GIT_PARAMS",
  132. "defaults": "webpack-defaults",
  133. "lint": "eslint --cache src test",
  134. "prebuild": "npm run clean",
  135. "prepublish": "npm run build",
  136. "release": "standard-version",
  137. "security": "npm audit",
  138. "start": "npm run build -- -w",
  139. "test": "jest",
  140. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  141. "test:watch": "jest --watch"
  142. },
  143. "version": "2.0.1"
  144. }