package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "@vue/component-compiler-utils@3.3.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/component-compiler-utils@3.3.0",
  10. "_id": "@vue/component-compiler-utils@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+fX7U0ZLDDeyyNLz+/5E32D2Hck=",
  13. "_location": "/@vue/component-compiler-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/component-compiler-utils@3.3.0",
  19. "name": "@vue/component-compiler-utils",
  20. "escapedName": "@vue%2fcomponent-compiler-utils",
  21. "scope": "@vue",
  22. "rawSpec": "3.3.0",
  23. "saveSpec": null,
  24. "fetchSpec": "3.3.0"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-service",
  28. "/vue-loader"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/download/@vue/component-compiler-utils-3.3.0.tgz?cache=0&sync_timestamp=1635248303132&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcomponent-compiler-utils%2Fdownload%2F%40vue%2Fcomponent-compiler-utils-3.3.0.tgz",
  31. "_spec": "3.3.0",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  33. "author": {
  34. "name": "Evan You"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/vuejs/component-compiler-utils/issues"
  38. },
  39. "dependencies": {
  40. "consolidate": "^0.15.1",
  41. "hash-sum": "^1.0.2",
  42. "lru-cache": "^4.1.2",
  43. "merge-source-map": "^1.1.0",
  44. "postcss": "^7.0.36",
  45. "postcss-selector-parser": "^6.0.2",
  46. "prettier": "^1.18.2 || ^2.0.0",
  47. "source-map": "~0.6.1",
  48. "vue-template-es2015-compiler": "^1.9.0"
  49. },
  50. "description": "Lower level utilities for compiling Vue single file components",
  51. "devDependencies": {
  52. "@types/jest": "^22.2.3",
  53. "@types/node": "^10.12.20",
  54. "conventional-changelog-cli": "^2.0.11",
  55. "jest": "^24.0.0",
  56. "less": "^3.9.0",
  57. "lint-staged": "^8.1.1",
  58. "pug": "^2.0.3",
  59. "sass": "^1.17.3",
  60. "stylus": "^0.54.5",
  61. "ts-jest": "^24.0.0",
  62. "typescript": "^3.3.0",
  63. "vue": "^2.6.6",
  64. "vue-template-compiler": "^2.6.6",
  65. "yorkie": "^2.0.0"
  66. },
  67. "files": [
  68. "dist",
  69. "lib"
  70. ],
  71. "gitHooks": {
  72. "pre-commit": "lint-staged"
  73. },
  74. "homepage": "https://github.com/vuejs/component-compiler-utils#readme",
  75. "keywords": [
  76. "vue",
  77. "sfc",
  78. "component",
  79. "compiler"
  80. ],
  81. "license": "MIT",
  82. "lint-staged": {
  83. "*.{ts,js}": [
  84. "prettier --write",
  85. "git add"
  86. ]
  87. },
  88. "main": "dist/index.js",
  89. "name": "@vue/component-compiler-utils",
  90. "optionalDependencies": {
  91. "prettier": "^1.18.2 || ^2.0.0"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/vuejs/component-compiler-utils.git"
  96. },
  97. "scripts": {
  98. "build": "rm -rf dist && tsc",
  99. "lint": "prettier --write \"{lib,test}/**/*.ts\"",
  100. "prepublishOnly": "yarn build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
  101. "test": "prettier --list-different \"{lib,test}/**/*.ts\" && jest --coverage"
  102. },
  103. "typings": "dist/index.d.ts",
  104. "version": "3.3.0"
  105. }