package.json 2.8 KB

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