package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "vue-jest@^3.0.4",
  3. "_id": "vue-jest@3.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PIOxFM+wsBMry26ZpfBvUQ/DGH2hvp5khDQ1n51g3bN0TwFwTy4J85XVfxTRMukqHji/GnAoGUnlZ5Ao73K62w==",
  6. "_location": "/vue-jest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-jest@^3.0.4",
  12. "name": "vue-jest",
  13. "escapedName": "vue-jest",
  14. "rawSpec": "^3.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.4"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vue-jest/-/vue-jest-3.0.7.tgz",
  22. "_shasum": "a6d29758a5cb4d750f5d1242212be39be4296a33",
  23. "_spec": "vue-jest@^3.0.4",
  24. "_where": "H:\\gs_nuxt",
  25. "author": {
  26. "name": "Edd Yerburgh"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/vuejs/vue-jest/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
  34. "chalk": "^2.1.0",
  35. "deasync": "^0.1.15",
  36. "extract-from-css": "^0.4.4",
  37. "find-babel-config": "^1.1.0",
  38. "js-beautify": "^1.6.14",
  39. "node-cache": "^4.1.1",
  40. "object-assign": "^4.1.1",
  41. "source-map": "^0.5.6",
  42. "tsconfig": "^7.0.0",
  43. "vue-template-es2015-compiler": "^1.6.0"
  44. },
  45. "deprecated": false,
  46. "description": "Jest Vue transform",
  47. "devDependencies": {
  48. "@vue/test-utils": "^1.0.0-beta.25",
  49. "babel-core": "^6.25.0",
  50. "babel-jest": "^20.0.3",
  51. "babel-plugin-istanbul": "^4.1.4",
  52. "babel-preset-env": "^1.6.1",
  53. "clear-module": "^2.1.0",
  54. "coffeescript": "^2.0.3",
  55. "conventional-changelog": "^1.1.5",
  56. "eslint": "^4.3.0",
  57. "eslint-plugin-html": "^3.1.1",
  58. "eslint-plugin-vue": "^2.1.0",
  59. "eslint-plugin-vue-libs": "^1.2.0",
  60. "hamljs": "^0.6.2",
  61. "jade": "^1.11.0",
  62. "jest": "^20.0.4",
  63. "node-sass": "^4.10.0",
  64. "postcss": "^7.0.18",
  65. "postcss-css-variables": "^0.13.0",
  66. "postcss-load-config": "^2.1.0",
  67. "postcss-nested": "^4.1.2",
  68. "pug": "^2.0.0-rc.3",
  69. "stylus": "^0.54.5",
  70. "typescript": "^2.5.2",
  71. "vue": "^2.4.2",
  72. "vue-template-compiler": "^2.4.2"
  73. },
  74. "files": [
  75. "vue-jest.js",
  76. "lib"
  77. ],
  78. "homepage": "https://github.com/vuejs/vue-jest#readme",
  79. "jest": {
  80. "moduleFileExtensions": [
  81. "js",
  82. "json",
  83. "vue"
  84. ],
  85. "transform": {
  86. "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
  87. ".*\\.(vue)$": "<rootDir>/vue-jest.js"
  88. },
  89. "mapCoverage": true,
  90. "moduleNameMapper": {
  91. "^~?__root/(.*)$": "<rootDir>/$1",
  92. "^~?__test/(.*)$": "<rootDir>/test/$1"
  93. }
  94. },
  95. "keywords": [
  96. "jest",
  97. "vue",
  98. "jest vue",
  99. "jest vue transform",
  100. "jest vue preprocessor",
  101. "vue jest",
  102. "vue jest",
  103. "vue jest transform",
  104. "vue jest preprocessor"
  105. ],
  106. "license": "MIT",
  107. "main": "vue-jest.js",
  108. "name": "vue-jest",
  109. "peerDependencies": {
  110. "babel-core": "^6.25.0 || ^7.0.0-0",
  111. "vue": "^2.x",
  112. "vue-template-compiler": "^2.x"
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/vuejs/vue-jest.git"
  117. },
  118. "scripts": {
  119. "lint": "eslint lib vue-jest.js test",
  120. "lint:fix": "npm run lint -- --fix",
  121. "release": "build/release.sh",
  122. "release:note": "node build/gen-release-note.js",
  123. "test": "npm run lint && ./test.sh",
  124. "unit": "./test.sh",
  125. "unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage"
  126. },
  127. "version": "3.0.7"
  128. }