package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "_args": [
  3. [
  4. "vue-meta@2.4.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "vue-meta@2.4.0",
  9. "_id": "vue-meta@2.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-pBn7S0E1zpZdqzLsZB0ZicLuSEU=",
  12. "_location": "/vue-meta",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-meta@2.4.0",
  18. "name": "vue-meta",
  19. "escapedName": "vue-meta",
  20. "rawSpec": "2.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.nlark.com/vue-meta/download/vue-meta-2.4.0.tgz",
  28. "_spec": "2.4.0",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  30. "bugs": {
  31. "url": "https://github.com/nuxt/vue-meta/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Declan de Wet",
  36. "url": "@declandewet"
  37. },
  38. {
  39. "name": "Sebastien Chopin",
  40. "url": "@Atinux"
  41. },
  42. {
  43. "name": "Pim",
  44. "url": "@pimlie"
  45. }
  46. ],
  47. "dependencies": {
  48. "deepmerge": "^4.2.2"
  49. },
  50. "description": "Manage HTML metadata in Vue.js components with ssr support",
  51. "devDependencies": {
  52. "@babel/cli": "^7.10.1",
  53. "@babel/core": "^7.10.2",
  54. "@babel/node": "^7.10.1",
  55. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  56. "@babel/preset-env": "^7.10.2",
  57. "@nuxtjs/eslint-config": "^3.0.0",
  58. "@vue/server-test-utils": "^1.0.3",
  59. "@vue/test-utils": "^1.0.3",
  60. "@vuepress/plugin-google-analytics": "^1.5.1",
  61. "@vuepress/plugin-pwa": "^1.5.1",
  62. "babel-core": "^7.0.0-bridge",
  63. "babel-eslint": "^10.1.0",
  64. "babel-jest": "^26.0.1",
  65. "babel-loader": "^8.1.0",
  66. "babel-plugin-dynamic-import-node": "^2.3.3",
  67. "browserstack-local": "^1.4.5",
  68. "chromedriver": "^83.0.0",
  69. "codecov": "^3.7.0",
  70. "copy-webpack-plugin": "^6.0.2",
  71. "eslint": "^7.2.0",
  72. "eslint-config-standard": "^14.1.1",
  73. "eslint-plugin-import": "^2.21.2",
  74. "eslint-plugin-jest": "^23.13.2",
  75. "eslint-plugin-node": "^11.1.0",
  76. "eslint-plugin-promise": "^4.2.1",
  77. "eslint-plugin-standard": "^4.0.1",
  78. "eslint-plugin-vue": "^6.2.2",
  79. "esm": "^3.2.25",
  80. "fs-extra": "^9.0.1",
  81. "geckodriver": "^1.19.1",
  82. "get-port": "^5.1.1",
  83. "hable": "3.0.0",
  84. "is-wsl": "^2.2.0",
  85. "jest": "^26.0.1",
  86. "jest-environment-jsdom": "^26.0.1",
  87. "jest-environment-jsdom-global": "^2.0.2",
  88. "jsdom": "^16.2.2",
  89. "lodash": "^4.17.15",
  90. "node-env-file": "^0.1.8",
  91. "puppeteer-core": "^3.3.0",
  92. "rimraf": "^3.0.2",
  93. "rollup": "^2.15.0",
  94. "rollup-plugin-babel": "^4.4.0",
  95. "rollup-plugin-commonjs": "^10.1.0",
  96. "rollup-plugin-json": "^4.0.0",
  97. "rollup-plugin-node-resolve": "^5.2.0",
  98. "rollup-plugin-replace": "^2.2.0",
  99. "rollup-plugin-terser": "^6.1.0",
  100. "selenium-webdriver": "^4.0.0-alpha.7",
  101. "standard-version": "^8.0.0",
  102. "tib": "^0.7.4",
  103. "typescript": "^3.9.5",
  104. "vue": "^2.6.11",
  105. "vue-jest": "^3.0.5",
  106. "vue-loader": "^15.9.2",
  107. "vue-router": "^3.3.2",
  108. "vue-server-renderer": "^2.6.11",
  109. "vue-template-compiler": "^2.6.11",
  110. "vuepress": "^1.5.1",
  111. "vuepress-theme-vue": "^1.1.0",
  112. "webpack": "^4.43.0"
  113. },
  114. "files": [
  115. "dist",
  116. "types/*.d.ts"
  117. ],
  118. "homepage": "https://github.com/nuxt/vue-meta",
  119. "keywords": [
  120. "attribute",
  121. "google",
  122. "head",
  123. "helmet",
  124. "info",
  125. "metadata",
  126. "meta",
  127. "seo",
  128. "server",
  129. "ssr",
  130. "title",
  131. "universal",
  132. "vue"
  133. ],
  134. "license": "MIT",
  135. "main": "dist/vue-meta.common.js",
  136. "module": "dist/vue-meta.esm.js",
  137. "name": "vue-meta",
  138. "repository": {
  139. "type": "git",
  140. "url": "git@github.com/nuxt/vue-meta.git"
  141. },
  142. "scripts": {
  143. "build": "rimraf dist && rollup -c scripts/rollup.config.js",
  144. "coverage": "codecov",
  145. "dev": "cd examples && yarn dev && cd ..",
  146. "docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
  147. "docs:build": "vuepress build docs",
  148. "lint": "eslint src test",
  149. "prerelease": "git checkout master && git pull -r",
  150. "release": "yarn lint && yarn test && standard-version",
  151. "test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
  152. "test:e2e-browser": "jest test/e2e/browser",
  153. "test:e2e-ssr": "jest test/e2e/ssr",
  154. "test:types": "tsc -p types/test",
  155. "test:unit": "jest test/unit"
  156. },
  157. "typings": "types/index.d.ts",
  158. "version": "2.4.0",
  159. "web": "dist/vue-meta.js"
  160. }