package.json 3.4 KB

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