项目原始demo,不改动
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
 
 
 
 

142 righe
3.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "vue-loader@13.7.3",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-loader@13.7.3",
  10. "_id": "vue-loader@13.7.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ACCwbfeC6HjY2pnDii+Zer+MZ6sdOtwvLmDXRK/BoD3WNR551V22R6KEagwHoTRJ0ZlIhpCBkptpCU6+Ri/05w==",
  13. "_location": "/vue-loader",
  14. "_phantomChildren": {
  15. "is-directory": "0.3.1",
  16. "js-yaml": "3.7.0",
  17. "object-assign": "4.1.1",
  18. "os-homedir": "1.0.2",
  19. "parse-json": "2.2.0",
  20. "postcss-load-options": "1.2.0",
  21. "postcss-load-plugins": "2.3.0"
  22. },
  23. "_requested": {
  24. "type": "version",
  25. "registry": true,
  26. "raw": "vue-loader@13.7.3",
  27. "name": "vue-loader",
  28. "escapedName": "vue-loader",
  29. "rawSpec": "13.7.3",
  30. "saveSpec": null,
  31. "fetchSpec": "13.7.3"
  32. },
  33. "_requiredBy": [
  34. "#DEV:/"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-13.7.3.tgz",
  37. "_spec": "13.7.3",
  38. "_where": "D:\\A易云\\YiYunJianZhu",
  39. "author": {
  40. "name": "Evan You"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/vuejs/vue-loader/issues"
  44. },
  45. "dependencies": {
  46. "consolidate": "^0.14.0",
  47. "hash-sum": "^1.0.2",
  48. "loader-utils": "^1.1.0",
  49. "lru-cache": "^4.1.1",
  50. "postcss": "^6.0.8",
  51. "postcss-load-config": "^1.1.0",
  52. "postcss-selector-parser": "^2.0.0",
  53. "prettier": "^1.7.0",
  54. "resolve": "^1.4.0",
  55. "source-map": "^0.6.1",
  56. "vue-hot-reload-api": "^2.2.0",
  57. "vue-style-loader": "^3.0.0",
  58. "vue-template-es2015-compiler": "^1.6.0"
  59. },
  60. "description": "Vue single-file component loader for Webpack",
  61. "devDependencies": {
  62. "babel-core": "^6.25.0",
  63. "babel-loader": "^7.0.0",
  64. "babel-preset-env": "^1.6.0",
  65. "chai": "^4.1.0",
  66. "coffee-loader": "^0.7.2",
  67. "coffee-script": "^1.12.7",
  68. "css-loader": "^0.28.4",
  69. "eslint": "^3.19.0",
  70. "eslint-plugin-vue-libs": "^1.2.0",
  71. "expose-loader": "^0.7.1",
  72. "extract-text-webpack-plugin": "^3.0.0",
  73. "file-loader": "^1.1.5",
  74. "gitbook-plugin-edit-link": "^2.0.2",
  75. "gitbook-plugin-github": "^3.0.0",
  76. "gitbook-plugin-theme-vuejs": "^1.1.0",
  77. "husky": "^0.14.3",
  78. "inject-loader": "^3.0.1",
  79. "js-yaml": "^3.9.1",
  80. "jsdom": "^9.2.1",
  81. "lint-staged": "^4.0.2",
  82. "marked": "^0.3.6",
  83. "memory-fs": "^0.4.1",
  84. "mkdirp": "^0.5.1",
  85. "mocha": "^4.0.1",
  86. "node-libs-browser": "^2.0.0",
  87. "normalize-newline": "^3.0.0",
  88. "null-loader": "^0.1.1",
  89. "pug": "^2.0.0-rc.2",
  90. "raw-loader": "^0.5.1",
  91. "skeleton-loader": "1.1.3",
  92. "stylus": "^0.54.5",
  93. "stylus-loader": "^3.0.1",
  94. "sugarss": "^1.0.0",
  95. "url-loader": "^0.6.2",
  96. "vue": "^2.5.0",
  97. "vue-server-renderer": "^2.5.0",
  98. "vue-template-compiler": "^2.5.0",
  99. "webpack": "^3.7.1"
  100. },
  101. "files": [
  102. "index.js",
  103. "lib"
  104. ],
  105. "homepage": "https://github.com/vuejs/vue-loader",
  106. "keywords": [
  107. "vue",
  108. "webpack",
  109. "loader"
  110. ],
  111. "license": "MIT",
  112. "lint-staged": {
  113. "lib/**/*.js": [
  114. "eslint --fix",
  115. "git add"
  116. ],
  117. "test/**/*.js": [
  118. "eslint --fix",
  119. "git add"
  120. ]
  121. },
  122. "main": "index.js",
  123. "name": "vue-loader",
  124. "peerDependencies": {
  125. "css-loader": "*",
  126. "vue-template-compiler": "^2.0.0"
  127. },
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/vuejs/vue-loader.git"
  131. },
  132. "scripts": {
  133. "docs": "cd docs && gitbook install && gitbook serve",
  134. "docs:deploy": "bash ./docs/deploy.sh",
  135. "lint": "eslint lib test",
  136. "lint:fix": "eslint lib test --fix",
  137. "precommit": "lint-staged",
  138. "test": "eslint lib && mocha --slow 5000 --timeout 10000"
  139. },
  140. "version": "13.7.3"
  141. }