package.json 3.5 KB

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