package.json 4.0 KB

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