package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "jest-serializer-vue@2.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-serializer-vue@2.0.2",
  10. "_id": "jest-serializer-vue@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-sjjvKGNX7GtIBCG9RxRQUJh9WbM=",
  13. "_location": "/jest-serializer-vue",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-serializer-vue@2.0.2",
  19. "name": "jest-serializer-vue",
  20. "escapedName": "jest-serializer-vue",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-unit-jest"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/jest-serializer-vue/download/jest-serializer-vue-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Edd Yerburgh"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/eddyerburgh/jest-serializer-vue/issues"
  36. },
  37. "dependencies": {
  38. "pretty": "2.0.0"
  39. },
  40. "description": "A jest serializer for Vue snapshots",
  41. "devDependencies": {
  42. "@vue/test-utils": "^1.0.0-beta.12",
  43. "babel-core": "^6.26.0",
  44. "babel-jest": "^22.4.1",
  45. "babel-preset-env": "^1.6.1",
  46. "conventional-changelog": "1.1.6",
  47. "eslint": "4.10.0",
  48. "eslint-config-standard": "10.2.1",
  49. "eslint-plugin-import": "2.8.0",
  50. "eslint-plugin-node": "5.2.1",
  51. "eslint-plugin-promise": "3.6.0",
  52. "eslint-plugin-standard": "^3.0.1",
  53. "eslint-plugin-vue": "beta",
  54. "jest": "^22.4.2",
  55. "semantic-release": "^15.5.0",
  56. "vue": "2.5.3",
  57. "vue-jest": "1.0.2",
  58. "vue-template-compiler": "2.5.3"
  59. },
  60. "directories": {
  61. "test": "test"
  62. },
  63. "homepage": "https://github.com/eddyerburgh/jest-serializer-vue#readme",
  64. "jest": {
  65. "moduleFileExtensions": [
  66. "js",
  67. "json",
  68. "vue"
  69. ],
  70. "transform": {
  71. "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
  72. ".*\\.vue$": "<rootDir>/node_modules/vue-jest"
  73. },
  74. "snapshotSerializers": [
  75. "<rootDir>/index.js"
  76. ]
  77. },
  78. "keywords": [
  79. "jest"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "jest-serializer-vue",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/eddyerburgh/jest-serializer-vue.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --ext .js,.vue .",
  90. "lint:fix": "npm run lint -- --fix",
  91. "publish": "semantic-release",
  92. "test": "npm run lint && npm run unit",
  93. "unit": "jest"
  94. },
  95. "version": "2.0.2"
  96. }