package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "@vue/component-compiler-utils@^2.0.0",
  3. "_id": "@vue/component-compiler-utils@2.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IHjxt7LsOFYc0DkTncB7OXJL7UzwOLPPQCfEUNyxL2qt+tF12THV+EO33O1G2Uk4feMSWua3iD39Itszx0f0bw==",
  6. "_location": "/@vue/component-compiler-utils",
  7. "_phantomChildren": {
  8. "indexes-of": "1.0.1",
  9. "picocolors": "0.2.1",
  10. "source-map": "0.6.1",
  11. "uniq": "1.0.1"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "@vue/component-compiler-utils@^2.0.0",
  17. "name": "@vue/component-compiler-utils",
  18. "escapedName": "@vue%2fcomponent-compiler-utils",
  19. "scope": "@vue",
  20. "rawSpec": "^2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/vue-loader"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-2.6.0.tgz",
  28. "_shasum": "aa46d2a6f7647440b0b8932434d22f12371e543b",
  29. "_spec": "@vue/component-compiler-utils@^2.0.0",
  30. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\vue-loader",
  31. "author": {
  32. "name": "Evan You"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/vuejs/component-compiler-utils/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "consolidate": "^0.15.1",
  40. "hash-sum": "^1.0.2",
  41. "lru-cache": "^4.1.2",
  42. "merge-source-map": "^1.1.0",
  43. "postcss": "^7.0.14",
  44. "postcss-selector-parser": "^5.0.0",
  45. "prettier": "1.16.3",
  46. "source-map": "~0.6.1",
  47. "vue-template-es2015-compiler": "^1.9.0"
  48. },
  49. "deprecated": false,
  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. "node-sass": "^4.11.0",
  59. "pug": "^2.0.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. "gitHooks": {
  68. "pre-commit": "lint-staged"
  69. },
  70. "homepage": "https://github.com/vuejs/component-compiler-utils#readme",
  71. "keywords": [
  72. "vue",
  73. "sfc",
  74. "component",
  75. "compiler"
  76. ],
  77. "license": "MIT",
  78. "lint-staged": {
  79. "*.{ts,js}": [
  80. "prettier --write",
  81. "git add"
  82. ]
  83. },
  84. "main": "dist/index.js",
  85. "name": "@vue/component-compiler-utils",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/vuejs/component-compiler-utils.git"
  89. },
  90. "scripts": {
  91. "build": "rm -rf dist && tsc",
  92. "lint": "prettier --write \"{lib,test}/**/*.ts\"",
  93. "prepublishOnly": "yarn build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
  94. "test": "prettier --list-different \"{lib,test}/**/*.ts\" && jest --coverage"
  95. },
  96. "typings": "dist/index.d.ts",
  97. "version": "2.6.0"
  98. }