package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "vue-jest@1.4.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vue-jest@1.4.0",
  10. "_id": "vue-jest@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-X5YXTXcpklijK3wXG/CiW8Frkz+YPBjR+//FD5rcmlnmEelz+8AQpKA8vhbAHJx3gOhA2tkWt8XEjvxq1S0heg==",
  13. "_location": "/vue-jest",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vue-jest@1.4.0",
  19. "name": "vue-jest",
  20. "escapedName": "vue-jest",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vue-jest/-/vue-jest-1.4.0.tgz",
  29. "_spec": "1.4.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Edd Yerburgh"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/eddyerburgh/vue-jest/issues"
  36. },
  37. "dependencies": {
  38. "babel-core": "^6.25.0",
  39. "babel-preset-vue-app": "^1.3.1",
  40. "chalk": "^2.1.0",
  41. "find-babel-config": "^1.1.0",
  42. "js-beautify": "^1.6.14",
  43. "node-cache": "^4.1.1",
  44. "object-assign": "^4.1.1",
  45. "source-map": "^0.5.6",
  46. "tsconfig": "^7.0.0",
  47. "vue-template-es2015-compiler": "^1.5.3"
  48. },
  49. "description": "Jest Vue transform",
  50. "devDependencies": {
  51. "babel-jest": "^20.0.3",
  52. "babel-plugin-istanbul": "^4.1.4",
  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. "pug": "^2.0.0-rc.3",
  64. "typescript": "^2.5.2",
  65. "vue": "^2.4.2",
  66. "vue-template-compiler": "^2.4.2",
  67. "vue-test-utils": "git+https://github.com/vuejs/vue-test-utils.git"
  68. },
  69. "homepage": "https://github.com/eddyerburgh/vue-jest#readme",
  70. "jest": {
  71. "moduleFileExtensions": [
  72. "js",
  73. "json",
  74. "vue"
  75. ],
  76. "transform": {
  77. "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
  78. ".*\\.(vue)$": "<rootDir>/vue-jest.js"
  79. },
  80. "mapCoverage": true
  81. },
  82. "keywords": [
  83. "jest",
  84. "vue",
  85. "jest vue",
  86. "jest vue transform",
  87. "jest vue preprocessor",
  88. "vue jest",
  89. "vue jest",
  90. "vue jest transform",
  91. "vue jest preprocessor"
  92. ],
  93. "license": "MIT",
  94. "main": "vue-jest.js",
  95. "name": "vue-jest",
  96. "peerDependencies": {
  97. "vue": "^2.x",
  98. "vue-template-compiler": "^2.x"
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/eddyerburgh/vue-jest.git"
  103. },
  104. "scripts": {
  105. "lint": "eslint lib vue-jest.js test",
  106. "lint:fix": "npm run lint -- --fix",
  107. "release": "build/release.sh",
  108. "release:note": "node build/gen-release-note.js",
  109. "test": "npm run lint && ./test.sh",
  110. "unit": "./test.sh",
  111. "unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage"
  112. },
  113. "version": "1.4.0"
  114. }